<!-- ************************************************************************
Natural
- ************************************************************************ -->
+ ************************************************************************ -->
+
+ <feature name="Peak">
+ <help>http://wiki.openstreetmap.org/wiki/Tag:natural%3Dpeak</help>
+ <category>natural</category>
+ <icon image="features/pois/natural_peak.n.24.png"/>
+ <point/>
+ <tag k="natural" v="peak"/>
+ <inputSet ref="simpleName"/>
+ <inputSet ref="common"/>
+ </feature>
+
+ <feature name="Tree">
+ <help>http://wiki.openstreetmap.org/wiki/Tag:natural%3Dtree</help>
+ <category>natural</category>
+ <icon image="features/pois/natural_tree.n.24.png"/>
+ <point/>
+ <tag k="natural" v="tree"/>
+ <inputSet ref="simpleName"/>
+ <inputSet ref="common"/>
+ </feature>
<feature name="Park">
<category>natural</category>
node[power=tower] { icon-image: cross; icon-width: 7; width: 3; color: #F44; z-index: 20; }
node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; }
node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
/* Addressing */