You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
Geometry columns which are not EPSG:4326 are not recognised. The solution is straightforward, just do
ST_Transform([geometrycolumn], 4326)
for any [geometrycolumn]. If it's already in EPSG:4326, it will not harm anything.
The text was updated successfully, but these errors were encountered:
Geometry columns which are not EPSG:4326 are not recognised. The solution is straightforward, just do
ST_Transform([geometrycolumn], 4326)
for any [geometrycolumn]. If it's already in EPSG:4326, it will not harm anything.
The text was updated successfully, but these errors were encountered: