]> git.street.me.uk Git - andy/viking.git/blob - data/external_tools.xml
Fix crashing on invoking the Customize Toolbar from the preferences dialog.
[andy/viking.git] / data / external_tools.xml
1 <objects>
2   <object class="VikWebtoolCenter">
3     <property name="label">Waymarked Trails</property>
4     <property name="url">http://hiking.lonvia.de/en/?lat=%s&amp;lon=%s&amp;zoom=%d</property>
5   </object>
6   <object class="VikWebtoolCenter">
7     <property name="label">Osmose</property>
8     <property name="url">http://osmose.openstreetmap.fr/map/cgi-bin/index.py?layers=B00000FFFFFFFFFFFFT&amp;lat=%s&amp;lon=%s&amp;zoom=%d</property>
9   </object>
10   <object class="VikWebtoolCenter">
11     <property name="label">Yahoo! Maps</property>
12     <property name="url">http://maps.yahoo.com/#lat=%s&amp;lon=%s&amp;zoom=%d</property>
13   </object>
14   <object class="VikWebtoolCenter">
15     <property name="label">HERE Maps</property>
16     <property name="url">http://here.com/%s,%s,%d</property>
17   </object>
18 </objects>