forked from MapComplete/MapComplete
Added bike parking to stations theme
This commit is contained in:
parent
c68801c9eb
commit
89b90ab8fb
4 changed files with 5 additions and 5 deletions
|
@ -634,7 +634,7 @@
|
|||
},
|
||||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuraccy": true
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
|
@ -660,4 +660,4 @@
|
|||
"da": "Et lag, der viser, hvor man kan parkere sin cykel",
|
||||
"fr": "Une couche montrant où stationner son vélo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -569,4 +569,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -27,4 +27,4 @@
|
|||
"https://labs.mapbox.com/maki-icons/"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
|
@ -103,7 +103,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"builtin": "shops",
|
||||
"builtin": ["shops", "bike_parking"],
|
||||
"override": {
|
||||
"isShown": {
|
||||
"or": [
|
||||
|
|
Loading…
Reference in a new issue