
Make Free Maps of the United States Online #14
Chapter 2, Mapping Your Neighborhood
|
57
HACK
Mapping a List of Points
It gets even better. What if you want to display more than one marker on the
map at a time? See the text field labeled Marker URL? It turns out that if you
make a list of waypoints, you can put it on the Web somewhere and use the
Marker URL field to tell the TIGER server to fetch it and map it. Here are
the first six entries in a list of geysers in Yellowstone National Park, taken
from the GNIS
[Hack #85] and rendered in the TIGER Map Server’s ad hoc
Marker URL “format”:
# Excerpted list of GNIS geyser features from Park County, WY
-110.4347,44.6203:red5:Black Dragons Cauldron
-110.6833,44.7000:red5:Fearless
-110.8167,44.7167:red5:Jet
-110.7528,44.6833:red5:Monument
-110.4333,44.6247:red5:Mud Volcano
-110.7067,44.7056:red5:Porkchop
The first line is a comment, as indicated by the hash mark (#) at the begin-
ning of the line. For the remainder of the file, each line is a waypoint, with
three colon-separated fields. The first field is
longitude, latitude, separated
by a comma. The next field is the marker type, which we’ll get into more
detail about in a minute. Finally, the last field is just the name of the way-
point. This particular file contains a total of nine entries. If we post the file
at http://mappinghacks.com/data/geysers.txt, we can put that URL into the
TIGER Map Server web