Skip to content

Commit

Permalink
Merge pull request #956 from polarbearing/beach_orchard_metatile
Browse files Browse the repository at this point in the history
Beach, Orchard, Mud metatile alignments, and reducing symbol size for allotments
  • Loading branch information
gravitystorm committed Sep 24, 2014
2 parents 548c403 + 7ae27b4 commit 8b90178
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@

[feature = 'landuse_orchard'][zoom >= 10] {
polygon-pattern-file: url('symbols/orchard.png');
polygon-pattern-alignment: global;
}

[feature = 'landuse_cemetery'],
Expand Down Expand Up @@ -361,6 +362,7 @@

[feature = 'natural_beach'][zoom >= 10] {
polygon-pattern-file: url('symbols/beach.png');
polygon-pattern-alignment: global;
}

[feature = 'highway_services'],
Expand Down
Binary file modified symbols/allotments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified symbols/beach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified symbols/mud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified symbols/orchard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

[natural = 'mud'][zoom >= 13]::natural {
polygon-pattern-file: url('symbols/mud.png');
polygon-pattern-alignment: global;
}
}

Expand Down

0 comments on commit 8b90178

Please sign in to comment.