forked from MapComplete/MapComplete
Merge pull request #1781 from pietervdvn/RobinLinde-patch-1
Trolley bay layer, some fixes to parking
This commit is contained in:
commit
2b12715f5c
15 changed files with 605 additions and 20 deletions
|
@ -52,7 +52,8 @@
|
|||
"bench",
|
||||
"picnic_table",
|
||||
"toilet",
|
||||
"guidepost"
|
||||
"guidepost",
|
||||
"shelter"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 16
|
||||
|
@ -60,4 +61,4 @@
|
|||
}
|
||||
],
|
||||
"widenFactor": 2
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -58,7 +58,13 @@
|
|||
"layers": [
|
||||
"parking",
|
||||
"parking_spaces",
|
||||
"parking_ticket_machine"
|
||||
"parking_ticket_machine",
|
||||
{
|
||||
"builtin": "charging_station",
|
||||
"override": {
|
||||
"minzoom": 18
|
||||
}
|
||||
}
|
||||
],
|
||||
"widenFactor": 1.2
|
||||
}
|
|
@ -52,7 +52,8 @@
|
|||
"layers": [
|
||||
"shops",
|
||||
"pharmacy",
|
||||
"ice_cream"
|
||||
"ice_cream",
|
||||
"trolley_bay"
|
||||
],
|
||||
"widenFactor": 3
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue