Closed GoogleCodeExporter closed 8 years ago
Do you mean `GEWebBrowser.FetchKmlLocal()`?
If so, it does work - but it probably doesn't do what you want it to.
FetchKmlLocal loads a local kml file by reading the file as a string and then
passing that to `GEPlugin.parseKml()`
Things like kmz, dae, images will not work using this method. Also, any
relative URLs in the kml will be broken.
It is useful for loading basic, self contained, kml files only.
If you are planning on working with local files I would suggest you use the
GEServer.
You can see an example of that here.
https://code.google.com/p/winforms-geplugin-control-library/wiki/usingTheServer
Original comment by fraser.c...@gmail.com
on 21 Jan 2014 at 7:22
No further development now that the Earth API is depreciated.
Original comment by fraser.c...@gmail.com
on 17 Dec 2014 at 3:20
Original issue reported on code.google.com by
vu.d...@gmail.com
on 21 Jan 2014 at 4:46