Skip to content

Commit

Permalink
changing color name from @educational_areas_and_hospital to @societal…
Browse files Browse the repository at this point in the history
…_amenities
  • Loading branch information
imagico committed Mar 8, 2016
1 parent bd9f3c3 commit f4e386a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@
[feature = 'amenity_school'],
[feature = 'amenity_college'],
[feature = 'amenity_university'] {
text-fill: darken(@educational_areas_and_hospital, 70%);
text-fill: darken(@societal_amenities, 70%);
}
[feature = 'natural_heath'] {
text-fill: darken(@heath, 40%);
Expand Down
6 changes: 3 additions & 3 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
@power-line: darken(@industrial-line, 5%);
@rest_area: #efc8c8; // also services
@sand: #f5e9c6;
@educational_areas_and_hospital: #f0f0d8;
@societal_amenities: #f0f0d8;
@station: #d4aaaa;
@tourism: #734a08;
@quarry: #c5c3c3;
Expand All @@ -57,7 +57,7 @@

@pitch: #80d7b5;
@track: @pitch;
@stadium: @educational_areas_and_hospital; // also sports_centre
@stadium: @societal_amenities; // also sports_centre
@golf_course: #b5e3b5;

#landcover-low-zoom[zoom < 10],
Expand Down Expand Up @@ -450,7 +450,7 @@
[zoom >= 10] {
polygon-fill: @residential;
[zoom >= 12] {
polygon-fill: @educational_areas_and_hospital;
polygon-fill: @societal_amenities;
[zoom >= 13] {
line-width: 0.3;
line-color: brown;
Expand Down

0 comments on commit f4e386a

Please sign in to comment.