dear All,
Actually , I using Locate Widget , it has 3 functions , I need to Remove 2 functions because i don't want to use them in my viewer ,
So my Question how can remove that Functions ??
You can find the attached ..
Also confi.xml about this tools
Many Thanks.
Mohammed
Actually , I using Locate Widget , it has 3 functions , I need to Remove 2 functions because i don't want to use them in my viewer ,
So my Question how can remove that Functions ??
You can find the attached ..
Also confi.xml about this tools
Code:
<?xml version="1.0" ?>
<configuration>
<locator>http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer</locator>
<keepinspectoractive>true</keepinspectoractive>
<usesearchextent>true</usesearchextent>
<minscore>40</minscore>
<zoomscale>10000</zoomscale>
<pointunits>
<pointunit abbr="wgs84dd" example="-85.8337, 33.6531" wkid="4326" xlabel="Longitude:" ylabel="Latitude:">Decimal Degrees (WGS84)</pointunit>
<pointunit abbr="none" example="594139.135, 2369958.8" wkid="32640" xlabel="Easting(x)" ylabel="Northing(x)">WGS 1984 UTM Zone 40N</pointunit>
</pointunits>
<labels>
<descriptionlabel>Use the inspect address tool to click on the map and locate the address:</descriptionlabel>
</labels>
<symbols>
<geopicturemarkersymbol url="widgets/eLocate/assets/images/i_house.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/>
<coordpicturemarkersymbol url="assets/images/i_pin.png" height="30" width="30" xoffset="0" yoffset="0" angle="0"/>
</symbols>
<initialview>null</initialview>
</configuration>
Mohammed