Author Topic: ID US2/95 Broken Concurrency  (Read 1063 times)

0 Members and 1 Guest are viewing this topic.

Offline gpw

  • Newbie
  • *
  • Posts: 12
  • Gender: Male
  • Last Login:March 05, 2024, 06:55:57 pm
ID US2/95 Broken Concurrency
« on: October 25, 2021, 10:10:34 pm »
Just north of Sandpoint, Idaho, US95 has a visible point (KooCutRd) that US2 does not.

-GPW

Offline oscar

  • TM Collaborator
  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 1528
  • Last Login:Today at 10:40:32 am
    • Hot Springs and Highways pages
Re: ID US2/95 Broken Concurrency
« Reply #1 on: October 26, 2021, 02:16:02 am »
There seem to be several other waypoints between the northern and southern junctions of US 2 with US 95 where the coordinates in the US 2 file don't match the ones in the US 95 file. Those mismatches create additional broken concurrencies.
« Last Edit: October 26, 2021, 11:26:03 am by oscar »

Offline compdude787

  • TM Collaborator
  • Sr. Member
  • *****
  • Posts: 298
  • Gender: Male
  • Last Login:April 01, 2024, 02:37:22 am
Re: ID US2/95 Broken Concurrency
« Reply #2 on: October 26, 2021, 06:08:39 pm »
Oops...I made some changes to US 95 in northern Idaho awhile back and completely forgot to apply these changes to US 2 where it's concurrent with US 95.

I'll work on this tonight when I'm home from work.
« Last Edit: October 26, 2021, 06:14:17 pm by compdude787 »

Offline compdude787

  • TM Collaborator
  • Sr. Member
  • *****
  • Posts: 298
  • Gender: Male
  • Last Login:April 01, 2024, 02:37:22 am
Re: ID US2/95 Broken Concurrency
« Reply #3 on: October 26, 2021, 10:37:37 pm »

Offline Markkos1992

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 3099
  • Last Login:Today at 12:52:27 pm
Re: ID US2/95 Broken Concurrency
« Reply #4 on: October 27, 2021, 06:51:52 am »
I did notice that NorLodHRd needs to be shortened on both routes as part of the following rule in the manual.  (https://travelmapping.net/devel/manual/wayptlabels.php#truncate)

Quote
If the cross road name has more than 3 words, use one of three options:
1. Pick out the two most important words besides the road type and use only those: Martin Luther King Boulevard becomes MarKingBlvd. Three words in total are included in shortened form.
2. Pick out one important word besides the road type and use it and the initials of the other words: Martin Luther King Boulevard becomes MLKingBlvd. Two words in total are included in shortened form along with initials of the rest.
3. Use initials only besides the road type: Martin Luther King Boulevard becomes MLKBlvd, University of California Santa Barbara Boulevard becomes UCSBBlvd.

Offline compdude787

  • TM Collaborator
  • Sr. Member
  • *****
  • Posts: 298
  • Gender: Male
  • Last Login:April 01, 2024, 02:37:22 am
Re: ID US2/95 Broken Concurrency
« Reply #5 on: May 12, 2022, 12:45:34 am »

Offline Markkos1992

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 3099
  • Last Login:Today at 12:52:27 pm
Re: ID US2/95 Broken Concurrency
« Reply #6 on: May 12, 2022, 07:20:08 pm »
Finally got around to fixing this:
https://github.com/TravelMapping/HighwayData/pull/5772

That is odd.  I do not see any files changed in the pull request...

Offline compdude787

  • TM Collaborator
  • Sr. Member
  • *****
  • Posts: 298
  • Gender: Male
  • Last Login:April 01, 2024, 02:37:22 am
Re: ID US2/95 Broken Concurrency
« Reply #7 on: May 13, 2022, 01:13:52 am »
Not sure why it did that. I could have sworn it was pulling from my patch-1 repository, but no, it decided to pull from my master repository.  ::)

Here's the actual pull request. https://github.com/TravelMapping/HighwayData/pull/5775

Offline rickmastfan67

  • TM Collaborator (A)
  • Hero Member
  • *****
  • Posts: 1841
  • Gender: Male
  • Last Login:Today at 04:13:11 am
Re: ID US2/95 Broken Concurrency
« Reply #8 on: May 13, 2022, 02:39:00 am »
Not sure why it did that. I could have sworn it was pulling from my patch-1 repository, but no, it decided to pull from my master repository.  ::)

Here's the actual pull request. https://github.com/TravelMapping/HighwayData/pull/5775

Honestly, this is why I edit files on my PC, and just create a separate branch on the main TM directory when updating.  Don't have to worry about phantom edits that way. lol.

Offline Markkos1992

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 3099
  • Last Login:Today at 12:52:27 pm
Re: ID US2/95 Broken Concurrency
« Reply #9 on: May 13, 2022, 05:55:56 am »
I have been using the "Fetch Upstream" function lately whenever I am updating a branch, and it has helped immensely since I can do that now without creating new patches and stuff.