]> git.street.me.uk Git - andy/viking.git/blob - doc/examples/external_tools.xml
Allow creating a File Chooser dialog with optional file filters.
[andy/viking.git] / doc / examples / external_tools.xml
1 <!-- This file is an example for viking's extension system. -->
2 <objects>
3   <!-- The VikWebtoolCenter allows to declare any Webtool using a logic based on center coordinates and zoom level value. -->
4   <object class="VikWebtoolCenter">
5     <property name="label">Yahoo! Maps</property>
6     <property name="url">http://maps.yahoo.com/#lat=%s&amp;lon=%s&amp;zoom=%d</property>
7   </object>
8   <!-- The VikWebtoolBounds allows to declare any Webtool using a logic based on bounds coordinates. -->
9   <object class="VikWebtoolBounds">
10     <property name="label">Local port 8111 (eg JOSM)</property>
11     <property name="url">http://localhost:8111/load_and_zoom?left=%s&amp;right=%s&amp;bottom=%s&amp;top=%s</property>
12   </object>
13 </objects>