Travis, What geometry type is the Cadastre map service layer? For testing can you add another field to your fields element, like LEGAL_AREA,SOME_OTHER_FIELD? This issue is strange and I have not run up against it before.
<layer label="Roads" type="dynamic" visible="true" url="http://zzzzzzz/ArcGISServer/rest/services/6126370_Private/Roads_IrisNetworkArc_MRWA_MGA50_201008/MapServer"/> <widget label="Identify" left="330" top="80" icon="assets/images/i_info.png" config="widgets/Identify/IdentifyWidget.xml" url="widgets/Identify/IdentifyWidget.swf"/>
<configuration> <identifylayeroption>visible</identifylayeroption> <identifytolerance>5</identifytolerance> <defaultzoomscale>5000</defaultzoomscale> <keepidentifyactive>true</keepidentifyactive> <labels> <zoom2message>Click to Zoom to Point</zoom2message> <identifylabel>Identify</identifylabel> <resultslabel>Results</resultslabel> <descriptionlabel>Use the identify tool to identify features on the map:</descriptionlabel> <pointlabel>Identify</pointlabel> <clearlabel>Clear</clearlabel> <loadinglabel>Loading...</loadinglabel> <selectionlabel>Features Identified:</selectionlabel> </labels> <layers onlythese="true"> <layer> <name>Roads</name> <fields>ROAD_NAME</fields> <linkfield></linkfield> <linkprefix></linkprefix> <linksuffix></linksuffix> <iconfield></iconfield> <iconprefix></iconprefix> <iconsuffix></iconsuffix> <zoomscale>5000</zoomscale> <forcescale>true</forcescale> </layer> </layers> <info>widgets/InfoTemplates/InfoPopupWidget.swf</info> </configuration>
<layer> <name>Zoning</name> <fields>ZONING_NAME, ZONING_TYPE</fields> <linkfield></linkfield> <linkprefix></linkprefix> <linksuffix></linksuffix> <iconfield></iconfield> <iconprefix></iconprefix> <iconsuffix></iconsuffix> <zoomscale>15000</zoomscale> <forcescale>true</forcescale> </layer>
Small problem, the widget is only returnsing results for the first field I list. It will label and make a spot for the fields that I specify, but there is no data there, just data for the first field.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.