Do you have any samples that will run a buffer based on query parcel result(s)?
Thank you.
Solved! Go to Solution.
Similar to generate address mailing list. For example, search parcel then do a buffer button based on certain distance and generate a lists from buffer results.
Do you have example can do this?
Hi Jeff,
Here is an example you can build off of. The app uses the Find Task to search and find a parcel based on the Parcel ID. It then automatically buffers the selected polygon by 500 feet.
The link was missing a colon. Here it is: Edit fiddle - JSFiddle
I was going to have to ask a question similar to this eventually too.
Thank you for the sample. I try to understand it so I modify it to create a Buffer button instead of automatically generate buffer ring on query.
Here is the JSFiddle:
How to perform this task?
Thanks again.
Take a look at this update JSFiddle:
Thank you for the update. Now need to do query based on buffer ring to get all the parcels.