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

GeoJSON doesn't need to convert geometry format #27

Open
timwis opened this issue Feb 10, 2017 · 0 comments
Open

GeoJSON doesn't need to convert geometry format #27

timwis opened this issue Feb 10, 2017 · 0 comments

Comments

@timwis
Copy link
Contributor

timwis commented Feb 10, 2017

We don't need to do ST_AsGeoJSON(the_geom)::json AS the_geom_geojson when the format being requested is geojson, because carto does that for us under the hood. Technically the geojson response includes the geometry as geojson twice at the moment. This is not that bad (and not an MVP issue); more of an optimization.

@zingbot zingbot moved this from Next to Backlog in Reverse Proxy Implementation Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant