forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
d0ebd0e233
187 changed files with 1201 additions and 22352 deletions
|
@ -189,9 +189,6 @@
|
|||
},
|
||||
{
|
||||
"id": "rating",
|
||||
"labels": [
|
||||
"defaults"
|
||||
],
|
||||
"icon": {
|
||||
"class": "w-20 mx-1 flex items-center"
|
||||
},
|
||||
|
|
|
@ -66,11 +66,11 @@
|
|||
"marker": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "note",
|
||||
"render": "./assets/svg/note.svg",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "closed_at~*",
|
||||
"then": "resolved"
|
||||
"then": "./assets/svg/resolved.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -80,11 +80,11 @@
|
|||
"iconBadges": [
|
||||
{
|
||||
"if": "_total_comments>1",
|
||||
"then": "circle:white;speech_bubble"
|
||||
"then": "circle:white;./assets/svg/speech_bubble.svg"
|
||||
},
|
||||
{
|
||||
"if": "_is_import_note~*",
|
||||
"then": "addSmall"
|
||||
"then": "./assets/svg/addSmall.svg"
|
||||
}
|
||||
],
|
||||
"anchor": "bottom"
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
"craft=key_cutter"
|
||||
]
|
||||
},
|
||||
"then": "./assets/layers/id_presets/fas-key.svg"
|
||||
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
|
||||
}
|
||||
],
|
||||
"label": {
|
||||
|
|
|
@ -372,7 +372,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-show_crosshair=yes",
|
||||
"then": "Show a crosshair in the center of the map (when zoomed in above level 17)"
|
||||
"then": "Show a crosshair in the center of the map when zoomed in above level 17"
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-show_crosshair=no",
|
||||
|
@ -382,6 +382,10 @@
|
|||
"if": "mapcomplete-show_crosshair=",
|
||||
"then": "Do not show a crosshair in the center of the map",
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-show_crosshair=always",
|
||||
"then": "Always show a crosshair in the center of the map"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue