Select to view content in your preferred language

Identify widget wont show hyperlink

3954
40
06-09-2010 01:37 PM
ShawnKraft
Occasional Contributor
I have a virtual directory set up to where my plats are.  They are in .tif format but I do have one in .pdf format to use to test this widget.  

                                <descriptionlabel>Use the identify tool to identify features on the map:</descriptionlabel>
  <pointlabel>Identify</pointlabel>
  <clearlabel>Clear</clearlabel>
  <loadinglabel>Loading...</loadinglabel>
  <selectionlabel>Features Identified:</selectionlabel>
</labels>
<layers>
  <layer>
   <name>Lot</name>
   <linkfield>PLATLINK</linkfield>
  </layer>
  <layer>
   <name></name>
   <linkfield></linkfield>
  </layer>
</layers>
</configuration>

Not sure why this isn't working.  I modified the identifywidget.xml, do I need to modify anything else to get this to work? Might be easier to just explain what to do and I will do it per the instructions and see if I missed anything.
Tags (2)
0 Kudos
40 Replies
RobertScheitlin__GISP
MVP Emeritus
All,

   A new version of the identify widget is now available.

* 2.2.3 - Identify by point/line/extent/polygon are all now supported
- Info window will appear at the center of identified geometry now if returngeometryforzoom is set to true in xml file.
if returngeometryforzoom is true, when you mouse over a record the geometry for that particular record is drawn using the symbology defined in the xml
- The symbology used by the draw tools is now user defined in the xml
- Fixed an issues with link icon if prefix or suffix is supplied and a empty field.
0 Kudos