Tagged Questions
0
votes
0answers
67 views
ESRI JS API PopupMobile - view attribute page directly
I am using the ESRI Javascript API to write a mobile web application. I have used the PopupMobile widget for viewing/editing attributes. This widget creates a popup on the map when a feature(s) is ...
1
vote
0answers
93 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 ...
1
vote
1answer
163 views
Show Fields in infowindow from my custom layer
I want to display 2 fields from the POIData layer. What i get now is ${ToegangsNr} ${Baanvak} in text. Does anyone know how to do this in an DynamicMapServiceLayer.
Thanks in advance
POIData = new ...
2
votes
0answers
179 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 ...