<!--  ------------------------------------------------------------------------
  --                                                                        
  --  This file was created by rjc from system/tutorial_mapping/location/sidebar.html
  --  on 2003/08/27 09:13:46.
  --                                                                        
  --    Copyright 1999-2002 Interactive Information Ltd, All Rights Reserved 
  --    http://information.overlaid.com
  --                                                                        
  --  ------------------------------------------------------------------------
  --  
  --  Version:	2.3.0 for Map Weasel
  --  
  --  --------------------------------------------------------------------- -->


<head>
	<title>Map Weasel Tutorial - Location Plotting</title>

	<script src="../tutorial.js"></script>
	<script src="../tutorial_structure.js"></script>
</head>

<body	bgcolor="white"
	text="midnightblue"
	link="#9d0052"
	alink="#39c8ff"
	vlink="#9d0052"
	onLoad='parent.tutorialHref("tutorial.html")'
	>

<script>tutorial_links("location");</script>

<h1 align=left>
	<small>Location Plotting<br>
		<small><small>Copyright 1999-2002 Interactive Information Ltd</small></small><br>
	</small>
</h1>

<pre>

</pre>

<p>
This is a simple location plotting application.
It chooses a good map
to display a given point and marks the point with a cross. 
The result is a page you might use to show someone how to
find a particular office or venue.

<p>
You can Zoom in by dragging a rectangle on the map and clicking the <tt>Zoom
In</tt> button. Scroll by clicking on the `North', `South', `East' and
`West' buttons. zoom out with the <tt>Zoom Out</tt> button.

<p>

<script>tutorial_links("location");</script>

</body>