Select to view content in your preferred language

Identify widget 3.1 not returning layers

2054
10
01-23-2013 08:29 AM
by Anonymous User
Not applicable
I am new to flexviewer and am having trouble with the identify widget 3.1.  I have tried editing the layers and have gotten the widget to return results for two layers but not any others.  Below is a snippet of the coding.  Pinniped_Rookeries info is returned but with the other layers the tool doesn???t seem to recognize anything-there are no results returned, no message of ???No Results Found,??? nothing.  The identifylayeroption is set to visible.  Any help is greatly appreciated.
Charleen
  <layer>
            <name>Pinniped_Rookeries (ID: 2)</name>
            <fields>
                <field name="Sp_Com_Nam" alias="Common Name" popuponly="true"/>
                <field name="Location" popuponly="true"/>
            </fields>
            <links/>
            <zoomscale>15000</zoomscale>
            <forcescale>true</forcescale>
        </layer>
        <layer>
            <name>Pinnipeds NMFS 2007 (ID: 3)</name>
            <fields>
                <field name="Com_Name" popuponly="true"/>
                <field name="Location" popuponly="true"/>
            </fields>
            <links/>
            <zoomscale>15000</zoomscale>
            <forcescale>true</forcescale>
        </layer>
        <layer>
            <name>Land Ownership (ID: 5)</name>
            <fields>
                <field name="GOVT_LEVEL" alias="Gov. Level" popuponly="true"/>
                <field name="AGENCY" alias="Agency" popuponly="true"/>
                <field name="NAME" alias="Name" popuponly="true"/>
            </fields>
            <links/>
            <zoomscale>15000</zoomscale>
            <forcescale>true</forcescale>
        </layer>
Tags (2)
0 Kudos
10 Replies
by Anonymous User
Not applicable
Hi and thank you again,

I have removed the popuponly="true" from the layer not returnign records (Pinnipeds NMFS 2007).  It now is giving me the spinning clock which is a step forward.  The clock will display for maybe 1 second and then disappear but without records displaying.  The other layer (Rookeries) continues to function well with the Identify widget. 

Charleen
0 Kudos