You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VISIBLE_HIDDEN_COLOC are naturally going to occur on border points,
with [ITA-LOM A1 LOM/EMI] colocated with [ITA A1 +LOM/EMI].
This affects 2-edge HIDDEN_JUNCTION cases too. As-is, this yields 166 FPs.
Easy fix: HighwaySegment::same_routes -> HighwaySegment::same_con_routes.
Requires minor changes to 4 lines of code.
I've made the changes locally, but will include with hidden system implementation to avoid a merge conflict.
Easy enough. Just leaving this reminder to remember to do that.
Thankfully, leaving in easy access to some debugtext made it easy to spot what was going on.
The text was updated successfully, but these errors were encountered:
https://forum.travelmapping.net/index.php?topic=4781.msg36042#msg36042
This affects 2-edge HIDDEN_JUNCTION cases too. As-is, this yields 166 FPs.
Easy fix:
HighwaySegment::same_routes
->HighwaySegment::same_con_routes
.Requires minor changes to 4 lines of code.
I've made the changes locally, but will include with hidden system implementation to avoid a merge conflict.
Easy enough. Just leaving this reminder to remember to do that.
Thankfully, leaving in easy access to some debug text made it easy to spot what was going on.
The text was updated successfully, but these errors were encountered: