We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691860 commit fb25679Copy full SHA for fb25679
1 file changed
site/src/queries/osmQuery.js
@@ -50,7 +50,8 @@ export function buildOsmQuery(bbox, enabledKeys) {
50
FROM read_parquet([${urlList}], union_by_name = true)
51
WHERE (${keyFilters || '1=1'})
52
AND NOT (amenity IN (
53
- 'parking', 'bicycle_parking', 'toilet', 'bench', 'clock', 'waste_basket'
+ 'parking', 'bicycle_parking', 'toilet', 'bench', 'clock', 'waste_basket',
54
+ 'parking_entrance', 'recycling', 'drinking_water', 'bbq', 'vending_machine'
55
))
56
)
57
SELECT * FROM pts
0 commit comments