Skip to content

Commit

Permalink
Fix geostyle style
Browse files Browse the repository at this point in the history
  • Loading branch information
baasgeo committed Sep 30, 2024
1 parent 611d516 commit 64834a2
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions voertuigposities/stylesheet.geostyler
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"symbolizers": [
{
"kind": "Icon",
"size": 7,
"size": 12,
"image": "https://imroi.github.io/diversen/voertuigposities/ambulance.svg",
"sizeUnit": "m",
"allowOverlap": true
Expand All @@ -16,20 +16,18 @@
},
{
"name": "Brandweer",
"filter": ["!",
["not",
["==", "voertuigSoort", "AMBU"],
["==", "voertuigSoort", "IM"],
["==", "voertuigSoort", "L-COPI"],
["==", "voertuigSoort", "MCU"],
["==", "voertuigSoort", "MD"],
["==", "voertuigSoort", "MPHM"]
]
"filter": ["&&",
["!=", "voertuigSoort", "AMBU"],
["!=", "voertuigSoort", "IM"],
["!=", "voertuigSoort", "L-COPI"],
["!=", "voertuigSoort", "MCU"],
["!=", "voertuigSoort", "MD"],
["!=", "voertuigSoort", "MPHM"]
],
"symbolizers": [
{
"kind": "Icon",
"size": 7,
"size": 12,
"image": "https://imroi.github.io/diversen/voertuigposities/brandweer.svg",
"sizeUnit": "m",
"allowOverlap": true
Expand Down

0 comments on commit 64834a2

Please sign in to comment.