Quick solution: Change the version number of the API to earlier versions, until it works again, for example http://maps.google.com/maps?file=api&v=2.129e&key= ... etc
If you use v=2 you get served a new version of the API each week, and you expose yourself to this kind of problems, which is why I think it's best to use a fixed version number. You can see the changelog here: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChangelog so you know which numbers are valid version numbers. -- Marcelo - http://maps.forum.nu -- On Oct 20, 1:00 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi All, > > I implemented a Google map with KML overlay for a client over a year > ago and it worked fine until now (well recently. they are not sure > when exactly it stopped). > > The site uses a kml overlay to have coloured polygons displayed to > define areas of the country. > > An example map ishttp://www.gos.gov.uk/facts/factgosw/?a=42496 > > When I try to view the KML file that is used as the overlay directly > in maps.google.co.uk it cannot be displayed due to errors! However > when validating the kml file (inhttp://www.feedvalidator.org/) it > validates correctly. > > Is anyone aware of any changes to either the API or the KML support > over the past couple of months that would cause this? > > The code is currently running version 2.86 of the API. Although unless > the API has been removed this isn't the problem as it has been working > for a long time. > > Any help would be greatly appreciated as I have run out of ideas of > where to look! > > Thanks, > > Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
