Skip to content

Commit

Permalink
Add rendering for power=plant
Browse files Browse the repository at this point in the history
  • Loading branch information
kreed committed Sep 15, 2015
1 parent 18169e3 commit bdbca90
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2065,6 +2065,7 @@
text-placement: interior;
}

[feature = 'power_plant'][is_building = 'no'][zoom >= 10],
[feature = 'power_station'][is_building = 'no'][zoom >= 10],
[feature = 'power_generator'][is_building = 'no'][zoom >= 10],
[feature = 'power_sub_station'][is_building = 'no'][zoom >= 13],
Expand Down
3 changes: 2 additions & 1 deletion landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@
}
}

[feature = 'landuse_industrial'][zoom >= 10] {
[feature = 'landuse_industrial'][zoom >= 10],
[feature = 'power_plant'][zoom >= 10] {
polygon-fill: @industrial;
[zoom >= 16] {
line-width: .5;
Expand Down
Loading

0 comments on commit bdbca90

Please sign in to comment.