-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Geotagging/Map Support #83
Comments
I think it would be great have map of the world and see different albums of photos by locations (I mean setof all photos in that location) and with search etc., question is where the button for it should be? maybe in menu? and add map to photo info or just link/button? |
Yes that is sorta how Apple Maps works. You can open a full map view and it has the photos layed out across the map where they are geotagged. As for the button, we can simply place a map button somewhere in the top right that opens the full map. Then when on a specific photo, you could slide up and see the photo information and a preview of the map area where the photo was taken. Again see the link I posted at the bottom of my issue. |
@seniorm0ment Google photos has map in photo info, not map view right now the top right is full of buttons |
I also want to replace Google Photos on my phone but Fossify apps operate without any internet access and that means we might miss out on cool features like this. Internet access will only be added if it is required by some core functionality. Integrating Google's Maps SDK which probably isn't open source is another issue. |
Could we not maybe have some sort of plugin feature? Where users can choose to enable? Or a second fork with internet? Also for maps we could use Openstreetmap. |
@naveensingh I also dont get it why we need internet access for offline maps. |
I haven't worked with maps recently so I have no idea if there were any advancements. Does anyone know how much storage space you need to store a relatively low-res (1km/pixel?) vector map of the whole world? 500MB? 5GB? I don't think it would be under 30MB and I'm not going to bump the app size by 30MB+ for anything that isn't a core feature of the app.
We could and that version would probably become more popular and I actually have thought about this before. Launching two flavors where one is simple and the other is loaded with all the cool doodads that are possible with access to the internet but we don't have the time or resources to maintain current apps, let alone two flavors. |
This may be a really stupid question as someone on GrapheneOS, but can you not deny internet permissions on stock Android? I understand the concept behind wanting an app to not touch the internet be design, however I know on my device I can flat out deny internet permissions to an app. I don't mean to be argumentive or anything, I am genuinely curious as this is something I've wondered for a bit. |
I don't think so. At least on my device running stock AOSP ROM, I haven't found any way to disable internet permission for an app. You can disable background data usage but that is all you can do. Android docs:
I don't know how the INTERNET permission is considered a "normal" permission. The way I see it, it is the most dangerous permission an app can have. They should have moved the INTERNET permission from (I'm not really an anti-Google person, I use many of Google's products but I know why Google doesn't want users to worry about the INTERNET permission and I don't like Google for that) |
Hm ok interesting, so likely a GrapheneOS feature. Good to know. |
An open source program called Aves can be reviewed for this. The codes can be received there at the moment. It's a very nice feature. |
If size is concern we dont have to add big zoom, map in #125 could be enough, but yea we need more informations for this, so if someone wants this feature please go and try to find more about zoom vs size |
As this was closed without a commit or PR linked, and I can find nothing related in the app description: may I ask what for |
@IzzySoft The GPS coordinates are still shown on the 'Properties' dialog, one can click them to view the location in apps that can handle coordinates (e.g. Google Maps). |
An open source program called Aves can be reviewed for this. It used Open Street Maps. Very useful. |
@naveensingh Thanks! Adding that to the "green list" then. @yusufsunetci Aves is what I use indeed, a real great one by a dev as responsive and great as Naveen 😃 There are two variants of that one to choose from even. The one at F-Droid only uses "libre map services" (OSM) which I use, the variant in my repo with additional optional map services (e.g. Google Maps) for those preferring them. But then I bet Aves is not as lightweight as Fossify Gallery is 😉 My old FP2 is "sweating" when I try Aves there – on my SHIFT6mq however it runs very fine and smooth. |
Checklist
Is your feature request related to a problem? Please describe.
Can't find by location
Describe the solution you'd like
Similar to how Apple Photos works, for photos that have geotag information, show them on a map
See: https://support.apple.com/guide/iphone/view-photos-and-videos-iph3d267610/17.0/ios/17.0#iph3d5d1d7dd
Also ability to search by location and such
The text was updated successfully, but these errors were encountered: