-
Notifications
You must be signed in to change notification settings - Fork 120
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
George Washington National Forest should not be a national park #987
Comments
Good catch! Browsing around the USA this seems fairly common and probably the root cause of a lot of our cludgy filter shims. If we see the operator is I've had good success in the scene file also paring with protect_class (to insist that a national_park can't be operated by USFS and it should generally be in only 2, 3, and 5 protect_class :
I suspect these might address edge cases, while the dominant case is the example above.
|
|
nature-reserve-boundaries Looking at the OSM CartoCSS files, it looks like the special outline coloring on osm.org is being driven on:
Snippet from "nature-reserve-boundaries" MML:
(Is Some OSM wiki page definitions: Here's what we do now:
I think the order should be more like:
And what we have now:
theme parks and zoos Similarly the reason why theme parks and zoos get an outline treatment is:
Snippet from "tourism-boundary" in MML:
I don't think we need any special handling for |
More examples:
|
Blocked on #997 - there are too many changes in that PR to proceed with this one. |
Work in progress on the 987 national forests branch. I hit one snag with the examples above:
The only relevant tag on Adirondack Park is This will change the behaviour for a lot of existing tests.
I took the liberty of changing this to |
For your 💯 Good call on the |
I'm still working my way thru this one, but so far so good :) |
Let's ship this! Two minor points to fix in later releases:
|
George Washington National Forest currently comes through with
kind: national_park
, but shouldn't.Relevant tags on the object:
boundary=national_park
landuse=forest
leisure=nature_reserve
operator=US Forest Service
Do we want some combination of these to override the choice of
kind: national_park
?The text was updated successfully, but these errors were encountered: