Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Reservoirs to water areas #39

Closed
migurski opened this issue Feb 14, 2012 · 1 comment
Closed

Add Reservoirs to water areas #39

migurski opened this issue Feb 14, 2012 · 1 comment
Assignees
Milestone

Comments

@migurski
Copy link

Compare http://tile.stamen.com/terrain/preview.html#13/39.4533/-76.5642 and http://tile.stamen.com/toner/preview.html#13/39.4533/-76.5642

@ghost ghost assigned nvkelso Mar 6, 2012
@nvkelso
Copy link
Contributor

nvkelso commented Mar 6, 2012

OSM decided to not add this as an optional
landuse=reservoir
modifying
natural=water

wtf.

<![CDATA[
(SELECT way,
name,
ST_Area(way) AS area
FROM planet_osm_polygon
WHERE "natural" IN ('water', 'bay')
OR waterway IN ('riverbank')
OR landuse IN ('reservoir')
ORDER BY z_order ASC, way_area DESC

            ) AS water]]></Parameter>

@nvkelso nvkelso closed this as completed Mar 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants