Skip to content

Commit

Permalink
Add chimney to pois
Browse files Browse the repository at this point in the history
  • Loading branch information
rwrx committed Sep 30, 2019
1 parent e18b5dd commit 418ad3f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion yaml/pois.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ global:
- landuse: quarry
- leisure: [ dog_park, firepit, fishing, pitch, playground, slipway, swimming_area ]
- lock: yes
- man_made: [ adit, communications_tower, crane, mast, mineshaft, obelisk, observatory,
- man_made: [ adit, communications_tower, chimney, crane, mast, mineshaft, obelisk, observatory,
offshore_platform, petroleum_well, power_wind, telescope, water_tower,
water_well, watermill, windmill ]
- military: bunker
Expand Down Expand Up @@ -2640,6 +2640,11 @@ filters:
- shiploader
- tower_crane
then: {col: "crane:type"}
- filter: {man_made: chimney}
min_zoom: 14
output:
<<: *output_properties
kind: chimney
- filter: {leisure: water_park}
min_zoom: { clamp: { min: 13, max: 15, value: { sum: [ { col: zoom }, 2.34 ] } } }
output:
Expand Down

0 comments on commit 418ad3f

Please sign in to comment.