Uh oh!
There was an error while loading. Please reload this page.
wptedit datacheck additions & enhancements - #489
Conversation
addresses part of TravelMapping#374 * variable & function names changed to match TM nomenclature. * wptedit-specific "short codes" removed in favor of full TM error codes * datacheck functions alphabetized * BAD_ANGLE added * BUS_WITH_I improved * HIDDEN_TERMINUS added * INVALID_FINAL_CHAR added * INVALID_FIRST_CHAR added * LABEL_INVALID_CHAR added (AltLabels still imperfect) * LABEL_LOOKS_HIDDEN added * LABEL_PARENS bugfix * LABEL_SLASHES added * LABEL_TOO_LONG added * LACKS_GENERIC bugfix * LONG_SEGMENT added * LONG_UNDERSCORE improved * OUT_OF_BOUNDS added
michihdeu
commented
Jun 15, 2020
ups, I wasn't aware that it's available. It was still commented on Please provide a description. |
yakra
commented
Jun 15, 2020
@jteresco, https://travelmapping.net/wptedit/wptfunctions.js is still the old version. |
jteresco
commented
Jun 15, 2020
I forgot that the update script doesn't copy wptedit by default. Just installed now. |
yakra
commented
Jun 15, 2020
@michih, oops... it's a placeholder in the siteupdate program (but not for long), so I had a brainfart when creating its table entry in #374. Pretty confusing re wptedit, but you had it right for syserr.php. Description: The two |
yakra
commented
Jun 15, 2020
Should it? |
yakra
commented
Sep 20, 2022
@FL0gnap, this uses JavaScipt to flag lots of errors "in real time" as project contributors create highway data files. |
addresses part of #374
• variable & function names changed to match TM nomenclature.
• wptedit-specific "short codes" removed in favor of full TM error codes
• datacheck functions alphabetized
• Edit: forgot to mention the old "Exit" 0 & "Exit" 999 datachecks have been removed.
• BAD_ANGLE added
• BUS_WITH_I improved
• HIDDEN_TERMINUS added
• INVALID_FINAL_CHAR added
• INVALID_FIRST_CHAR added
• LABEL_INVALID_CHAR added (AltLabels still imperfect)
• LABEL_LOOKS_HIDDEN added
• LABEL_PARENS bugfix
• LABEL_SLASHES added
• LABEL_TOO_LONG added
• LACKS_GENERIC bugfix
• LONG_SEGMENT added
• LONG_UNDERSCORE improved
• OUT_OF_BOUNDS added
ping @michihdeu -- all the datachecks listed as "added" can be marked as a YES in the WPT File
Editor column on syserr.php.
The following datachecks remain a yellow NO for now:
• LABEL_SELFREF
• MALFORMED_LAT
• MALFORMED_LON
• MALFORMED_URL
other syserr.php info: