Skip to content

Commit 436a0b1

Browse files
committed
Add missing trunk casing and fix typo for unclassifieds
Resolves #3111
1 parent bd75231 commit 436a0b1

File tree

4 files changed

+36
-8
lines changed

4 files changed

+36
-8
lines changed

src/main/assets/styles/Color-round-no-mp.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<profile name="Color Round Nodes No Multipolygons" format="0.3.3" description="Style for phone sized devices without multipolygon rendering" version="1.0">
2+
<profile name="Color Round Nodes No Multipolygons" format="0.3.3" description="Style for phone sized devices without multipolygon rendering" version="1.0.1">
33
<!-- Assorted config -->
44
<config type="min_handle_length" length="200.0" />
55
<config type="icon_zoom_limit" zoom="15" />
@@ -200,6 +200,13 @@
200200
<interval length="2.0" />
201201
</dash>
202202
</feature>
203+
<feature type="trunk_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204+
<feature type="trunk_bridge_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205+
<dash phase="1.0">
206+
<interval length="2.0" />
207+
<interval length="2.0" />
208+
</dash>
209+
</feature>
203210
<feature type="primary_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204211
<feature type="primary_bridge_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205212
<dash phase="1.0">
@@ -397,7 +404,7 @@
397404
</feature>
398405
</feature>
399406
<feature type="way" tags="highway=unclassified" widthFactor="1.0" color="ffCCCCCC" casingStyle="unclassified_casing" >
400-
<feature type="way" tags="bridge=yes" casingStyle="unclassifies_bridge_casing" />
407+
<feature type="way" tags="bridge=yes" casingStyle="unclassified_bridge_casing" />
401408
<feature type="way" tags="tunnel=yes" casingStyle="">
402409
<dash phase="1.0">
403410
<interval length="1.0" />

src/main/assets/styles/Color-round.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<profile name="Color Round Nodes" format="0.3.3" description="Default style for phone sized devices" version="1.0">
2+
<profile name="Color Round Nodes" format="0.3.3" description="Default style for phone sized devices" version="1.0.1">
33
<!-- Assorted config -->
44
<config type="min_handle_length" length="200.0" />
55
<config type="icon_zoom_limit" zoom="15" />
@@ -200,6 +200,13 @@
200200
<interval length="2.0" />
201201
</dash>
202202
</feature>
203+
<feature type="trunk_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204+
<feature type="trunk_bridge_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205+
<dash phase="1.0">
206+
<interval length="2.0" />
207+
<interval length="2.0" />
208+
</dash>
209+
</feature>
203210
<feature type="primary_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204211
<feature type="primary_bridge_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205212
<dash phase="1.0">
@@ -397,7 +404,7 @@
397404
</feature>
398405
</feature>
399406
<feature type="way" tags="highway=unclassified" widthFactor="1.0" color="ffCCCCCC" casingStyle="unclassified_casing" >
400-
<feature type="way" tags="bridge=yes" casingStyle="unclassifies_bridge_casing" />
407+
<feature type="way" tags="bridge=yes" casingStyle="unclassified_bridge_casing" />
401408
<feature type="way" tags="tunnel=yes" casingStyle="">
402409
<dash phase="1.0">
403410
<interval length="1.0" />

src/main/assets/styles/No-path-patterns.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<profile name="No path patterns" format="0.3.3" description="Style for Android 8.0 and earlier" version="1.0">
2+
<profile name="No path patterns" format="0.3.3" description="Style for Android 8.0 and earlier" version="1.0.1">
33
<!-- Assorted config -->
44
<config type="min_handle_length" length="200.0" />
55
<config type="icon_zoom_limit" zoom="15" />
@@ -200,6 +200,13 @@
200200
<interval length="2.0" />
201201
</dash>
202202
</feature>
203+
<feature type="trunk_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204+
<feature type="trunk_bridge_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205+
<dash phase="1.0">
206+
<interval length="2.0" />
207+
<interval length="2.0" />
208+
</dash>
209+
</feature>
203210
<feature type="primary_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204211
<feature type="primary_bridge_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205212
<dash phase="1.0">
@@ -397,7 +404,7 @@
397404
</feature>
398405
</feature>
399406
<feature type="way" tags="highway=unclassified" widthFactor="1.0" color="ffCCCCCC" casingStyle="unclassified_casing" >
400-
<feature type="way" tags="bridge=yes" casingStyle="unclassifies_bridge_casing" />
407+
<feature type="way" tags="bridge=yes" casingStyle="unclassified_bridge_casing" />
401408
<feature type="way" tags="tunnel=yes" casingStyle="">
402409
<dash phase="1.0">
403410
<interval length="1.0" />

src/main/assets/styles/Pen-round.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='UTF-8' ?>
2-
<profile name="Pen Round Nodes" format="0.3.3" description="Style for tablett sized devices used with a pen or mouse" version="1.0">
2+
<profile name="Pen Round Nodes" format="0.3.3" description="Style for tablett sized devices used with a pen or mouse" version="1.0.1">
33
<!-- Assorted config -->
44
<config type="min_handle_length" length="200.0" />
55
<config type="icon_zoom_limit" zoom="15" />
@@ -200,6 +200,13 @@
200200
<interval length="2.0" />
201201
</dash>
202202
</feature>
203+
<feature type="trunk_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204+
<feature type="trunk_bridge_casing" updateWidth="true" widthFactor="2.1" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205+
<dash phase="1.0">
206+
<interval length="2.0" />
207+
<interval length="2.0" />
208+
</dash>
209+
</feature>
203210
<feature type="primary_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER" />
204211
<feature type="primary_bridge_casing" updateWidth="true" widthFactor="1.8" color="FFFFFFFF" style="STROKE" cap="BUTT" join="MITER">
205212
<dash phase="1.0">
@@ -397,7 +404,7 @@
397404
</feature>
398405
</feature>
399406
<feature type="way" tags="highway=unclassified" widthFactor="1.0" color="ffCCCCCC" casingStyle="unclassified_casing" >
400-
<feature type="way" tags="bridge=yes" casingStyle="unclassifies_bridge_casing" />
407+
<feature type="way" tags="bridge=yes" casingStyle="unclassified_bridge_casing" />
401408
<feature type="way" tags="tunnel=yes" casingStyle="">
402409
<dash phase="1.0">
403410
<interval length="1.0" />

0 commit comments

Comments
 (0)