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

improvement of spatial selection #13762

Closed
qgib opened this issue Apr 4, 2011 · 10 comments
Closed

improvement of spatial selection #13762

qgib opened this issue Apr 4, 2011 · 10 comments
Labels
Feature Request Feedback Waiting on the submitter for answers Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Apr 4, 2011

Author Name: jannekevandijk - (jannekevandijk -)
Original Redmine Issue: 3703

Redmine category:c++_plugins/spatial_query


basically something similar to [[ArcGis]] 'select by location', where you
are able to:

  1. select features in multiple layers
  2. select using a buffer without having to create buffers first (eg select features within a distance of selected features of another layer)
    (or should this be two seperate tickets?)
@qgib
Copy link
Contributor Author

qgib commented Dec 9, 2011

Author Name: Paolo Cavallini (@pcav)


  • category_id was changed from Build/Install to C++ Plugins
  • assigned_to_id removed nobody
  • pull_request_patch_supplied was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Dec 16, 2011

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.0 to Version 1.7.4

@qgib
Copy link
Contributor Author

qgib commented Apr 15, 2012

Author Name: Giovanni Manghi (@gioman)


  • fixed_version_id was changed from Version 1.7.4 to Version 2.0.0

@qgib
Copy link
Contributor Author

qgib commented Oct 6, 2012

Author Name: Pirmin Kalberer (Pirmin Kalberer)


  • fixed_version_id was changed from Version 2.0.0 to Future Release - Nice to have

@qgib
Copy link
Contributor Author

qgib commented Oct 20, 2014

Author Name: Pierre-Luc Auclair (Pierre-Luc Auclair)


Just a "me too". This would be incredibly useful. I create throwaway buffers so many times every day it's almost ridiculous.

@qgib
Copy link
Contributor Author

qgib commented Nov 20, 2015

Author Name: Médéric RIBREUX (Médéric RIBREUX)


Hello, bug triage...

still no way to make a spatial selection on multiple layers in QGIS 2.13 master. In the ArcGIS implementation, there is a checkable list of all the opened layers on the MXD (project). This list is for target layers (what you want to have selected at the end). So in ArcGIS you can make multiple selection requests (one for each target layer) on the same source layer with only one tool. This is useful because for the moment in QGIS, you have to make each request manually.

For buffer selection, I suggest that you use a Processing model with a "Fixed distance buffer" operation on the source layer followed by a "Select by location".

When the multiple selection will be implemented (perhaps in Processing tool first), we could close this feature request...


  • status_id was changed from Open to Feedback
  • operating_system was changed from Debian to

@qgib
Copy link
Contributor Author

qgib commented Dec 22, 2015

Author Name: Médéric RIBREUX (Médéric RIBREUX)


  • status_id was changed from Feedback to Open

@qgib
Copy link
Contributor Author

qgib commented Jan 2, 2017

Author Name: Giovanni Manghi (@gioman)


  • category_id was changed from C++ Plugins to C++ plugins/Spatial Query
  • status_info was changed from 0 to

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@alexbruy
Copy link
Contributor

alexbruy commented May 6, 2020

Selecting in multiple layers can be done with batch processing mode. Probably this can be closed.

@alexbruy alexbruy added Feedback Waiting on the submitter for answers Processing Relating to QGIS Processing framework or individual Processing algorithms and removed Plugins labels May 6, 2020
@alexbruy alexbruy closed this as completed Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feedback Waiting on the submitter for answers Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

2 participants