summaryrefslogtreecommitdiffstats
path: root/photomap/pmap.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-10-20 14:01:54 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-10-20 14:01:54 +0300
commit8c7d4f8ebb580f4eaf0bfb84822aaee2a4a60ee3 (patch)
tree7a65c09b92b70201b85de5f834098b2cb240ed68 /photomap/pmap.py
parent423347dbe548a2784d356d6b2af7be60d8f2f136 (diff)
downloadtroggle-8c7d4f8ebb580f4eaf0bfb84822aaee2a4a60ee3.tar.gz
troggle-8c7d4f8ebb580f4eaf0bfb84822aaee2a4a60ee3.tar.bz2
troggle-8c7d4f8ebb580f4eaf0bfb84822aaee2a4a60ee3.zip
photo map more
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"?>