Select to view content in your preferred language

Identify Widget for FlexViewer 2.1

61533
266
09-23-2010 11:34 AM
RobertScheitlin__GISP
MVP Emeritus
All,

   I have been waiting for the Final release of the FlexViewer 2.1 before I started to push out some widgets I have been working on.

Here is my Identify Widget for Flex Viewer 2.1. I have tested to ensure proper functioning with FlexViewer 2.1 and am now releasing it to you since the API Team did not get one into the FlexViewer.

Here is the link:

http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89

More FlexViewer 2.1 widgets to come stay tuned...
Tags (2)
0 Kudos
266 Replies
RobertScheitlin__GISP
MVP Emeritus
Marshall,

   I have no plans for any print functionality in this widget. Printing is one of those dark areas of the FlexViewer right now.
0 Kudos
EmilyLaMunyon
Deactivated User
That was it, it is always something simple. I appreciate your help:D

Emily
0 Kudos
PedroGarcia
Deactivated User
Robert - I'm trying to incorporate the identify the widget into a viewer that also has the GeoPortal Search widget. The geoportal widget allows us to add WMS layers to the map. When I try to do an idnetify on one of the WMS layers that has been added, I get an error "Error:[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032:Stream Error. URL: http://[wmsserverurl]/identify"]

My guess is that wms layers are not supported by the identify widget. Any suggestions?

Thanks,

Barb Patterson


Hi Barb,

I'm interested in incorporating WMS layers in SFV and you says that Geoportal Search widget allows that. Could you (or somebody) send me a link to this widget (I haven't found it in Esri resource center).

Thanks,
  Pedro.
0 Kudos
SturartMarsden
Emerging Contributor
Robert,

I am trying to create a identify attachments widget and failing miserably. Do you have any ideas?

Stuart
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Stuart,

   I am considering attachments for a future release, I just don't have the time to dedicate to it right now.
0 Kudos
JimWelsh
Deactivated User
Using FlexViewer 2.1 and Identify Widget 2.1.6

I have Identify Widget installed and my map contains multiple feature layers.  The Identify Widget works great on the /0 feature layer, but I can't get it to work on any other layers.  My IdentifyWidget.xml file is set to <layers onlythese="true"> and I have listed the /0 layer and one additional feature layer (for the time being.)  I have triple checked to ensure the layer name is spelled correctly in config.xml and IdentifyWidget.xml.  All layers are visible in ArcMap and on the flex page.

Any ideas why I can only get one layer to identify?

Thanks for any help.
0 Kudos
ErwanCaradec
Emerging Contributor
Hi Robert,
i still have problems with multiple results when i use the identify tool on group layers and layer. If i uncheck the layer's checkbox and then re-check it, it works perfectly, the identify tool returns only one entry.

Runing it in debug mode,
identifyWideg.mxml at line 293, i saw that dynamicLayer.visibleLayers.source contains group layer's id at the initialization and not after having uncheck/check the layer's check box, how to correct this ?

Second minor problem :
around line 423 if the same field is used for Linkfield and Fieldicon the linkicon variable is not set.
this line :
linkicon = identLinkIconPre + value + identLinkIconSuffix;

should be put in a separate if test instead of an esleif test.
Regards.
Erwan
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jim,

   Can you post your IdentifyWidget.xml?
0 Kudos
JimWelsh
Deactivated User
In the interest of troubleshooting I have tried to keep the number of entries down, so there are only two in there now.  The top entry works.

Thanks for looking into this.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Jim,

   The first thing I would do is either rename your layer or try another layer for this testing the "Aggravated Assault / Battery" forward slash is likely going to cause an issue in the code.
0 Kudos