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

Distinguish overlapping protected areas #1123

Open
quincylvania opened this issue Jul 8, 2024 · 6 comments
Open

Distinguish overlapping protected areas #1123

quincylvania opened this issue Jul 8, 2024 · 6 comments

Comments

@quincylvania
Copy link
Contributor

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.

Screenshot 2024-07-08 at 4 41 27 PM
Screenshot 2024-07-08 at 4 44 11 PM

@1ec5
Copy link
Member

1ec5 commented Jul 9, 2024

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.

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.

@1ec5
Copy link
Member

1ec5 commented Jul 10, 2024

#994 suggests a darker park fill, which might complicate this task a bit.

@quincylvania
Copy link
Contributor Author

@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?

@1ec5
Copy link
Member

1ec5 commented Jul 13, 2024

Do the tiles make a distinction between parks and wilderness areas that we can reliably key off of?

@ZeLonewolf
Copy link
Member

The park layer in OpenMapTiles is somewhat of a mess, I made a start in openmaptiles/openmaptiles#1491 but never brought it to conclusion.

@quincylvania
Copy link
Contributor Author

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.

Screenshot 2024-07-15 at 4 28 06 PM

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

3 participants