Arunkarthicknallasami / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Scale tiles for better legibility (like fake zoom, but for all zoom factors) #525

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On high resolution displays (e.g. Moto G, 329ppi) the street names are way too 
small to be readable without a magnifying glass.

The optimal solution would provide a scale factor (integer: 1x, 2x, 3x) which 
scales the map tiles up transparently to a bigger physical size while keeping 
all other metrics as is (pixel-to-coord, coord-to-pixel).

{IMHO} you don't have to be visually impaired to benefit from this change. From 
this perspective one could always scale the tile images to dip (device 
independent pixels) with no option to change this behaviour.{/IMHO}

(I'm using osmdroid 4.1 on Android 4.0.4 and 4.4)

See also 
http://stackoverflow.com/questions/7240568/osmdroid-display-tiles-bigger

Original issue reported on code.google.com by heinrich...@gmail.com on 12 Feb 2014 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by kurtzm...@gmail.com on 12 Feb 2014 at 3:54