Thank you. Putting the composite.png out of the KMZ fixed the problem.
On Jul 28, 4:12 am, William <[email protected]> wrote: > On Jul 28, 1:25 pm, cjs <[email protected]> wrote: > > > I can not get theKMZthat contains a raster to display. > > Usually a file that works on maps.google.com by pasting the url will > work ok in the maps API > > http://gis1.design.iastate.edu/esriServerTesting/lidar.kmz > > This kml url displays in maps.google.com but not in the API > > However I found that having an absolute url in thekmzto the raster > works ok, but having the raster locally zipped inside thekmzdoesn't > seem to work: > > http://www.william-map.com/20100728/1/kmz.htm > > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://www.opengis.net/kml/2.2"> > <Document id="Layers"> > <name>Layers</name> > <Snippet></Snippet> > <GroundOverlay> > <name>Layers: Composite</name> > <Icon> > <href>http://www.william-map.com/20100728/1/Composite.png</href> > <viewBoundScale>1.0</viewBoundScale> > </Icon> > <LatLonBox> > <north>43.879443</north> > <south>40.010351</south> > <east>-89.407885</east> > <west>-97.346448</west> > <rotation>0</rotation> > </LatLonBox> > </GroundOverlay> > </Document> > </kml> -- 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.
