Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenLayers in Android

Has anyone tried before using OpenLayers in Android ? How did that go ? Was it accessed through the browser at a certain address or embedded in a local stand alone android application using WebViews ? , or other approach.

If any references related to this subject come to your mind please add them here.

Thanks

like image 953
klaus johan Avatar asked Apr 28 '11 18:04

klaus johan


2 Answers

Small update on the topic - currently released version of OL supports mobile devices.

like image 149
biphobe Avatar answered Oct 20 '22 00:10

biphobe


Current version of OpenLayers(2.10) doesn't support mobile browsers. New version(2.11) is very close to release though and you can enable support for mobile devices if you include the development version of OpenLayers from trunk. It definitely works if you access it as usual webpage and should work if it's embedded in WebViews.

You can try it out yourself here: http://openlayers.org/en/latest/examples/

Just type 'mobile' in search field and you'll get couple of example where you can see how mobile navigation, editing, etc. works on Android and iOS.

like image 32
igorti Avatar answered Oct 19 '22 23:10

igorti