Google maps spatial reference system

后端 未结 2 1369
后悔当初
后悔当初 2021-01-02 19:21

What is Google map\'s spatial reference system using when you enter a lat, long into the maps search bar?

I\'ve found hints that it might be WGS84 but after converti

相关标签:
2条回答
  • 2021-01-02 19:50

    Google uses a spherical mercator projection based on WGS84. There's a writeup on the OpenLayers website.

    0 讨论(0)
  • 2021-01-02 20:00

    If it is any use, we found GeoTools were changing the JVM so that lat & long were the opposite way around (i.e. 151,-33), which might explain why you are getting out of bounds {151 > 90}) it was a nightmare to find

    0 讨论(0)
提交回复
热议问题