Various UI improvements #63

Merged
raucao merged 8 commits from ui/various into master 2026-06-29 15:37:26 +00:00
Showing only changes of commit 18bda60310 - Show all commits

View File

@@ -55,7 +55,7 @@ export const POI_CATEGORIES = [
id: 'accommodation',
label: 'Hotels',
icon: 'person-sleeping-in-bed',
filter: ['["tourism"~"^(hotel|hostel|motel|chalet)$"]'],
filter: ['["tourism"~"^(hotel|hostel|motel|chalet|guest_house)$"]'],
types: ['node', 'way', 'relation'],
},
];