[QGIS-Developer] Plugin [189] Azimuth and Distance Plugin approval notification.

2018-01-21 Thread noreply

Plugin Azimuth and Distance Plugin approval by zimbogisgeek.
The plugin version "[189] Azimuth and Distance Plugin 0.9.11" is now approved
Link: http://plugins.qgis.org/plugins/qgsAzimuth/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1354] PisteCreator approval notification.

2018-01-21 Thread noreply

Plugin PisteCreator approval by zimbogisgeek.
The plugin version "[1354] PisteCreator 1.4.13 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/PisteCreator/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1052] Projestions approval notification.

2018-01-21 Thread noreply

Plugin Projestions approval by zimbogisgeek.
The plugin version "[1052] Projestions 0.4.0 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/Projestions/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1305] Calidad-CAR approval notification.

2018-01-21 Thread noreply

Plugin Calidad-CAR approval by zimbogisgeek.
The plugin version "[1305] Calidad-CAR 0.10" is now approved
Link: http://plugins.qgis.org/plugins/CalidadCAR/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] pyqgis zoom using list widget

2018-01-21 Thread xristosss20
hello i have create a layer filter Expression to get specific results query
from my layer and i add this results in list widget using pyqt.

my Expression and my add to list widget work fine(i take correct ids numbers
in the print and i see that ids in list widget).

but if i want to zoom feature using double click signal in list widget then
i take zoom
in the wrong features(features where my Expression is False).Any idea where
i have wrong in my code and to take wrong features zoom?


my code :

__init__
self.connect(self.ui.listWidget, SIGNAL("itemDoubleClicked (QListWidgetItem
*)"), self.Zoomt)


my filter :
 def myfilter(self):
layer = 
QgsMapLayerRegistry.instance().mapLayersByName("mylayrt")[0]
request = QgsFeatureRequest().setFilterExpression('"name" =
\'{0}\''.format(myname))
 for feature in layer.getFeatures(request):
print str(feature.attribute("myid"))

self.ui.listWidget.addItem(str(feature.attribute("myid")))


result print :

1
42
43
44
45
96
111
304
458
508
579
602
606
646


that is ids add correct in list widget (14 ids).


zoom button .

def Zoomt(self):
Vl_Gs = 
QgsMapLayerRegistry.instance().mapLayersByName("mylayer")[0]
Vl_Gs.removeSelection
Vl_Gs.setSelectedFeatures([self.ui.listWidget.currentRow()])
self.mapCanvas.zoomToSelected(Vl_Gs)

zoom ids (take first 14 from my layer)  :

0
1
2
3
4
5
6
7
8
9
10
11
12
13
14

is len number is correct but the ids zoom is wrong,why?



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [183] InaSAFE approval notification.

2018-01-21 Thread noreply

Plugin InaSAFE approval by timlinux.
The plugin version "[183] InaSAFE 4.3.0" is now approved
Link: http://plugins.qgis.org/plugins/inasafe/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer