Re: [OSGeo-Discuss] Android vector renderer

2011-05-03 Thread Johannes Bolz
Hi Mathieu, Yes, I did look into MapsForge. The problem is, only a small subset of osm features is converted into the binary .map format, which is bad for customized osm. And I also don't know about feature access. But otherwise it sounds pretty cool, the complete Berlin area in ~14 MB!

Re: [OSGeo-Discuss] Android vector renderer

2011-05-02 Thread Johannes Bolz
Thanks a lot for your suggestions, everyone! Andreas, your idea using OpenLayers does sound interesting, especially since we're probably going to use .osm or a very similar format. I haven't heard about PhoneGap before. This is definitely worth a try. Kind regards, Johannes -- Johannes Bolz

Re: [OSGeo-Discuss] Android vector renderer

2011-05-02 Thread Mathieu Baudier
I am looking for a vector rendering library for the Android OS that should be able to: You may be interested in mapsforge (library under GPL): http://code.google.com/p/mapsforge/ I have just started looking at it, but it looks promising with regard to offline vector rendering.

Re: [OSGeo-Discuss] Android vector renderer

2011-04-29 Thread Andreas Hocevar
Hi, why not use OpenLayers then? It works on Android, can read vector data files, gives programmatic access to the features and geometries, and supports the creation of vector features. And if wrapped in PhoneGap or Titanium, it will also give you write access to the file system. Andreas. On

Re: [OSGeo-Discuss] Android vector renderer

2011-04-29 Thread Mohammed Rashad
OpenLayers cannot render shapefile directly but using mapserver it can we use gdal which can render more format than OpenLayers changing shapefile viewer to Vector viewer for android is a change of single line in code :) see http://www.gdal.org/ogr/ogr_formats.html Reason2: we need a shapefile

Re: [OSGeo-Discuss] Android vector renderer

2011-04-22 Thread Noli Sicad
Spatialite (Sqlite3 Spatial) Android - offline vector database https://github.com/mrenouf/android-spatialite Mapbox Tiles (MBTiles) Sqlite3 - offline Tiles 1. MBTilesOsmdroidExample Simple example loading MBTiles format using Osmdroid library 2. MBTilesDroidSpitter Android librairy for

Re: [OSGeo-Discuss] Android vector renderer

2011-04-22 Thread Mohammed Rashad
yes On Fri, Apr 22, 2011 at 1:57 PM, Johannes Bolz johannes-b...@gmx.netwrote: Hi Mohammed, Sounds good. But is the Android version an offline app? Kind regards, Johannes Am 22.04.2011 07:19, schrieb Mohammed Rashad: we have an online shapefile viewer which works on android.

[OSGeo-Discuss] Android vector renderer

2011-04-21 Thread Johannes Bolz
Hi everyone, I am looking for a vector rendering library for the Android OS that should be able to: - render vector data from a file (preferrably .osm) - give programmatical access to the file's features and shapes - support overlays for vector creation (similar to OpenLayers) The

Re: [OSGeo-Discuss] Android vector renderer

2011-04-21 Thread Mohammed Rashad
we have an online shapefile viewer which works on android. lsi.iiit.ac.in/lsi/shpviewer the android version of the shapefile viewer now works only with our demo data. but it can be extended to view any OGR supported vector If need I will mail you the android application with demo data On Fri,