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
|
@ -46,6 +46,35 @@
|
|||
"cs": "Defibrilátor"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
"marker": [
|
||||
{
|
||||
"icon": "square",
|
||||
"color": {
|
||||
"render": "#008754",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "_recently_surveyed=true",
|
||||
"then": "#28ba3d"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"icon": "./assets/layers/defibrillator/defibrillator.svg"
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": "#0000ff"
|
||||
}
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
|
@ -716,6 +745,10 @@
|
|||
"id": "defibrillator-fixme"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
"has_image",
|
||||
"open_now"
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": [
|
||||
|
@ -728,38 +761,5 @@
|
|||
"allowMove": {
|
||||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
},
|
||||
"filter": [
|
||||
"has_image",
|
||||
"open_now"
|
||||
],
|
||||
"pointRendering": [
|
||||
{
|
||||
"marker": [
|
||||
{
|
||||
"icon": "square",
|
||||
"color": {
|
||||
"render": "#008754",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "_recently_surveyed=true",
|
||||
"then": "#28ba3d"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"icon": "./assets/layers/defibrillator/defibrillator.svg"
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
"point"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
{
|
||||
"color": "#0000ff"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue