Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SRID other than 4236 #197

Open
zbyte64 opened this issue Nov 29, 2024 · 1 comment
Open

Support SRID other than 4236 #197

zbyte64 opened this issue Nov 29, 2024 · 1 comment

Comments

@zbyte64
Copy link

zbyte64 commented Nov 29, 2024

Loaded up a project I have that uses ESPG:3310 as its coordinate system. The tiles API (ie /collections/foo/tiles/WGS1984Quad/0/0/0) responds with a 500 server error:

ST_Intersects: Operation on mixed SRID geometries (Polygon, 4236) != (MultiPolygon, 3310)

My current work around is to create views with reprojected geometries. Figured this constraint should at least be documented.

@vincentsarago
Copy link
Member

🤔 I though we were supporting non-epsg4326 geometries https://github.com/developmentseed/tipg/blob/main/tipg/sql/dbcatalog.sql#L65

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

No branches or pull requests

2 participants