Saturday, 11 February 2017

Converting google map api coordinates into meters


How would I go about converting the results of my map bounding box into meters within javascript?


For example, if I have the coordinates 51.52366625446907, -0.07467269897460938 decimal degrees, can I project that into something like 555000 155000 meters?



(If it is easier, I could try to export my raster from ArcGIS in decimal degree format; I don't know which option would be better).



Answer



i would use http://proj4js.org/


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...