zoom - Streetnames openstreetmaps more readable on Android -


i've build android app offline map data using openstreetmaps , osmdroid. on device mdpi 320x480 pixels map looks ok, on device hdpi screen 480x800 pixels street names small , little bit harder read them. map data till zoom level 18, maximum download , use mapnik tile source, loaded zip-file sd-card. local maps defined region of brussels (belgium).

a screenshot of mdpi device 320x480 pixels:

enter image description here

a screenshot of hdpi device 480x800 pixels:

enter image description here

if see these views in app on device mdpi map readable, in hdpi map street names smaller.

is there way make street names more readable on hdpi device, user haves idea zooms 1 step further on map? because it's not possible go zoom-level 19, because there no openstreetmaps data it. little workaround solution easy , small implementation time/work ok me. zooming done swiping on map. if need code, let me know , i'll post it.

thanks in advance.

kr

osmdroid works tiles static png images. can not change tile images. if want have better mapping solution try mapsforge. app/library works maps data , renders them dynamically. way have more control on rendering maps , can customize texts , fonts , colors.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -