Skip to content

Commit

Permalink
Increase min_size to 1 pixel to try to filter out more visual noise a…
Browse files Browse the repository at this point in the history
…nd reduce tile sizes
  • Loading branch information
quincylvania committed Oct 28, 2024
1 parent 75e6960 commit 77796d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renderer/layers/trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layers:
- source: osm
geometry: line
min_zoom: 5
min_size: 0.5
min_size: 1
include_when:
&trails_filter
# gather any roads, paths, or ferries that are explicitly marked as trails or portages
Expand Down Expand Up @@ -564,7 +564,7 @@ layers:
- source: osm
geometry: polygon
min_zoom: 4
min_size: 0.5
min_size: 1
include_when: *parks_filter
attributes: *poi_attributes
# gather barriers as areas for rendering
Expand All @@ -573,7 +573,7 @@ layers:
- source: osm
geometry: polygon
min_zoom: 7
min_size: 0.5
min_size: 1
include_when:
&barrier_filter
- man_made: breakwater
Expand Down Expand Up @@ -613,7 +613,7 @@ layers:
- source: osm
geometry: line
min_zoom: 7
min_size: 0.5
min_size: 1
include_when: *barrier_filter
attributes: *barrier_attributes
args:
Expand Down

0 comments on commit 77796d0

Please sign in to comment.