Skip to content

PostGIS ST_AsMVT#344

Merged
azahnen merged 8 commits intomasterfrom
pgis-asmvt
May 31, 2025
Merged

PostGIS ST_AsMVT#344
azahnen merged 8 commits intomasterfrom
pgis-asmvt

Conversation

@azahnen
Copy link
Collaborator

@azahnen azahnen commented May 16, 2025

No description provided.

azahnen and others added 8 commits May 31, 2025 12:08
In this case: tiles that are outside of the collection extent
Fixes:

- use the tile envelope for ST_AsMVTGeom
- use the clip envelope for ST_INTERSECTS to avoid "outside of domain" exceptions
- apply tile generation parameters in seeding jobs (needed for the clip envelope)
- support uppercase in property names
- use tile extent from tile matrix set
- use same buffer as in the default generator
- set the feature id, if it is an integer, as in the default generator
- set the type name as the name of the tile
- support CRS84, the default native CRS (LON_LAT is the default axis order in PGIS, only LAT_LON should be blocked)

Improvements:

- exclude properties that are not returnables from the analysis
- in log messages about properties include the type name
- clarify that properties with transformations are not excluded, only the transformations are not executed in WARN/IGNORE mode
- remove dead code
- update documentation to state that profiles are ignored in optimized tile generation
- improve error message for SQL exceptions
@azahnen azahnen merged commit f2d9f00 into master May 31, 2025
1 check passed
@azahnen azahnen deleted the pgis-asmvt branch May 31, 2025 10:14
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

Successfully merging this pull request may close these issues.

2 participants