[GIS] Mobile offline mapping and editing of shapefiles

androidiphonejavascriptmobilesoftware-recommendations

I've got a client that wants to create a mobile app that can view and edit shapefiles stored locally on the device to enable it to work offline. There is a possibility of converting the shapefiles to KML or other format if needed.

It would need to work on Android, iOS and Blackberry so a HTML5/Phonegap solution is preferred.

Does anyone have any recommendations?

Best Answer

I would try to use a Mobile Web Service such as iJetty: http://code.google.com/p/i-jetty/

and deploy a webGIS application such as CartoWEB or similar.

Related Question