| code is the error code string, one of: |
| BAD_ANGLE |
| BUS_WITH_I |
| DUPLICATE_COORDS |
| DUPLICATE_LABEL |
| HIDDEN_JUNCTION |
| HIDDEN_TERMINUS |
| INVALID_FINAL_CHAR |
| INVALID_FIRST_CHAR |
| LABEL_INVALID_CHAR |
| LABEL_LOOKS_HIDDEN |
| LABEL_PARENS |
| LABEL_SELFREF |
| LABEL_SLASHES |
| LABEL_UNDERSCORES |
| LACKS_GENERIC |
| LONG_SEGMENT |
| LONG_UNDERSCORE |
| MALFORMED_LAT |
| MALFORMED_LON |
| MALFORMED_URL |
| NONTERMINAL_UNDERSCORE |
| OUT_OF_BOUNDS |
| SHARP_ANGLE |
| US_BANNER |
| VISIBLE_DISTANCE |
| VISIBLE_HIDDEN_COLOC |
| |
| info is additional information, at this time either a distance (in |
| miles) for a long segment error, an angle (in degrees) for a sharp |
| angle error, or a coordinate pair for duplicate coordinates, other |
| route/label for point pair errors |
| code is the error code string, one of: |
| BAD_ANGLE |
| BUS_WITH_I |
| DUPLICATE_COORDS |
| DUPLICATE_LABEL |
| HIDDEN_JUNCTION |
| HIDDEN_TERMINUS |
| INVALID_FINAL_CHAR |
| INVALID_FIRST_CHAR |
| LABEL_INVALID_CHAR |
| LABEL_LOOKS_HIDDEN |
| LABEL_PARENS |
| LABEL_SELFREF |
| LABEL_SLASHES |
| LABEL_UNDERSCORES |
| LACKS_GENERIC |
| LONG_SEGMENT |
| LONG_UNDERSCORE |
| MALFORMED_LAT |
| MALFORMED_LON |
| MALFORMED_URL |
| NONTERMINAL_UNDERSCORE |
| OUT_OF_BOUNDS |
| SHARP_ANGLE |
| US_BANNER |
| VISIBLE_DISTANCE |
| VISIBLE_HIDDEN_COLOC |
| |
| info is additional information, at this time either a distance (in |
| miles) for a long segment error, an angle (in degrees) for a sharp |
| angle error, or a coordinate pair for duplicate coordinates, other |
| route/label for point pair errors |
Move info description for each error type up the the right of the error code for which it occurs
DataProcessing/siteupdate/python-teresco/siteupdate.py
Lines 1252 to 1283 in 889af2d
DataProcessing/siteupdate/cplusplus/classes/DatacheckEntry.cpp
Lines 10 to 41 in 889af2d
Move info description for each error type up the the right of the error code for which it occurs