Dojo Toolkit is an open source modular JavaScript library (or more specifically JavaScript toolkit) designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites.
12
votes
4answers
2k views
Which framework is best to implement an application robustly, using ArcGIS Server JS API?
Over on the Esri forum, user Matt Moyles suggested that the approach used in the Esri JS samples isn't suitable for robust development of a web mapping application using HTML, JavaScript and CSS:
...
0
votes
1answer
411 views
OpenLayers controls keyboard shortcuts
I'd like to hook up keyboard shortcuts to my map controls e.g. holding down 'z' will activate the zoombox tool etc. I can't seen anything relevent in the API for doing this. Is it easily done? My ...
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
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 ...
