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

@ -7,10 +7,17 @@
"ca": "Dutxa",
"cs": "Sprcha"
},
"minzoom": 12,
"description": {
"en": "A layer showing (public) showers",
"de": "Eine Ebene mit (öffentlichen) Duschen",
"fr": "Une couche affichant les douches (publiques)",
"ca": "Una capa que mostra dutxes (públiques)",
"cs": "Vrstva zobrazující (veřejné) sprchy"
},
"source": {
"osmTags": "amenity=shower"
},
"minzoom": 12,
"title": {
"render": {
"en": "Shower",
@ -20,6 +27,30 @@
"cs": "Sprcha"
}
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/shower/shower.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
@ -241,36 +272,5 @@
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": false
},
"description": {
"en": "A layer showing (public) showers",
"de": "Eine Ebene mit (öffentlichen) Duschen",
"fr": "Une couche affichant les douches (publiques)",
"ca": "Una capa que mostra dutxes (públiques)",
"cs": "Vrstva zobrazující (veřejné) sprchy"
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/shower/shower.svg"
}
]
}
],
"lineRendering": []
}
}