OK, I've been playing around some more. I reedited my website so that it's trying to get access to the correct KML. http://vinci.cs.uiowa.edu/~gcfairch/geowiki/google.php The file is not large, so the parser shouldn't be the problem (it's only 45kb). It is a KMZ file, but as I said, Google Maps reads it just fine. I don't see what could be wrong with the way the ground overlay is specified. It's simple:
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.2"> <Document id="Calculation1.img"> <name>Calculation1.img</name> <Snippet></Snippet> <GroundOverlay id="0"> <Snippet></Snippet> <drawOrder>1000</drawOrder> <name>Calculation1.img</name> <Icon> <href>_ags11e8609eb37e491d804c5a9755171a6e.png</href> <viewBoundScale>1.0</viewBoundScale> </Icon> <LatLonBox> <north>44.209233</north> <south>39.806208</south> <east>-88.988456</east> <west>-97.932535</west> <rotation>0</rotation> </LatLonBox> </GroundOverlay> </Document> </kml> That's the whole thing. Any idea why this isn't working? It may be a server config problem or something. I'm really not sure. On Feb 22, 4:15 pm, Geoff <geoffairch...@gmail.com> wrote: > What're the alternative parsers? Yeah, I've been playing around with > the website quite a bit. > > Thanks for the help. > > On Feb 22, 12:43 am, Rossko <ros...@culzean.clara.co.uk> wrote: > > > On Feb 21, 10:49 pm, Geoff <geoffairch...@gmail.com> wrote: > > > > I don't understand what you mean. The URL you gave me is invalid. > > > That was my point ; at the time, the page generated a request for that > > URL when it tried to render the KML. > > Anyways, can't repeat it now, your page no longer looks for that kmz. > > > The current kml file > > http://vinci.cs.uiowa.edu/~gcfairch/geowiki/kml/populationZCTA_iowa.kml > > is 2.1Mb , that's perhaps oversize for the GGeoXml which does have > > size limits. > > > There are alternate parsers to GGeoXml if you're stuck with large > > files. > > > cheers, Ross K. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---