summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-11 20:43:52 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-03-11 20:43:52 +0000
commit28d1ff00d4615f0458e2d37a506068d8225e1163 (patch)
tree4a2bcc44266b94feee8a2b9b56c8eb431b2ead59 /navit/navit_shipped.xml
parent6e026607e6041493a0dc3fb8c2e3835e7e7f07d6 (diff)
downloadnavit-svn-28d1ff00d4615f0458e2d37a506068d8225e1163.tar.gz
Fix:Core:Improved pedestrian profile
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5411 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 2319643d..f7ea414e 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -511,12 +511,17 @@ Waypoint</text></img>
<announcement level="1" distance_metric="100"/>
<announcement level="2" distance_metric="200"/>
</roadprofile>
+ <roadprofile item_types="hiking_mountain" speed="4" route_weight="4">
+ <announcement level="0" distance_metric="25"/>
+ <announcement level="1" distance_metric="100"/>
+ <announcement level="2" distance_metric="200"/>
+ </roadprofile>
<roadprofile item_types="living_street,street_pedestrian" speed="5" route_weight="5">
<announcement level="0" distance_metric="25"/>
<announcement level="1" distance_metric="100"/>
<announcement level="2" distance_metric="200"/>
</roadprofile>
- <roadprofile item_types="track_gravelled" speed="5" route_weight="5">
+ <roadprofile item_types="track_gravelled,track_unpaved,track_grass,track_ground,hiking" speed="5" route_weight="5">
<announcement level="0" distance_metric="25"/>
<announcement level="1" distance_metric="100"/>
<announcement level="2" distance_metric="200"/>
@@ -1088,18 +1093,18 @@ Waypoint</text></img>
<itemgra item_types="track_paved" order="10-">
<polyline color="#000000" width="1"/>
</itemgra>
- <itemgra item_types="track_gravelled" order="10-12">
+ <itemgra item_types="track_gravelled,track_grass" order="10-12">
<polyline color="#800000" width="1" dash="3,6"/>
</itemgra>
- <itemgra item_types="track_gravelled" order="13-14">
+ <itemgra item_types="track_gravelled,track_grass" order="13-14">
<polyline color="#ffffff" width="4" dash="4,8"/>
<polyline color="#800000" width="2" dash="4,8"/>
</itemgra>
- <itemgra item_types="track_gravelled" order="15-16">
+ <itemgra item_types="track_gravelled,track_grass" order="15-16">
<polyline color="#ffffff" width="5" dash="5,10"/>
<polyline color="#800000" width="3" dash="5,10"/>
</itemgra>
- <itemgra item_types="track_gravelled" order="17-">
+ <itemgra item_types="track_gravelled,track_grass" order="17-">
<polyline color="#ffffff" width="7" dash="7,15"/>
<polyline color="#800000" width="5" dash="7,15"/>
</itemgra>