File in question: http://www.vicinitynyc.com/maps/UnionSq.kmz
The file loads in GoogleMaps and Earth, and kml validator shows nothing of note.
One curious error was that when the API was trying to load the PNG it was calling www.vicinitynyc.com/mapsatt and trying to pass it the PNG file, but I've read that is a bug and it needs to be calling maps.google.com/mapsatt so I made a /mapsatt directory and placed a index.php file there that forwards the request. The error disappears, but still no image.
The website this is happening on is www.vicinitynyc.com in the small textfield I Loaded you can copy and paste the map file URL and hit Map File.
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/5fcf3EE3oCUJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
header(“Location: http://www.maps.google.com/mapsatt?$_SERVER[QUERY_STRING]“);
not work? It's the only line of index.php stored in /mapsatt