Added contourtype tag (100m, 50m, 20m, 10m)

This commit is contained in:
yvecai 2012-10-21 16:00:58 +03:00
parent 93d6c06998
commit b9eae64d46

View file

@ -498,7 +498,12 @@
target_tag="natural" target_value="wood" poi_category="natural" />
<type tag="contour" value="elevation" minzoom="8" />
</category>
<category name="contourtype">
<type tag="contourtype" value="10m" minzoom="12" additional="true"/>
<type tag="contourtype" value="20m" minzoom="12" additional="true"/>
<type tag="contourtype" value="50m" minzoom="12" additional="true"/>
<type tag="contourtype" value="100m" minzoom="12" additional="true"/>
</category>
<category name="geocache" poi_tag="geocache" poi_category="geocache">
<type tag="geocache" value="found" minzoom="15" />
<type tag="geocache" value="not found" minzoom="15" />