Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer - Service State Issue #809

Open
chughes-lincoln opened this issue Mar 1, 2023 · 2 comments
Open

Buffer - Service State Issue #809

chughes-lincoln opened this issue Mar 1, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@chughes-lincoln
Copy link
Contributor

If you buffer results and then try to do a buffer around the results of the buffer, it uses buffers the previous feature in addition to the new one.

i.e. if you select Parcel A and do a buffer around it, you get Parcels A, B, and C in your results. If you then try to do a buffer around Parcel C, it does a buffer around Parcels A and C instead of just Parcel C.

@theduckylittle theduckylittle added this to the 3.11.0 milestone Mar 14, 2023
@theduckylittle theduckylittle self-assigned this Apr 25, 2023
@theduckylittle
Copy link
Member

I'm not seeing this bug on the main branch.

  • Start the select tool
  • I used various selection techniques.
  • Using "Buffer Selection" appears to buffer the results
  • If I then use the select tool again and select a feature from results it buffers the feature I selected.

Can I get some screenshots or a slightly more detailed scenario? I may be just losing something in translation.

@chughes-lincoln
Copy link
Contributor Author

Your last bullet point (I think) is the discrepancy. You're going back into the select tool to click a feature on the map from your results and buffer that feature. I'm going into the grid results and buffering the feature from there which isn't clearing out the previous selection/buffer.

  • Select the SW parcel in the demo dataset (I just used draw polygon).
  • From the results, do a 2 mile buffer and click Go.
  • From the results again, click buffer feature for a separate result
    • At this point if you don't change the buffer distance it's showing the previous 2 mile buffer + a 0 distance buffer for the new feature
  • If you update the With Buffer units it calculates that buffer using the first buffer feature and the new one.

image

@klassenjs klassenjs modified the milestones: 3.11.0, 3.12.0 May 19, 2023
@klassenjs klassenjs modified the milestones: 3.12.0, 3.13.0 Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants