Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beach, Orchard, Mud metatile alignments, and reducing symbol size for allotments #956

Merged
merged 10 commits into from
Sep 24, 2014
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