Skip to content

Commit

Permalink
Move remaining items into landcover.mss
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed May 10, 2013
1 parent a744495 commit 3c920fc
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 84 deletions.
83 changes: 83 additions & 0 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,86 @@
line-color: #888;
}
}


#landuse-overlay {
[landuse = 'military'][zoom >= 10]::landuse {
polygon-pattern-file: url('symbols/military_red_hz2.png');
line-color: #f55;
line-width: 3;
line-opacity: 0.329;
}
[leisure = 'nature_reserve'][zoom >= 10] {
polygon-pattern-file: url('symbols/nature_reserve5.png');
line-color: #6c3;
line-width: 0.5;
[zoom >= 14] {
polygon-pattern-file: url('symbols/nature_reserve6.png');
line-width: 1;
}
}
}

#area-text {
[way_area >= 150000][zoom >= 14],
[way_area >= 80000][zoom >= 15],
[way_area >= 20000][zoom >= 16],
[zoom >= 17] {
text-name: "[name]";
text-size: 10;
text-fill: #000033;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-wrap-width: 20;
}
}

#cliffs {
[natural = 'cliff'][zoom >= 13] {
line-pattern-file: url('symbols/cliff.png');
[zoom >= 15] {
line-pattern-file: url('symbols/cliff2.png');
}
}
[man_made = 'embankment'][zoom >= 15]::man_made {
line-pattern-file: url('symbols/cliff.png');
}
}

#area-barriers {
[zoom >= 16] {
line-color: #444;
line-width: 0.4;
[barrier = 'hedge'] {
polygon-fill: #aed1a0;
}
}
}

.barriers {
[zoom >= 16] {
line-width: 0.4;
line-color: #444;
}
[barrier = 'embankment'][zoom >= 14] {
line-width: 0.4;
line-color: #444;
}
[barrier = 'hedge'][zoom >= 16] {
line-width: 3;
line-color: #aed1a0;
}
}


#theme-park {
[tourism = 'theme_park'][zoom >= 13] {
line-color: #734a08;
line-width: 1.5;
line-dasharray: 9,3;
line-opacity: 0.6;
[zoom >= 15] {
line-width: 2.5;
}
}
}
83 changes: 0 additions & 83 deletions other.mss

This file was deleted.

1 change: 0 additions & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"water.mss",
"water-features.mss",
"roads.mss",
"other.mss",
"power.mss",
"citywalls.mss",
"placenames.mss",
Expand Down

1 comment on commit 3c920fc

@skorasaurus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work =)

Please sign in to comment.