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

@ -14,6 +14,10 @@
"ca": "Capa que mostra escales i escales mecàniques",
"cs": "Vrstva zobrazující schody a eskalátory"
},
"source": {
"osmTags": "highway=steps"
},
"minzoom": 17,
"title": {
"render": {
"en": "Stairs",
@ -35,10 +39,14 @@
}
]
},
"minzoom": 17,
"source": {
"osmTags": "highway=steps"
},
"pointRendering": [],
"lineRendering": [
{
"color": "gray",
"width": 10,
"dashArray": "6 12"
}
],
"tagRenderings": [
"images",
{
@ -260,13 +268,5 @@
}
]
}
],
"pointRendering": [],
"lineRendering": [
{
"color": "gray",
"width": 10,
"dashArray": "6 12"
}
]
}