Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

unrecognized geometry columns #12

Open
cbertelli opened this issue Sep 12, 2016 · 0 comments
Open

unrecognized geometry columns #12

cbertelli opened this issue Sep 12, 2016 · 0 comments
Labels

Comments

@cbertelli
Copy link

cbertelli commented Sep 12, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants