-1
votes
0answers
34 views

Get attributes and geometry from a feature and convert it to a graphic in JavaScript

How can I get the attributes of a selected data (wfst) and push it into a grid? Can I convert this selected feature to a graphic? Any idea?
1
vote
0answers
38 views

How to dynamically add all feature layers using ArcGIS JavaScript API?

I have a mapserver http:// mymapserver/services/rest/xxx/mapserver/ which contains 7 layers with /mapserver /1 /through mapserver/7 If a define an ArcGISDynamicMapServiceLayer and 7 ...
0
votes
0answers
56 views

Dojo Gantt Chart doesn’t work properly wqith ArcGIS API 3.3

I am using a Dojo Gantt Chart in ArcGIS javaScript API3.3. and it seems that it does not work properly with the API3.3 popup menu which appears when you hover over the task or project; it pops up too ...
0
votes
0answers
38 views

How to copy feature layer graphics

Is there any way to copy graphics from feature layer? More details: I have a map, where I retrieve some information from sql db and add a chloropleth map based on the values. Before adding them to ...
2
votes
1answer
105 views

onLayerAdd function why dojo.connect?

I am building a map application, calling layers from an arcgis-server using the javascript api. Maybe I am being stubborn, but I am trying to minimize my use of dojo throughout this process. Much ...
0
votes
1answer
170 views

Esri Query Task service does not display

I am trying to make my way through some ArcGIS server Javascript API tutorials. My current issue is that when I try to display an Esri.Map, all I see is the "powered by esri" logo in the bottom right. ...
0
votes
0answers
132 views

Toggle Layers from Multiple Services

I'm trying to adapt my code so that I can create a layer list of all layers in multiple services. I'd like them to be able to be turned on/off. My current code builds a dynamic layer list from one ...
3
votes
2answers
467 views

Does the ArcGIS JavaScript API let me build / package my application using Dojo?

I'm currently getting to grips with the new (3.1) ArcGIS JavaScript API and how it bundles Dojo and relies on Dojo's Asynchronous Module Definition (AMD) approach. I'm familiar with AMD and recently ...