sniipe wrote:
> On click event(only on Mapnik layer) I received some data, but it is
> not longitude and latitude. And my question is how to convert it to
> get properly values(lat, lon)?
Yes - project it back from 900913 (spherical mercator) to 4326
(lat/lon). Off the top of y head, something like this should do it:
latlon.transform(map.getProjectionObject(),
new OpenLayers.Projection("EPSG:4326"))
Tom
--
Tom Hughes ([email protected])
http://www.compton.nu/
_______________________________________________
Dev mailing list
[email protected]
http://openlayers.org/mailman/listinfo/dev