-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I am using the following SQL:
SELECT
ST_AsMVTGeom(geom, {{unbuffered_bbox}}, {{extent}}, {{buffer}}) AS way,
area_id::integer AS id,
kind
FROM sites
WHERE geom && {{bbox}}Now I would like the variable $id to be populated. However, in my current setup, id is being generated without the $ prefix.
Do you have any suggestions on how I could ensure that $id is assigned or included correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
