]> git.street.me.uk Git - andy/viking.git/blame - data/routing.xml
Add function to return counts of available routing engines.
[andy/viking.git] / data / routing.xml
CommitLineData
a8e03557
RN
1<objects>
2 <object class="VikRoutingWebEngine">
3 <property name="id">yourscar</property>
4 <property name="label">Yours: Car</property>
5 <property name="format">kml</property>
6 <property name="url-base">http://www.yournavigation.org/api/1.0/gosmore.php?format=kml</property>
7 <property name="url-start-ll">&amp;flat=%s&amp;flon=%s</property>
8 <property name="url-stop-ll">&amp;tlat=%s&amp;tlon=%s&amp;v=car&amp;fast=1&amp;layer=mapnik</property>
9 </object>
10 <object class="VikRoutingWebEngine">
11 <property name="id">yoursbikefoot</property>
12 <property name="label">Yours: Bicycle/Foot</property>
13 <property name="format">kml</property>
14 <property name="url-base">http://www.yournavigation.org/api/1.0/gosmore.php?format=kml</property>
15 <property name="url-start-ll">&amp;flat=%s&amp;flon=%s</property>
16 <property name="url-stop-ll">&amp;tlat=%s&amp;tlon=%s&amp;v=bicycle&amp;fast=1&amp;layer=mapnik</property>
17 </object>
18</objects>
19