Tune tag search/results
This commit is contained in:
+1
-1
@@ -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',
|
||||||
|
|||||||
@@ -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"]',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user