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

@ -13,10 +13,20 @@
"pa_PK": "ٹوئیلٹاں",
"cs": "Toalety"
},
"minzoom": 12,
"description": {
"en": "A layer showing (public) toilets",
"nl": "Een laag die publieke toiletten toont",
"de": "Eine Ebene mit (öffentlichen) Toiletten",
"es": "Una capa que muestra baños (públicos)",
"fr": "Un calque montrant les toilettes (publiques)",
"da": "Et lag, der viser (offentlige) toiletter",
"ca": "Una capa que mostra banys (publics)",
"cs": "Vrstva zobrazující (veřejné) toalety"
},
"source": {
"osmTags": "amenity=toilets"
},
"minzoom": 12,
"title": {
"render": {
"en": "Toilet",
@ -32,6 +42,52 @@
"cs": "Toaleta"
}
},
"pointRendering": [
{
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/toilet/toilets.svg",
"mappings": [
{
"if": {
"or": [
"wheelchair=yes",
"wheelchair=designated"
]
},
"then": "./assets/layers/toilet/wheelchair.svg"
},
{
"if": {
"or": [
"toilets:position=urinals",
"toilets:position=urinal"
]
},
"then": "./assets/layers/toilet/urinal.svg"
}
]
}
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
@ -783,16 +839,6 @@
"enableRelocation": false,
"enableImproveAccuracy": true
},
"description": {
"en": "A layer showing (public) toilets",
"nl": "Een laag die publieke toiletten toont",
"de": "Eine Ebene mit (öffentlichen) Toiletten",
"es": "Una capa que muestra baños (públicos)",
"fr": "Un calque montrant les toilettes (publiques)",
"da": "Et lag, der viser (offentlige) toiletter",
"ca": "Una capa que mostra banys (publics)",
"cs": "Vrstva zobrazující (veřejné) toalety"
},
"units": [
{
"appliesToKey": [
@ -834,51 +880,5 @@
}
]
}
],
"pointRendering": [
{
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/toilet/toilets.svg",
"mappings": [
{
"if": {
"or": [
"wheelchair=yes",
"wheelchair=designated"
]
},
"then": "./assets/layers/toilet/wheelchair.svg"
},
{
"if": {
"or": [
"toilets:position=urinals",
"toilets:position=urinal"
]
},
"then": "./assets/layers/toilet/urinal.svg"
}
]
}
}
]
}
],
"lineRendering": []
]
}