ltog / osmi-addresses

Calculates the Address view of the OSM Inspector
Boost Software License 1.0
11 stars 4 forks source link

Use CRS84 instead of WGS84 to make CRS compatible with GDAL3 #123

Closed joto closed 2 years ago

joto commented 2 years ago

GDAL2 und GDAL3 both do the same thing with "CRS84", but have different behaviour with "WGS84". This is about axis order. See https://gdal.org/tutorials/osr_api_tut.html#crs-and-axis-order .