Thanks again for the suggestions Ross K. I modified the KML to look
more like the working KML Lance uses in his WMS Nexrad site (http://
www.dyasdesigns.com/geoxml/myweather.htm), so now my KML looks like
this for two layers:

<?xml version="1.0" ?>
- <kml xmlns="http://earth.google.com/kml/2.1";>
- <GroundOverlay>
- <name>
- <![CDATA[ Survey Area Poly
  ]]>
  </name>
  <color>c6ffffff</color>
- <Icon>
  <href>http://SDMDataAccess.nrcs.usda.gov/Spatial/SDM.wms?
SERVICE=WMS&VERSION=1.1.1
&REQUEST=GetMap&LAYERS=SurveyAreaPoly&STYLES=&SRS=EPSG:
4326&WIDTH=1024&HEIGHT=1024&FORMAT=image/
gif&BBOX=-104.806,39.457,-104.629,39.569&EXCEPTIONS=Application/
VND.OGC.SE_XML</href>
  <viewRefreshTime>2</viewRefreshTime>
  <viewRefreshMode>onStop</viewRefreshMode>
  </Icon>
- <LatLonBox>
  <north>40.031820</north>
  <south>39.098095</south>
  <east>-103.666992</east>
  <west>-105.369873</west>
  </LatLonBox>
  </GroundOverlay>
- <GroundOverlay>
- <name>
- <![CDATA[ Map Unit Poly
  ]]>
  </name>
  <color>c6ffffff</color>
- <Icon>
  <href>http://SDMDataAccess.nrcs.usda.gov/Spatial/SDM.wms?
SERVICE=WMS&VERSION=1.1.1
&REQUEST=GetMap&LAYERS=MapunitPoly&STYLES=&SRS=EPSG:
4326&WIDTH=1024&HEIGHT=1024&FORMAT=image/
gif&BBOX=-104.806,39.457,-104.629,39.569&EXCEPTIONS=Application/
VND.OGC.SE_XML</href>
  <viewRefreshTime>2</viewRefreshTime>
  <viewRefreshMode>onStop</viewRefreshMode>
  </Icon>
- <LatLonBox>
  <north>40.031820</north>
  <south>39.098095</south>
  <east>-103.666992</east>
  <west>-105.369873</west>
  </LatLonBox>
  </GroundOverlay>
  </kml>

I don't get any errors when pasting in just the URL below, and I do
get an image just pasting the URL into IE, but zoomed in my Googlemaps
page (I go to the address 12836 Woodland Trl., Parker, CO, because I
know the image covers this area) I don't see anything:

http://SDMDataAccess.nrcs.usda.gov/Spatial/SDM.wms?SERVICE=WMS&VERSION=1.1.1
&REQUEST=GetMap&LAYERS=SurveyAreaPoly&STYLES=&SRS=EPSG:
4326&WIDTH=1024&HEIGHT=1024&FORMAT=image/
gif&BBOX=-104.806,39.457,-104.629,39.569&EXCEPTIONS=Application/
VND.OGC.SE_XML

Thoughts?

Lara

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to