We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ead9b commit 0865c7dCopy full SHA for 0865c7d
.gitignore
@@ -0,0 +1 @@
1
+target
README.md
@@ -1,3 +1,5 @@
# exif-geo
2
3
-Example for https://annimon.com/
+Source code for OpenLayer tutorial: https://annimon.com/article/4028
4
+
5
+Rust cli application for scanning photos folder, extracting exif data and creating a map with geopositions.
src/map.html
@@ -1,4 +1,3 @@
-
<!doctype html>
<html>
<head>
0 commit comments