Skip to content

Commit

Permalink
Adjusted rendering of military area labels
Browse files Browse the repository at this point in the history
Treating them the same way as military_danger_area labes.
Both were already using the same font size, colour etc.
Now they also use the same filtering options.
  • Loading branch information
andrzej-r committed Feb 11, 2018
1 parent 92dff6e commit ee0f1e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,6 @@
}
}

[feature = 'landuse_military'],
[feature = 'natural_wood'],
[feature = 'landuse_forest'],
[feature = 'boundary_national_park'],
Expand All @@ -1520,9 +1519,6 @@
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-placement: interior;
[feature = 'landuse_military'] {
text-fill: darken(@military, 40%);
}
[feature = 'natural_wood'],
[feature = 'landuse_forest'] {
text-fill: @forest-text;
Expand All @@ -1534,6 +1530,7 @@
}
}

[feature = 'military_area'][is_building = 'no'],
[feature = 'military_danger_area'][is_building = 'no'] {
[zoom >= 9][way_pixels > 3000],
[zoom >= 17] {
Expand Down

0 comments on commit ee0f1e6

Please sign in to comment.