summaryrefslogtreecommitdiffstats
path: root/photomap/pmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'photomap/pmap.py')
-rw-r--r--photomap/pmap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/photomap/pmap.py b/photomap/pmap.py
index 1fae89d..e5d538a 100644
--- a/photomap/pmap.py
+++ b/photomap/pmap.py
@@ -97,8 +97,8 @@ for photo_path in photos:
).add_to(map)
photoset.append((photo_path, latitude, longitude))
-# Save the map as an HTML file
-map.save("photo_map_jpeg.html")
+# Save the folium map as an HTML file
+map.save("photo_map.html")
print(f"Found {len(photoset)} GPS located photos in '{photo_folder}' and subdirectories.")
header = """<?xml version="1.0" encoding="windows-1252"?>