UX: fix #2257 , clearer UI for splitting a road
This commit is contained in:
parent
8be5ecb85a
commit
c667f384c7
8 changed files with 135 additions and 40 deletions
|
@ -16,7 +16,13 @@
|
|||
"marker": [
|
||||
{
|
||||
"icon": "circle",
|
||||
"color": "white"
|
||||
"color": {
|
||||
"render": "white",
|
||||
"mappings": [{
|
||||
"if": "reuse=yes",
|
||||
"then": "#cccccc"
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
"icon": "./assets/svg/scissors.svg"
|
||||
|
|
|
@ -17,13 +17,33 @@
|
|||
"icon": "bug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"location": [
|
||||
"waypoints"
|
||||
],
|
||||
"iconSize": "4,4",
|
||||
"anchor": "center",
|
||||
"marker": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "circle",
|
||||
"id": "circle"
|
||||
},
|
||||
"color": "#888888"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lineRendering": [
|
||||
"lineRendering": [ {
|
||||
"width": "13",
|
||||
"color": "black"
|
||||
},
|
||||
{
|
||||
"width": "8",
|
||||
"color": "black"
|
||||
"color": "white"
|
||||
}
|
||||
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue