| | 1 | {{{ |
| | 2 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| | 3 | <config> |
| | 4 | <preferences operation="replace"> |
| | 5 | <tag key="pt_assistant.wizard.0.information" value="This wizard can help you set up your JOSM environment to make it more suitable to work on route relations" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 6 | <tag key="pt_assistant.wizard.0.title" value="Public Transport Assistant Wizard" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 7 | <tag key="pt_assistant.wizard.0.type" value="information" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 8 | <tag key="pt_assistant.wizard.1.preference" value="properties.recently-added-tags" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 9 | <tag key="pt_assistant.wizard.1.question" value="How many tags do you want to see?" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 10 | <tag key="pt_assistant.wizard.1.suggestion" value="12" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 11 | <tag key="pt_assistant.wizard.1.title" value="Set number of proposed tags" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 12 | <tag key="pt_assistant.wizard.1.type" value="edit_preference" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 13 | <tag key="pt_assistant.wizard.2.question" value="For which functionality would you like to add icons to the toolbar" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 14 | <lists key="pt_assistant.wizard.2.suggestion" xmlns="http://josm.openstreetmap.de/preferences-1.0"> |
| | 15 | <list> |
| | 16 | <entry value="Split Roundabout"/> |
| | 17 | <entry value="icons/splitroundabout"/> |
| | 18 | </list> |
| | 19 | <list> |
| | 20 | <entry value="Sort stops in route relation"/> |
| | 21 | <entry value="icons/sortptroutemembers"/> |
| | 22 | </list> |
| | 23 | </lists> |
| | 24 | <tag key="pt_assistant.wizard.2.title" value="Icons to add to toolbar" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 25 | <tag key="pt_assistant.wizard.2.type" value="toolbar_icons" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 26 | <tag key="pt_assistant.wizard.3.question" value="Would you like to add these map paint styles?" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 27 | <lists key="pt_assistant.wizard.3.suggestion" xmlns="http://josm.openstreetmap.de/preferences-1.0"> |
| | 28 | <list> |
| | 29 | <entry value="Public Transport"/> |
| | 30 | <entry value="Default"/> |
| | 31 | <entry value="https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1"/> |
| | 32 | </list> |
| | 33 | <list> |
| | 34 | <entry value="Numbered Cycle Nodes"/> |
| | 35 | <entry value="Not Default"/> |
| | 36 | <entry value="https://josm.openstreetmap.de/josmfile?page=Styles/NumberedCycleNodeNetworks&zip=1"/> |
| | 37 | </list> |
| | 38 | <list> |
| | 39 | <entry value="Numbered Hiking Nodes"/> |
| | 40 | <entry value="Not Default"/> |
| | 41 | <entry value="https://josm.openstreetmap.de/josmfile?page=Styles/NumberedWalkingNodeNetworks&zip=1"/> |
| | 42 | </list> |
| | 43 | </lists> |
| | 44 | <tag key="pt_assistant.wizard.3.title" value="Map Paint Styles" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 45 | <tag key="pt_assistant.wizard.3.type" value="map_paint_styles" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 46 | <tag key="pt_assistant.wizard.4.question" value="Would you like to add some convenient Overpass API queries for downloading specific OSM data?" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 47 | <lists key="pt_assistant.wizard.4.suggestion" xmlns="http://josm.openstreetmap.de/preferences-1.0"> |
| | 48 | <list> |
| | 49 | <entry value="Buses"/> |
| | 50 | <entry value="Default"/> |
| | 51 | <entry value= "[out:xml][timeout:325][bbox:{{bbox}}];"/> |
| | 52 | <entry value= "("/> |
| | 53 | <entry value= " ("/> |
| | 54 | <entry value= " node["highway"="bus_stop"];"/> |
| | 55 | <entry value= " node["public_transport"="platform"]["train"!="yes"]["ferry"!="yes"];"/> |
| | 56 | <entry value= " node["public_transport"="stop_position"]["train"!="yes"]["ferry"!="yes"];"/> |
| | 57 | <entry value= " );"/> |
| | 58 | <entry value= " ._;<;"/> |
| | 59 | <entry value= " way["highway"="platform"];"/> |
| | 60 | <entry value= " way["amenity"="shelter"];"/> |
| | 61 | <entry value= " node["amenity"="shelter"];"/> |
| | 62 | <entry value= " relation["route"~"bus|trolleybus|coach"];"/> |
| | 63 | <entry value= ");"/> |
| | 64 | <entry value= "(._;>;);"/> |
| | 65 | <entry value= "out meta;"/> |
| | 66 | </list> |
| | 67 | <list> |
| | 68 | <entry value="Trams"/> |
| | 69 | <entry value="Default"/> |
| | 70 | <entry value= "[out:xml][timeout:325][bbox:{{bbox}}];"/> |
| | 71 | <entry value= "("/> |
| | 72 | <entry value= " ("/> |
| | 73 | <entry value= " node["railway"="tram_stop"];"/> |
| | 74 | <entry value= " node["public_transport"="platform"]["train"!="yes"]["ferry"!="yes"];"/> |
| | 75 | <entry value= " node["public_transport"="stop_position"]["train"!="yes"]["ferry"!="yes"];"/> |
| | 76 | <entry value= " );"/> |
| | 77 | <entry value= " ._;<;"/> |
| | 78 | <entry value= " way["railway"="platform"];"/> |
| | 79 | <entry value= " way["amenity"="shelter"];"/> |
| | 80 | <entry value= " node["amenity"="shelter"];"/> |
| | 81 | <entry value= " relation["route"="tram"];"/> |
| | 82 | <entry value= ");"/> |
| | 83 | <entry value= "(._;>;);"/> |
| | 84 | <entry value= "out meta;"/> |
| | 85 | </list> |
| | 86 | <list> |
| | 87 | <entry value="Subway / Metro"/> |
| | 88 | <entry value="Default"/> |
| | 89 | <entry value= "[out:xml][timeout:325][bbox:{{bbox}}];"/> |
| | 90 | <entry value= "("/> |
| | 91 | <entry value= " ("/> |
| | 92 | <entry value= " node["railway"="subway"];"/> |
| | 93 | <entry value= " node["public_transport"="platform"]["ferry"!="yes"];"/> |
| | 94 | <entry value= " node["public_transport"="stop_position"]["ferry"!="yes"];"/> |
| | 95 | <entry value= " );"/> |
| | 96 | <entry value= " ._;<;"/> |
| | 97 | <entry value= " way["railway"="platform"];"/> |
| | 98 | <entry value= " way["amenity"="shelter"];"/> |
| | 99 | <entry value= " node["amenity"="shelter"];"/> |
| | 100 | <entry value= " relation["route"="subway"];"/> |
| | 101 | <entry value= ");"/> |
| | 102 | <entry value= "(._;>;);"/> |
| | 103 | <entry value= "out meta;"/> |
| | 104 | </list> |
| | 105 | <list> |
| | 106 | <entry value="Trains"/> |
| | 107 | <entry value="Default"/> |
| | 108 | <entry value= "[out:xml][timeout:325][bbox:{{bbox}}];"/> |
| | 109 | <entry value= "("/> |
| | 110 | <entry value= " ("/> |
| | 111 | <entry value= " node["railway"~"station|stop"];"/> |
| | 112 | <entry value= " node["public_transport"="platform"]["ferry"!="yes"];"/> |
| | 113 | <entry value= " node["public_transport"="stop_position"]["ferry"!="yes"];"/> |
| | 114 | <entry value= " );"/> |
| | 115 | <entry value= " ._;<;"/> |
| | 116 | <entry value= " way["railway"="platform"];"/> |
| | 117 | <entry value= " way["amenity"="shelter"];"/> |
| | 118 | <entry value= " node["amenity"="shelter"];"/> |
| | 119 | <entry value= " relation["route"="tram"];"/> |
| | 120 | <entry value= ");"/> |
| | 121 | <entry value= "(._;>;);"/> |
| | 122 | <entry value= "out meta;"/> |
| | 123 | </list> |
| | 124 | </lists> |
| | 125 | <tag key="pt_assistant.wizard.4.title" value="Convenient Overpass API Queries" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 126 | <tag key="pt_assistant.wizard.4.type" value="overpass_queries" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 127 | <tag key="pt_assistant.wizard.pages" value="4" xmlns="http://josm.openstreetmap.de/preferences-1.0"/> |
| | 128 | </preferences> |
| | 129 | </config> |
| | 130 | }}} |