Hi,

It seems to me the routing.xml
<https://raw.githubusercontent.com/osmandapp/OsmAnd-resources/master/routing/routing.xml>
 
from master Github branch
incorrectly considers in the bicycle profile all tracks as unpaved.

Many tracks are paved, what can be seen at tag surface=
or implied from the tag tracktype=grade1.

In fact, minor roads, paved tracks and cycleways,
form the backbone of the bicycle trekking network.

routing.xml quote
.....
 <way attribute="speed" type="speed">

                        <select value="1.3" t="highway" v="steps"/>
                        <select value="3" t="route"   v="ferry"/>
                        <select value="5" t="bicycle" v="dismount"/>
                        <select value="22" t="bicycle" v="designated"/>
                        <if param="avoid_unpaved">
                                <select value="4" t="highway" v="track"/>
                                <select value="4" t="highway" v="footway"/>
                                <select value="3" t="highway" v="path"/>
                        </if>
                        .......

-- 
Poutnik ( The Wanderer )

My Brouter profiles 
https://github.com/poutnikl/Brouter-profiles/wiki

-- 
You received this message because you are subscribed to the Google Groups 
"Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to