Opened 13 years ago
Closed 12 years ago
#75 closed defect (fixed)
Buffering a selected set a 2nd time does not work
Reported by: | andersd | Owned by: | theduckylittle |
---|---|---|---|
Priority: | major | Milestone: | 2.6 |
Component: | Demo | Version: | 2.6 |
Keywords: | Cc: |
Description
This happens in the trunk demo 'http://www.geomoose.org/demo/geomoose.html' using IE8, FireFox11, and Chrome.
- Select features
- Buffer 10 feet using "Buffer these results"
- This creates a new select set.
- Press "Buffer these results"
Problem - nothing happens
Work Around Fix - Select features again with mouse.
Change History (8)
comment:1 by , 13 years ago
Status: | new → testing |
---|
comment:2 by , 12 years ago
Status: | testing → needs_work |
---|
This is still not working. Also check ticket 89 for other buffer issues.
- Select a pareclt (select features or search parcels)
- Buffer 10 feet (works great)
- Buffer results 10 feet <-- Problem buffer does not work - Click button and nothing happens.
comment:3 by , 12 years ago
I think 'Buffer these results' should do one of the following:
- buffer the current selection (not the original selection)
- Return the 'Buffer these results' results with a different html header that does not contain the 'Buffer these results' link (i.e. a user is not given the opportunity to buffer selection sets multiple times).
comment:4 by , 12 years ago
Status: | needs_work → testing |
---|
I added a fix to drop/hide the "Buffer these results" once a second buffer distance has been specified. The buffer distance can be changed with "Back to Settings."
comment:5 by , 12 years ago
There is no longer a UI issue in that this no longer displays "Buffer these results" a second time which does not do anything (i.e. comment option 2 was implemented). Whether it should in the future do recursive buffering I'll leave for someone else to comment on.
comment:6 by , 12 years ago
Status: | testing → needs_work |
---|
When you go "back to settings" and change buffer it only buffers the original set. So this lets you in effect redo your buffer search. It is buffering the new set (see Eli's comment above'). So.. are removing the capability of doing recursive buffering?
comment:7 by , 12 years ago
Owner: | set to |
---|---|
Status: | needs_work → assigned |
comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
We never had recursive buffering. So, essentially, we just clarified the UI a substantial amount. And the "back to settings" is properly allowing the user to change their buffer setting.
IMO this is fixed. If someone has a different opinion they can re-open the ticket.
This is current "Working". It does now change the appropriate selection radius, however, it always refers back to the original buffer set.