Skip to content

Feature ID #71

@astridx

Description

@astridx

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?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions