File: routing.xml

package info (click to toggle)
viking 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,468 kB
  • sloc: ansic: 81,706; xml: 2,893; sh: 2,501; makefile: 874; python: 589; perl: 384; cpp: 259
file content (24 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
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&amp;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=&amp;profile=river&amp;alternativeidx=0&amp;format=gpx</property>
    <property name="url-start-ll">&amp;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>