Quantcast
Channel: Forums - ArcGIS Viewer for Flex
Viewing all articles
Browse latest Browse all 2097

Identify Widget not returning some fields

$
0
0
Hi all,

I am using the "out of the box" identify widget with a v2.5 flex app that I am building. It works excellently on a number of layers, but on one layer it is not returning two key fields. Though it does return other fields from the same layer. I have checked and double-checked the field names, aliases, etc. and can't find the problem. I was hoping someone here could identify the problem.

The fields which aren't being returned are the "PROP_ADDRS" and "OWNER" fields.
The only connection I can possibly see is that the Search Widget also uses these fields. But I wouldn't expect that to impact this other widget.


I've attached a screenshot of my REST endpoint.


And here is my code (I've removed the lines specific to other layers, all of which are working fine):

<?xml version="1.0" ?>
<configuration>
<betareturngeometryfix>false</betareturngeometryfix>
<identifylayeroption>visible</identifylayeroption>
<identifytolerance>5</identifytolerance>
<defaultzoomscale>5000</defaultzoomscale>
<keepidentifyactive>true</keepidentifyactive>
<returngeometryforzoom>true</returngeometryforzoom>
<enablelineselect>false</enablelineselect>
<enableextentselect>false</enableextentselect>
<enablepolyselect>true</enablepolyselect>
<enablemouseovergraphicsinfo>true</enablemouseovergraphicsinfo>
<enablemouseoverrecordinfo>true</enablemouseoverrecordinfo>
<usemaptime>false</usemaptime>
<infoautoclosemilliseconds>10000</infoautoclosemilliseconds>
<autoactivatedtool>mappoint</autoactivatedtool>
<excludebasemaps>true</excludebasemaps>
<labels>
<zoom2message>Click to Zoom</zoom2message>
<identifylabel>Identify</identifylabel>
<resultslabel>Results</resultslabel>
<descriptionlabel>Select a geometry to use to identify features</descriptionlabel>
<pointlabel>Identify by Point</pointlabel>
<linelabel></linelabel>
<rectlabel></rectlabel>
<polylabel>Identify by Polygon</polylabel>
<clearlabel>Clear</clearlabel>
<loadinglabel>Loading...</loadinglabel>
</labels>
<useproxy></useproxy>
<layers onlythese="true">

<layers>
<layer>
<name>LotLines</name>
<fields>
<field name="gisdata.GISADMIN.PARCELDATA.PROP_ADDRS" alias="Property Address" />
<field name="gisdata.GISADMIN.PARCELDATA.OWNER" alias="Owner" />
<field name="gisdata.GISADMIN.PARCELDATA.OWN_ADD1" alias="Owner Address1" popuponly="true" />
<field name="gisdata.GISADMIN.PARCELDATA.OWN_ADD2" alias="Owner Address2" popuponly="true" />
<field name="gisdata.GISADMIN.PARCELDATA.OWN_ADD3" alias="Owner City" popuponly="true" />
<field name="gisdata.GISADMIN.PARCELDATA.OWN_ADD4" alias="Owner State" popuponly="true" />
<field name="gisdata.GISADMIN.PARCELDATA.OWN_ADD5" alias="Owner Zip" popuponly="true" />
</fields>
<links></links>
<zoomscale>1200</zoomscale>
<forcescale>true</forcescale>
</layer>

</layers>

<symbols>
<simplefillsymbol color="0x00FFFF" alpha="0.3" style="solid">
<outline color="0x00FFDD" alpha="1.0" width="2"/>
</simplefillsymbol>
<simplemarkersymbol style="Triangle" size="12" color="0x00FFDD" alpha="1.0" xoffset="0" yoffset="0" angle="0">
<outline style="solid" color="0xffffff" alpha="1.0" width="1"/>
</simplemarkersymbol>
<simplelinesymbol color="0x00FFDD" alpha="1.0" width="3"/>
</symbols>
</configuration>
Attached Thumbnails
Click image for larger version

Name:	Rest Screenshot.jpg‎
Views:	N/A
Size:	121.2 KB
ID:	31417  

Viewing all articles
Browse latest Browse all 2097

Trending Articles