Fix onwheels parking icon, add charging to parking

This commit is contained in:
Robin van der Linde 2024-02-10 23:54:41 +01:00
parent 57d6f21eb6
commit dcda948ca5
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
2 changed files with 9 additions and 15 deletions

View file

@ -268,19 +268,7 @@
},
"pointRendering": [
{
"marker": [
{
"mappings": null
}
],
"iconSize": "40,40",
"anchor": "center",
"iconBadges": [
{
"if": "parking_space=disabled",
"then": "./assets/layers/toilet/wheelchair.svg"
}
]
"iconSize": "40,40"
}
],
"name": {
@ -599,4 +587,4 @@
},
"enableDownload": true,
"widenFactor": 2
}
}

View file

@ -58,7 +58,13 @@
"layers": [
"parking",
"parking_spaces",
"parking_ticket_machine"
"parking_ticket_machine",
{
"builtin": "charging_station",
"override": {
"minzoom": 18
}
}
],
"widenFactor": 1.2
}