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.
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.
@@ -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:
+ 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 @@
🔗
- 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.
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 @@
🔗
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.
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
-
@@ -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.
🔗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:
+ 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 @@
🔗
- 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.
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.