Tagged Questions
2
votes
2answers
361 views
ESRI Javascript API: How to hide infoWindow while using measure tool?
In my Javascript API Web application I'm using the infoWindow to query a parcel layer and display display information in a popup when I click the parcel. I've set this functionality to turn on and off ...
5
votes
2answers
213 views
Moveable ESRI / ArcGIS Identify Popup Window (Dojo)
I'm trying to get a popup window that identifies a location to be moveable. My code is similar to the API example:
var popupOptions = {
fillSymbol: new ...
2
votes
2answers
531 views
Turn Popups On/Off in ArcGIS Online Webmap via Javascript API Web Application
I am writing my first ArcGIS Javascript API web map application and consuming a web map authored in ArcGIS Online. The ArcGIS Online web map apparently does most of the work for me in terms of ...
2
votes
1answer
52 views
Change text color of PopupMobile
I am facing the problem that with some mobile Browsers like DolphinHD and Android Browser
that the browser makes the text color white, and the background is also white.
So i want to change the ...
3
votes
1answer
120 views
Javascript and esri.dijit.PopupMobile
I currently have a wonderful mobile version of our site up in which it uses PopupMobile to display the requested info. I also map a button on the map that allows the user to do a random function.
...
0
votes
1answer
128 views
GeoExt2 - Popup Bug?
I'm using GeoExt2 (alpha) + Extjs 4.1 now to implement a map application. The thing is sometimes when I select a feature on the map, two popups are displayed. one at the bottom of the screen which has ...
1
vote
1answer
162 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 ...
1
vote
1answer
1k views
How to open popup on mouseover in Leaflet? [duplicate]
Possible Duplicate:
How to show a popup on mouse-over, not on click?
I'm working with Leaflet library. I defined L.layerGroup and add some markers to the group. Can somebody help me with ...
0
votes
1answer
181 views
PopUps for all the Feature layers
I am trying to create GeoExt action button to fetch the feature info from all the layers. I am still getting the info for my point features but I am getting nothing for the usa:states, that appears in ...
2
votes
1answer
295 views
Connect JSON to GeoExt Application
I am returning a JSON to a GeoExt app and this is the code that is collecting the return,
var control = new OpenLayers.Control.Click({
trigger: function(evt) {
...
1
vote
1answer
1k views
Click to Hover for WMSGetFeatureInfo
I am using the following code and wanted to know how I can change it from click event to hover or mousemove event. I know there is a eventListner but I am unable to locate the click event where I must ...
2
votes
1answer
722 views
How to Edit Popup using Openlayers Text Layer?
I am creating a map with about 1000+ points using Openlayers. Currently when I click on one point's icon, the description for the point shows up in a popup, and to exit the popup I need to click on ...
4
votes
0answers
260 views
Why do ArcGIS Desktop 10 HTML popups give JavaScript/HTML Error?
Using ArcMap 10 Desktop HTML Popups.
The issue I am having is that the html < select > elements aren't working - you can select it and use the arrow keys to navigate through(up/down) the list but ...
