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

@ -10,6 +10,22 @@
"pl": "Wieże obserwacyjne",
"cs": "Rozhledny"
},
"description": {
"en": "Towers with a panoramic view",
"nl": "Torens om van het uitzicht te genieten",
"de": "Türme zur Aussicht auf die umgebende Landschaft",
"es": "Torres con vista panorámica",
"pl": "Wieże z panoramicznym widokiem",
"ca": "Torres amb vista panoràmica",
"cs": "Věže s panoramatickým výhledem"
},
"source": {
"osmTags": {
"and": [
"tower:type=observation"
]
}
},
"minzoom": 8,
"title": {
"render": {
@ -38,15 +54,26 @@
}
]
},
"description": {
"en": "Towers with a panoramic view",
"nl": "Torens om van het uitzicht te genieten",
"de": "Türme zur Aussicht auf die umgebende Landschaft",
"es": "Torres con vista panorámica",
"pl": "Wieże z panoramicznym widokiem",
"ca": "Torres amb vista panoràmica",
"cs": "Věže s panoramatickým výhledem"
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/observation_tower/Tower_observation.svg"
}
]
}
],
"lineRendering": [],
"tagRenderings": [
"images",
{
@ -329,12 +356,9 @@
},
"wikipedia"
],
"source": {
"osmTags": {
"and": [
"tower:type=observation"
]
}
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
},
"units": [
{
@ -362,29 +386,5 @@
],
"eraseInvalidValues": true
}
],
"allowMove": {
"enableRelocation": false,
"enableImproveAccuraccy": true
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/observation_tower/Tower_observation.svg"
}
]
}
],
"lineRendering": []
]
}