Don't include coffee places in restaurant search
This commit is contained in:
@@ -13,7 +13,9 @@ export const POI_CATEGORIES = [
|
|||||||
id: 'restaurants',
|
id: 'restaurants',
|
||||||
label: 'Restaurants',
|
label: 'Restaurants',
|
||||||
icon: 'fork-and-knife',
|
icon: 'fork-and-knife',
|
||||||
filter: ['["amenity"~"^(restaurant|fast_food|food_court|pub|cafe)$"]'],
|
filter: [
|
||||||
|
'["amenity"~"^(restaurant|fast_food|food_court|pub|cafe)$"]["cuisine"!~"coffee"]',
|
||||||
|
],
|
||||||
types: ['node', 'way'],
|
types: ['node', 'way'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user