Select to view content in your preferred language

Bug in featureCollection based Feature Layers

1124
0
12-09-2013 09:02 AM
danbonab
Emerging Contributor
I'm trying to create a client-side (featureCollection based) feature layer from a CSV file similar to example here:
http://help.arcgis.com/EN/webapi/javascript/arcgis/samples/exp_dragdrop/

When the feature layer is created if you look at the renderer's symbol you'll see that the properties "url" and "imageData" swapped their values!

You could repro this by putting a break point on this line:
featureLayer.__popupInfo = popupInfo // A semicolon is missing here btw - not a good JS practice:)
and examine the symbol of the renderer.

Hope this gets fixed for the next version.

Cheers
0 Kudos
0 Replies