Geography: 8375 : Must test if kml file exists.
This commit is contained in:
parent
f3a3da5e5c
commit
1b91f53622
@ -805,7 +805,8 @@ class GeoGraphyView(OsmGps, NavigationView):
|
|||||||
path = media_obj.get_path()
|
path = media_obj.get_path()
|
||||||
name, extension = os.path.splitext(path)
|
name, extension = os.path.splitext(path)
|
||||||
if extension == ".kml":
|
if extension == ".kml":
|
||||||
self.kml_layer.add_kml(path)
|
if os.path.isfile(path):
|
||||||
|
self.kml_layer.add_kml(path)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user