Tagged Questions
1
vote
0answers
43 views
Interpreting Firebug results on ESRI Javascript feature layers in the NET tab
This was cross-posted to the ESRI Javascript API forum yesterday.
I need help in interpreting what I am seeing and wondering why I'm seeing duplicate features.
I'm using this example: ...
1
vote
1answer
321 views
Overlaping graphics not visible in featureLayer
I have constructed featureCollection from Json and feature collection has 44 features. I have given this feature collection as input to the Featurelayer which is showing only 32 graphics objects of ...
14
votes
5answers
4k views
What's the difference between feature class and feature layer?
This may be very trivial question. To me they seems very similar in concept. What's the difference between feature class and feature layer?
0
votes
1answer
549 views
Creating an AttributeInspector via JavaScript API v2.7
I'm trying to display an AttributeInspector when I click on an object from a layer. I'm following this sample, but I cannot get it to work.
Here is my sample code:
dojo.require("esri.map");
...
