Skip to content

Commit

Permalink
Merge pull request cyclosm#554 from quasart/bridge
Browse files Browse the repository at this point in the history
Rendering bridge surface like a building. Fix cyclosm#551
  • Loading branch information
Phyks committed Apr 19, 2021
2 parents 2e9387c + 140c8c1 commit d7a8554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Render `landuse=retail` and `shop=mall` names. Fix #526.
* Fix missing POIs: swimming pools, `shop=doityourself` and schools. Fix #64.
* Render train stations when tagged on buildings (polygons). Fix #527.
* Rendering bridge surface. Fix #551.


## v0.5
Expand Down
1 change: 1 addition & 0 deletions project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ Layer:
waterway
FROM planet_osm_polygon
WHERE ((building IS NOT NULL AND building != 'no')
OR (man_made='bridge')
OR (waterway='dam'))
AND way_area > 1*!pixel_width!::real*!pixel_height!::real
AND (tags->'location' IS NULL OR tags->'location' != 'underground')
Expand Down

0 comments on commit d7a8554

Please sign in to comment.