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

@ -21,6 +21,7 @@
"source": {
"osmTags": "amenity=doctors"
},
"minzoom": 13,
"title": {
"render": {
"en": "Doctors Office {name}",
@ -31,7 +32,41 @@
"cs": "Lékařská ordinace {name}"
}
},
"minzoom": 13,
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/doctors/doctors.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a doctors office",
"de": "eine Arztpraxis",
"nl": "een dokterspraktijk",
"fr": "un cabinet médical",
"ca": "un consultori mèdic",
"cs": "lékařská ordinace"
},
"tags": [
"amenity=doctors"
]
}
],
"tagRenderings": [
"images",
{
@ -137,44 +172,9 @@
]
}
],
"presets": [
{
"title": {
"en": "a doctors office",
"de": "eine Arztpraxis",
"nl": "een dokterspraktijk",
"fr": "un cabinet médical",
"ca": "un consultori mèdic",
"cs": "lékařská ordinace"
},
"tags": [
"amenity=doctors"
]
}
],
"filter": [
"open_now"
],
"deletion": true,
"allowMove": true,
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/doctors/doctors.svg"
}
]
}
],
"lineRendering": []
"allowMove": true
}