forked from MapComplete/MapComplete
Merge pull request #332 from joostschouppe/master
Made the green transparent
This commit is contained in:
commit
e2393c33f0
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "_has_closeby_feature=yes",
|
"if": "_has_closeby_feature=yes",
|
||||||
"then": "circle:green"
|
"then": "circle:#008000aa"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -47,4 +47,4 @@
|
||||||
],
|
],
|
||||||
"hideFromOverview": true,
|
"hideFromOverview": true,
|
||||||
"defaultBackgroundId": "HDM_HOT"
|
"defaultBackgroundId": "HDM_HOT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue