Discostu36 / OSM-Photos

A photo uploader for Wikimedia Commons and OpenStreetMap
GNU General Public License v3.0
28 stars 1 forks source link

Add a map #2

Open Discostu36 opened 2 years ago

Discostu36 commented 2 years ago

This is the first step for creating the app. Deciding for a solution for displaying the background map and, later, the data layer (#3).

A link dump for this task:

Discostu36 commented 2 years ago

As it is free for up to 25.000 monthly users, Mapbox might be an alternative.

https://docs.mapbox.com/android/maps/guides/

Discostu36 commented 2 years ago

As Mapbox is not FOSS, the app would be rejected by FDroid.

MapLibre might be a suitable alternative (installation, video tutorial).

OSMDroid would be another alternative.

Choice of a tile server is the next question. For initial development, I guess it will be ok to use osm.org tiles.

JLZIMMERMANN commented 2 years ago

The map could show where thare have already been pictures taken, and where there could be pictures missing.

Discostu36 commented 2 years ago

Yes, this is tackled in #3. This issue is about the framework and tile server to use for the background map.

I think that OSMDroid is the best choice as it also has features for adding data layers. But I haven't been able to get it running yet.

This is my first Android project, so the first steps might take a while until I have gathered sufficient knowledge to get things started.

If someone is impatient and wants to make a pull request for OSMDroid integration, feel free to do so.