<!-- Sample map with multiple geographic	overlays generated from shapefiles. --><WxML>	<map bgcolor="#FFFFCC"> 		<overlay visible="true" name="Cleveland Co. Water">			<data src="http://sdg.mesonet.org/docs/wxml/data/wat40027.shp"/>			<lineStyle color="#0000FF" width="0"/>		</overlay>		<overlay visible="true" name="Oklahoma Counties">			<data src="http://sdg.mesonet.org/docs/wxml/data/okCounties.shp"/>			<lineStyle color="#666633" width="0"/>		</overlay>	</map></WxML>