-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add weir to water layer #1931
base: master
Are you sure you want to change the base?
Add weir to water layer #1931
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1252,6 +1252,14 @@ filters: | |
<<: *output_properties | ||
kind: dam | ||
extra_columns: [way] | ||
- filter: | ||
waterway: weir | ||
geom_type: line | ||
min_zoom: 12 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why 12 and not 13 or 14? In your style when do you show it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it is used in our style which is similar to OpenTopoMap as OpenTopoMap shows this in lower zooms. |
||
output: | ||
<<: *output_properties | ||
kind: weir | ||
extra_columns: [way] | ||
- filter: | ||
waterway: dam | ||
geom_type: polygon | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this between
breakwater
anddam
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have put
weir
betweenbreakwater
anddam
.