Alternative Maps#461
Conversation
|
Wouldn't this cause the label depends on non-free network services to be added if it was added to F-droid? |
|
If it were on f-droid probably yes. |
|
I am not aware of any. OSM doesnt provide dark tiles? Edit: I wonder how the meshtastic map gets its dark tiles. It says they are provided by OSM. |
|
No I have not found any mention of dark tiles in the official openstreetmap tile server and in terms of service prohibits bulk downloads. |
|
meshmap.net just inverts the color with Implemented similar function here: Invert tile png. |
|
Would it be possible to make the map switch between OSM and OSM dark depending on your system theme by default? Edit: i know the OSM ones are foss, what about those others? |
|
I would have to have a look at the theme switching code: then I could maybe do the switches if you are at the OSM maps. The others are Stadiamaps. I looked at some map tiles provider and liked them best. But I also wanted to keep the offline cache mode. Which is a function I really like. Best regards Eric |
|
Just built this to test it out, and it works great. The map was automatically in dark mode, because the app was automatically in dark mode, because the system is in dark mode, and I was never blinded by a white map. Beautiful. |


I looked to implement Issue #437.
To provide other map styles, especially a dark map.
For that I implemented a Stadiamap Endpoint.
With the free account you can download 200'000 tiles per month of various styles.
You will have to create an API-Key and insert it into the app.
I did not find a fully free provider without registration.
The Standard OpenStreetMap tile server is still supported for direct view.
Best Regards Eric