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

[reminder] PostGIS v3.2: possible change in ST_AsMVTGeom() #266

Open
tobwen opened this issue Sep 30, 2021 · 1 comment
Open

[reminder] PostGIS v3.2: possible change in ST_AsMVTGeom() #266

tobwen opened this issue Sep 30, 2021 · 1 comment

Comments

@tobwen
Copy link
Contributor

tobwen commented Sep 30, 2021

What?

Starting with PostGIS v3.2, ST_AsMVTGeom() preserves more of the original geometry's details at a scale close to the target extent. If you need previous simplifying behavior, you need to simplify the geometry in advance.

But this is still in discussion as of writing (2021-10-01), since there might be performance problems.

References

https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.2.0alpha1/NEWS
https://trac.osgeo.org/postgis/ticket/4149
postgis/postgis#463

@tobwen tobwen changed the title [reminder] PostGIS v3.2: change in ST_AsMVTGeom() [reminder] PostGIS v3.2: possible change in ST_AsMVTGeom() Sep 30, 2021
@pka
Copy link
Member

pka commented Oct 1, 2021

Support for using ST_AsMVTGeom is a long-term plan, but it requires a fundamental change in the t-rex architecture. Currently t-rex requests raw geometries from providers and converts them to MVTs in a separate step.

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