| 1 | <?xml version="1.0"?>
|
|---|
| 2 | <surveyor columns="4" width="1300" height="0">
|
|---|
| 3 | <!-- icons can either be absolute paths or relative paths to the .josm directory -->
|
|---|
| 4 | <!-- action class: either fully qualified classnames or if not found,
|
|---|
| 5 | package at.dallermassl.josm.plugin.surveyor.action is assumed -->
|
|---|
| 6 | <button label="Tunnel Start" hotkey="T" icon="styles/standard/vehicle/tunnel.png">
|
|---|
| 7 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 8 | <action class="SetWaypointAction" params="tunnel start"/>
|
|---|
| 9 | <!--action class="ConsolePrinterAction" params="tunnel start,tunnel"/-->
|
|---|
| 10 | <!--action class="SystemExecuteAction" params="mplayer,-quiet,/usr/share/apps/klettres/de/alpha/x.ogg"/-->
|
|---|
| 11 | </button>
|
|---|
| 12 | <button label="Bridge" hotkey="B" type="toggle">
|
|---|
| 13 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 14 | <action class="SetWaypointAction" params="bridge"/>
|
|---|
| 15 | </button>
|
|---|
| 16 | <button label="Village/City" hotkey="V" icon="styles/standard/place.png">
|
|---|
| 17 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 18 | <action class="SetWaypointAction" params="village"/>
|
|---|
| 19 | <!--
|
|---|
| 20 | <action class="SetNodeAction" params=""/>
|
|---|
| 21 | <action class="AnnotationPresetAction" params="Places"/>
|
|---|
| 22 | -->
|
|---|
| 23 | </button>
|
|---|
| 24 | <button label="Parking" hotkey="P" icon="styles/standard/vehicle/parking.png">
|
|---|
| 25 | <!--action class="SetNodeAction" params="amenity=parking"/-->
|
|---|
| 26 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 27 | <action class="SetWaypointAction" params="Parking"/>
|
|---|
| 28 | </button>
|
|---|
| 29 | <button label="One Way" hotkey="O" icon="presets/oneway.png">
|
|---|
| 30 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 31 | <action class="SetWaypointAction" params="oneway=yes"/>
|
|---|
| 32 | </button>
|
|---|
| 33 | <button label="Church" hotkey="C" icon="styles/standard/religion/church.png">
|
|---|
| 34 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 35 | <action class="SetNodeAction" params="amenity=place_of_worship,denomination=christian"/>
|
|---|
| 36 | <action class="SetWaypointAction" params="Church"/>
|
|---|
| 37 | </button>
|
|---|
| 38 | <button label="Fuel Station" hotkey="F" icon="styles/standard/vehicle/fuel.png">
|
|---|
| 39 | <!--action class="SetNodeAction" params="amenity=fuel"/-->
|
|---|
| 40 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 41 | <action class="SetWaypointAction" params="Fuel"/>
|
|---|
| 42 | </button>
|
|---|
| 43 | <button label="Hotel" hotkey="H" icon="styles/standard/accommodation/hotel.png">
|
|---|
| 44 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 45 | <action class="SetWaypointAction" params="Hotel"/>
|
|---|
| 46 | </button>
|
|---|
| 47 | <button label="Restaurant" hotkey="R" icon="styles/standard/food/restaurant.png">
|
|---|
| 48 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 49 | <action class="SetNodeAction" params="amenity=restaurant"/>
|
|---|
| 50 | <action class="SetWaypointAction" params="Restaurant"/>
|
|---|
| 51 | </button>
|
|---|
| 52 | <button label="Shopping" hotkey="S" icon="styles/standard/shop.png">
|
|---|
| 53 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 54 | <action class="SetWaypointAction" params="Info"/>
|
|---|
| 55 | </button>
|
|---|
| 56 | <button label="WC" hotkey="W" icon="styles/standard/vehicle/parking/restarea_toilets.png">
|
|---|
| 57 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 58 | <action class="SetWaypointAction" params="Info"/>
|
|---|
| 59 | </button>
|
|---|
| 60 | <button label="Camping" hotkey="Z" icon="styles/standard/accommodation/camping/caravan.png">
|
|---|
| 61 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 62 | <action class="SetWaypointAction" params="Camping"/>
|
|---|
| 63 | </button>
|
|---|
| 64 | <button label="Info" hotkey="I">
|
|---|
| 65 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 66 | <action class="SetWaypointAction" params="Info"/>
|
|---|
| 67 | </button>
|
|---|
| 68 | <button label="Exit" hotkey="E">
|
|---|
| 69 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 70 | <action class="SetWaypointAction" params="Exit"/>
|
|---|
| 71 | </button>
|
|---|
| 72 | <button label="Motorway" hotkey="1">
|
|---|
| 73 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 74 | <action class="SetWaypointAction" params="Motorway"/>
|
|---|
| 75 | </button>
|
|---|
| 76 | <button label="Primary" hotkey="2">
|
|---|
| 77 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 78 | <action class="SetWaypointAction" params="Primary"/>
|
|---|
| 79 | </button>
|
|---|
| 80 | <button label="Secondary" hotkey="3">
|
|---|
| 81 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 82 | <action class="SetWaypointAction" params="Secondary"/>
|
|---|
| 83 | </button>
|
|---|
| 84 | <button label="Unclassified" hotkey="4">
|
|---|
| 85 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 86 | <action class="SetWaypointAction" params="Unclassified"/>
|
|---|
| 87 | </button>
|
|---|
| 88 | <button label="Residential" hotkey="5">
|
|---|
| 89 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 90 | <action class="SetWaypointAction" params="Residential"/>
|
|---|
| 91 | </button>
|
|---|
| 92 | <!--
|
|---|
| 93 | <button label="Test" hotkey="shift X">
|
|---|
| 94 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 95 | <action class="SetWaypointAction" params="Test X"/>
|
|---|
| 96 | </button>
|
|---|
| 97 | <button label="Test" hotkey="F12">
|
|---|
| 98 | <action class="PlayAudioAction" params="resource://audio/KDE_Window_Iconify.wav"/>
|
|---|
| 99 | <action class="SetWaypointAction" params="Test"/>
|
|---|
| 100 | </button>
|
|---|
| 101 | -->
|
|---|
| 102 | </surveyor>
|
|---|