On May 22, 9:41 am, Abhijit <[email protected]> wrote: > thanks Ross > > "personal server"...i must been day-dreaming...sorry..i meant i loaded > the kml file on my domain > and as u explained it b4 it wnt work...am very new to this.. > > is thr ne other way i can load a kml file onto the gmaps API!!
Please don't use text abbreviations. It's really difficult to read. If your KML file really exists at http://nestwelltech.com/Gmaps/cta.kml then IIS needs to be configured to serve it: if IIS doesn't know what to do with KML files, it 404s. There's an FAQ answer about it: http://code.google.com/support/bin/answer.py?answer=55214&topic=10427 Alternatively, rename your file as .xml and see if GGeoXml will use it. IIS is likely to serve .xml files correctly. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
