I was able to identify all layers using this widget, but "No Results Found" shows up even though attributes display correctly.
Please let me know if I am missing something.
Thank you.
<?xml version="1.0"?>
<configuration>
<identifylayeroption>visible</identifylayeroption>
<identifytolerance>30</identifytolerance>
<defaultzoomscale>5000</defaultzoomscale>
<keepidentifyactive>true</keepidentifyactive>
<returngeometryforzoom>true</returngeometryforzoom>
<enablelineselect>false</enablelineselect>
<enableextentselect>false</enableextentselect>
<enablepolyselect>false</enablepolyselect>
<enablemouseovergraphicsinfo>false</enablemouseovergraphicsinfo>
<enablemouseoverrecordinfo>false</enablemouseoverrecordinfo>
<enablegraphicclickinfo>false</enablegraphicclickinfo>
<usemaptime>false</usemaptime>
<infoautoclosemilliseconds>2000</infoautoclosemilliseconds><!-- 2 seconds -->
<autoactivatedtool>mappoint</autoactivatedtool><!-- possible values are extent or polygon or mappoint or polyline or nothing -->
<excludebasemaps>true</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>
<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>
</labels>
<useproxy>
<!-- Enter the label of the MapService from the main config.xml -->
<!--<proxymapservice label="Imagery" />
<proxymapservice label="Streets" />-->
</useproxy>
<layers onlythese="false">
</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>
Please let me know if I am missing something.
Thank you.
<?xml version="1.0"?>
<configuration>
<identifylayeroption>visible</identifylayeroption>
<identifytolerance>30</identifytolerance>
<defaultzoomscale>5000</defaultzoomscale>
<keepidentifyactive>true</keepidentifyactive>
<returngeometryforzoom>true</returngeometryforzoom>
<enablelineselect>false</enablelineselect>
<enableextentselect>false</enableextentselect>
<enablepolyselect>false</enablepolyselect>
<enablemouseovergraphicsinfo>false</enablemouseovergraphicsinfo>
<enablemouseoverrecordinfo>false</enablemouseoverrecordinfo>
<enablegraphicclickinfo>false</enablegraphicclickinfo>
<usemaptime>false</usemaptime>
<infoautoclosemilliseconds>2000</infoautoclosemilliseconds><!-- 2 seconds -->
<autoactivatedtool>mappoint</autoactivatedtool><!-- possible values are extent or polygon or mappoint or polyline or nothing -->
<excludebasemaps>true</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>
<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>
</labels>
<useproxy>
<!-- Enter the label of the MapService from the main config.xml -->
<!--<proxymapservice label="Imagery" />
<proxymapservice label="Streets" />-->
</useproxy>
<layers onlythese="false">
</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>