Merge pull request #332 from joostschouppe/master

Made the green transparent
This commit is contained in:
Pieter Vander Vennet 2021-06-05 15:50:23 +02:00 committed by GitHub
commit e2393c33f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
} }