Changes between Version 16 and Version 17 of Help/Plugin/KindaHackedInUtils


Ignore:
Timestamp:
2025-10-17T14:54:36+02:00 (4 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/KindaHackedInUtils

    v16 v17  
    2525The function will add the key `direction` with a direction value to the selected object. The direction values is either a number of 0 to 359 degrees or the abbreviation of a degree number if the number matches that number. For some objects `forward` and `backward` are also used.
    2626
    27 For some object alternative keys are used:
     27Alternative keys are used in following circumstances:
    2828
    2929||= **Alternative key** =||= **Usage dependent on the selected object** =||
     
    3131|| tag `railway=signal` is present ||
    3232||`traffic_signals:direction`  ||\
    33 || tag `highway=traffic_signals` is present and selected object is part of a way ||
     33|| tag `highway=traffic_signals` is present and selected node is part of a way ||
    3434||`traffic_sign:direction`  ||\
    35 || key `traffic_sign` is present, the selected object is part of a way and the usage of this key is enabled in the preferences ||
     35|| key `traffic_sign` is present, the selected node is part of a way and the usage of this key is enabled in the preferences ||
    3636||`light:direction`  ||\
    3737|| tag `highway=street_lamp` is present ||
     
    135135==== What it does? ====
    136136
    137 The selected objects will be added to the selected relation without showing a dialog. The relation the objects should be added to has to be selected as the first object. For the public transport objects `stop_position` and `platform` the respective roles will be set. For all other objects the role will be empty
     137The selected objects will be added to the selected relation without showing a dialog. The relation the objects should be added to has to be selected as the first object. The roles will be guessed based on the type and keys of the relation and the selected objects
     138
     139=== Quick Relation Selection List ===
     140
     141[[Image(quick-relation-selection-list.png)]]
     142
     143[[JOSMImage(data/relation, 48px, middle)]] ''keyboard shortcut'': **`Ctrl+Shift+Alt+R`**
     144
     145==== Usage ====
     146
     147Whenever an object is selected in JOSM the list will be filled with all relations the selected object is a member of.
     148
     149When pointing with the mouse to a relation in the list all members will be highlighted in JOSM.
     150
     151||= **Mouse action on relation in the list** =||= **effect of the mouse action** =||
     152|| single left click ||\
     153|| The relation will be selected in JOSM and the list will be filled with all relations the selected relation is a member of. ||
     154|| double left click ||\
     155|| The relation will be selected in the list. ||
     156|| tripple left click ||\
     157|| The relation will be selected in the list and the relation editor for that relation is opened. ||