forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
1b5d8c56bd
commit
4b07959b22
4 changed files with 86 additions and 49 deletions
|
@ -22,10 +22,12 @@
|
|||
"location": "end",
|
||||
"icon": {
|
||||
"render": "circle:#0f0",
|
||||
"mappings":[ {
|
||||
"if": "move=no",
|
||||
"then": "ring:#0f0"
|
||||
}]
|
||||
"mappings": [
|
||||
{
|
||||
"if": "move=no",
|
||||
"then": "ring:#0f0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconSize": "10,10,center"
|
||||
},
|
||||
|
@ -33,7 +35,7 @@
|
|||
"location": "start",
|
||||
"icon": "square:#f00",
|
||||
"iconSize": {
|
||||
"render":"10,10,center",
|
||||
"render": "10,10,center",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "distance<0.1",
|
||||
|
@ -44,11 +46,13 @@
|
|||
},
|
||||
{
|
||||
"width": {
|
||||
"render": "3",
|
||||
"mappings": [{
|
||||
"if": "distance<0.2",
|
||||
"then": "0"
|
||||
}]
|
||||
"render": "3",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "distance<0.2",
|
||||
"then": "0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"color": "#00f",
|
||||
"dasharray": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue