Tagged Questions
1
vote
1answer
73 views
How to Hide InfoWindow/Popup when “no information available” or when buffering?
I have an app that does some buffering, only problem is when I click on the map to put in the point/line/polygon vertices to do the buffer, I get popups at every mouseclick. It doesn't interrupt the ...
5
votes
2answers
216 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 ...
1
vote
1answer
365 views
Popup from multiple services
I am trying to have one infowindow/popup show from multiple services. I have successfully added the second service to my code, however, only 1 result will display.
Ex. if I am at full scale, only ...
1
vote
1answer
195 views
open current selection's tab in tabbed infoWindow container: ArcGIS Javascript API
I am updating a webApp using ArcGIS Javscript API 2.1
I have an infoWindow with tabs which shows all of the features in my map. I built it based on this example:
...
1
vote
1answer
315 views
JS API Toggle Pop-Up On & Off
I am attempting to allow for the pop-up to be toggled on and off by pressing a checkbox. Here are some snippets of the code:
var clickHandler
function popupOn(evt){
var query = new ...