Skip to content

Commit

Permalink
Fixed a mistake in the previous commit and adjusted a font face
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-r committed Feb 11, 2018
1 parent ee0f1e6 commit 03d5232
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@
}
}

[feature = 'military_area'][is_building = 'no'],
[feature = 'landuse_military'][is_building = 'no'],
[feature = 'military_danger_area'][is_building = 'no'] {
[zoom >= 9][way_pixels > 3000],
[zoom >= 17] {
Expand All @@ -1549,7 +1549,12 @@
text-line-spacing: @landcover-line-spacing-size-bigger;
}
text-fill: darken(@military, 40%);
text-face-name: @bold-fonts;
[feature = 'landuse_military'] {
text-face-name: @landcover-face-name;
}
[feature = 'military_danger_area'] {
text-face-name: @bold-fonts;
}
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-placement: interior;
Expand Down

0 comments on commit 03d5232

Please sign in to comment.