Select to view content in your preferred language

Identify widget 3.1

744
1
01-14-2013 11:28 AM
JoshWhite
Honored Contributor
I'm having an odd issue with the identify widget in 3.1.  In my first two upgrades, this widget performs as expected.  With the third nothing happens when I click on something as if it is not recognizing the layers as being present in the map.  For the name I am taking it directly from the Services directory and for the field names I am using the aliases in the the services directory. Below is my widget config file.  I'm not returning any errors and the main config file references IdentifyWidget_1 which is  what is below. 
<?xml version="1.0" ?>
<configuration>
    <betareturngeometryfix>false</betareturngeometryfix>
    <identifylayeroption>visible</identifylayeroption>
    <identifytolerance>5</identifytolerance>
    <defaultzoomscale>5000</defaultzoomscale>
    <keepidentifyactive>true</keepidentifyactive>
    <returngeometryforzoom>false</returngeometryforzoom>
    <enablelineselect>true</enablelineselect>
    <enableextentselect>true</enableextentselect>
    <enablepolyselect>true</enablepolyselect>
    <enablemouseovergraphicsinfo>true</enablemouseovergraphicsinfo>
    <enablemouseoverrecordinfo>true</enablemouseoverrecordinfo>
    <usemaptime>false</usemaptime>
    <infoautoclosemilliseconds>2000</infoautoclosemilliseconds>
    <autoactivatedtool>mappoint</autoactivatedtool>
    <excludebasemaps>true</excludebasemaps>
    <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>
        <clearlabel>Clear</clearlabel>
        <loadinglabel>Loading...</loadinglabel>
    </labels>
    <layers onlythese="true">
        <layer>
            <name>Spaces</name>
            <fields>
                <field name="SpaceID"/>
                <field name="LASTNAME" alias="Last Name"/>
                <field name="FIRSTNAME" alias="First Name"/>
                <field name="M" alias="Middle Initial"/>
                <field name="BIRTHDATE" alias="Date of Birth" dateformat="MM/DD/YYYY"/>
    <field name="DEATHDATE" alias="Date of Death" dateformat="MM/DD/YYYY"/>
    <field name="Notes"/>
    
            </fields>
            <zoomscale>100</zoomscale>
            <forcescale>true</forcescale>
        </layer>
  
  </layers>
    <symbols>
        <simplefillsymbol color="0x448ccb" alpha="0.4" style="solid">
            <outline color="0x448ccb" alpha="0.8" width="2"/>
        </simplefillsymbol>
        <simplemarkersymbol style="circle" size="12" color="0x448ccb" alpha="0.8" xoffset="0" yoffset="0" angle="0">
            <outline style="solid" color="0xffffff" alpha="0.8" width="1"/>
        </simplemarkersymbol>
        <picturemarkersymbol url="assets/images/i_info.png" height="30" width="30" xoffset="0" yoffset="0"/>
        <simplelinesymbol color="0x448ccb" alpha="0.8" width="2"/>
    </symbols>
</configuration>
Josh White, AICP
Principal Planner

City of Arkansas City
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
Josh,

   Try commenting out most of the fields maybe only the "FIRSTNAME" and "LASTNAME" and see what happens.
0 Kudos