Joshua, The link in the search results for Flexviewer 2.0 does not exist anymore (don't raelly know why they omitted it). And the shape_area and shape_Length has been a bug/feature since SFV 1.0. In the SearchWidget.mxml line 415 replace the existing line with this to fix it.if (fld.toUpperCase() != queryTitleField.toUpperCase() &&(fld.toUpperCase() != "SHAPE_LENGTH") && (fld.toUpperCase() != "SHAPE_AREA"))
if (fld.toUpperCase() != queryTitleField.toUpperCase() &&(fld.toUpperCase() != "SHAPE_LENGTH") && (fld.toUpperCase() != "SHAPE_AREA"))
The link in the search results for Flexviewer 2.0 does not exist anymore (don't raelly know why they omitted it).
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.