Add disabled parking spaces to OnWheels

This commit is contained in:
Robin van der Linde 2022-12-25 19:50:45 +01:00
parent 7b50e13ba9
commit 9d20c6373a
Signed by untrusted user who does not match committer: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"osmTags": "amenity=parking_space" "osmTags": "amenity=parking_space"
}, },
"tagRenderings": [ "tagRenderings": [
"images",
{ {
"id": "type", "id": "type",
"question": { "question": {

View file

@ -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": {