Changes between Version 13 and Version 14 of Help/Plugin/KindaHackedInUtils


Ignore:
Timestamp:
2025-10-16T20:47:44+02:00 (4 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/KindaHackedInUtils

    v13 v14  
    1414|| This works like activating the draw mode and double clicking at the location the point should be created at. ||
    1515||  **`K`**  ||\
    16 || When pressing **`K`** on the keyboard the way at the mouse location will be split at the mouse locations. ||\
     16|| When pressing **`K`** on the keyboard the way at the mouse location will be split at the mouse location. ||\
    1717|| This works like activating the split mode and clicking at the location the way should be split. ||
    1818
     
    2323==== What it does? ====
    2424
    25 The function will add the key `direction` (or `traffic_sign:direction` for traffic signs if enabled in the preferences of the plugin) 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.
     25The 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 The direction depends on the mouse location relative to the selected object, the direction of the way the object is part of and if certain keys are present for the selected object when pressing **`H`** on the keyboard. If the key `traffic_sign` or the key/value `highway=traffic_signals` are present the direction value is handled like this:
     27For some object alternative keys are used:
     28
     29||= **Alternative key** =||= **Usage** =||
     30||`railway:signal:direction`  ||\
     31|| When the selected object has the key/value `railway=signal`. ||
     32||`traffic_signals:direction`  ||\
     33|| When the selected object has the key/value `highway=traffic_signals` and is part of a way. ||
     34||`traffic_sign:direction`  ||\
     35|| When the selected object has the key `traffic_signals`, is part of a way and the usage of this key is enabled in the preferences. ||
     36||`light:direction`  ||\
     37|| When the selected object has the key/value `highway=street_lamp`. ||
     38||`camera:direction`  ||\
     39|| When the selected object has the key/value `manmade=surveillance`. ||
     40
     41The direction depends on the mouse location relative to the selected object, the direction of the way the object is part of and if certain keys are present for the selected object when pressing **`H`** on the keyboard. If the key `traffic_sign`, the key/value `highway=traffic_signals` or `railway=signal` are present the direction value is handled like this:
    2842
    2943[[Image(direction_side.png, 200)]]