forked from MapComplete/MapComplete
More or less working version of advanced conflation
This commit is contained in:
parent
7f99e76b0c
commit
3176a4d665
11 changed files with 634 additions and 524 deletions
|
@ -33,7 +33,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "reprojection=yes",
|
||||
"then": "ring:#f00"
|
||||
"then": "none:#f00"
|
||||
},
|
||||
{
|
||||
"if": "move=no",
|
||||
|
@ -45,13 +45,15 @@
|
|||
},
|
||||
{
|
||||
"location": "start",
|
||||
"icon": "square:#f00",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "reprojection=yes",
|
||||
"then": "ring:#f00"
|
||||
}
|
||||
],
|
||||
"icon": {
|
||||
"render":"square:#f00",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "reprojection=yes",
|
||||
"then": "reload:#f00"
|
||||
}
|
||||
]
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "10,10,center",
|
||||
"mappings": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue