Re: [Qgis-user] Vector Layer Translate Feature

2009-03-30 Thread Carson Farmer
Pietro, I'm writing a Python plugin to allow the user to translate a whole vector layer by a given shift. I use the translateFeature() of the QgsVectorLayer class but if the layer is zoomed the function translates only the visualized features. Can someone point me a way to act on the whole

[Qgis-user] Vector Layer Translate Feature

2009-03-30 Thread Pietro Panzeri
Hi all, I'm writing a Python plugin to allow the user to translate a whole vector layer by a given shift. I use the translateFeature() of the QgsVectorLayer class but if the layer is zoomed the function translates only the visualized features. Can someone point me a way to act on the whole

Re: [Qgis-user] Vector Layer Translate Feature

2009-03-30 Thread Pietro Panzeri
Il Monday 30 March 2009 14:43:49 Carson Farmer ha scritto: Pietro, I'm writing a Python plugin to allow the user to translate a whole vector layer by a given shift. I use the translateFeature() of the QgsVectorLayer class but if the layer is zoomed the function translates only the