forked from MapComplete/MapComplete
Add disabled parking spaces to OnWheels
This commit is contained in:
parent
7b50e13ba9
commit
9d20c6373a
2 changed files with 15 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
"osmTags": "amenity=parking_space"
|
"osmTags": "amenity=parking_space"
|
||||||
},
|
},
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
"images",
|
||||||
{
|
{
|
||||||
"id": "type",
|
"id": "type",
|
||||||
"question": {
|
"question": {
|
||||||
|
|
|
@ -189,6 +189,20 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"builtin": "parking_spaces",
|
||||||
|
"override": {
|
||||||
|
"source": {
|
||||||
|
"osmTags": "parking_space=disabled"
|
||||||
|
},
|
||||||
|
"mapRendering": [
|
||||||
|
{
|
||||||
|
"render": "./assets/themes/onwheels/parking.svg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"hideTagRenderingsWithLabels": ["type", "capacity"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": "shops",
|
"builtin": "shops",
|
||||||
"override": {
|
"override": {
|
||||||
|
|
Loading…
Reference in a new issue