Re: SVG and Google/Mapbox/Yandex Maps

"[email protected] [svg-developers]" <[email protected]> 05 Mar 2015 11:32:10 -0800
Newsgroups gmane.text.xml.svg.devel
Message-ID <[email protected]>
Hello, 

 Google Maps uses a close variant of the Mercator projection http://en.wikipedia.org/wiki/Mercator_projection, 

 You can not convert Lat / Long coordinates xy map / svg simply and vice versa.
 First you shoud use Google map static.
 Then you can find help on many blogs like:

 

 http://gis.stackexchange.com/questions/46729/corner-coordinates-of-google-static-map-tile http://gis.stackexchange.com/questions/46729/corner-coordinates-of-google-static-map-tile

 

 http://stackoverflow.com/questions/10442066/getting-lon-lat-from-pixel-coords-in-google-static-map http://stackoverflow.com/questions/10442066/getting-lon-lat-from-pixel-coords-in-google-static-map

 

 Joseph