1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<objects>
<!-- Note this no longer works as Google format has changed and GPSBabel (at time of writing) doesn't understand it -->
<object class="VikRoutingWebEngine">
<property name="id">google</property>
<property name="label">Google</property>
<property name="format">google</property>
<property name="url-base">https://maps.google.com/maps?output=js&q=</property>
<property name="url-start-ll">from:%s,%s</property>
<property name="url-stop-ll">+to:%s,%s</property>
<property name="url-via-ll"></property>
<property name="referer">https://maps.google.com/</property>
</object>
<object class="VikRoutingWebEngine">
<property name="id">brouterRiver</property>
<property name="label">brouter River</property>
<property name="format">gpx</property>
<property name="url-base">https://brouter.de/brouter?nogos=&profile=river&alternativeidx=0&format=gpx</property>
<property name="url-start-ll">&lonlats=%s,%s</property>
<property name="url-stop-ll">|%s,%s</property>
<property name="url-via-ll"></property>
<property name="url-ll-lat-first">FALSE</property>
</object>
</objects>
|