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

@ -43,6 +43,66 @@
"cs": "Vchod"
}
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/entrance/entrance.svg",
"mappings": [
{
"if": "entrance=emergency",
"then": "./assets/layers/entrance/emergency_door.svg"
}
]
}
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "an entrance",
"fr": "une entrée",
"de": "einen Eingang",
"nl": "een toegang",
"ca": "una entrada",
"cs": "vchod"
},
"tags": [
"entrance=yes"
],
"snapToLayer": [
"walls_and_buildings",
"pedestrian_path"
]
},
{
"title": {
"en": "an indoor door",
"de": "eine Innentür",
"nl": "een binnendeur",
"ca": "una porta interior",
"cs": "vnitřní dveře"
},
"tags": [
"indoor=door"
],
"snapToLayer": [
"indoors"
]
}
],
"tagRenderings": [
"images",
"level",
@ -505,40 +565,6 @@
]
}
],
"presets": [
{
"title": {
"en": "an entrance",
"fr": "une entrée",
"de": "einen Eingang",
"nl": "een toegang",
"ca": "una entrada",
"cs": "vchod"
},
"tags": [
"entrance=yes"
],
"snapToLayer": [
"walls_and_buildings",
"pedestrian_path"
]
},
{
"title": {
"en": "an indoor door",
"de": "eine Innentür",
"nl": "een binnendeur",
"ca": "una porta interior",
"cs": "vnitřní dveře"
},
"tags": [
"indoor=door"
],
"snapToLayer": [
"indoors"
]
}
],
"units": [
{
"appliesToKey": [
@ -583,31 +609,5 @@
}
]
}
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/entrance/entrance.svg",
"mappings": [
{
"if": "entrance=emergency",
"then": "./assets/layers/entrance/emergency_door.svg"
}
]
}
}
]
}
],
"lineRendering": []
]
}