Re: [OpenLayers-Dev] coodinates to use in LonLat

2010-07-26 Thread Gajera Tejas
Leonardo, If I understood your question correctly, let say you want to zoom at the position where you double click and make that as center of your map. I would do something like this: // register double click event to map map.events.register("dblclick", map, function(e) { onMapDoubleClick(e) });

[OpenLayers-Dev] coodinates to use in LonLat

2010-07-26 Thread Leonardo Gaona
¿how to get the coordinates LonLat to center the map at a specific position with setCenter ()? ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev