diff --git a/devel/manual/hwydata.php b/devel/manual/hwydata.php index f16fd2f5..a904a261 100644 --- a/devel/manual/hwydata.php +++ b/devel/manual/hwydata.php @@ -111,7 +111,7 @@ avoid "near miss points" which enables links to intersecting routes and improves the quality of the graph data used - by METAL, TM's + by METAL, TM's academic offshoot.
  • Do not use commercial mapping sources, such as Google Maps, Yahoo Maps, or Bing Maps.
  • diff --git a/devel/manual/maintenance.php b/devel/manual/maintenance.php index 188e5515..8b93cad7 100644 --- a/devel/manual/maintenance.php +++ b/devel/manual/maintenance.php @@ -37,7 +37,7 @@ lists. In those situations, changes must be logged in the updates list, which is - available on + available on the updates page to help users keep their list files accurate.

    @@ -51,7 +51,7 @@ Waypoint P1 is mislabeled but at the correct location. It should be NewP1 instead.

    Check -the points in +the points in use log.

    If the label is not in use:
    @@ -164,7 +164,7 @@ function, and delete the old waypoints that are not in use. Add the new
    Q: Can I delete unused hidden points with a visible companion point?
    A: If you have verified that a hidden point isn't in use (we -have a log +have a log file for that) and that there is a visible point at the same location, then you can delete the unused hidden point. Just make sure you don't accidentally remove a shaping diff --git a/devel/manual/wayptlabels.php b/devel/manual/wayptlabels.php index f986ba16..ce7f470c 100644 --- a/devel/manual/wayptlabels.php +++ b/devel/manual/wayptlabels.php @@ -641,27 +641,32 @@ 🔗 - US25:
    - US90_A
    + US90_A
    US90_B
    US90_C


    - US95:
    NV57_Ren
    NV57_Tah
    NV88_PitS
    - NV88_PitN
    + NV88_PitN
    + ME161_FtKS
    + ME161_FtKN
    If more than two points for the same non-exit-numbered cross road are needed, there are two options which can be used in combination with or ignoring the previous options for pairs of identical labels.
    1. Use alphabetical suffixes _A, _B, _C, etc.
    - 2. Choose 3-letter suffixes for a nearby towns if they are fairly close. The 3-letter suffix should be the first - 3 letters of the town name. Add a suffix with an underscore and those 3 - letters. If you need the same town twice, add a 4th letter that is a + 2. Choose 3-letter suffixes for nearby towns if they are fairly close. The 3-letter suffix should be the first + 3 letters of the town name. or a desired 3-letter abbreviation if the name consists + of more than one word. Add a suffix with an underscore and those 3 letters. + 🔗 diff --git a/devel/tools.php b/devel/tools.php index d465cb4a..5296ba62 100644 --- a/devel/tools.php +++ b/devel/tools.php @@ -4,7 +4,7 @@ - + @@ -58,7 +58,7 @@
    diff --git a/devel/updates.php b/devel/updates.php index b5e3ac76..faef338e 100644 --- a/devel/updates.php +++ b/devel/updates.php @@ -5,7 +5,7 @@ - + diff --git a/devel_new/datacheck.php b/devel_new/datacheck.php index bf090a46..b0e82e58 100644 --- a/devel_new/datacheck.php +++ b/devel_new/datacheck.php @@ -57,9 +57,21 @@ function writeTable($db, $fpVal, $joins) { if (strcmp($row['label3'],"") != 0) { echo ",".$row['label3']; } - if ((strcmp($row['code'],"VISIBLE_DISTANCE") == 0) || + if ((strcmp($row['code'],"BUS_WITH_I") == 0) || + (strcmp($row['code'],"INVALID_FINAL_CHAR") == 0) || + (strcmp($row['code'],"INVALID_FIRST_CHAR") == 0) || + (strcmp($row['code'],"LABEL_LOOKS_HIDDEN") == 0) || + (strcmp($row['code'],"LABEL_PARENS") == 0) || + (strcmp($row['code'],"LABEL_SELFREF") == 0) || + (strcmp($row['code'],"LABEL_SLASHES") == 0) || + (strcmp($row['code'],"LABEL_UNDERSCORES") == 0) || + (strcmp($row['code'],"LACKS_GENERIC") == 0) || (strcmp($row['code'],"LONG_SEGMENT") == 0) || - (strcmp($row['code'],"SHARP_ANGLE") == 0)) { + (strcmp($row['code'],"LONG_UNDERSCORE") == 0) || + (strcmp($row['code'],"NONTERMINAL_UNDERSCORE") == 0) || + (strcmp($row['code'],"US_BANNER") == 0) || + (strcmp($row['code'],"VISIBLE_HIDDEN_COLOC") == 0) || + (strcmp($row['code'],"VISIBLE_DISTANCE") == 0)) { echo "".$row['code'].""; } else { diff --git a/devel_new/devel.php b/devel_new/devel.php index f0471686..dcb37688 100644 --- a/devel_new/devel.php +++ b/devel_new/devel.php @@ -7,7 +7,7 @@ - + @@ -83,7 +83,7 @@ TM's update of CHM's WPT file Editor; Goal: develop our own new version
    -
  • Highway Data Examiner (HDX) +
  • Highway Data Examiner (HDX)
    View graph and near-miss data
  • diff --git a/devel_new/logs.php b/devel_new/logs.php index f013df47..967a60ac 100644 --- a/devel_new/logs.php +++ b/devel_new/logs.php @@ -7,7 +7,7 @@ - + diff --git a/devel_new/manual/maintenance.php b/devel_new/manual/maintenance.php index 32d79e4f..e826661b 100644 --- a/devel_new/manual/maintenance.php +++ b/devel_new/manual/maintenance.php @@ -36,17 +36,17 @@