Fix/complete CQL Filtering to accurately select incidents in neighbourhood
Closed this issue · 3 comments
oskanberg commented
Fix/complete CQL Filtering to accurately select incidents in neighbourhood
henrinormak commented
I assume this is the MULTIPOLYGON issue?
henrinormak commented
Current status: The resulting query for some larger polygons is too long, unless the CQL filter can be applied via a POST request, then the alternative is to create another SQL view, that allows filtering incidents by neighbourhood gid (among other things).
oskanberg commented
Closing this issue: use of SQL views at this point is a lot more practical.