ttnmapper / ttnmapper-android-v3

The 3rd rewrite of the Android mapping app
GNU General Public License v3.0
8 stars 8 forks source link

Map theme is missing roads #4

Closed ryanteck closed 5 years ago

ryanteck commented 5 years ago

Just wondering if there's a possiblity to add the option for us to select the OSM Mapnik Grayscale over the Stamen TonerLite theme.

For me there's 2-3 major roads missing.

Attached are 4 pictures of where two roads are shown on the OSM overlay and not the Stamen overlay

ryanteck commented 5 years ago

screenshot from 2018-12-30 19-39-23

screenshot from 2018-12-30 19-39-17 screenshot from 2018-12-30 19-38-56 screenshot from 2018-12-30 19-38-30

ryanteck commented 5 years ago

Should be a case of modifying lines https://github.com/ttnmapper/ttnmapper-android-v3/blob/8773b8c4eefc0da4f70552794c809509a6e23779/app/src/main/java/org/ttnmapper/phonesurveyor/ui/MapFragment.kt#L82 to line 85 to https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png (a-c array)

With an option or such to select between them?

jpmeijers commented 5 years ago

The option to choose different background map themes were added in Build 17 (2019.03.17).

ryanteck commented 5 years ago

Just updated, had a look and works great! Doubly so about the fact it has a night mode.