Identify Widget 3.7 Configuration

4927
12
12-18-2014 06:29 PM
RamakrishnaBillakanti
Occasional Contributor

Hi Robert, I'm configuring a very simple service displaying the information using the Flex Viewer 3.7 and the identify widget created by you for 3.7 version. I've set up the Identify widget but when I'm trying to access its results and select some features it is not returning anything. I think I'm missing something while configuration. Can you please help me get this resolved. Thanks a lot in advance.

Tags (1)
0 Kudos
12 Replies
RamakrishnaBillakanti
Occasional Contributor

Yes, I tried with other services as well. It doesn't work.

0 Kudos
MohammedKhamis
New Contributor II

Dear Robert ,

I have the same problem  .

I using the Flex Viewer 3.7 and the identify widget created by you for 3.7 version. I've set up the Identify widget but when I'm trying to access its results and select some features it is not returning anything.

There is any new for this post . Thanks for helping

0 Kudos
MohammedKhamis
New Contributor II

Dear All ,

what is problem of this XML file , it is the same problem in this post ..
please I need help to check XML configuration ..

<?xml version="1.0" ?>

<configuration>

    <identifylayeroption>visible</identifylayeroption>

    <identifytolerance>5</identifytolerance>

    <defaultzoomscale>5000</defaultzoomscale>

    <keepidentifyactive>true</keepidentifyactive>

    <returngeometryforzoom>true</returngeometryforzoom>

    <enablelineselect>true</enablelineselect>

    <enableextentselect>true</enableextentselect>

    <enablepolyselect>true</enablepolyselect>

    <enablecircleselect>true</enablecircleselect>

    <enableellipseselect>true</enableellipseselect>

    <enablemouseovergraphicsinfo>false</enablemouseovergraphicsinfo>

    <enablemouseoverrecordinfo>true</enablemouseoverrecordinfo>

    <enablegraphicclickinfo>true</enablegraphicclickinfo>

    <usemaptime>false</usemaptime>

    <infoautoclosemilliseconds>2000</infoautoclosemilliseconds>

    <autoactivatedtool>mappoint</autoactivatedtool>

    <excludebasemaps>false</excludebasemaps>

    <disablepopuplinks>false</disablepopuplinks>

    <disablelayerdropdown>false</disablelayerdropdown>

    <disablealllayerschoice>false</disablealllayerschoice>

    <replacenullswithemptystring>true</replacenullswithemptystring>

    <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 by Point</pointlabel>

        <linelabel>Identify by Polyline</linelabel>

        <rectlabel>Identify by Rectangle</rectlabel>

        <polylabel>Identify by Polygon</polylabel>

        <circlelabel>Identify by Circle</circlelabel>

        <ellipselabel>Identify by Ellipse</ellipselabel>

        <clearlabel>Clear</clearlabel>

        <loadinglabel>Loading...</loadinglabel>

        <removeresultmessage>Remove Result</removeresultmessage>

        <idfrom>Identify From</idfrom>

        <noresultsfoundlabel>No Results Found</noresultsfoundlabel>

        <resultsfoundlabel>Results Found</resultsfoundlabel>

        <alllayers>All Layers</alllayers>

        <layersremaining>layers remaining:</layersremaining>

        <copylabel>Copy results to clipboard</copylabel>

    </labels>

    <layers onlythese="true">

        <layer>

            <name>Roads</name>

            <id>1</id>

            <url>http://10.14.195.34:6080/arcgis/rest/services/General/General/MapServer</url>

            <fields>

                <field name="Name" alias="Name"/>

                <field name="Shape.STLength()" alias="Perimeter" numberformat="1||."/>

            </fields>

            <links/>

            <zoomscale>2000</zoomscale>

            <forcescale>false</forcescale>

        </layer>

        <excludelayer name="Condos"/>

    </layers>

    <symbols>

        <simplefillsymbol color="0x448ccb" alpha="0.4" style="solid">

            <outline color="0x448ccb" alpha="0.8" width="2" style="solid"/>

        </simplefillsymbol>

        <simplemarkersymbol color="0x448ccb" alpha="0.8" style="circle" angle="0" size="12">

            <outline color="0xffffff" alpha="0.8" width="1" style="solid"/>

        </simplemarkersymbol>

        <simplelinesymbol color="0x448ccb" alpha="0.8" width="2" style="solid"/>

        <picturemarkersymbol url="assets/images/i_info.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/>

    </symbols>

</configuration>

many thanks

0 Kudos