Tune tag search/results
CI / Lint (push) Successful in 1m1s
CI / Test (push) Successful in 1m15s

This commit is contained in:
2026-08-23 11:37:52 -06:00
parent 17db6a5f65
commit 45c18100d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,11 +41,11 @@ const PLACE_TYPE_KEYS = [
'historic', 'historic',
'leisure', 'leisure',
'office', 'office',
'aeroway',
'building', 'building',
'landuse', 'landuse',
'public_transport', 'public_transport',
'highway', 'highway',
'aeroway',
'waterway', 'waterway',
'natural', 'natural',
'place', 'place',
+1 -1
View File
@@ -45,7 +45,7 @@ export const POI_CATEGORIES = [
filter: [ filter: [
'["tourism"~"^(museum|gallery|attraction|viewpoint|zoo|theme_park|aquarium|artwork|information)$"]', '["tourism"~"^(museum|gallery|attraction|viewpoint|zoo|theme_park|aquarium|artwork|information)$"]',
'["amenity"~"^(cinema|theatre|arts_centre|planetarium)$"]', '["amenity"~"^(cinema|theatre|arts_centre|planetarium)$"]',
'["leisure"~"^(sports_centre|stadium|water_park)$"]', '["leisure"~"^(sports_centre|stadium|water_park|golf_course|marina)$"]',
'["historic"]', '["historic"]',
'["shop"="flea_market"]', '["shop"="flea_market"]',
], ],