Added contourtype tag (100m, 50m, 20m, 10m)
This commit is contained in:
parent
93d6c06998
commit
b9eae64d46
1 changed files with 6 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue