2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:51:11 +00:00

photo map more

This commit is contained in:
2023-10-20 14:01:54 +03:00
parent 423347dbe5
commit 8c7d4f8ebb
5 changed files with 3099 additions and 15043 deletions

View File

@@ -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"?>