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

Finer man_made=pier width #3267

Merged
merged 1 commit into from Jun 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions water-features.mss
Expand Up @@ -70,10 +70,12 @@
polygon-fill: @land-color;
}
#piers-line {
line-width: 1.5;
line-width: 0.5;
line-color: @land-color;
[zoom >= 13] { line-width: 3; }
[zoom >= 16] { line-width: 7; }
line-cap: square;
Copy link
Contributor

Choose a reason for hiding this comment

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

All roads have round as cap.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Round would look best when two sections join at a non-right angle, but I didn't know how people would feel about round pier ends.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, the pier ending. You are right

[zoom >= 13] { line-width: 1; }
[zoom >= 15] { line-width: 2; }
[zoom >= 17] { line-width: 4; }
}
}

Expand Down