-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Photos on the map #4
Comments
I added exif extraction in one of the other branches (don't remember which one exacty). |
@v1r0x sounds great! Maybe just find which was the branch and open a work-in-progress pull request so other people can check it out and maybe contribute. :) |
I'd love to have a go at this issue. I'm looking to contribute and this looks like a good challenge. To start with. |
We're starting to have an EXIF issue. 1st step would be to identify what is going on in the server side and whether this should be extended or dropped. |
@v1r0x @nextcloud/maps could you help @davidpeach to get started here? :) |
There is now another app for Nextcloud that does exaclty this: https://github.com/BatPio/PhotoMap Maybe a cooperation would be useful? |
Will have a look at it after the other 0.1 stuff. We should compare this one with the implementation of the old app regarding performance etc :) |
Duplicating functionalities is not good, but my app is almost ready and could be useful for users before this functionality will be implemented in nextcloud/map. @jancborchardt @v1r0x I see that You started refactoring nextcloud/map. How long can it take? If it's matter of months, then I will release my app in market. I can help You with this feature when refactoring will be finished :) |
@BatPio the basic functionality (leaflet) is already there. I'm on vacation the next days, so you could have a look at the current code base and maybe add your code as PR without me modifying the code in the meantime ;) |
@jancborchardt @v1r0x First must be discussed what should extract exif data, and where they should be stored. I read in EXIF information for 13 that idea of implementing it in core server library was rejected. Maps app could extract geolocalizationa data, but what if other apps will need other metadatas (ex. photo taken date for grouping photos by months). I wonder if all metadatas should be stored in same table. |
@BatPio I reopened the EXIF issue in core :) Nevertheless it seems best if first we do a working version directly inside the Maps app, cause right now we have it separate across core, Maps, and your specific app. :) |
@jancborchardt Ok, I have already written lat/long extraction command and files hooks for my app. I can reuse it in nextcloud/maps. I'll try to implement showing photos on map for nextcloud/maps :) |
@BatPio awesome stuff! :) |
@jancborchardt, @v1r0x I've finished moving code from my app. I also made some improvements. Do you want to review the changes before I make PR? https://github.com/BatPio/maps/tree/rework |
I'd prefer a PR and discuss and review it then. Thanks for all the work :) |
fixed in #21 |
Using EXIF geolocation data, we could have pictures show up on the map when they have a location set. That could simply be sourced from the Files app (doesn’t really have much to do with the Gallery app).
cc @v1r0x @brantje for Maps and cc @oparoz @icewind1991 for photos and metadata.
The text was updated successfully, but these errors were encountered: