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

@ -22,6 +22,7 @@
]
}
},
"minzoom": 13,
"title": {
"render": {
"en": "Governmental Office {name}",
@ -31,7 +32,40 @@
"cs": "Vládní úřad {name}"
}
},
"minzoom": 13,
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/governments/government.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a Governmental Office",
"de": "ein Büro der öffentlichen Verwaltung",
"nl": "een overheidsdienst",
"ca": "una oficina Governamental",
"cs": "vládní úřad"
},
"tags": [
"office=government"
]
}
],
"tagRenderings": [
"images",
"phone",
@ -57,39 +91,5 @@
},
"id": "name"
}
],
"presets": [
{
"title": {
"en": "a Governmental Office",
"de": "ein Büro der öffentlichen Verwaltung",
"nl": "een overheidsdienst",
"ca": "una oficina Governamental",
"cs": "vládní úřad"
},
"tags": [
"office=government"
]
}
],
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/governments/government.svg"
}
]
}
],
"lineRendering": []
]
}