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

Forest pattern draws over all other fills #1821

Closed
btwhite92 opened this issue Sep 9, 2015 · 7 comments
Closed

Forest pattern draws over all other fills #1821

btwhite92 opened this issue Sep 9, 2015 · 7 comments

Comments

@btwhite92
Copy link
Contributor

example

By convention, heavily wooded national forests (in the U.S., at least) include a 'landuse=forest' tag in the management boundary polygon. It would be unreasonable to remove this tag until the inside of the polygon has been mapped with greater detail. However, where there is locally greater detail, the forest pattern should not be drawing itself on top of everything else. The pattern should be drawn directly after the 'landuse=forest' fill, and then the other areas filled on top.

@imagico
Copy link
Collaborator

imagico commented Sep 9, 2015

Tagging administrative divisions with landuse=forest is simply wrong, this tag is for areas where actual forestry takes place, i.e. trees are grown.

@pnorman
Copy link
Collaborator

pnorman commented Sep 9, 2015

Similar to #1754

If there aren't trees there, then it shouldn't be in a natural=forest area. This is a problem with the data, not the style.

@pnorman pnorman closed this as completed Sep 9, 2015
@pnorman pnorman added the invalid label Sep 9, 2015
@matkoniecz
Copy link
Contributor

Exact copy of #1796 - see explanation on #1796 (comment)

@polarbearing
Copy link
Contributor

@bongslut420, to fix you problem in the OSM data, you need to create a multipolygon, move the forest tags to the relation, use the previous forest outline as 'outer', and all the non-forest areas as 'inner'.

@matkoniecz
Copy link
Contributor

@polarbearing In the first place two separate entities (protection area called "National forest" and forest) should not be tagged as one object.

@btwhite92
Copy link
Contributor Author

Hi all, thanks for the responses and sorry I didn't look around enough to see that this is a duplicate issue. My confusion came from the fact that the 'landuse=forest' tag is listed as convention for national forest boundary tagging (http://wiki.openstreetmap.org/wiki/US_Forest_Service_Data) and that almost every national forest boundary in the western U.S. is tagged this way (any solid green boundary at zoom 8). I agree it doesn't make much sense but it seemed to be the convention.

I found a surface ownership .shp on the forest service GIS clearinghouse that at least shows land that the forest service owns, which should be a better indication of what counts as actual managed forest land under the administrative boundary. It is quite a few hours work merging the data and requires a bit of QGIS work to add it, but I did it for Tahoe National Forest last night what looks successfully. This is similar to what looks like has been done previously with the Shasta National Forest. Hopefully this information will be helpful for anybody else with this same problem.

@imagico
Copy link
Collaborator

imagico commented Sep 11, 2015

W.r.t. US national forests - there has been a discussion recently on the talk-us mailing list on the matter:

https://lists.openstreetmap.org/pipermail/talk-us/2015-August/015172.html

This discussion makes it quite clear there currently is no consensus on the matter. But it would have no direct bearing on this style anyway since specific local uses of tags that differ from their use elsewhere are not normally taken into account here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants