Configure the Land Use Public Notification to accept 0' buffer distance

7424
26
06-10-2015 02:39 PM
ScottKiley
Occasional Contributor II

Is it possible to configure the Land Use Public Notification application to accept a buffer of 0 feet. My goal is to simple select a set of parcels with the "Add adjacent parcels" option and only make labels from that selection set.

0 Kudos
26 Replies
ScottKiley
Occasional Contributor II

Lindsay Thomas - There isn't anything special with the data I can think of, besides that it is hosted on an AGOL Organization.

0 Kudos
LindsayThomas
Esri Contributor

Scott,

Is that service in the proxy.config?

-Lindsay

0 Kudos
ScottKiley
Occasional Contributor II

It wasn't, but I just added it and it still doesn't work with 0' search distance.

0 Kudos
LindsayThomas
Esri Contributor

The request to the server isn't returning features from what I see it fiddler.

Can you send me your proxy.config or copy and paste it?

-Lindsay

0 Kudos
ScottKiley
Occasional Contributor II

The XML from my proxy.config is copied below. Though, I am not using a proxy server.

<?xml version="1.0" encoding="utf-8" ?>

<ProxyConfig mustMatch="false" logFile="C:\Temp\Shared\proxy_logs\auth_proxy.log">

  <serverUrls>

    <serverUrl url="https://services6.arcgis.com/f79xZ44vfYtaG5qt/arcgis/rest/" matchAll="true" ></serverUrl>

    <serverUrl url="https://gis.msa-ps.com/arcgis/rest/ matchAll="true" ></serverUrl>

    <serverUrl url="https://api-ssl.bitly.com/v3/shorten"

        matchAll="true"

        accessToken="09392d98805bea10e1a1ad5c8fd206b43985c6c0"

        tokenParamName="access_token"

        rateLimit="50"

        rateLimitPeriod="10">

    </serverUrl>

   </serverUrls>

</ProxyConfig>

0 Kudos
LindsayThomas
Esri Contributor

Hi Scott,

This is really minor adjustment but lets try it.

Can you replace https://services6.arcgis.com/f79xZ44vfYtaG5qt/arcgis/rest/

with https://services6.arcgis.com/f79xZ44vfYtaG5qt/ArcGIS/rest/ in the proxy.config

(ArcGIS instead of arcgis)

Once you make the change please, hit this URL in your browser http://gis.msa-ps.com/publicnotificationoakgrovenew/proxy/proxy.ashx . This will clear you proxy cache (you will see the response {error: {code: BadRequest,message:"No URL specified"}} This is expected. Also, go ahead and clear your browser cache. Restart your browser and try testing it out again.

-Lindsay

0 Kudos
ScottKiley
Occasional Contributor II

Still returns "Parcel not found at current location."

0 Kudos
LindsayThomas
Esri Contributor

Hi Scott,

I did some more investigation. I think this is a bug related to how the application is handling stacked polygons (or not handling). For some reason the application, doesn't handle the '0' request on some datasets. We have this on the issue list to fix.

We are planning an update to this application in December 2015, and we would like to address this specific issue. We have seen the same error with stacked condo's in some instances.

Is the data something you are willing\able to share? (we could do it securely not open to all geonet). That would help us ensure we are supporting your specific data set when we go to fix the application.

-Lindsay

0 Kudos
ScottKiley
Occasional Contributor II

Thanks Lindsay,

This makes sense. It's good to know it is being fixed. I'm happy to share the data with you to help trouble shoot this problem. The City of Oak Grove is in Anoka County, MN. All their data is free to download from the County's GIS page: https://www.anokacounty.us/1990/Data-Downloads. I got the data from their and didn't make any changes, so anything you get from their should also have stacked parcels.

Let me know if you cannot recreate the problem with data directly from Anoka County.

Scott

0 Kudos
ScottKiley
Occasional Contributor II

I know I'm responding to an old thread, but I'm wondering if any additional information can be provided on this. I still have the error where I'm unable to enter a 0' buffer in the Public Notification app. I am using current version of the app with services from ArcGIS Server 10.4.1 and ArcGIS Online feature services.

0 Kudos