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,7 +10,14 @@
"ca": "Centre d'Informació al Visitant",
"cs": "Turistické informační centrum"
},
"minzoom": 12,
"description": {
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"de": "Ein Besucherzentrum bietet Informationen über eine bestimmte Attraktion oder Sehenswürdigkeit, an der es sich befindet.",
"es": "Un centro de visitantes ofrece información sobre una atracción específica o lugar de interese donde se sitúa.",
"ca": "Un centre de visitants ofereix informació sobre una atracció o lloc d'interès específic on es troba.",
"cs": "Turistické centrum nabízí informace o konkrétní atrakci nebo zajímavém místě, kde se nachází."
},
"source": {
"osmTags": {
"and": [
@ -23,6 +30,7 @@
]
}
},
"minzoom": 12,
"title": {
"render": {
"nl": "{name}",
@ -70,16 +78,6 @@
}
]
},
"description": {
"en": "A visitor center offers information about a specific attraction or place of interest where it is located.",
"nl": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
"de": "Ein Besucherzentrum bietet Informationen über eine bestimmte Attraktion oder Sehenswürdigkeit, an der es sich befindet.",
"es": "Un centro de visitantes ofrece información sobre una atracción específica o lugar de interese donde se sitúa.",
"ca": "Un centre de visitants ofereix informació sobre una atracció o lloc d'interès específic on es troba.",
"cs": "Turistické centrum nabízí informace o konkrétní atrakci nebo zajímavém místě, kde se nachází."
},
"tagRenderings": [],
"presets": [],
"pointRendering": [
{
"iconSize": "40,40",
@ -95,5 +93,7 @@
]
}
],
"lineRendering": []
"lineRendering": [],
"presets": [],
"tagRenderings": []
}