-
Notifications
You must be signed in to change notification settings - Fork 61
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
Distinguish overlapping protected areas #1123
Comments
We’d need to make sure this jives with other things that are already translucent, such as buildings, intermittent waterbodies, and tunnels, not to mention label halos. #610 achieved a delicate workaround to get coastlines that don’t tear at tile boundaries or mouths of rivers; this depended on adequate contrast between the water fill and maritime park boundaries. |
#994 suggests a darker park fill, which might complicate this task a bit. |
@1ec5 I think there is room to make protected areas a bit darker and perhaps make wilderness areas a tad darker than that? Or have some sort of darker green patterned overlay? |
Do the tiles make a distinction between parks and wilderness areas that we can reliably key off of? |
The park layer in OpenMapTiles is somewhat of a mess, I made a start in openmaptiles/openmaptiles#1491 but never brought it to conclusion. |
The Oregon state highway map renders wilderness areas as darker green than national forests. It renders national parks as pink, which we may not want, but we probably do want national parks to be distinctive compared to national forests/BLM/etc. |
There are places where multiple areas tagged as nature reserves or protected areas overlap, such as a wilderness area within a national forest. In Americana this results in large green regions where it can be hard to tell which area is which.
Places like the Pinelands National Reserve and the Adirondack and Catskill Parks are particularly problematic since they are massive expanses that include a variety of conservation situations.
One solution used by other map styles is to make protected area styling additive, such as an opacity value that can build up given multiple overlapping features. Perhaps a better solutions would be to distinguish common types of protected areas, to have somewhat different styling for conservation districts, nature reserves, parks, wilderness areas, etc.
The text was updated successfully, but these errors were encountered: