Changes between Version 13 and Version 14 of Help/Plugin/KindaHackedInUtils
- Timestamp:
- 2025-10-16T20:47:44+02:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/KindaHackedInUtils
v13 v14 14 14 || This works like activating the draw mode and double clicking at the location the point should be created at. || 15 15 || **`K`** ||\ 16 || When pressing **`K`** on the keyboard the way at the mouse location will be split at the mouse location s. ||\16 || When pressing **`K`** on the keyboard the way at the mouse location will be split at the mouse location. ||\ 17 17 || This works like activating the split mode and clicking at the location the way should be split. || 18 18 … … 23 23 ==== What it does? ==== 24 24 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.25 The 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. 26 26 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: 27 For 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 41 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`, the key/value `highway=traffic_signals` or `railway=signal` are present the direction value is handled like this: 28 42 29 43 [[Image(direction_side.png, 200)]]
