Martin wrote:
> When I try to use CSGeoXML to load local file (on my pc) I received a
> "Permission Denied" error. On CSGeoXML site (http://
> devblog.cloudsync.com/projects/csgeoxml/) I read that is possible use
> local file but I cannot do it.
>
> This is my code:
>
> var options = {noshadow: true};
> var pippo = new CsGeoXml('csGeoXml', map, 'file:///c:/abc.kml',
> options);
> var handle = GEvent.addListener(pippo, 'parsed', function (){
> GEvent.removeListener(handle);
> map.addOverlay(pippo);
> });
>
> I need load my script on Internet Explorer.
>
> Can you help me?
>
> --
It should be possible (might need a relative url?)
but I use my GeoXml class to do that so I am not sure.
No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 8.5.426 / Virus Database: 270.14.88/2538 - Release Date: 12/01/09
07:59:00
--
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.