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

@ -37,6 +37,53 @@
}
]
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "40,40",
"iconBadges": [
{
"if": {
"and": [
"opening_hours!=24/7",
"opening_hours~*"
]
},
"then": "icons.isOpen"
}
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/fitness_station/fitness.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"tags": [
"leisure=fitness_station",
"sport=fitness"
],
"title": {
"en": "a fitness station",
"de": "eine Fitness-Station",
"nl": "een fitness-toestel",
"ca": "una estació de fitness",
"cs": "fitness stanice"
},
"icon": "./assets/layers/fitness_station/fitness.svg"
}
],
"tagRenderings": [
"images",
{
@ -434,58 +481,11 @@
},
"opening_hours_24_7"
],
"presets": [
{
"tags": [
"leisure=fitness_station",
"sport=fitness"
],
"title": {
"en": "a fitness station",
"de": "eine Fitness-Station",
"nl": "een fitness-toestel",
"ca": "una estació de fitness",
"cs": "fitness stanice"
},
"icon": "./assets/layers/fitness_station/fitness.svg"
}
],
"filter": [
"open_now"
],
"allowMove": {
"enableRelocation": false,
"enableImproveAccuracy": true
},
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "40,40",
"iconBadges": [
{
"if": {
"and": [
"opening_hours!=24/7",
"opening_hours~*"
]
},
"then": "icons.isOpen"
}
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/fitness_station/fitness.svg"
}
]
}
],
"lineRendering": []
}
}