Hi Michele!!!
Another option is http://www.randmcnally.com
Click on "plan a trip"
Enter your start and end points
Then "continue"
At the bottom of the pages is a bottom to "add a stop"
I've only done 4 stops to map out the best shopping routes and the like
but in theory it should work for you.
Bianna Ine
Law Librarian
Superior Court of New Jersey - Somerset Co.
P.O. Box 3000
Somerville, NJ 08876
908-231-7612
Fax: 908-253-8590
"Eiseman, Jason A." <JEiseman@SCHWABE.com>
Sent by: owner-law-lib@ucdavis.edu
03/30/2006 11:47 AM
To: "Lucero, Michele A.." <MLucero@mayerbrownrowe.com>, "Law Library mailing
list" <law-lib@ucdavis.edu>
cc:
Subject: RE: Long shot--Online US map question- Technical
The Google Maps API allows such things, but it can be somewhat
complicated.
First, you have to get a Google maps api key: http://www.google.com/apis/maps/signup.html
Then you have to convert each address into latitude and longitude.
Then, you have to follow the documentation to create a web page with your
map: http://www.google.com/apis/maps/documentation/, placing a tack at each lat/long address location.
It's actually not that difficult, below is the code I used for a Google
map for an office location:
Jason Eiseman
Computer Automation Librarian
Schwabe Williamson & Wyatt
503-796-2470
jeiseman@schwabe.com
-------------------------------------------------------------------------------------------------------------
<script src="http://maps.google.com/maps?file=api&v=1&key=YOURAPIKEYHERE" type="text/javascript"></script>
<div id="map" style="width: 500px; height: 400px"></div>
<script type="text/javascript">
//<![CDATA[
window.onload = showMap;
function showMap()
{
var map = new GMap(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
>>>>>>Centers the map on lat/long<<<<<<<<
map.centerAndZoom(new GPoint(-122.67952, 45.515489), 1);
>>>>>>This adds the marker to the specified address<<<<<<<<
map.addOverlay(new GMarker(new GPoint(-122.679691, 45.515174)));
}
//]]>
</script>
------------------------------------------------------------------------------------------------------
From: owner-law-lib@ucdavis.edu [mailto:owner-law-lib@ucdavis.edu] On Behalf Of Lucero, Michele A..
Sent: Thursday, March 30, 2006 7:46 AM
To: Law Library mailing list; HALL-L@LISTSERV.UH.EDU
Subject: Long shot--Online US map question
Are you aware of an online website which allows the following:
You have a list of addresses. You want to mark them on a map & print out
a map of these points. These addresses/points are random addresses [not
just places on interest, hotels etc]. You do not need directions to and
from the addresses. You simply would like a printable map which shows the
US with all the points indicated [such as a thumb tacked map like one you
could put up on the wall].
Any guidance for a resource would be appreciated.
Michele A. Lucero
Legal Information Manager
Mayer, Brown, Rowe & Maw LLP
700 Louisiana St. Suite 3600
Houston, Texas 77002
Direct: 713-546-0591
Direct fax: 713-632-1892
Direct cell: 713-231-3759
mlucero@mayerbrownrowe.com
IRS CIRCULAR 230 NOTICE. Any advice expressed above as to tax matters was
neither written nor intended by the sender or Mayer, Brown, Rowe & Maw LLP
to be used and cannot be used by any taxpayer for the purpose of avoiding
tax penalties that may be imposed under U.S. tax law. If any person uses
or refers to any such tax advice in promoting, marketing or recommending a
partnership or other entity, investment plan or arrangement to any
taxpayer, then (i) the advice was written to support the promotion or
marketing (by a person other than Mayer, Brown, Rowe & Maw LLP) of that
transaction or matter, and (ii) such taxpayer should seek advice based on
the taxpayers particular circumstances from an independent tax advisor
This email and any files transmitted with it are intended solely for the
use of the individual or entity to whom they are addressed. If you have
received this email in error please notify the system manager. If you are
not the named addressee you should not disseminate, distribute or copy
this e-mail.
__________________________________________________________
To comply with IRS regulations, we are required to inform you that this
message, if it contains
advice relating to federal taxes, cannot be used for the purpose of
avoiding penalties
that may be imposed under federal tax law. Any tax advice that is
expressed in this message
is limited to the tax issues addressed in this message. If advice is
required that satisfies
applicable IRS regulations, for a tax opinion appropriate for avoidance of
federal tax law
penalties, please contact a Schwabe attorney to arrange a suitable
engagement for that purpose.
This archive was generated by hypermail 2b29 : Wed Nov 14 2007 - 20:46:24 PST