Select to view content in your preferred language

Identify Widget version 3.3 for FlexViewer 3.3

3119
3
Jump to solution
07-10-2013 12:10 PM
KeisukeNozaki
Frequent Contributor
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>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
Keisuke,

   There is one or more layers in your map (that you may or may not be aware of) that did not return a result for. You would be able to verify this by watching the http traffic using a uitlity like fiddler.

View solution in original post

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus
Keisuke,

   There is one or more layers in your map (that you may or may not be aware of) that did not return a result for. You would be able to verify this by watching the http traffic using a uitlity like fiddler.
0 Kudos
RokCiglic
Deactivated User
Hi!

I have a major problem with the identify widget. I have copied Identify folder to widgets and I also put a line to config.xml that looks like this: <widget url="widgets/Identify/IdentifyWidget.swf" config="widgets/Identify/IdentifyWidget.xml" label="Identify" icon="assets/images/i_info.png"/>
I don't know why it doesn't work. I am using flex 3.3 and identity widget 3.3. I read pdf file but cannot find a solution.
I have more or less just raster layers.

The widget worked fine at the beginning, but now it doesnt. I repleaced the whole identify folder but still it won't work.

Also when openin Application builder (in widget section) I cannot edit the widget. I says: "Could not find Identify module for Identify widget".

Do you have any advice?
Thanks
Rok
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Rok,

   You are not installing the widget correctly for Application Builder... There is a difference between the compiled viewer (which is the instructions you followed) and the instruction for the Application Builder:

http://resources.arcgis.com/en/help/flex-viewer/concepts/01m3/01m30000004m000000.htm

Also try not to hijack someones thread. Start your own when you have a question that is unrelated to the original.
0 Kudos