Esri / arcgis-viewer-flex

Source code for ArcGIS Viewer for Flex - a great application framework for web applications.
http://links.esri.com/flexviewer
Apache License 2.0
134 stars 151 forks source link

Black color not parsed correctly #187

Closed jcfranco closed 11 years ago

jcfranco commented 11 years ago

The symbol parsing logic in GeoRSS, Query, Search, and GeocoderComponent is coercing black (0x000000) to false and therefore falls back to the widget's default symbol color.

Example: var smsColor = configXML.symbols.simplefillsymbol.outline.@color || 0xFF0000;