I have some functionality that I would like to add to my web app and I'm wondering if someone can give me any ideas on the best way to approach it. I want to be able to select a parcel, enter a radius within the buffer tool, and automatically select all the parcels within the given radius. The end goal is to return a PDF with a mailing label for each of the selected parcels.
Have you seen the Public Notification Widget?
Public Notification widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers
Thanks, Robert. I have the public notifcation widget working for me, but I'm running into a few issues.
First, I want the buffer to start at the edge of the parcel, not the center point. I see that it can be done with the draw tool, but I would rather have the buffer set by default to the selected parcel polygon so that the end user does not have to draw the polygon.
Second, it seems to be returning each page of mailing labels as a separate PDF. I'd like it to have all of them on one PDF if possible.
Any guidance would be much appreciated.
Aaron,
Unfortunately neither of those are configurable or something you can change.
you can use the same approach specified in the following thread.
Basic steps are as follows:
pls let me know if you have any question