Skip to content

Commit

Permalink
Merge pull request #1 from EdLoach/mapfeatures
Browse files Browse the repository at this point in the history
Add Woodland as per trac ticket
  • Loading branch information
EdLoach committed Nov 14, 2012
2 parents 2e45ead + cc622e9 commit d38f76b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion resources/map_features/landuse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<inputSet ref="common"/>
</feature>

<feature name="Forest">
<feature name="Managed Forest">
<category>natural</category>
<icon image="features/pois/landuse_coniferous.n.24.png"/>

Expand All @@ -318,6 +318,16 @@
<inputSet ref="common"/>
</feature>

<feature name="Woodland">
<category>natural</category>
<icon image="features/pois/landuse_coniferous.n.24.png"/>

<area/>
<tag k="natural" v="wood"/>
<inputSet ref="simpleName"/>
<inputSet ref="common"/>
</feature>

<feature name="Meadow">
<category>natural</category>
<icon image="icons/natural_blank.png"/>
Expand Down

0 comments on commit d38f76b

Please sign in to comment.