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

Display Shape_Length, Shape_Area fields in Query/Search widget results if defined by user #173

Closed jcfranco closed 11 years ago

jcfranco commented 11 years ago

Allow users to display _ShapeLength, _ShapeArea fields in the results if they specify these in the Query/Search widget config:

<fields all="true|false">
    <field name="A_Field"/>
    <field name="Another_Field"/>
    <field name="Shape_Length"/>
    <field name="Shape_Area"/>
</fields>