otsaloma / poor-maps

Maps and navigation for Sailfish OS
https://openrepos.net/content/otsaloma/poor-maps
GNU General Public License v3.0
43 stars 10 forks source link

fonts are too small #2

Closed alinelena closed 9 years ago

alinelena commented 9 years ago

Hi

using poor maps on two devices and the only issue i see up to now is the size of fonts.

on a big screen you can see in the attached pictures the difference. attached for comparasion the sailfish image too... poormaps big screen device poormaps_big

sailfish big screen device sailfish_big

also from a phone screen nexus 5. sailfish sailfish_small

poormaps poormaps_small

otsaloma commented 9 years ago

Is this with the default basemap "Mapbox Streets"? How does it look if you switch to "Mapbox Streets @ 2x"? See Basemaps from the main menu, anything with "@ 2x" should be bigger text. If this is indeed the case and @ 2x is sufficient, I might need to reconsider the default. So far I've just tested with the Jolla phone, which is DPI-wise a borderline case.

And regarding tablets and big screens, some layouts might ill suitable for them. I haven't tested those yet. My Jolla tablet will arrive maybe late October, earliest. After that I might make some changes.

alinelena commented 9 years ago

Hi Osmo,

Indeed I was using the default @2x looks better seems jolla uses even bigger. Can you offer @4x?

Regards, Alin


Dr Alin Marin Elenahttp://alin.elena.space

---- On Sat, 12 Sep 2015 16:20:11 +0000 Osmo Salomaa<notifications@github.com> wrote ----

Is this with the default basemap "Mapbox Streets"? How does it look if you switch to "Mapbox Streets @ 2x"? See Basemaps from the main menu, anything with "@ 2x" should be bigger text. If this is indeed the case and @ 2x is sufficient, I might need to reconsider the default. So far I've just tested with the Jolla phone, which is DPI-wise a borderline case. And regarding tablets and big screens, some layouts might ill suitable for them. I haven't tested those yet. My Jolla tablet will arrive maybe late October, earliest. After that I might make some changes. — Reply to this email directly or view it on GitHub.

otsaloma commented 9 years ago

Mapbox doesn't offer 4x. Neither do any of the other providers used by Poor. Google does offer 4x and HERE, with a different technical approach, offers four different PPI values, but both of these have unacceptable terms of use.

But setting that default is something I can do, it seems possible in QML using data from Screen.

alinelena commented 9 years ago

Brilliant, thank you!

Alin


Dr Alin Marin Elenahttp://alin.elena.space

---- On Sun, 13 Sep 2015 12:46:27 +0000 Osmo Salomaa <notifications@github.com> wrote ----

Mapbox doesn't offer 4x. Neither do any of the other providers used by Poor. Google does offer 4x and HERE, with a different technical approach, offers four different PPI values, but both of these have unacceptable terms of use. But setting that default is something I can do, it seems possible in QML using data from Screen. — Reply to this email directly or view it on GitHub.

otsaloma commented 9 years ago

I chose to simply make 2x the default. When there's 4x tiles available I'll look into the QML Screen thing.