Asiya20 / gmlibrary

Automatically exported from code.google.com/p/gmlibrary
0 stars 0 forks source link

Kml show is always false #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to load a LOCAL file like

   GMMap1.SetCenter( 33.005033,35.484011);
    GMMap1.Layers.Kml.Url:= 'file:///C:/Downloads/map/GPX.kml';
       GMMap1.Layers.Kml.Show:=True;
It dose not work.

Original issue reported on code.google.com by limel...@gmail.com on 14 Oct 2014 at 9:11

GoogleCodeExporter commented 8 years ago
By the moment, GMLib need that the KML file is on the net. Hovewer, I will try 
to solve this problem.

Original comment by cadet...@gmail.com on 14 Oct 2014 at 9:34