Tagged Questions
1
vote
1answer
73 views
display WMS layer from geoserver in mobile app with openlayers mobile
i try to display WMS layer from geoserver with openLayers Mobile,and its working great in the navigator (chrome) but its not appeering in the simulator device (android)...
& with another WMS ...
3
votes
1answer
40 views
Can i do everything with openlayers mobile like openlayers api?
Where can I download openlayers mobile api?
Can i do everything with openlayers mobile like openlayers api?
Thank you very much
5
votes
1answer
114 views
Possible ways to display maps offline, inside mobile hybrid app
I want to develop a mobile hybrid application to run on both Android & iPhone devices in which i want to display my own map data. I have the SHP files with the data i need. I have Geoserver and ...
1
vote
0answers
57 views
OpenLayers GetFeature Control Mobile
I have a map that is using OpenLayers and GeoServer. I have a base layer and a WMS layer with many features. I was using OpenLayers.Control.Click to get the coordinates from the map and show a popup ...
1
vote
0answers
90 views
Get info from WMS layer with Openlayers mobile
I am trying to build a webapp for iPad using OpenLayers Mobile. One of the features it should have is that you can tap on a tree displayed on a basemap and get info about this tree. These trees are ...
0
votes
0answers
112 views
Port an OpenLayers application to mobile devices
After making a duration/cost estimation, I'm about to start to start developing a desktop application using OpenLayers. I've never had experience on it before, but have the support of some coworkers ...
0
votes
0answers
183 views
Openlayers on Android and chrome browser - white lines when using viewport meta tag
When rendering TMS tiles, sometimes there is a white line that shows up between tiles. Not between all tiles, just some, and only sometimes. Pan around and it disappears and reappears again.
...
2
votes
0answers
176 views
How To Do OpenLayers.Mobile Popup
It seems that the OpenLayers.mobile.js library (v 2.12) doesn't have a popup class. Does anyone know how to do a popup with the mobile version?
I'm using some code that i ported over form normal OL ...
1
vote
0answers
178 views
Openlayers WMS layer not diplaying in IE windows mobile 6 emulator
I am new to openlayers. I tried this example. I have published world shapefile to tiger workspace as 'country' layer to geoserver and want to access with WMS. The world map is getting displayed in IE ...
4
votes
1answer
1k views
OpenLayers on iPhone with navigation: marker-click event won't work
I'm making a map with openlayers. For the navigation on the iPhone I added OpenLayers.Control.Navigation(), so zoom and pan work fine.
On the desktop, i can click a marker and a popup appears.
But on ...
1
vote
1answer
515 views
Touch 'tap' event not available on openlayers 2.11 map (update: click works fine)
According to Will mousedown events fire with Touch events on OpenLayers mobile?, openlayers 2.11 supports click-like behaviour for vector layers only.
Separate from that, regular ...
4
votes
2answers
1k views
How to get “Pinching” in Openlayers working on Android?
If you go to THIS OpenLayers Mobile example on android you'll notice that "pinching" for zooming does not work. But it works for iPhone and iPad.
Anyone know how i can get "pinching" to work on ...
3
votes
2answers
2k views
Will mousedown events fire with Touch events on OpenLayers mobile?
I can't get the mousedown event to fire on a mobile device when I click on a marker. I'm using openlayers 2.11 with TouchNavigation. The mousedown event fires just fine in Chrome on my Desktop. Are ...
5
votes
3answers
3k views
OpenLayers on mobile device: possible to use local map tiles?
Is that possible for an OpenLayers app (running on mobile device) to load the map tiles that are deployed in the device, if the app is able to access these files (e.g., using PhoneGap)?
from this ...
5
votes
1answer
598 views
OpenLayers for Android: why does a popup panel show up twice?
I use Moto Xoom (Android V3.0 touch pad) browse the example "OpenLayers with Sencha Touch", when I click button "LayerList", the associated popup panel doesn't show up smoothly. it will show once, ...