Author Topic: WY/MT: US212 AltRouteNames on wrong route  (Read 1667 times)

0 Members and 1 Guest are viewing this topic.

Offline yakra

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4234
  • Last Login:April 07, 2024, 11:18:57 pm
  • I like C++
WY/MT: US212 AltRouteNames on wrong route
« on: May 01, 2020, 12:41:12 pm »
During usanp activation, when WY US212Yel was deleted, its AltRouteNames were added to MT NEntRd rather than to WY NEEntRd the next line down.
The old WY US212Yel, which originally had the US212_W AltRouteName, corresponds to the current WY NEEntRd.

This causes an AltRouteName collision in MT: usanp is processed after usaus, and mt.nentrd "steals" MT US212_W in the route hash table from MT US212Coo, the proper route for that .list name.

usanp.csv:
usanp;MT;NEntRd;;;North Entrance Road, Yellowstone NP;mt.nentrd;US212Yel,US212_W
usanp;WY;NEEntRd;;;Northeast Entrance Road, Yellowstone NP;wy.neentrd;
->
usanp;MT;NEntRd;;;North Entrance Road, Yellowstone NP;mt.nentrd;
usanp;WY;NEEntRd;;;Northeast Entrance Road, Yellowstone NP;wy.neentrd;US212Yel,US212_W
« Last Edit: May 01, 2020, 12:45:32 pm by yakra »
Sri Syadasti Syadavaktavya Syadasti Syannasti Syadasti Cavaktavyasca Syadasti Syannasti Syadavatavyasca Syadasti Syannasti Syadavaktavyasca

Offline si404

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 1975
  • Last Login:Today at 12:18:22 pm
Re: WY/MT: US212 AltRouteNames on wrong route
« Reply #1 on: May 01, 2020, 02:56:58 pm »
I've fixed this and will pull it in shortly.