Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Offline Map Drag

Hello, I´m doing a offline map aplication with OpenLayers. The map is inside a webview. The problem is that I can´t drag an move the map. I´m testing the app in the adroid emulator.

Thank you.

— asked November 23rd 2010 by Francisco López
  • android
  • drag
  • map
  • offline
  • openlayers
0 Comments

3 Answers

  • Hi

    How did you do offline map using openlayers.Could you pls share some codes,if its ok for you

    Thanks

    — answered February 1st 2011 by Virus Infotech
    permalink
    0 Comments
  • I am very interested how do you an offline app using Openlayers. Any hint how do you manage to get rid of the server side. I hoping to do the same in Ipad apps. What are the components needed to do off-line mapping apps?

    Hope to hear from you.

    Thanks.

    — answered March 17th 2011 by Noli Sicad
    permalink
    0 Comments
  • You have to add touch control:

    map.addControl(new OpenLayers.Control.TouchNavigation({
                dragPanOptions : {
                    enableKinetic : true
                }
            }))
    

    Hope it helps

    — answered February 26th 2012 by Mosè Raguzzini
    permalink
    1 Comment
    • Could you explain how to use OpenLayers object in mapview? A simple exam . I don't know how to use it

      — commented May 22nd 2012 by Thu Trang Nguyen Thi
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.