Skip to content

Commit

Permalink
Collect beaver dams
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 24, 2024
1 parent 9cf4981 commit 286b880
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renderer/layers/water_trails_poi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
schema_name: OSM US Water Trail POIs
schema_description: Slipways, access points, locks, dams, weirs, waterfalls, and streamgages.
schema_description: Slipways, access points, locks, dams, weirs, beaver dams, waterfalls, and streamgages.
attribution: <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
sources:
osm:
Expand Down Expand Up @@ -82,6 +82,8 @@ layers:
tag_value: mtb
- key: name
tag_value: name
- key: natural
tag_value: natural
- key: noname
tag_value: noname
- key: noref
Expand Down Expand Up @@ -116,6 +118,7 @@ layers:
geometry: point
min_zoom: 10
include_when:
natural: beaver_dam
waterway:
- dam
- waterfall
Expand All @@ -125,6 +128,7 @@ layers:
geometry: point_on_line
min_zoom: 10
include_when:
natural: beaver_dam
waterway:
- dam
- waterfall
Expand All @@ -134,6 +138,7 @@ layers:
geometry: polygon_centroid_if_convex
min_zoom: 10
include_when:
natural: beaver_dam
waterway:
- dam
- waterfall
Expand Down

0 comments on commit 286b880

Please sign in to comment.