Skip to content

Commit 029bdb8

Browse files
authored
Merge pull request #279 from Langlaeufer/patch-2
some documentation
2 parents dfd19c5 + 7e2c49f commit 029bdb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mapconfig_for_bicycles.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- only ways which match to one of the following key-values pares will be imported -->
3+
<!-- the lines are evaluated in the order of their priority and id (ascending) -->
4+
<!-- only the tag-id of the first match is stored in the table -->
25
<configuration>
36
<tag_name name="cycleway" id="1">
47
<tag_value name="track" priority="1.0" id="101" />
@@ -40,7 +43,7 @@
4043
<tag_value name="pedestrian" priority="1.1" id="503" />
4144
<tag_value name="footway" priority="1.1" id="504" />
4245
<tag_value name="bridleway" priority="1.3" id="505" />
43-
<tag_value name="track" priority="1.0" id="506" />
46+
<tag_value name="track" priority="2.0" id="506" />
4447
<tag_value name="living_street" priority="2.0" id="507" />
4548
<tag_value name="service" priority="2.0" id="508" />
4649
<tag_value name="residential" priority="2.2" id="509" />
@@ -54,7 +57,4 @@
5457
<tag_value name="primary" priority="3.5" id="517" />
5558
<tag_value name="road" priority="4.0" id="500" />
5659
</tag_name>
57-
<tag_name name="junction" id="6">
58-
<tag_value name="roundabout" priority="2.5" id="601" />
59-
</tag_name>
6060
</configuration>

0 commit comments

Comments
 (0)