Hi,

0x08 is low-speed ramp, 0x09 is high-speed ramp.
But for secondary_link and tertiary_link was used 0x09 - same as motorways
:).
So i changed it to 0x08, patch attached, thanks.

-- 
S pozdravem/Best regards
Bc. Ondrej Novy

Email: [email protected]
Jabber: [email protected]
ICQ: 115-674-713
Tel/Cell: +420 777 963 207
Index: lines
===================================================================
--- lines	(revision 1144)
+++ lines	(working copy)
@@ -45,12 +46,12 @@
 highway=primary_link [0x08 road_class=3 road_speed=3 resolution 19]
 highway=residential | highway=living_street [0x06 road_class=0 road_speed=2 resolution 21]
 highway=secondary [0x04 road_class=2 road_speed=3 resolution 20]
-highway=secondary_link [0x09 road_class=2 road_speed=2 resolution 20]
+highway=secondary_link [0x08 road_class=2 road_speed=2 resolution 20]
 highway=path {add access = no; add bicycle = yes; add foot = yes} [0x16 road_class=0 road_speed=0 resolution 23]
 highway=service [0x07 road_class=0 road_speed=1 resolution 22]
 highway=steps {add access = no; add foot = yes} [0x16 road_class=0 road_speed=0 resolution 23]
 highway=tertiary [0x05 road_class=1 road_speed=3 resolution 20]
-highway=tertiary_link [0x09 road_class=1 road_speed=2 resolution 20]
+highway=tertiary_link [0x08 road_class=1 road_speed=2 resolution 20]
 highway=track [0x0a road_class=0 road_speed=1 resolution 21]
 highway=trunk  [0x02 road_class=3 road_speed=5 resolution 16]
 highway=trunk_link [0x08 road_class=3 road_speed=3 resolution 16]
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to