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
Map sources for resource layers are created in the datatype get_map_source method, so we can't persist changes to the source. It would be helpful to add minzoom and maxzoom properties to a resource source so that requests to the mvt endpoint could be restricted to a range of zoom levels. These properties could be read from the node config. This would prevent the database from getting overwhelmed with requests to calculate mvt tiles in cases where there is a large number of geometries (200k +).
We will also need to make these values modifiable in the UI per #10931
The text was updated successfully, but these errors were encountered:
Map sources for resource layers are created in the datatype
get_map_source
method, so we can't persist changes to the source. It would be helpful to addminzoom
andmaxzoom
properties to a resource source so that requests to the mvt endpoint could be restricted to a range of zoom levels. These properties could be read from the node config. This would prevent the database from getting overwhelmed with requests to calculate mvt tiles in cases where there is a large number of geometries (200k +).We will also need to make these values modifiable in the UI per #10931
The text was updated successfully, but these errors were encountered: