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

@ -1,10 +1,5 @@
{
"id": "guidepost",
"title": {
"en": "Guideposts",
"cs": "Rozcestník",
"de": "Wegweiser"
},
"name": {
"en": "Guideposts",
"cs": "Rozcestníky",
@ -19,6 +14,25 @@
"osmTags": "information=guidepost"
},
"minzoom": 14,
"title": {
"en": "Guideposts",
"cs": "Rozcestník",
"de": "Wegweiser"
},
"pointRendering": [
{
"location": [
"centroid",
"point"
],
"marker": [
{
"icon": "./assets/layers/guidepost/guidepost.svg"
}
],
"anchor": "bottom"
}
],
"presets": [
{
"title": {
@ -40,25 +54,6 @@
]
}
],
"deletion": true,
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"pointRendering": [
{
"location": [
"centroid",
"point"
],
"marker": [
{
"icon": "./assets/layers/guidepost/guidepost.svg"
}
],
"anchor": "bottom"
}
],
"tagRenderings": [
"images",
{
@ -105,5 +100,10 @@
}
]
}
]
],
"deletion": true,
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
}
}