Select to view content in your preferred language

Parcel notification buffer problem

377
1
06-09-2010 08:14 AM
ShawnKraft
Occasional Contributor
I have the widget working well with the exception of buffering.  When I click on the "Find Parcels", it does nothing.  Here is my xml on it:  <configuration>
<!--Parcel Service for QueryTask-->
<parcels>http://icarus/ArcGIS/rest/services/StreetStuff/MapServer/7</parcels>

<!--Geometry Service for Buffer-->
<geometryservice>http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer</geometryservice>

<!--Locator for address geocode-->
<locator>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Locators/ESRI_Geocode_USA/GeocodeServer</locator>

<!--Result Zooom Scale-->
<zoomscale>5000</zoomscale>

<!--Select Parcel by Field ("Field","Field Alias")-->
<findparcelfield>PIN,ID</findparcelfield>

<!--Use parcel autocomplete box ('T' = true, 'F' = false)-->
<!--ArcGIS Server will only return 500 results by default.  If defaults changed and a large number of features returned widget load may take a longer time to complete-->
<autocomplete>T</autocomplete>

<!--Default Parcel ID-->
<defaultparcelid>16742620002000</defaultparcelid>

<!--Select Parcel by Address Field -->
<findparceladdressfield>SITUSFULLA</findparceladdressfield>
<locatoraddressfield>Address</locatoraddressfield>

<!--State ComboBox for search by address--> 
<listfield>State</listfield>
<listvalues>AK,AL,AR,AZ,CA,CO,CT,DE,DC,FL,GA,HI,IA,ID,IL,IN,KS,KY,LA,MA,MD,ME,MI,MN,MS,MO,MT,NC,ND,NE,NH,NJ,NM,NV,NY,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VA,WA,WI,WV,WY</listvalues>

<!--Default Address-->
<defaultaddress>1016 MILL ST,Laramie,WY,82072</defaultaddress>

<!--Minimum Score for Geocode-->
<minscore>40</minscore>

<!--Parcel Map Tip Fields ("Field","Field Alias")-->
<!--Fields with "$" formatted as currency-->
<maptip>PIN,ID;SITUSFULLA,Address;NAME,Owner Name</maptip>

<!--Parcel content for widget ("Field","Field Alias")-->
<!--Fields with "$" formatted as currency-->
<parcelcontent>PIN,ID;SITUSFULLA,Address;NAME,Owner Name</parcelcontent>

<!--Fields to include in output .csv table ("*" = All fields)-->
<csvfields>*</csvfields>

<!--Default .csv file name-->
<csvdefaultname>Selected Parcels</csvdefaultname>
</configuration>

Any suggestions
Tags (2)
0 Kudos
1 Reply
ShawnKraft
Occasional Contributor
Nevermind.  The buffer and export to csv function have been working the whole time.  The buffer and export to csv functions only work when a search is done using the parcel id.  It doesn't work when I search by address.  So, if I search by address, then click on "find parcels", I get nothing.  The only reason I can figure out is that I am not using my own geocoding service possibly.
0 Kudos