-
Notifications
You must be signed in to change notification settings - Fork 822
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
Switch to ocean polygons #2066
Switch to ocean polygons #2066
Conversation
cc @imagico |
This avoids having to refactor some landuse types like tidal flats
4a8ccdd
to
04f6d1b
Compare
@@ -25,7 +25,9 @@ To download the shapefiles you can run the following script from this directory. | |||
You can also download them manually at the following paths: | |||
|
|||
* [`simplified-land-polygons.shp`](http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip) (updated daily) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this line be removed?
Thanks @pnorman! |
Unfortunately, I had to revert this change for now as it's still not fully clear what causes #2101. See also #2174. I have created a branch ocean-polygons which can be used for testing the problem (this branch is not intended to be released, it is only there to make testing easier). As soon as #2101 is sorted out, we can again try to move to ocean polygons. |
I have reverted this PR for now, see #2101. |
This should have no rendering changes, as the base land and base ocean are still the first things drawn.
We may want to re-order later to put water polygons by ocean polygons, but this will require consideration of what landuse should appear on oceans
Fixes #1982.