qwat / QWAT

TEKSI Water module (project QWAT) - QGIS project
https://www.teksi.ch
GNU General Public License v2.0
58 stars 31 forks source link

QGIS : Zooming to an entity with no geometry results in a freeze for navigation interface #198

Closed ponceta closed 7 years ago

ponceta commented 7 years ago

If an entity has no proper geometry, zoom to this selected feature will lock the canvas at current state with no error message.

zoom_to_selection_no_geom

image

ponceta commented 7 years ago

Workaround to unlock, select a feature with proper geom and zoom to this feature.

tudorbarascu commented 7 years ago

Should have been fixed in https://github.com/qgis/QGIS/commit/eabdb656a2f152c6c04a9df8d533e8b9c3884199

Guess it regressed.

3nids commented 7 years ago

was fixing it.... I am taking care of zoomToSelected

3nids commented 7 years ago

oh and it's 2_16 only taking care of master (and 2_18?)

3nids commented 7 years ago

now fixed in master and 2_18

ponceta commented 7 years ago

Ty @3nids