<?xml version="1.0"?>

<!-- Map Viewer (Third Edition) by Howie Sternberg at howies@snet.net. Map Viewer is placed in the public domain and is "Freeware". Map Viewer may be freely used and redistributed, is provided "AS-IS" without warranty of any kind, and there is no technical support provided. -->

<!-- ArcIMS servers and map services for Map Viewer. All mapservices must be in the same coordinate system in order for the Add New Map function to work properly. -->
<mapviewer edition="3">
	<viewer>
		<!-- Position of Map Viewer's vertical maptool bar on Web page (upper left corner of map viewer on page) -->
	    <position left="0" top="55"/>
		<!-- Default maptool for all maps, which is overidden by a Map Viewer map's defaultmaptool attribute, if specified below. Possible values are zoomin, zoomout, pan, identify. Note, "identify" is a valid maptool only if at least one layer with isidentifyon="true" is visible at map service's full view scale. Otherwise, default the maptool automatically reverts to "zoomin". -->
		<maptool default="zoomin"/>
		<!-- Default mapoption for all maps, which is overidden by a Map Viewer map's defaultmapoption attribute, if specified below. Possible values are layers, legend, addnewmap, none.-->
		<mapoption default="legend"/>
	</viewer>
	<!-- One or more ArcIMS servers: -->
	<servers>
		<!-- ArcIMS server: -->
		<server url="http://geoinfo.sdsu.edu">
			<!-- One or more Map Services: -->
			<mapservices>
				<!-- Map Service: -->
			</mapservices>
		</server>
	</servers>
</mapviewer>
