Update nidus to latest

This commit is contained in:
Eli Ribble 2026-03-07 03:01:59 +00:00
parent ee0a35bce2
commit 0c81e455dc
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ srid = 4326 # The default srid for this provider. If not provided it
geometry_fieldname = "geometry"
geometry_type="point"
id_fieldname = "id"
sql = "SELECT ST_AsMVTGeom(geom, !BBOX!) AS geometry, id, unit, number_, street, postal_code FROM address WHERE geom && !BBOX!"
sql = "SELECT ST_AsMVTGeom(location, !BBOX!) AS geometry, id, unit, number_, street, postal_code FROM address WHERE location && !BBOX!"
[[providers.layers]]
name = "fileupload-pool"