Okay. I have fixed my PHP, silly error. But now I get no GET error in console, and the PNG image still does not load.
Any ideas? On Aug 1, 10:09 pm, James McGill <[email protected]> wrote: > Hi, > > Loading the PNG fromwww.vicinitynyc.com/mapsattis a bug that we're working > to fix. If you file a bug in the external issue tracker, we'll update it > with progress. > > In the meantime, it looks like your PHP script isn't forwarding the request > as you describe: > > http://www.vicinitynyc.com/mapsatt?id=http://www.vicinitynyc.com/maps... > returns > a 404. > > http://maps.google.com/mapsatt?id=http://www.vicinitynyc.com/maps/Uni... > returns > the PNG file. > > Once the bug is fixed, I strongly recommend removing this forwarding logic > as it may cause problems in the future if we change the URL format. > > Regards, > James > > On Mon, Aug 1, 2011 at 11:40 PM, weekend <[email protected]> wrote: > > Okay, I've tried a few different fixes and will outline them here. > > > 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 > > callingwww.vicinitynyc.com/mapsattand 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 iswww.vicinitynyc.comin 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 > > [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-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
