Chore: reordering attributes to have a fixed order

This commit is contained in:
Pieter Vander Vennet 2023-10-30 18:08:38 +01:00
parent fab6835bc5
commit e13e9f652c
136 changed files with 7909 additions and 7909 deletions

View file

@ -16,10 +16,59 @@
"ca": "Capa que mostra aparcaments de cotxes individuals.",
"cs": "Vrstva zobrazující jednotlivá parkovací místa."
},
"minzoom": 18,
"source": {
"osmTags": "amenity=parking_space"
},
"minzoom": 18,
"title": {
"render": {
"en": "Parking Space",
"de": "Stellplatz",
"nl": "Parkeerplek",
"ca": "Espai d'aparcament",
"cs": "Parkovací místo"
},
"mappings": [
{
"if": "parking_space=disabled",
"then": {
"en": "Disabled Parking Space",
"nl": "Parkeerplek voor gehandicapten",
"de": "Behindertenparkplatz",
"cs": "Parkovací místo pro osoby se zdravotním postižením"
}
}
]
},
"pointRendering": [
{
"marker": [
{
"icon": {
"render": "./assets/layers/parking_spaces/parking_space.svg",
"mappings": [
{
"if": "parking_space=disabled",
"then": "./assets/layers/toilet/wheelchair.svg"
}
]
}
}
],
"iconSize": "20,20",
"location": [
"point",
"centroid"
],
"anchor": "center"
}
],
"lineRendering": [
{
"color": "#696969",
"width": "1"
}
],
"tagRenderings": [
"images",
{
@ -214,54 +263,5 @@
}
]
}
],
"title": {
"render": {
"en": "Parking Space",
"de": "Stellplatz",
"nl": "Parkeerplek",
"ca": "Espai d'aparcament",
"cs": "Parkovací místo"
},
"mappings": [
{
"if": "parking_space=disabled",
"then": {
"en": "Disabled Parking Space",
"nl": "Parkeerplek voor gehandicapten",
"de": "Behindertenparkplatz",
"cs": "Parkovací místo pro osoby se zdravotním postižením"
}
}
]
},
"pointRendering": [
{
"marker": [
{
"icon": {
"render": "./assets/layers/parking_spaces/parking_space.svg",
"mappings": [
{
"if": "parking_space=disabled",
"then": "./assets/layers/toilet/wheelchair.svg"
}
]
}
}
],
"iconSize": "20,20",
"location": [
"point",
"centroid"
],
"anchor": "center"
}
],
"lineRendering": [
{
"color": "#696969",
"width": "1"
}
]
}