Probably a stupid question, but is there a way of using openstreetmap to insert a map into my web page in such a way that when I click on the map the GPS coordinates of the point I clicked are made available to my JavaScript?
Probably a stupid question, but is there a way of using openstreetmap to insert a map into my web page in such a way that when I click on the map the GPS coordinates of the point I clicked are made available to my JavaScript?
Discussion
ߡߙߌߣߊ߲ ߞߊ߬ ߝߘߊ߫ wilpin ߟߊ߫ 19 December 2009 at 13:14 ߘߐ߫
when exporting an area you are given the minlong/maxlong & minlat/maxlat values to calculate all mousemove coordinates within the box.
ߡߙߌߣߊ߲ ߞߊ߬ ߝߘߊ߫ chillly ߟߊ߫ 19 December 2009 at 13:18 ߘߐ߫
If you mean the longitude and latitude of the point then you can do this with OpenLayers. OL is the Javascript that creates a slippy map, there are examples on the OpenLayers website http://www.openlayers.org/