achudars/GPIG

Fix/complete CQL Filtering to accurately select incidents in neighbourhood

Closed this issue · 3 comments

Fix/complete CQL Filtering to accurately select incidents in neighbourhood

I assume this is the MULTIPOLYGON issue?

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).

Closing this issue: use of SQL views at this point is a lot more practical.