Add category search, and search result markers with icons #35

Open
raucao wants to merge 25 commits from feature/poi_type_search into master
Showing only changes of commit 0c2d1f8419 - Show all commits

View File

@@ -13,7 +13,9 @@ export const POI_CATEGORIES = [
id: 'restaurants',
label: 'Restaurants',
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'],
},
{