Changes between Initial Version and Version 1 of Help/Plugin/PT_Assistant


Ignore:
Timestamp:
2025-06-24T12:28:16+02:00 (7 months ago)
Author:
leni
Comment:

created page

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/PT_Assistant

    v1 v1  
     1[[TranslatedPages(outdated=Some description links and descriptions are missing.)]]
     2[[PageOutline(2-4,Table of Content)]]
     3
     4= Plugin -> PT_Assistant =
     5
     6[[Image(https://upload.wikimedia.org/wikipedia/commons/9/93/Aiga_bus.svg,48,link=,middle,margin-right=20)]] **The plugin validates public transport routes against a set of criteria and, where possible, suggests ways to fix them.**
     7
     8**PT_Assistant** The plugin has no dedicated user interface, it is fully integrated in the core JOSM validator.
     9It is accessible via the menus [#Public_Transport Public Transport] and [#Mode Mode] or with their keyboard shortcuts.
     10
     11== Public Transport == #Public_Transport
     12||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =||
     13||  [[Image(https://github.com/JOSM/pt_assistant/blob/master/src/main/resources/images/icons/splitroundabout.png)]]  || Split roundabout ||  ||  ||
     14||  [[Image(https://github.com/JOSM/pt_assistant/blob/master/src/main/resources/images/icons/transfertags.png?raw=true)]]  || Transfer details of stop to platform node ||  ||  ||
     15||  [[Image(https://github.com/JOSM/pt_assistant/blob/master/src/main/resources/images/icons/sortptroutemembers.png)]]  || Sort PT Route Members ||  ||  ||
     16||    || [wiki:/Plugin/PT_Assistant/Wizard PT Wizard] ||  ||  ||
     17||    || Visualize public transport routes ||  ||  ||
     18||    || Distance between stops ||  ||  ||
     19||    || Customize stops ||  `U`  ||  ||
     20
     21== Mode == #Mode
     22||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =||
     23||  [[Image(https://upload.wikimedia.org/wikipedia/commons/9/93/Aiga_bus.svg,20,link=,middle)]]  || Add stop position ||  `Ctrl+Shift+K`  || Add a stop_position node at a specified location, includes tags. ||
     24||  [[Image(https://github.com/JOSM/pt_assistant/blob/master/src/main/resources/images/mapmode/edgeSelection.png?raw=true)]]  || Edge selection ||  `Ctrl+K`  || Also selects ways shared by the end point. These include the top of the T, or, if there is none, continuations of a split way, and is recursive. ||
     25
     26And with [wikitr:/Help/EditToolbar Edit Toolbar]
     27
     28== PTAssistantPlugin settings == #Preferences
     29[[JOSMImage(preference)]] [wikitr:/Help/Action/Preferences preferences dialog] => PTAssistantPlugin settings \\
     30and check boxes
     31
     32* Validator:
     33 * Download incomplete route relation membres
     34 * Include stop_area tests
     35 * Don't compare name of first stop with from tag in route relation
     36 * Don't compare name of last stop with to tag in route relation
     37 * Don't check whether route relation starts and ends on stop_position node
     38* Move details to nodes next to highway/railway:
     39 * Replace platform way in the route relations by node representing the stop
     40 * Remove public_transport=platform from platform ways
     41 * Transfer details from platform way to node representing the stop (leave tactile_paving and wheelchair on the platform way)
     42 * Transfer details from stop_position nodes to node representing the stop
     43 * Don't add public_transport=platform and mode of transport to node representing the stop (suffice with highway=bus_stop or railway=tram_stop)
     44* Routing Assistant:
     45 * Use 1/2/3/4 instead of A/B/C/D for selecting which way to follow
     46* Spit way at start/end of route relations mapping mode:
     47 * Add public_transport=stop_position + mode of transport on these nodes
     48 * Always split ways, even if they are not at the end of the itinerary
     49
     50
     51
     52== See also ==
     53* [osmwiki:JOSM/Plugins/PT_Assistant PT_Assistant] page at OSM wiki
     54* [osmwiki:JOSM/Plugins/PT_Assistant/Mapping_Public_Transport_with_JOSM PT_Assistant: Mapping Public Transport with JOSM] page at OSM wiki
     55
     56----
     57Back to [wikitr:/Plugins Plugin Help] \\
     58Back to [wikitr:/Help Main Help]