Skip to content

Commit

Permalink
Merge pull request #449 from michihdeu/master
Browse files Browse the repository at this point in the history
How to create a user list file (activation)
  • Loading branch information
jteresco authored Jun 1, 2020
2 parents 4f3e029 + aa37066 commit 8f0c4fb
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 21 deletions.
4 changes: 2 additions & 2 deletions devel/manual/hwydata.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li>One .wpt file is needed for each highway in each region. Highways
crossing into multiple subdivisions of a subdivided country (e.g.,
states in the USA), or crossing into multiple countries (e.g.,
Euroroutes in Europe) must be chopped at borders into separate files for
UNECE International 'E' Roads in Europe) must be chopped at borders into separate files for
each region. </li>
<li>Filenames are entirely lowercase and have a .wpt extension.</li>
<li>Be sure you can see file extensions in your operating system.
Expand Down Expand Up @@ -185,7 +185,7 @@
from west to east or south to north. Some spurs might not follow this
as they begin at a parent highway and end away from it (e.g., NC I-795:
north (I-95) to south). </li>
<li>Euroroutes should run west to east and north to south.</li>
<li>UNECE International 'E' Roads should run west to east and north to south.</li>
<li>Some countries use a major city as the origin and have exit
numbers increasing radially outward and circumferentially in a certain
direction.</li>
Expand Down
1 change: 1 addition & 0 deletions devel/manual/includepts.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
points. The highway designation types to be included should be clarified
before work is begun.</li>
<li>Highways intersecting at an interchange. </li>
<li>Rest areas or service plazas accessible by car from both freeway carriageways, at which travelers can return the way they came. </li>
<li>Other major highways that serve regional (not only local) travelers:
<ul>
<li>Connections to a nearby parallel expressway.</li>
Expand Down
4 changes: 2 additions & 2 deletions devel_new/manual/hwydata.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
One .wpt file is needed for each highway in each region. Highways
crossing into multiple subdivisions of a subdivided country (e.g.,
states in the USA), or crossing into multiple countries (e.g.,
Euroroutes in Europe) must be chopped at borders into separate files for
UNECE International 'E' Roads in Europe) must be chopped at borders into separate files for
each region. </li>
<li><a name="lowercase"></a><a style="text-decoration:none" href="#lowercase">&#x1f517</a>
Filenames are entirely lowercase and have a .wpt extension.</li>
Expand Down Expand Up @@ -207,7 +207,7 @@
as they begin at a parent highway and end away from it (e.g., NC I-795:
north (I-95) to south). </li>
<li><a name="eroads"></a><a style="text-decoration:none" href="#eroads">&#x1f517</a>
Euroroutes should run west to east and north to south.</li>
UNECE International 'E' Roads should run west to east and north to south.</li>
<li><a name="radially"></a><a style="text-decoration:none" href="#radially">&#x1f517</a>
Some countries use a major city as the origin and have exit
numbers increasing radially outward and circumferentially in a certain
Expand Down
2 changes: 2 additions & 0 deletions devel_new/manual/includepts.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
points.</li>
<li><a name="interchange"></a><a style="text-decoration:none" href="#interchange">&#x1f517</a>
Highways intersecting at an interchange. </li>
<li><a name="restarea"></a><a style="text-decoration:none" href="#restarea">&#x1f517</a>
Rest areas or service plazas accessible by car from both freeway carriageways, at which travelers can return the way they came.</li>
<li><a name="majorhwy"></a><a style="text-decoration:none" href="#majorhwy">&#x1f517</a>
Other major highways that serve regional (not only local) travelers:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion devel_new/manual/sysrev.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</div>

<p class="subheading"><a name="announce"></a><a style="text-decoration:none" href="#announce">&#x1f517</a>
Announce that you wil do a peer-review</p>
Announce that you will do a peer-review</p>

<div class="text">
<ul>
Expand Down
16 changes: 2 additions & 14 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
<p class="text">

Anyone can submit their travels to be included in the site. Please
see the information in <a href="http://forum.travelmapping.net">the project forum</a> for how
to create and submit your data.
see the information for <a href="/participate.php">how
to create and submit your data</a>.

</p>

Expand All @@ -121,18 +121,6 @@

</p>

<p class="text">

Some experienced users volunteer to help the project. If this
interests you, start by reporting problems with existing highway data.
Those who have learned the project's structure and highway data rules
and guidelines can help greatly by providing review of new highway
systems in development. Highly experienced users can learn how to
plot new highway systems under the guidance of experienced
contributors. Again, see <a href="http://forum.travelmapping.net">the project forum</a> for
more information.
</p>

<p class="text">
Project news is also posted on the <a
href="https://twitter.com/TravelMapping">Travel Mapping Twitter feed</a>.
Expand Down
3 changes: 1 addition & 2 deletions participate.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<?php require $_SERVER['DOCUMENT_ROOT']."/lib/tmheader.php"; ?>

<h1 style="color:red">Travel Mapping Manual: How to participate in the project - <i>Draft</i></h1>
<h1>Travel Mapping Manual: How to participate in the project</h1>

<p class="heading">
Contents</p>
Expand Down Expand Up @@ -329,7 +329,6 @@
</br>
Many users break up <code>.list</code> files into chunks by system, region
or individual travel to make it easier to read or manage.
We recommend sorting by system to keep the <code>.list</code> file small.
You can also use blank lines as desired to enhance readability.
</br>
</br>
Expand Down

0 comments on commit 8f0c4fb

Please sign in to comment.