Replies: 1 comment 6 replies
-
do you mean you have a feature's property (column) that is a JSON object and you want to use this |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
In my table I have a JSONB column containing all the attributes per feature. The JSON is nicely encoded as feature attributes by ST_AsMVT, which works as expected:
The attributes are showing up correctly in the rendered tiles. The question is regarding filtering these attributes. I've tried both
cql2-text
andcql2-json
like:and
However, both approaches raise a
TypeError(f"Field {name} not in table.")
What would be the best approach here? Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions