I have copied the compiled widget folder over
Manuel, The fact that you have flexviewers in your path leads me to believe that you are using or have used Application Builder... Is that the case? If so then there is a much easier way for you to add the identify widget to your app.
<widget url="widgets/Identify/IdentifyWidget.swf" config="widgets/Identify/IdentifyWidget.xml"label="Identify" icon="assets/images/i_info.png"/>
<?xml version="1.0"?> <configuration> <identifylayeroption>all</identifylayeroption> <identifytolerance>5</identifytolerance> <defaultzoomscale>5000</defaultzoomscale> <keepidentifyactive>true</keepidentifyactive> <returngeometryforzoom>true</returngeometryforzoom> <enablelineselect>true</enablelineselect> <enableextentselect>true</enableextentselect> <enablepolyselect>true</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>false</excludebasemaps> <disablepopuplinks>false</disablepopuplinks> <disablelayerdropdown>false</disablelayerdropdown> <disablealllayerschoice>true</disablealllayerschoice> <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="true"> <layer> <name>Parcels</name> <id>48</id> <url>http://gis.delhitownship.com/arcgis/rest/services/Public_Website/PW_BaseMap/MapServer</url> <fields> <field alias="Parcel #" name="PARCELNUM"/> <field name="OWNER_NAM1" alias="Owner"/> <field name="PROP_ADDCO" alias="Address"/> </fields> <zoomscale>4800</zoomscale> <forcescale>true</forcescale> </layer> <!--layer> <name>Parcels (1200 & 600 Scale)</name> <id>47</id> <url>http://gis.delhitownship.com/arcgis/rest/services/Public_Website/PW_BaseMap/MapServer</url> <fields> <field name="PARCELNUM" alias="Parcel #"/> <field name="OWNER_NAM1" alias="Owner"/> <field name="PROP_ADDCO" alias="Address"/> </fields> <links> <!--link includeinresults="false" field="Website" alias="View Website" tooltip="Click to View Website"> <linkprefix/> <linksuffix/> <iconfield/> <iconprefix/> <iconsuffix/> </link--> <!--/links> <zoomscale>4800</zoomscale> <forcescale>true</forcescale> </layer--> <!--excludelayer url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_LandRecords_Louisville/MapServer" id="0"/> <!-- <excludelayer url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_LandRecords_Louisville/MapServer" id="2"/> --> </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>
<?xml version="1.0"?> <configuration> <identifylayeroption>all</identifylayeroption> <identifytolerance>5</identifytolerance> <defaultzoomscale>5000</defaultzoomscale> <keepidentifyactive>true</keepidentifyactive> <returngeometryforzoom>true</returngeometryforzoom> <enablelineselect>true</enablelineselect> <enableextentselect>true</enableextentselect> <enablepolyselect>true</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>false</excludebasemaps> <disablepopuplinks>false</disablepopuplinks> <disablelayerdropdown>false</disablelayerdropdown> <disablealllayerschoice>false</disablealllayerschoice> <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/> <layers onlythese="false"/> <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>
<?xml version="1.0"?> <configuration> <identifylayeroption>all</identifylayeroption> <identifytolerance>5</identifytolerance> <defaultzoomscale>5000</defaultzoomscale> <keepidentifyactive>true</keepidentifyactive> <returngeometryforzoom>true</returngeometryforzoom> <enablelineselect>true</enablelineselect> <enableextentselect>true</enableextentselect> <enablepolyselect>true</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>false</excludebasemaps> <disablepopuplinks>false</disablepopuplinks> <disablelayerdropdown>false</disablelayerdropdown> <disablealllayerschoice>false</disablealllayerschoice> <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/> <layers onlythese="false"> <layer> <name>Property</name> <id>8</id> <url>http://198.167.37.68/arcgis/rest/services/BaseData/MapServer</url> <fields> <field name="PID" /> <field name="FIRSTNAME" /> <field name="LASTNAME" /> <field name="PROPLOC" /> </fields> <links> <link includeinresults="true" field="" alias="" tooltip=""> <linkprefix></linkprefix> <linksuffix></linksuffix> <iconfield></iconfield> <iconprefix></iconprefix> <iconsuffix></iconsuffix> </link> </links> <zoomscale>15000</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>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.