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",
"icon": {
"render": "circle:green",
"render": "circle:red",
"mappings": [
{
"if": "_has_closeby_feature=yes",
"then": "circle:#ffff00aa"
},
{
"if": "Status=oud",
"then": "circle:red"
"then": "circle:green"
}
]
},