Skip to content

Commit

Permalink
Update Kaart-Styles.mapcss
Browse files Browse the repository at this point in the history
  • Loading branch information
Baconcrisp26 authored Aug 3, 2023
1 parent 878fff3 commit 841eb71
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Kaart-Styles.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,14 @@ node[barrier=swing_gate] {
icon-image: "presets/barrier/swing_gate.svg";
set icon_z17; icon-width: 25;
}
node[barrier=kissing_gate] {
icon-image: "presets/barrier/kissing_gate.svg";
set icon_z17;
}
node[barrier=height_restrictor] {
icon-image: "presets/barrier/height_restrictor.svg";
set icon_z17;
}
area[barrier=toll_booth]:closed {
fill-color: barrier#F0F050;
}
Expand Down Expand Up @@ -1661,6 +1669,10 @@ node[barrier=jersey_barrier] {
icon-image: "presets/barrier/jersey_barrier.svg";
set icon_z17;
}
node[barrier=log] {
icon-image: "presets/barrier/log.svg";
set icon_z17;
}
node[barrier=kissing_gate][!is_prop_set(icon-image)],
node[barrier=bump_gate][!is_prop_set(icon-image)],
node[barrier=bus_trap][!is_prop_set(icon-image)],
Expand Down

0 comments on commit 841eb71

Please sign in to comment.