-
Notifications
You must be signed in to change notification settings - Fork 50
Added the ability to automatically add images with location data to the map #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Added the ability to automatically add images with location data to the map #16
Conversation
|
Awesome feature! |
Oh, my bad, yeah I'll clean that up |
|
Since parsing the image locations seems to be too slow, I suggest making a cache mechanism that can also be useful for further file types in the future. You can re-parse the file contents only if the file checksum changes from what's in the cache, and maintain the cache if files get deleted or renamed. |
|
So it's not quite what you outlined (yet), I mostly just had time to get things working.
|
|
Just wanted to say that I'm sorry for not getting to this yet. I really want this integrated and will do my best to get to it soon enough! |
No worries! Take all the time you need |
No description provided.