Convert long/lat to pixel x/y on a given picture

后端 未结 10 1297
遇见更好的自我
遇见更好的自我 2020-11-29 15:50

I have a city map of Moscow. We modified a Google Maps image with some artistic elements, but the relation between GPS coordinates and pixels remains the same.

10条回答
  •  醉梦人生
    2020-11-29 16:27

    You need formulas to convert latitude and longitude to rectangular coordinates. There are a great number to choose from and each will distort the map in a different way. Wolfram MathWorld has a good collection:

    http://mathworld.wolfram.com/MapProjection.html

    Follow the "See Also" links.

提交回复
热议问题