-
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
More kinds for Maki icon library support #1542
More kinds for Maki icon library support #1542
Conversation
…n camp sites, caravan sites and marinas.
@@ -769,6 +773,16 @@ filters: | |||
output: | |||
<<: *output_properties | |||
kind: level_crossing | |||
# filter the waterway / boat fuel before generic amenity=fuel, as they appear |
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.
👍
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.
Overall LGTM.
Oh, you're 1 step ahead of me, nevermind!
But I think some of these won't have names and we should still allow them to export in the pois layer? So add these to the "ponis" list?
- harbourmaster
- mooring
- sanitary_dump_station
- waterway_fuel
- slipway
Maybe others so please sanity check.
yaml/pois.yaml
Outdated
any: | ||
- waterway: fuel | ||
- "seamark:small_craft_facility:category": fuel_station | ||
min_zoom: { clamp: { min: 0, max: 16, value: { sum: [ { col: zoom }, 2.7 ] } } } |
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.
should this be min zoom of say 14 instead of 0? Seems less important than general fuel which I don't think is clamped?
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.
OK. Updated in fd0f922.
Added new kinds:
harbourmaster
mooring
sanitary_dump_station
path
withkind_detail: quay
inroads
layer, similar topier
.Additional properties:
mooring
onpier
andquay
sanitary_dump_station
onmarina
,camp_site
andcaravan_site
.Connects to #1423.