this post was submitted on 15 Nov 2024
249 points (99.2% liked)
Open Source
31223 readers
398 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why does StreetComplete have non-free dependancies but OpenStreetMap is completely free/libre? I'm not going to install StreetComplete because of that.
The only thing which F-Droid reports is that it uses jawg.io for visualising the map tiles and that is considered non-free is because it is... commercial?
This is the quote from the Streetcomplete github:
Personally I don't care that much about FOSS/non-FOSS but IMO a reason like that is least of my concerns when looking at open source. If they're providing a free (as in money) service to an open source app then that's perfectly fine.
Over time I've grown very concerned about non-FOSs simply due to constant datamining. Including for products people buy, they still want customers to install a proprietary app and register the product with serial, name, etc, for extra functionality. So on a phone, I have hard restrictions on what I refuse to install so that no apps have access to anything on phone or how I use it.
In that case .... you could install StreetComplete without concern.
No, if I wasn't clear enough already, due to dependancy issues, StreetComplete is not an option.
Taking a quick look at the source code, it seems like they use map libre for displaying the map which is open source. The only thing not open source are the JawgMaps servers, which serve the tiles for the map in the app. This means that there are no closed source libraries running in the app/on your phone, the only thing happening is the app sending HTTP requests to JawgMaps to load tiles.