Issue: POI Queries Exclude Polygons (e.g., Police in Viladecans) #4
Labels
bug
Something isn't working
enhancement
New feature or request
question
Further information is requested
Currently, the POI queries in prepare_pois.py only select geometries of type Point. This approach might exclude important POIs that are stored as polygons, such as the police station in Viladecans (to be confirmed).
To ensure comprehensive POI data, we need to decide whether:
We strictly want to select points, or
Steps to Reproduce:
Expected Behavior:
All relevant POIs, including those stored as polygons, are included in the query.
Actual Behavior:
POIs stored as polygons are excluded from the results.
The text was updated successfully, but these errors were encountered: