forked from MapComplete/MapComplete
Add layers to search menu
This commit is contained in:
parent
e6dab1a83f
commit
c591770eab
33 changed files with 332 additions and 195 deletions
|
@ -24,6 +24,14 @@
|
|||
"ca": "Una capa que mostra fonts d'aigua potable",
|
||||
"cs": "Vrstva zobrazující fontány s pitnou vodou"
|
||||
},
|
||||
"searchTerms": {
|
||||
"en": [
|
||||
"drink","water","fountain","bubbler"
|
||||
],
|
||||
"nl": [
|
||||
"drinken","water","drinkwater","waterfontein","fontein","kraan","kraantje"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 12,
|
||||
"minzoom": 10,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Shop",
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"override": {
|
||||
"name=": null,
|
||||
"minzoom": 17,
|
||||
"filter": {
|
||||
"=filter": {
|
||||
"sameAs": "bike_shop"
|
||||
}
|
||||
}
|
||||
|
@ -182,7 +182,7 @@
|
|||
"builtin": "charging_station",
|
||||
"override": {
|
||||
"name": null,
|
||||
"filter": {
|
||||
"=filter": {
|
||||
"sameAs": "charging_station_ebikes"
|
||||
},
|
||||
"minzoom": 18,
|
||||
|
@ -209,7 +209,7 @@
|
|||
"builtin": "vending_machine",
|
||||
"override": {
|
||||
"name": null,
|
||||
"filter": {
|
||||
"=filter": {
|
||||
"sameAs": "vending_machine_bicycle"
|
||||
},
|
||||
"minzoom": 18,
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"trolley_bay"
|
||||
],
|
||||
"overrideAll": {
|
||||
"minzoom": 14,
|
||||
"minzoom": 12,
|
||||
"syncSelection": "theme-only"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue