Skip to content

Commit

Permalink
Merge pull request #2628 from imagico/cliff-svg
Browse files Browse the repository at this point in the history
SVG line patterns for cliff/embankment
  • Loading branch information
imagico authored May 5, 2017
2 parents fb2a0bf + fec24e3 commit eee2c4a
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 3 deletions.
6 changes: 3 additions & 3 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -672,13 +672,13 @@

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

Expand Down
Binary file removed symbols/cliff.png
Binary file not shown.
38 changes: 38 additions & 0 deletions symbols/cliff.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed symbols/cliff2.png
Binary file not shown.
39 changes: 39 additions & 0 deletions symbols/cliff2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed symbols/embankment.png
Binary file not shown.
38 changes: 38 additions & 0 deletions symbols/embankment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eee2c4a

Please sign in to comment.