forked from MapComplete/MapComplete
Chore: reordering attributes to have a fixed order
This commit is contained in:
parent
fab6835bc5
commit
e13e9f652c
136 changed files with 7909 additions and 7909 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue