Changes between Version 10 and Version 11 of Help/Plugin/KindaHackedInUtils


Ignore:
Timestamp:
2025-10-12T20:34:03+02:00 (4 months ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/KindaHackedInUtils

    v10 v11  
    3333The 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.
    3434
    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 affecting 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.
     35If 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.
    3636
    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.
     37For 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.
    3838
    3939To force the usage of a degree value instead of `forward`/`backward` you can use the keyboard shortcut **`Alt+Shift+H`**
     40
     41For 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.
    4042
    4143=== Detach nodes from areas ===