Tagged Questions
1
vote
1answer
61 views
What ArcGIS Online feature layer can I use to display European states with unique country codes?
I'm writing a web page to display ECB statistics on an ArcGIS JavaScript API-based web map.
I'm a bit lost when selecting a feature layer so that I can use the UniqueValueRenderer to make the states ...
1
vote
1answer
176 views
Unable to see the featureLayer but it is present on the map
I have created a featureLayer from featureCollection and I am able to add it to the map and when I execute, map.graphicsLayerIds, it also returns the id of the featureLayer, ["resultLayer"]. But I am ...
1
vote
1answer
404 views
Adding layers using ArcGISDynamicMapServiceLayer
I am right now adding individual layers using FeatureLayer but it takes quite some time to load as the map is for US Counties (3076 count). I tried to load it using ArcGISDynamicMapServiceLayer but I ...