You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement filter-crs in the /items API - which is part of the Features Filter extension and don't specify that we are conforming to filter
Option 4
UI has to be able to find the correct Z,X,Y tile that fully encompasses the boundary
If they find that, they can call a process that can potentially generate an MVT tile using ST_AsMVT that can have all collections as different layers as well in that single tile
We can supply only those geometries that we want to have for that tile so no features outside the boundary will be present
We can also try to calculate the tile in which a bbox surrounding the boundary can fully fit - https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames - the slippy tiles spec specifies how to find a tile given a point and zoom level.
No description provided.
The text was updated successfully, but these errors were encountered: