forked from MapComplete/MapComplete
Chore: reordering attributes to have a fixed order
This commit is contained in:
parent
fab6835bc5
commit
e13e9f652c
136 changed files with 7909 additions and 7909 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue