<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parcel Notification Widget in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237130#M5592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are correct you need to use one or the other. The issue you are having is with spatial reference. The Parcel Notification Widget is hard coded in several spot to a particular spatial reference. Look here, read thought the entire thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=284009&amp;amp;mc=39#msgid882710"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=284009&amp;amp;mc=39#msgid882710&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 13:04:48 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2010-09-03T13:04:48Z</dc:date>
    <item>
      <title>Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237127#M5589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have almost successfully installed the Parcel Notification Widget.&amp;nbsp; I cannot get ESRI's&amp;nbsp; locator service to work.&amp;nbsp; When plugging in an address, I get a blank screen but it claims it found something.&amp;nbsp; It lists it's prospective matches in the matches tab.&amp;nbsp; They are not valid though because the matches cannot be used to select parcels with a buffer around that location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The relevant portion of the xml file for the widget looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--Select Parcel by Address Field --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;!--findparceladdressfield&amp;gt;&amp;lt;/findparceladdressfield--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;locatoraddressfield&amp;gt;Address&amp;lt;/locatoraddressfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached a screenshot of my application when I use the geocoding service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 14:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237127#M5589</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-08-31T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237128#M5590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using v1.3 or 2.0?&amp;nbsp; I got the parcel notification widget to work well in 1.3 and here is that portion of my code.&amp;nbsp; You are missing the field that needs to be queried, for example, my SITUSFULLA.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--Select Parcel by Address Field --&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;findparceladdressfield&amp;gt;SITUSFULLA&amp;lt;/findparceladdressfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;locatoraddressfield&amp;gt;Address&amp;lt;/locatoraddressfield&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 16:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237128#M5590</guid>
      <dc:creator>ShawnKraft</dc:creator>
      <dc:date>2010-09-02T16:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237129#M5591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shawn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess I don't understand how the address locator works in this widget then.&amp;nbsp; I want it to find the address by using the ESRI geocoding service, not my address field in my parcel layer.&amp;nbsp; If I use my address field, it seems that it will have to be typed 100% identically to what is in the field.&amp;nbsp; If the locating service is used, it will search based on the closest match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also been told that you have to use one of the other, not both.&amp;nbsp; That is why I don't have anything between the "findparceladdressfield" tags.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 11:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237129#M5591</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-09-03T11:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237130#M5592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You are correct you need to use one or the other. The issue you are having is with spatial reference. The Parcel Notification Widget is hard coded in several spot to a particular spatial reference. Look here, read thought the entire thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=284009&amp;amp;mc=39#msgid882710"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=284009&amp;amp;mc=39#msgid882710&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 13:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237130#M5592</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-03T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237131#M5593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had already changed my projections but that does not fix my problem.&amp;nbsp; Since I am using cached map services, isn't that irrelevant anyway since you can't reproject a cached map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darryl&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 16:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237131#M5593</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-09-03T16:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237132#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Darryl,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What that thread is talking about is re-projecting the locator results not your basemaps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 16:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237132#M5594</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-09-03T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Notification Widget</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237133#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so I inserted a fresh ParcelNotificationWidget.xml into flash builder and ran it again after changing the projection IDs. Now it does absolutely nothing when I try to use the geocoding service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong?&amp;nbsp; I changed the projection id's and that is it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/parcel-notification-widget/m-p/237133#M5595</guid>
      <dc:creator>TristanKnowlton</dc:creator>
      <dc:date>2010-09-03T18:05:13Z</dc:date>
    </item>
  </channel>
</rss>

