From 257a5a306d7cc093a85547446ef0d4634729c770 Mon Sep 17 00:00:00 2001 From: Marios Kyriakou Date: Wed, 13 Mar 2019 18:47:25 +0200 Subject: [PATCH] Update ImportPhotos.py --- ImportPhotos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ImportPhotos.py b/ImportPhotos.py index b78cfe8..56e27ce 100644 --- a/ImportPhotos.py +++ b/ImportPhotos.py @@ -481,7 +481,7 @@ def completed(self, exception, result=None): "crs": {"type": "name", "properties": {"name": "crs:OGC:1.3:CRS84"}}, "features": self.geoPhotos} - geofile = open(self.plugin_dir + '/tmp.geojson', 'w') + geofile = open(self.outDirectoryPhotosGeoJSON, 'w') json.dump(geojson, geofile) geofile.close() del self.geoPhotos, geojson