qissue-bot / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
http://qgis.org
GNU General Public License v2.0
0 stars 0 forks source link

Enable stacked layers selection for "Simplify Feature" #3276

Open qissue-bot opened 5 years ago

qissue-bot commented 5 years ago

Author Name: Jean-Roc Morreale (Jean-Roc Morreale) Original Redmine Issue: 3288, https://issues.qgis.org/issues/3288


The "Simplify Feature" tool from the "Advanced Digitizing" toolbar can't be used on a geometry if this one is completely under another geometry. Even with a snapping tolerance added, if you click on one of its vertex or segments the entity which will be selected will be the top one.

A workaround is to do a live query on the layer to filter out the top geometry to get access to the one you want but this become tedious when you’ve to repeat this operation twenty times.

A solution similar to the identify tool could be used here :

  1. click on a polygon
  2. qgis lists all the geometries under your mouse for the selected layer
  3. choose the right item and apply the simplification
qissue-bot commented 5 years ago

Original Redmine Comment Author Name: Médéric RIBREUX (Médéric RIBREUX) Original Date: 2015-11-19T02:01:44.000Z


Hello, bug triage...

could we just make the simplify tool works only on selected features ? User could select what he wants with the select tool or with an expression and then, the Simplify tool will only work to the selected features (same behaviour than the "Add Part" tool)... I think that it will be more simple than creating a new dialog box to list all the geometries listed under the mouse.