improved rendering

Colouring was also based on a field that has little meaning
This commit is contained in:
Joost 2021-06-03 11:35:52 +02:00
parent 3adb83dcac
commit 17b76be401

View file

@ -31,15 +31,11 @@
], ],
"title": "AED in Brugse dataset", "title": "AED in Brugse dataset",
"icon": { "icon": {
"render": "circle:green", "render": "circle:red",
"mappings": [ "mappings": [
{ {
"if": "_has_closeby_feature=yes", "if": "_has_closeby_feature=yes",
"then": "circle:#ffff00aa" "then": "circle:green"
},
{
"if": "Status=oud",
"then": "circle:red"
} }
] ]
}, },