summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--navit/item_def.h4
-rw-r--r--navit/navit_shipped.xml12
2 files changed, 16 insertions, 0 deletions
diff --git a/navit/item_def.h b/navit/item_def.h
index 88632c51e..cc6e47c6b 100644
--- a/navit/item_def.h
+++ b/navit/item_def.h
@@ -470,6 +470,10 @@ ITEM(border_county)
ITEM(selected_line)
ITEM(traffic_distortion)
ITEM(street_route_occluded)
+ITEM(forest_way_1)
+ITEM(forest_way_2)
+ITEM(forest_way_3)
+ITEM(forest_way_4)
/* Area */
ITEM2(0xc0000000,area)
ITEM2(0xc0000001,area_unspecified)
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 881c229e0..746c976a4 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -709,6 +709,18 @@ Navigation</text></img>
<itemgra item_types="selected_line" order="18">
<polyline color="#ba00b8" width="530"/>
</itemgra>
+ <itemgra item_types="forest_way_1" order="10-">
+ <polyline color="#0070c0" width="6"/>
+ </itemgra>
+ <itemgra item_types="forest_way_2" order="10-">
+ <polyline color="#ff0000" width="3"/>
+ </itemgra>
+ <itemgra item_types="forest_way_3" order="10-">
+ <polyline color="#ff0000" width="1" dash="2,4"/>
+ </itemgra>
+ <itemgra item_types="forest_way_4" order="10-">
+ <polyline color="#119a2e" width="1" dash="4,10"/>
+ </itemgra>
<itemgra item_types="street_nopass" order="10-">
<polyline color="#000000" width="1"/>
</itemgra>