Magic Earth: Privacy friendly maps with turn-by-turn navigation, OpenStreetMap, Crowd-Sourced Traffic, 3D maps, Satellite maps, Offline maps and Transit.

https://sh.itjust.works/post/2396494

Magic Earth: Privacy friendly maps with turn-by-turn navigation, OpenStreetMap, Crowd-Sourced Traffic, 3D maps, Satellite maps, Offline maps and Transit. - sh.itjust.works

Some perspective from a user who’s been on Magic Earth for well over a year:

  • It works very well. With a few quirks, it’s like 90-95% as useful as Google Maps for a majority of personas
  • It’s a mature app, finds most addresses (with possible exception of recent changes like a business moving)
  • Does surprisingly well with being current on traffic conditions
  • While not FOSS, they seem to be open about what they sell of your information and it’s in aggregate, so I’m much less worried about location data being tied to other online dossiers I’ve left in my digital paper trail.

I found that Organic Maps and OsmAnd+ just couldn’t cut it at all for finding addresses, routing wasn’t super great (or intuitive), and otherwise rated very low on family acceptance as a replacement for Google Maps. I used Acastus Photon for addresses and frankly it’s not that much better and the workflow was janky and pretty useless when you want to plot route waypoints. This was the bridge between fully de-googling and having a livable acceptance factor. So far I haven’t seen them doing anything they don’t claim (not getting in trouble privacy-wise), so I’m good.

I would say “privacy friendly” is accurate in the title - but this is not FOSS. Even so for those looking to de-google without losing utility, I recommend it and am glad it exists.

Maybe I’m misunderstanding it, but as far as I see it, OsmAnd’s non-free assets include the entire UI (layout + icons).

Since the UI of an Android app is an essential part, I don’t consider OsmAnd to be opensource.

OsmAnd/LICENSE at master · osmandapp/OsmAnd

OsmAnd. Contribute to osmandapp/OsmAnd development by creating an account on GitHub.

GitHub

Some icons of the undergrounds have different license. Read your first link carefully. And you link the source of the ui, or you don’t consider png files as “source”?

If it wouldn’t be foss, it couldn’t be built by the f-droid build system, it can only build foss projects

The license contains the following clause:

  • UI Design and UX work, such as layout and icons, are covered by CC-BY-NC-ND 4.0

That’s why I linked the folder Osmand/tree/master/OsmAnd/res. It contains icons and XML files, which are used to describe the UI.

CC-BY-NC-ND is a non-free license. It forbids commercial redistribution and it doesn’t allow any modification of the files. OsmAnd further restricts what you can do, as it does not allow redistribution in the most popular app stores without permission.

If it wouldn’t be foss, it couldn’t be built by the f-droid build system, it can only build foss projects

The source files are publicly available, so F-Droid can use them to build the app, but the license restricts what you can do with these files.

F-Droid does not sell the app (non-commercial clause), is not modifying it (non-derivative clause) and is not listed as one of the restricted app stores, so it can distribute the app. But this does not make the app free and open-source software.

Creative Commons — Attribution-NonCommercial-NoDerivatives 4.0 International — CC BY-NC-ND 4.0

The license contains the following clause:

  • UI Design and UX work, such as layout and icons, are covered by CC-BY-NC-ND 4.0

That’s why I linked the folder Osmand/tree/master/OsmAnd/res. It contains icons and XML files, which are used to describe the UI.

CC-BY-NC-ND is a non-free license. It forbids commercial redistribution and it doesn’t allow any modification of the files. OsmAnd further restricts what you can do, as it does not allow redistribution in the most popular app stores without permission.

If it wouldn’t be foss, it couldn’t be built by the f-droid build system, it can only build foss projects

The source files are publicly available, so F-Droid can use them to build the app, but the license restricts what you can do with these files.

F-Droid does not sell the app (non-commercial clause), is not modifying it (non-derivative clause) and is not listed as one of the restricted app stores, so it can distribute the app. But this does not make the app free and open-source software.

Creative Commons — Attribution-NonCommercial-NoDerivatives 4.0 International — CC BY-NC-ND 4.0