Author Topic: OR: duplicate label breaks .list file  (Read 1701 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++
OR: duplicate label breaks .list file
« on: November 17, 2020, 02:18:11 pm »
Quote from: imgoph.log
OR: duplicate label 32NDST in or.us101. Please report this error in the TravelMapping forum. Unable to parse line: OR US101 32ndSt BroRd
There's a collision between the 32ndSt point and AbaSt, which has +32ndSt as an AltLabel.
At the time imgoph's .list line was created, only the one corresponding to AbaSt existed.
Suggest keeping the old one as an AltLabel, and deleting the new standalone 32ndSt point, which is not in use or necessary for shaping. Visible waypoints in that area are already a bit overdense. If you want to retain access in that general area, +x63 could be replaced with HighSchDr. +x64 isn't really needed either.

All of Oregon's datacheck errors:
https://travelmapping.net/devel/datacheck.php?rg=OR&showmarked=1
(Only 4 of `em, though the OR255 one reveals issues a bit deeper than it 1st appears...)
« Last Edit: November 17, 2020, 10:29:33 pm by yakra »
Sri Syadasti Syadavaktavya Syadasti Syannasti Syadasti Cavaktavyasca Syadasti Syannasti Syadavatavyasca Syadasti Syannasti Syadavaktavyasca

Offline Bickendan

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 543
  • Last Login:April 16, 2024, 10:17:30 pm
Re: OR: duplicate label breaks .list file
« Reply #1 on: February 12, 2021, 07:55:33 am »
Fixed and submitted.

Offline Bickendan

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 543
  • Last Login:April 16, 2024, 10:17:30 pm
Re: OR: duplicate label breaks .list file
« Reply #2 on: February 12, 2021, 08:15:19 am »
Before I mark this as solved... can someone figure out why the OR 22 point +x1(OR99EBus) is flagged as a hidden junction? It's the same point as OR 99EB's +x1(OR22) point.

The OR 39 self-reference flag is a false positive.

Offline rickmastfan67

  • TM Collaborator (A)
  • Hero Member
  • *****
  • Posts: 1841
  • Gender: Male
  • Last Login:Today at 04:13:11 am
Re: OR: duplicate label breaks .list file
« Reply #3 on: February 12, 2021, 08:45:26 am »
Before I mark this as solved... can someone figure out why the OR 22 point +x1(OR99EBus) is flagged as a hidden junction? It's the same point as OR 99EB's +x1(OR22) point.

Simple, the following two points aren't synced with each other:
or.or022: OR99EBus
or.or099ebussal: OR22

Because of that, the first point both routes share the coordinates is that hidden point.  Thus, triggering the error.

Offline yakra

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4234
  • Last Login:April 07, 2024, 11:18:57 pm
  • I like C++
Re: OR: duplicate label breaks .list file
« Reply #4 on: February 12, 2021, 10:14:07 am »
Concurrent route splits off at a hidden waypoint. The concurrency is most likely broken by accident, or the waypoint needs to be visible.
Sri Syadasti Syadavaktavya Syadasti Syannasti Syadasti Cavaktavyasca Syadasti Syannasti Syadavatavyasca Syadasti Syannasti Syadavaktavyasca

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4566
  • Last Login:Today at 01:02:21 pm
Re: OR: duplicate label breaks .list file
« Reply #5 on: February 12, 2021, 01:48:15 pm »
@Bickendan, the link to the error description provided by yakra is on the error cell: https://travelmapping.net/devel/datacheck.php?rg=OR

Offline Bickendan

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 543
  • Last Login:April 16, 2024, 10:17:30 pm
Re: OR: duplicate label breaks .list file
« Reply #6 on: February 15, 2021, 02:39:01 am »
Hopefully my submission will fix it. Leaving it unsolved for the moment.

Offline rickmastfan67

  • TM Collaborator (A)
  • Hero Member
  • *****
  • Posts: 1841
  • Gender: Male
  • Last Login:Today at 04:13:11 am
Re: OR: duplicate label breaks .list file
« Reply #7 on: February 15, 2021, 02:40:49 am »
Hopefully my submission will fix it. Leaving it unsolved for the moment.

As long as you synced these two points
Code: [Select]
or.or022: OR99EBus
or.or099ebussal: OR22
you should be good to go. ;)

Offline rickmastfan67

  • TM Collaborator (A)
  • Hero Member
  • *****
  • Posts: 1841
  • Gender: Male
  • Last Login:Today at 04:13:11 am
Re: OR: duplicate label breaks .list file
« Reply #8 on: May 20, 2021, 11:56:28 pm »
Hopefully my submission will fix it. Leaving it unsolved for the moment.

As long as you synced these two points
Code: [Select]
or.or022: OR99EBus
or.or099ebussal: OR22
you should be good to go. ;)

Don't see this error anymore.  So, we can mark it as solved. ;)