Tracking Cumulative Travels
Contents
🔗 How to create a user list file
🔗 Travel Mapping data basics
🔗 First steps with email submission
A-Z
or a-z
),
numbers (0-9
), and underscores (_
) in your
username, and keep the name at or under 48 characters long. Avoid
characters with diacritical marks, and characters from other
alphabets; otherwise your file will not be processed.
username.list
, replacing
username
with the username you chose. For example, if
you choose the name highwayguy
, name your file
highwayguy.list
.
.list
file with
the single-region format:Region Route Waypoint1 Waypoint2
Region1 Route1 Waypoint1 Region2 Route2 Waypoint2
IL I-70 52 MO/IL
MO I-70 MO/IL 249
IL I-70 52 MO I-70 249
.list
file entries is to use
showroute's .list Tool. You can enable this on any
showroute page by enabling the checkbox next to ".list Tool" at
the top of the window..list
file will appear and those
segments are highlighted on the map. Segment selections can be
manipulated in a few ways:.list
file submission, the
"Select Clinched Segments" button will select them..list
file. The "Copy to Clipboard" button copies all of the text to your
system's clipboard for easy pasting into your .list
file.Region Route Waypoint1 Waypoint2
or Region1 Route1
Waypoint1 Region2 Route2 Waypoint2
.list
extension. Word processor files (Microsoft Word, Open Office
Write, etc.) and rich-text formats will not work. If you use a word
processor to create your file, be sure to select "Save As..." and save
the file in a plain text format..list
file as an email attachment to travmap@teresco.org
..list
file are also
reported in your log file. Notes to changes since the last update of
your .list
file are found at the beginning, older changes
at the very end of the log file. You should also check the updates
page frequently to find added routes or highway systems. Changes to
systems in preview state
are not notified.
.list
file
to reflect the new highways on which you have traveled. To submit your
updated file, just email it again, and it will be processed in the
subsequent site update. Feel free to update as often as you wish!🔗 Solutions to common problems
A-Z
, a-z
, 0-9
, and the underscore _
are allowed in usernames. If you used other
characters, such as non-English characters or symbols, remove them.
highwayguy80
, then the filename should
be highwayguy80.list
, not highwayguy80.txt
,
HighwayGuy80.list
, arkansas.list
,
motorways.list
, etc..list
by default and/or include an extra,
hidden .txt
extension, files with a
.list.txt
extension are also accepted (e.g.,
highwayguy80.list.txt
) and do not cause any problems for
the site update process.
🔗 More examples of how to break down your travels
.list
file.PA I-80
and the waypoints are 161
and 224
. Enter the following line into your
.list
file:PA I-80 161 224
VA I-81 300 NY I-81 10Alternately, you can break up the segment into smaller pieces by region. The Virginia segment begins at Exit 300 and ends at the West Virginia border, so use waypoints
300
and
VA/WV
for the Virginia segment. I-81 runs from border to
border in West Virginia, Maryland, and Pennsylvania, so use waypoints
WV/MD
, MD/PA
, and PA/NY
for
these states. The New York segment begins at the Pennsylvania border
and ends at Exit 10, so use waypoints PA/NY and 10
. All
of these waypoints are listed in showroute. Start with Virgina and click on the
intersecting route links to change the regions until you've reached
New York..list
should contain all of the following
to map the whole segment:VA I-81 300 VA/WV WV I-81 VA/WV WV/MD MD I-81 WV/MD MD/PA PA I-81 MD/PA PA/NY NY I-81 PA/NY 10
.list
file entries for beltways. The remaining
description here is included as an explanation for those who wish to
construct .list
file entries manually..list
file crosses that point, split your segment
into two at that point.17
and ending at waypoint 31
:MD I-695 17 31Now consider the southern segment of the Baltimore Beltway between the same Exits 17 and 31. The waypoints numbers reset in this range: 17, 16, ..., 1, 0, 48, 44, ..., 31. Waypoints 0 and 48 refer to the same point. With this in mind, treat your whole segment as two, one with ends at
0
and 17
, and the other
with ends at 31
and 48
:MD I-695 0 17 MD I-695 31 48To enter the entire Baltimore Beltway, use the two labels for the common end points, which are the first and last labels shown in showroute:
MD I-695 0 48
.list
file line per region, or a multi-region 6-field entry that spans
regions. Again, the .list Tool in showroute is especially
helpful in creating .list
file entries for beltways. 🔗 Advanced features
.list
file. All text on a given line after a #
is treated
as a comment, and is ignored by the site update process. You can
comment out entire lines, or use them to include an annotatation at
the end of the line.#My first travel section
IL I-70 52 MO/IL #This is the section in Illinois
MO I-70 MO/IL 249 #This is the section in Missouri
.list
file.list
files into chunks by system, region
or individual travel to make it easier to read or manage.
You can also use blank lines as desired to enhance readability.
.list
file, it is placed under source
code control using GitHub. Instead of emailing updates, some users
fork our GitHub repository at https://github.com/TravelMapping/UserData
and submit a pull request.Fork
at top of the page.Commit directly to the master branch
on the bottom of the page.Commit changes
.Pull request
.Create pull request
.Create pull request
again.Close pull request
.
.list
file by running the site update to
create the user log file before submitting the GitHub pull request. You can use the
data verification tool.
🔗 Specifiying unranked users and additional traveler info
listname;description;includeInRanksThe listname is the TM username, description is a brief description of the meaning of the file (e.g., your actual name, or what subset of your travels the file contains, etc.), and includeInRanks is 1 for normal users and 0 for users that should be excluded from rankings on the site because it does not represent the actual lifetime travels of an individual. All list files that do not represent actual lifetime travels of an individual should be given an entry. An entry to specify a description can optionally be added for any user. These can be added by email request to
travmap@teresco.org
or by submitting a pull request in the repository.
🔗 How to become a highway data manager