forked from MapComplete/MapComplete
More work on conflation logic
This commit is contained in:
parent
d9ad4daaf6
commit
8485773a1d
3 changed files with 315 additions and 213 deletions
|
@ -31,6 +31,10 @@
|
|||
"icon": {
|
||||
"render": "circle:#0f0",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "reprojection=yes",
|
||||
"then": "ring:#f00"
|
||||
},
|
||||
{
|
||||
"if": "move=no",
|
||||
"then": "ring:#0f0"
|
||||
|
@ -42,6 +46,12 @@
|
|||
{
|
||||
"location": "start",
|
||||
"icon": "square:#f00",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "reprojection=yes",
|
||||
"then": "ring:#f00"
|
||||
}
|
||||
],
|
||||
"iconSize": {
|
||||
"render": "10,10,center",
|
||||
"mappings": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue