Skip to content

Commit

Permalink
Display natural=cape on Outdoor map
Browse files Browse the repository at this point in the history
  • Loading branch information
noktoborus committed Apr 20, 2023
1 parent e55b761 commit 099f4c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Default.style/points.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ node,area {
}
}

@if Style == Outdoor
node|z14-[natural=cape] {
text: eval(locTag('name'));
text-color: @color_label_text;
font-size: 7pt;
font-stroke-width: 1pt;
}
@endif

@if SubStyle != Car
area{
|z9-[boundary=national_park],
Expand Down

0 comments on commit 099f4c7

Please sign in to comment.