From 68d057d5f5605ff5f1b1100c63d251753d065912 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jun 2020 14:27:06 +0200 Subject: [PATCH 01/10] Data error list revision (and formatting) https://github.com/TravelMapping/Web/issues/479 --- devel_new/manual/syserr.php | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/devel_new/manual/syserr.php b/devel_new/manual/syserr.php index 5a351e23..f87603cd 100644 --- a/devel_new/manual/syserr.php +++ b/devel_new/manual/syserr.php @@ -55,14 +55,16 @@ Data errors

- When working with the WPT file editor, a data check for the loaded route is executed with every modification. The code of a data error is indicated in the last column of the waypoint table. Use the tool tip for additional info. + When working with the WPT file editor, a data check for the loaded route is executed with every modification. + The code of a data error is indicated in the last column of the waypoint table. Use the tool tip for additional info. After manual changes within the editor field, the data check is done on the next editor action, e.g. when pressing the Load button.

Check the table for errors before saving the wpt file. Fix unintended errors or mark intended errors false positive.

- Note: Not all data errors are yet detected by the WPT file editor, see last column below. + Note: Not all data errors are detected by the WPT file editor, see below: supported, + proposed but not yet supported, not possbile to be detected in WPT file editor.
@@ -77,7 +79,7 @@ 🔗 BAD_ANGLE - Angles cannot be computed for 2 adjacent points @ same coords. Instead, use AltLabels or fix coords of one point or both. + Angles cannot be computed for two adjacent points at the same coordinates. Instead, use AltLabels or fix coordinates of one point or both. NO NO @@ -126,13 +128,14 @@ 🔗 HIDDEN_JUNCTION Concurrent route splits off at a hidden waypoint. The concurrency is most likely broken by accident, or the waypoint needs to be visible. - NO + NO YES 🔗 HIDDEN_TERMINUS - ... + Hidden point at the beginning or end of a route. Routes must begin and end with visible waypoints + so that users can mark all of them as traveled. NO NO @@ -181,7 +184,7 @@ 🔗 LABEL_SLASHES - Too many slashes in label (> 1). + Too many slashes in label (> 1). NO NO @@ -204,21 +207,21 @@ 🔗 LABEL_UNDERSCORES - Too many underscored suffixes (> 1) + Too many underscored suffixes (> 1) YES NO 🔗 LONG_SEGMENT - Long segment (distance > 10 mi, 16 km) between this and the previous hidden point. + Long segment (distance > 10 mi, 16 km) between this and the previous hidden point. NO YES 🔗 LONG_UNDERSCORE - Label has long underscore suffix (>4 characters after underscore) + Label has long underscore suffix (> 4 characters after underscore) YES NO @@ -253,14 +256,15 @@ 🔗 OUT_OF_BOUNDS - ... + Latitude > 90° or < -90°, or longitude > 180° or < -180°. + False positives are allowed for the rare potential case of routes spanning the international date line. NO YES 🔗 SHARP_ANGLE - Sharp angle (> 135 deg) with previous and next waypoint. + Sharp angle (> 135 deg) with previous and next waypoint. NO YES @@ -276,7 +280,7 @@ 🔗 VISIBLE_DISTANCE - Long distance (Visible distance > 10 mi, 16 km) between this and the previous visible point. Not reported for active routes! + Long distance (Visible distance > 10 mi, 16 km) between this and the previous visible point. Not reported for active routes! YES YES From a142452301e0dab0cb71c386a38da766b4715848 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jun 2020 14:45:59 +0200 Subject: [PATCH 02/10] =?UTF-8?q?deg=20->=20=C2=B0=20to=20be=20consistent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devel_new/manual/syserr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel_new/manual/syserr.php b/devel_new/manual/syserr.php index f87603cd..8a73c6fa 100644 --- a/devel_new/manual/syserr.php +++ b/devel_new/manual/syserr.php @@ -264,7 +264,7 @@ 🔗 SHARP_ANGLE - Sharp angle (> 135 deg) with previous and next waypoint. + Sharp angle (> 135°) with previous and next waypoint. NO YES From 7ec8aa303bdc403d6de4173bd4acc8e0bc81c84d Mon Sep 17 00:00:00 2001 From: Jim Teresco Date: Fri, 12 Jun 2020 09:33:17 -0400 Subject: [PATCH 03/10] Load libraries over https for #337 --- lib/tmphpfuncs.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tmphpfuncs.php b/lib/tmphpfuncs.php index 32bc63c5..b11b7f53 100644 --- a/lib/tmphpfuncs.php +++ b/lib/tmphpfuncs.php @@ -471,10 +471,10 @@ function tm_common_js() { - + - - + + From 84cd360ae1169c84056f7af1c8a2c8e5dc05dbff Mon Sep 17 00:00:00 2001 From: Jim Teresco Date: Fri, 12 Jun 2020 10:18:58 -0400 Subject: [PATCH 04/10] Link updates for #337 --- devel/tools.php | 4 ++-- devel/updates.php | 2 +- devel_new/devel.php | 4 ++-- devel_new/logs.php | 2 +- devel_new/manual/maintenance.php | 14 +++++++------- devel_new/manual/syserr.php | 6 +++--- devel_new/manual/sysnew.php | 12 ++++++------ devel_new/manual/sysrev.php | 2 +- graphs/index.php | 16 ++++++++-------- lib/tmheader.php | 2 +- participate.php | 6 +++--- stat.php | 2 +- user/index.php | 2 +- 13 files changed, 37 insertions(+), 37 deletions(-) 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/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..cb3cfe2a 100644 --- a/devel_new/manual/maintenance.php +++ b/devel_new/manual/maintenance.php @@ -36,17 +36,17 @@
    • 🔗 Regions are maintained by our volunteer highway data managers. - Please refer to the forum to see who is responsible for what region.
    • + Please refer to the forum to see who is responsible for what region.
    • 🔗 - Everyone can report required changes on the forum. - The responsible highway data manager should frequently check the board for open issues.
    • + Everyone can report required changes on the forum. + The responsible highway data manager should frequently check the board for open issues.
    • 🔗 In addition, the highway data manager should check official sources or forums proactive to get info about relevant changes.

    • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
      • -
      • If a waypoint label is in use by current TM users we should +
      • If a waypoint label is in use by current TM users we should add alternative labels if possible.
      • If a .list name label is in use by current TM users we should add alternative route names if possible.
      • @@ -83,7 +83,7 @@
        Example: Waypoint P1 is mislabeled but at the correct location. It should be NewP1 instead.

        - Check the points in use log manually or + Check the points in use log manually or load the corresponding line to the wpt file into the Waypoint File Editor.
        If there is no entry for the .wpt file at all, no label of the route is in use.

        @@ -226,7 +226,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 @@ -243,7 +243,7 @@ function, and delete the old waypoints that are not in use. Add the new Format for reporting newsworthy changes

        Newsworthy changes must must be logged in the updates list, -which is available on the updates page to help users keep their list files accurate. +which is available on the updates page to help users keep their list files accurate. The list is ordered by regions. Add a new line at the beginning of the right region. Don't let the changes get lost in the forum or elsewhere!

        diff --git a/devel_new/manual/syserr.php b/devel_new/manual/syserr.php index 5a351e23..24bab1a1 100644 --- a/devel_new/manual/syserr.php +++ b/devel_new/manual/syserr.php @@ -344,7 +344,7 @@ The best practise to do this, is as follows:
          -
        • Open the Highway Data Examiner (HDX).
        • +
        • Open the Highway Data Examiner (HDX).
        • Go to Option 1 on the left and enter the name of the region you want to check.
        • Press enter.
        • Wait. The graph is automatically loaded after a few seconds but it might take longer with large graphs.
        • @@ -402,14 +402,14 @@ The best practise to check NMPs, is as follows:
            -
          • Open the NMP files filtered by region directory.
          • +
          • Open the NMP files filtered by region directory.
          • Select the nmp file for the region you want to check.
          • Open the file.
            • If it is blank, the region has no NMPs.
          • If there are entries, download the file.
          • -
          • Open the Highway Data Examiner (HDX).
          • +
          • Open the Highway Data Examiner (HDX).
          • Go to Option 3 on the left and select the downloaded nmp file.
            • You can see your region with some colored dots on the map now. These are NMP hotspots.
            • diff --git a/devel_new/manual/sysnew.php b/devel_new/manual/sysnew.php index 233250d7..d8d9fb00 100644 --- a/devel_new/manual/sysnew.php +++ b/devel_new/manual/sysnew.php @@ -76,7 +76,7 @@
            • Does the highway system in question fulfill the TM highway system requirements?
          • 🔗 - Open a new thread on the In-progress Highway Systems & Work board of the forum.
          • + Open a new thread on the In-progress Highway Systems & Work board of the forum.
            • Present your source for the routes.
            • Describe what you found out about the highway system, especially about the quality of signposting.
            • @@ -223,7 +223,7 @@
            • If no specific svg is available for the system, the standard shield is used.
          -We don't notify the promotion of a highway system to in-development +We don't notify the promotion of a highway system to in-development on the updates page but on the forum thread only.
          When promoting a system to devel, the system is processed for the first time. @@ -263,7 +263,7 @@
      • 🔗 It must be logged on top of the system updates list, - so that the notification will appear on the updates page.
      • + so that the notification will appear on the updates page.
      Especially when drafting a huge highway system, it is possible to split it into several sub-systems with partial preview promotion. Ask on the forum thread for more details. @@ -319,7 +319,7 @@
    • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
    @@ -345,7 +345,7 @@
  • 🔗 It must be logged on top of the - system updates list, so that the notification on the updates page will appear.
  • + system updates list, so that the notification on the updates page will appear. @@ -360,7 +360,7 @@
  • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
  • 🔗 - All user-relevant changes to the routes must be notified on the updates page + All user-relevant changes to the routes must be notified on the updates page now since the system is active.
  • diff --git a/devel_new/manual/sysrev.php b/devel_new/manual/sysrev.php index ea57b007..fdbc1019 100644 --- a/devel_new/manual/sysrev.php +++ b/devel_new/manual/sysrev.php @@ -22,7 +22,7 @@
    If you notice incorrect highway data, please report it. If the route belongs to a active system, the issue should be reported -on the forum. +on the forum. If the route belongs to a system with in-development status or preview status, or the issue is in relation to such a system, you can report it anytime on the existing forum thread for the system.
    diff --git a/graphs/index.php b/graphs/index.php index 4dff3936..31382bf5 100644 --- a/graphs/index.php +++ b/graphs/index.php @@ -12,8 +12,8 @@ padding:0px; } - - + + @@ -24,14 +24,14 @@ This is the repository of graphs generated from the current Travel Mapping Project data. These were created for use -in the Map-based +in the Map-based Educational Tools for Algorithm Learning (METAL) academic project. -You may contact the author if you +You may contact the author if you would like an archive of some or all of the graphs, or if you have special requests for a graph of specific subset of the project's data to be generated. If you do decide to make use of these graphs and/or the tools described here, please drop a note to the author. +href="https://j.teresco.org/">the author.
    @@ -40,7 +40,7 @@ For each graph, the table below gives a brief description, then download links and graph information for the collapsed, traveled, and simple formats. +href="https://courses.teresco.org/metal/graph-formats.shtml">formats. Note: larger graphs greatly tax the Highway Data Examiner and the Leaflet maps. They should all work, but large graphs require a lot of memory for your @@ -58,9 +58,9 @@
    -Graphs are copyright © James +Graphs are copyright © James D. Teresco, generated from highway data gathered and maintained by -Travel +Travel Mapping Project contributors. Graphs may be downloaded freely for academic use. Other use by explicit permission only. diff --git a/lib/tmheader.php b/lib/tmheader.php index ac28c4eb..13d00e1b 100644 --- a/lib/tmheader.php +++ b/lib/tmheader.php @@ -18,7 +18,7 @@ Home     Traveler Stats     Highway Browser     -Project Forum     +Project Forum     Updates

    diff --git a/participate.php b/participate.php index 9b49d1ce..a68e28cd 100644 --- a/participate.php +++ b/participate.php @@ -137,7 +137,7 @@
    Once your file has been processed, your name will appear in this list along with all the other travelers. Click on your username and enjoy your traveled highway stats and maps.
    - Lots of stats are available in csv files linked from http://travelmapping.net/stats/. + Lots of stats are available in csv files linked from https://travelmapping.net/stats/.
  • 🔗 Check the user log file.
    @@ -415,9 +415,9 @@
  • 🔗 Become an active user and get familiar with the project structure. Create a list files and understand how routes are organized into highway systems.
  • 🔗 - Catch up on previous discussions and follow current discussions on the forum about highway data updates.
  • + Catch up on previous discussions and follow current discussions on the forum about highway data updates.
  • 🔗 - Report updates and problems in existing highway systems on the forum.
  • + Report updates and problems in existing highway systems on the forum.
  • 🔗 Read and understand the developer manual.
  • 🔗 diff --git a/stat.php b/stat.php index d06fa44a..eb8611e6 100644 --- a/stat.php +++ b/stat.php @@ -11,7 +11,7 @@ - + Traveler Statistics diff --git a/user/index.php b/user/index.php index 6f328e36..22fffdbc 100644 --- a/user/index.php +++ b/user/index.php @@ -39,7 +39,7 @@ } - + From c8f5d7e2b194254a460dcc32c119a0268e8d2d5b Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jun 2020 16:33:49 +0200 Subject: [PATCH 05/10] http -> https and relative path for internal links --- devel/manual/hwydata.php | 2 +- devel/manual/maintenance.php | 6 ++--- devel_new/devel.php | 2 +- devel_new/manual/maintenance.php | 14 +++++----- devel_new/manual/sysdef.php | 44 +++++++++++++++++++++++++------- devel_new/manual/syserr.php | 6 ++--- devel_new/manual/sysnew.php | 12 ++++----- devel_new/manual/sysrev.php | 2 +- 8 files changed, 57 insertions(+), 31 deletions(-) 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_new/devel.php b/devel_new/devel.php index f0471686..e426dbf7 100644 --- a/devel_new/devel.php +++ b/devel_new/devel.php @@ -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/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 @@
    • 🔗 Regions are maintained by our volunteer highway data managers. - Please refer to the forum to see who is responsible for what region.
    • + Please refer to the forum to see who is responsible for what region.
    • 🔗 - Everyone can report required changes on the forum. - The responsible highway data manager should frequently check the board for open issues.
    • + Everyone can report required changes on the forum. + The responsible highway data manager should frequently check the board for open issues.
    • 🔗 In addition, the highway data manager should check official sources or forums proactive to get info about relevant changes.

    • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
      • -
      • If a waypoint label is in use by current TM users we should +
      • If a waypoint label is in use by current TM users we should add alternative labels if possible.
      • If a .list name label is in use by current TM users we should add alternative route names if possible.
      • @@ -83,7 +83,7 @@
        Example: Waypoint P1 is mislabeled but at the correct location. It should be NewP1 instead.

        - Check the points in use log manually or + Check the points in use log manually or load the corresponding line to the wpt file into the Waypoint File Editor.
        If there is no entry for the .wpt file at all, no label of the route is in use.

        @@ -226,7 +226,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 @@ -243,7 +243,7 @@ function, and delete the old waypoints that are not in use. Add the new Format for reporting newsworthy changes

        Newsworthy changes must must be logged in the updates list, -which is available on the updates page to help users keep their list files accurate. +which is available on the updates page to help users keep their list files accurate. The list is ordered by regions. Add a new line at the beginning of the right region. Don't let the changes get lost in the forum or elsewhere!

        diff --git a/devel_new/manual/sysdef.php b/devel_new/manual/sysdef.php index fb0f3582..136fb75d 100644 --- a/devel_new/manual/sysdef.php +++ b/devel_new/manual/sysdef.php @@ -23,13 +23,19 @@ What is a highway system?

        - Highways are often named and numbered by the governments that typically develop and maintain them. National highway systems are usually defined as a network by law. In addition, the regional commissions of the United Nations Economic and Social Council define international routes. + Highways are often named and numbered by the governments that typically develop and maintain them. National highway systems + are usually defined as a network by law. In addition, the regional commissions of the United Nations Economic and Social Council + define international routes.

        - The regions usually have different classifications. A typical classification is as follows (top down): freeways, national primary highways, national or state secondary roads, district or county roads, and local roads. The classification also depends on the law of the specific region. Different systems usually have different names with specific route prefixes and a specific numbering. + The regions usually have different classifications. A typical classification is as follows (top down): freeways, national primary + highways, national or state secondary roads, district or county roads, and local roads. The classification also depends on the law of + the specific region. Different systems usually have different names with specific route prefixes and a specific numbering.

        - The routes of each highway system are typically indicated with signs on the road. Route numbers or names are usually indicated on direction signs. Especially routes of lower classification networks are sometimes only indicated on mile posts. The classifications are often indicated with different colors or symbols. The frequency and quality of signposting is highly depending on the maintaining authorities. + The routes of each highway system are typically indicated with signs on the road. Route numbers or names are usually indicated on direction + signs. Especially routes of lower classification networks are sometimes only indicated on mile posts. The classifications are often indicated + with different colors or symbols. The frequency and quality of signposting is highly depending on the maintaining authorities.

        Route numbers are usually indicated on printed and online maps. @@ -39,7 +45,11 @@ What are Travelmapping highway systems?

        - The Travelmapping project aims to cover as many highway systems as possible from all over the world. But we want to have a data set with high quality so that roadgeeks can safely claim having clinched a whole highway systems. We only include highway systems which are signed along the routes. Please refer to the Create a new highway system for further information to the requirements. We sometimes expand the term beyond formally-defined highway systems to include collections of related routes like tourist routes which are defined by other national or international organizations. + The Travelmapping project aims to cover as many highway systems as possible from all over the world. But we want to have a data set with + high quality so that roadgeeks can safely claim having clinched a whole highway systems. We only include highway systems which are signed + along the routes. Please refer to the Create a new highway system for further information to the requirements. + We sometimes expand the term beyond formally-defined highway systems to include collections of related routes like tourist routes which + are defined by other national or international organizations.

        @@ -47,7 +57,10 @@ What are Select highway systems?

        - There are routes with high importance to travelers which do not belong to any highway system. These are routes which are maintained by local authorities, are privately owned, or belong to systems which are extensive and not yet included to the project. Travelmapping categorizes these routes to an own Travelmapping highway system if possible. These systems are called Select because they cannot be considered being complete. We only include routes which the highway data manager of the region considers being relevant. + There are routes with high importance to travelers which do not belong to any highway system. These are routes which are maintained by + local authorities, are privately owned, or belong to systems which are extensive and not yet included to the project. Travelmapping + categorizes these routes to an own Travelmapping highway system if possible. These systems are called Select because they cannot + be considered being complete. We only include routes which the highway data manager of the region considers being relevant.

        🔗 @@ -64,21 +77,34 @@

        • 🔗 Active systems are those which we believe are accurate and complete. - Care is taken to ensure that changes do not "break" a user's list file. In many cases, however, the changes needed will break user lists. In those situations, changes must be logged in the updates list, which is available on the updates page to help users keep their list files accurate. + Care is taken to ensure that changes do not "break" a user's list file. In many cases, however, + the changes needed will break user lists. In those situations, changes must be logged in the + updates list, + which is available on the updates page to help users keep their list files accurate.

        • 🔗 - Preview systems are substantially complete, but are undergoing final review and revisions. These may still undergo significant changes without notification in the updates log. Users can include these systems in list files for mapping and stats, but should expect to revise as the system progresses toward activation. Users plotting travels in preview systems may wish to follow the forum discussions to see the progress and find out about revisions being made. The activation of a system is logged in the system updates list, and notified on the updates page. + Preview systems are substantially complete, but are undergoing final review and revisions. + These may still undergo significant changes without notification in the updates log. Users can include these systems in + list files for mapping and stats, but should expect to revise as the system progresses toward activation. Users plotting + travels in preview systems may wish to follow the forum discussions to see the progress and find out about revisions being made. + The activation of a system is logged in the + system updates list, and notified on the updates page.

        • 🔗 - In-Development systems are a work in progress. Routes in these systems are not yet available for mapping and inclusion in user stats, and are shown in the Highway Browser primarily for the benefit of the highway data managers who are developing the system. Once the system is substantially complete it will be upgraded to preview status, at which time users can begin to plot their travels in the system. It is also logged in the system updates list, and notified on the updates page. + In-Development systems are a work in progress. Routes in these systems are not yet available for mapping + and inclusion in user stats, and are shown in the Highway Browser primarily for the benefit of the highway data managers who are + developing the system. Once the system is substantially complete it will be upgraded to preview status, at which time users can begin + to plot their travels in the system. It is also logged in the + system updates list, and notified on the updates page.
        - The system categories are indicated by color-code throughout the site. User stats are generally divided into stats for travels in active systems and active + preview systems. + The system categories are indicated by color-code throughout the site. User stats are generally divided into stats for travels in + active systems and active + preview systems.
        diff --git a/devel_new/manual/syserr.php b/devel_new/manual/syserr.php index 8a73c6fa..a5345e30 100644 --- a/devel_new/manual/syserr.php +++ b/devel_new/manual/syserr.php @@ -348,7 +348,7 @@ The best practise to do this, is as follows:
          -
        • Open the Highway Data Examiner (HDX).
        • +
        • Open the Highway Data Examiner (HDX).
        • Go to Option 1 on the left and enter the name of the region you want to check.
        • Press enter.
        • Wait. The graph is automatically loaded after a few seconds but it might take longer with large graphs.
        • @@ -406,14 +406,14 @@ The best practise to check NMPs, is as follows:
            -
          • Open the NMP files filtered by region directory.
          • +
          • Open the NMP files filtered by region directory.
          • Select the nmp file for the region you want to check.
          • Open the file.
            • If it is blank, the region has no NMPs.
          • If there are entries, download the file.
          • -
          • Open the Highway Data Examiner (HDX).
          • +
          • Open the Highway Data Examiner (HDX).
          • Go to Option 3 on the left and select the downloaded nmp file.
            • You can see your region with some colored dots on the map now. These are NMP hotspots.
            • diff --git a/devel_new/manual/sysnew.php b/devel_new/manual/sysnew.php index 233250d7..c42a2061 100644 --- a/devel_new/manual/sysnew.php +++ b/devel_new/manual/sysnew.php @@ -76,7 +76,7 @@
            • Does the highway system in question fulfill the TM highway system requirements?
          • 🔗 - Open a new thread on the In-progress Highway Systems & Work board of the forum.
          • + Open a new thread on the In-progress Highway Systems & Work board of the forum.
            • Present your source for the routes.
            • Describe what you found out about the highway system, especially about the quality of signposting.
            • @@ -223,7 +223,7 @@
            • If no specific svg is available for the system, the standard shield is used.
          -We don't notify the promotion of a highway system to in-development +We don't notify the promotion of a highway system to in-development on the updates page but on the forum thread only.
          When promoting a system to devel, the system is processed for the first time. @@ -263,7 +263,7 @@
      • 🔗 It must be logged on top of the system updates list, - so that the notification will appear on the updates page.
      • + so that the notification will appear on the updates page.
      Especially when drafting a huge highway system, it is possible to split it into several sub-systems with partial preview promotion. Ask on the forum thread for more details. @@ -319,7 +319,7 @@
    • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
    @@ -345,7 +345,7 @@
  • 🔗 It must be logged on top of the - system updates list, so that the notification on the updates page will appear.
  • + system updates list, so that the notification on the updates page will appear.
    @@ -360,7 +360,7 @@
  • 🔗 Care must be taken to ensure that changes do not "break" a user's list file.
  • 🔗 - All user-relevant changes to the routes must be notified on the updates page + All user-relevant changes to the routes must be notified on the updates page now since the system is active.
  • diff --git a/devel_new/manual/sysrev.php b/devel_new/manual/sysrev.php index ea57b007..fdbc1019 100644 --- a/devel_new/manual/sysrev.php +++ b/devel_new/manual/sysrev.php @@ -22,7 +22,7 @@
    If you notice incorrect highway data, please report it. If the route belongs to a active system, the issue should be reported -on the forum. +on the forum. If the route belongs to a system with in-development status or preview status, or the issue is in relation to such a system, you can report it anytime on the existing forum thread for the system.
    From 54d475d8f55f31ec763d6296c7c9c72110adcf5e Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jun 2020 19:44:46 +0200 Subject: [PATCH 06/10] data error list fixes https://github.com/TravelMapping/Web/issues/479#issuecomment-643401357 --- devel_new/manual/syserr.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel_new/manual/syserr.php b/devel_new/manual/syserr.php index a5345e30..66118284 100644 --- a/devel_new/manual/syserr.php +++ b/devel_new/manual/syserr.php @@ -64,7 +64,7 @@

    Note: Not all data errors are detected by the WPT file editor, see below: supported, - proposed but not yet supported, not possbile to be detected in WPT file editor. + proposed but not yet supported, not possbile to be detected in WPT file editor.
    @@ -265,7 +265,7 @@ 🔗 SHARP_ANGLE Sharp angle (> 135°) with previous and next waypoint. - NO + YES YES