forked from MapComplete/MapComplete
Refactoring: cleanup of last incorrect iconSize fields
This commit is contained in:
parent
140c813151
commit
f4b7e7eb88
12 changed files with 458 additions and 1249 deletions
File diff suppressed because it is too large
Load diff
|
@ -65,7 +65,7 @@
|
|||
"en": "A charging station",
|
||||
"nl": "Oplaadpunten"
|
||||
},
|
||||
"#":"no-question-hint-check",
|
||||
"#": "no-question-hint-check",
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
|
@ -144,7 +144,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "access=public",
|
||||
"if": "access=public",
|
||||
"then": {
|
||||
"en": "Anyone can use this charging station (payment might be needed)",
|
||||
"nl": "Toegankelijk voor iedereen (mogelijks met aanmelden en/of te betalen)"
|
||||
|
@ -804,9 +804,6 @@
|
|||
"title": {
|
||||
"en": "charging station for electrical bikes with a normal european wall plug <img src='./assets/layers/charging_station/TypeE.svg' class='w-4 h-4 mx-1 bg-white rounded-full'/>",
|
||||
"nl": "oplaadpunt voor elektrische fietsen met een gewone, europese stekker <img src='./assets/layers/charging_station/TypeE.svg' class='w-4 h-4 mx-1 bg-white rounded-full'/>"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -818,9 +815,6 @@
|
|||
"title": {
|
||||
"en": "charging station for cars",
|
||||
"nl": "oplaadstation voor elektrische auto's"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -245,7 +245,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "15,15, bottom"
|
||||
"iconSize": "15,15",
|
||||
"anchor": "bottom"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -374,7 +374,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "40, 40, bottom",
|
||||
"iconSize": "40, 40",
|
||||
"anchor": "bottom",
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue