Changes between Version 10 and Version 11 of Help/Plugin/KindaHackedInUtils
- Timestamp:
- 2025-10-12T20:34:03+02:00 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/KindaHackedInUtils
v10 v11 33 33 The exception from those rules is if the direction value of `forward` or `backward` would be or could be ambiguous the degree value will be used instead. 34 34 35 If you prefer to switch out the forward and backward areas you can disable the preference `Natural direction for traffic signs` in the preferences. Additionally if you want to get the direction value for traffic signs with pointing opposite to the front side of the signs instead of pointing to the direction the traffic sign is affectingyou can add an advanced preference key **`kindahackedinutils.oppositeSimpleDirection`** with the value `true` to the preferences. This preference will only work if `Natural direction for traffic signs` is disabled.35 If you want to get the direction value for traffic signs with pointing opposite to the front side of the signs instead of pointing to the direction the traffic sign is affecting you can disable `Natural direction for traffic signs` in the preferences which will only affect the degree values. If you prefer to switch out the forward and backward areas you can add an advanced preference key **`kindahackedinutils.oppositeSimpleDirection`** with the value `true` to the preferences. This preference will only work if `Natural direction for traffic signs` is disabled. 36 36 37 For example the sign in the middle is a speed limit sign, with the default settings you have to point to the way segment that is affected by the sign, so the way with the speed limit. If the advanced preference is set you will have to point to the way in front of the sign, so to the way that hasn't the speed limit. 37 For example the sign in the middle is a speed limit sign, with the default settings you have to point to the way segment that is affected by the sign, so the way with the speed limit. If the advanced preference is set and `Natural direction for traffic signs` is disabled you will have to point to the way in front of the sign, so to the way that hasn't the speed limit. 38 38 39 39 To force the usage of a degree value instead of `forward`/`backward` you can use the keyboard shortcut **`Alt+Shift+H`** 40 41 For traffic signs that are on a node that is part of a way it's possible to use `traffic_sign:direction` as the key instead of `direction` with enabling the respective preference. 40 42 41 43 === Detach nodes from areas ===
