yakra / tmtools

Tools to aid in development of the TravelMapping project
0 stars 0 forks source link

canvas: .list file processing #41

Closed yakra closed 6 years ago

yakra commented 6 years ago

.list comments & bad lines

enable support for .list file comments #54 detect and ignore malformed .list file lines #54 decide what to do about lines such as ME I-95 1 2 3 <--reported as malformed

yakra commented 6 years ago

case sensitivity

DEU-NW B1Aac B1A/B57: point label not recognized
DEU-NW B8Dus B8N_S: point label not recognized

DEU-BW,DEU-BY,DEU-BE,DEU-BB,DEU-HB,DEU-HH,DEU-HE,DEU-MV,DEU-NI,DEU-NW,DEU-RP,DEU-SL,DEU-SN,DEU-ST,DEU-SH,DEU-TH

54

yakra commented 6 years ago

Read .list file into RAM instead of crawling it for every highway listed. Should result in ~significant~ ~slight~ slightly significant! :) speed increase.

55

yakra commented 6 years ago

Read .list file into RAM instead of crawling it for every highway listed.

Get rid of MsgSeen once this is done.

55

yakra commented 6 years ago
yakra commented 6 years ago
  • Bug: A comment following some indentation will be interpreted as a normal line.
    • Search throw; redo that bit.

59

  • Display remaining ListEntry items after HTML function, with disclaimer.

Added, but commented out. Not terribly important, and just adds a lot of noise in most cases due to otherwise-valid lines for regions & systems not included. I may uncomment this and add a commandline switch in the future...