Fix: actually search for keywords in theme view

This commit is contained in:
Pieter Vander Vennet 2024-08-27 21:33:47 +02:00
parent 821c1fabd7
commit cdc1e05499
9 changed files with 193 additions and 95 deletions

View file

@ -25,6 +25,31 @@
"cs": "Vrstva zobrazující (veřejné) toalety",
"sl": "Prikaz (javnih) stranišč"
},
"searchTerms": {
"en": [
"Toilets",
"Bathroom",
"Lavatory",
"Water Closet",
"outhouse",
"privy",
"head",
"latrine",
"WC",
"W.C."
],
"nl": [
"WC",
"WCs",
"plee",
"gemak",
"opschik",
"kabinet",
"latrine",
"retirade",
"piesemopsantee"
]
},
"source": {
"osmTags": "amenity=toilets"
},