Skip to content

Commit

Permalink
Merge pull request #553 from CorentinLemaitre/patch-1
Browse files Browse the repository at this point in the history
Add waterway = dock
  • Loading branch information
Phyks committed Apr 14, 2021
2 parents 4fed093 + a9d912c commit 2e9387c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Layer:
WHERE
(
"natural" IN ('water', 'pond')
OR waterway IN ('basin', 'canal', 'mill_pond', 'pond', 'riverbank', 'stream')
OR waterway IN ('basin', 'canal', 'dock', 'mill_pond', 'pond', 'riverbank', 'stream')
OR landuse in ('basin', 'reservoir')
)
AND way_area > 0.1*!pixel_width!::real*!pixel_height!::real
Expand All @@ -359,7 +359,7 @@ Layer:
WHERE
(
"natural" IN ('water', 'pond')
OR waterway IN ('basin', 'canal', 'mill_pond', 'pond', 'riverbank', 'stream')
OR waterway IN ('basin', 'canal', 'dock', 'mill_pond', 'pond', 'riverbank', 'stream')
OR landuse in ('basin', 'reservoir')
)
AND way_area > 1*!pixel_width!::real*!pixel_height!::real
Expand All @@ -386,7 +386,7 @@ Layer:
WHERE
(
"natural" IN ('water', 'pond')
OR waterway IN ('basin', 'canal', 'mill_pond', 'pond', 'riverbank', 'stream')
OR waterway IN ('basin', 'canal', 'dock', 'mill_pond', 'pond', 'riverbank', 'stream')
OR landuse in ('basin', 'reservoir')
)
AND (tunnel IS NULL OR tunnel NOT IN ('yes', 'culvert'))
Expand Down

0 comments on commit 2e9387c

Please sign in to comment.