Skip to content

Commit 418ad3f

Browse files
committed
Add chimney to pois
1 parent e18b5dd commit 418ad3f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

yaml/pois.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ global:
443443
- landuse: quarry
444444
- leisure: [ dog_park, firepit, fishing, pitch, playground, slipway, swimming_area ]
445445
- lock: yes
446-
- man_made: [ adit, communications_tower, crane, mast, mineshaft, obelisk, observatory,
446+
- man_made: [ adit, communications_tower, chimney, crane, mast, mineshaft, obelisk, observatory,
447447
offshore_platform, petroleum_well, power_wind, telescope, water_tower,
448448
water_well, watermill, windmill ]
449449
- military: bunker
@@ -2640,6 +2640,11 @@ filters:
26402640
- shiploader
26412641
- tower_crane
26422642
then: {col: "crane:type"}
2643+
- filter: {man_made: chimney}
2644+
min_zoom: 14
2645+
output:
2646+
<<: *output_properties
2647+
kind: chimney
26432648
- filter: {leisure: water_park}
26442649
min_zoom: { clamp: { min: 13, max: 15, value: { sum: [ { col: zoom }, 2.34 ] } } }
26452650
output:

0 commit comments

Comments
 (0)