Open GoogleCodeExporter opened 8 years ago
http://www.mapdroyd.com/ uses vector maps, which are much more efficient than
storing
tile images, and would theoretically allow route calculation on the phone itself
(maybe). I think it is slower to generate the maps, though.
All of NY, CT, MA, NJ, PA at all detail levels requires 5 files that take up a
total
of 116 MB. My AndNav2 folder, for a similar area, but only with low resolution
in
most places, uses 47,420 files and takes up 500 MB.
Original comment by omegat...@gmail.com
on 27 Jan 2010 at 4:49
Maybe we could use OSM vector data and render it ourself? It is saved in
xml-like
files (http://wiki.openstreetmap.org/wiki/.osm). Unfortunately it doesn't save
much
space. I checked it comparing it to png data and with zoom level 12-16 on png
data it
was 3,1MB vs. 1,4MB for vector data. Vector data was stored in one file, but it
would
have to be split in smaller files to make it render fast enough. I used map
call
similar to these: http://api.openstreetmap.org/api/0.6/map?
bbox=20.500057396316528,50.8003601795557,20.599999496841431,50.8999406454029
Original comment by stawskim...@gmail.com
on 5 Feb 2010 at 12:24
http://wiki.openstreetmap.org/wiki/Android#Android_software_supporting_OpenStree
tMap
lists all known Android software to use OSM. Among those that do vector
rendering,
I've tried MapDroyd and it required about 90MiB for California. Not bad at all.
Original comment by ddascale...@gmail.com
on 5 Feb 2010 at 8:39
MapDroyd uses MicroMap format, which is maybe proprietary?
http://www.onestepahead.de/index.php?option=com_content&view=article&id=96:micro
map&catid=72:micromap&Itemid=62
Original comment by omegat...@gmail.com
on 16 Feb 2010 at 12:35
The GPLv2 project Gpsmid also uses vector based maps. I think it is using an
own developed format. To convert raw osm-data and create an application
containing the map data, the program Osm2GpsMid is used.
http://gpsmid.sourceforge.net/osmtogpsmid.html
(I have made a script to fetch a country db, cropping a selected region,
converting and adding latest speed cameras from another source, adding
openstreetbugs and then generating the application+map data. I used to let this
script be executed automatically every week, to always have an updated map
available. It was really convenient!)
Original comment by daniel.m...@gmail.com
on 30 Jun 2010 at 10:10
Original issue reported on code.google.com by
ddascale...@gmail.com
on 26 Jan 2010 at 2:38