Travel Mapping

Highway Data Discussion => Updates to Highway Data => Solved Highway data updates => Topic started by: michih on August 06, 2020, 03:09:58 pm

Title: MO: MO76 DUPLICATE_LABEL
Post by: michih on August 06, 2020, 03:09:58 pm
Just triggering because the error exists for 2 months now:

https://travelmapping.net/devel/datacheck.php?rg=MO

https://github.com/TravelMapping/HighwayData/blob/master/hwy_data/MO/usamo/mo.mo076.wpt#L70

Code: [Select]
MO248 +US65BusBra/248 http://www.openstreetmap.org/?lat=36.657282&lon=-93.221966
https://github.com/TravelMapping/HighwayData/blob/master/hwy_data/MO/usamo/mo.mo076.wpt#L31

Code: [Select]
MO248_W +MO248 http://www.openstreetmap.org/?lat=36.675622&lon=-93.865900
The alt label in line 31 is only used by oscar (https://github.com/TravelMapping/UserData/blob/master/list_files/oscar.list#L3947) (and ovoss_old).

@yakra: why is there no error log: https://travelmapping.net/logs/users/oscar.log ?

@Highway63, your full error list: https://travelmapping.net/devel/datacheck.php?rg=IA,IL,MO,SD,WI
Title: Re: MO: MO76 DUPLICATE_LABEL
Post by: oscar on August 06, 2020, 09:42:34 pm
Code: [Select]
MO248_W +MO248 http://www.openstreetmap.org/?lat=36.675622&lon=-93.865900
The alt label in line 31 is only used by oscar (https://github.com/TravelMapping/UserData/blob/master/list_files/oscar.list#L3947) (and ovoss_old).

MO248 appears in both list files only in lines for MO86, MO248, and others. Not for any of my MO76 lines (one of which has MO248_W, which isn't triggering the duplicate label error).
Title: Re: MO: MO76 DUPLICATE_LABEL
Post by: yakra on August 06, 2020, 09:47:06 pm
[yakra@noreaster /home/terescoj/travelmapping/UserData/list_files]$ grep 'MO MO76 .*MO248' oscar.list ovoss_old.list
oscar.list:MO MO76 MO37/112 MO248_W
Title: Re: MO: MO76 DUPLICATE_LABEL
Post by: michih on August 07, 2020, 01:06:54 pm
MO248 appears in both list files only in lines for MO86, MO248, and others. Not for any of my MO76 lines (one of which has MO248_W, which isn't triggering the duplicate label error).

yes, sorry.

Code: [Select]
MO MO76 MO37/112 MO248_W
MO MO86 MO37/112 MO248

MO248_W in MO76 and MO248 in MO86 :pan:
Title: Re: MO: MO76 DUPLICATE_LABEL
Post by: Highway63 on August 09, 2020, 01:25:05 am
I will delete the alt label, which I bet comes from after noticing 76 intersected 248 twice. The deletion of Business 65 made that a problem.