Accessing same postgresql/postgis db
and using plugin QuickMultiAttributeEdit
1) all works fine on qgis 2.8.1
2) using 2.9.0-Master Master, exported
qgis master dev (next 2.9)
i get
Traceback (most recent call last):
File
"/home/ubuntu/.qgis2/python/plugins/QuickMultiAttributeEdit/quickmultia
qgis 1.7.0-Wroclaw Wroclaw, 15870
on Ubuntu 32 bits
Trying to send first time osm modified data using on a proxy network
connected qgis
Traceback (most recent call last):
File "/home/ubuntu/apps/qgis/share/qgis/python/plugins/osm/OsmPlugin.py",
line 307, in uploadOsmData
self.dlgUpload=OsmU
2011/6/27 marco bra :
> Hi all
>
> Tim, i use git thru cntlm proxy and to get git working i must do
>
> export http_proxy=http://127.0.0.1:3128
> git clone http://github.com/qgis/Quantum-GIS.git
>
> the "git://" do not traverse the proxy...
>
> export http
Hi all
Tim, i use git thru cntlm proxy and to get git working i must do
export http_proxy=http://127.0.0.1:3128
git clone http://github.com/qgis/Quantum-GIS.git
the "git://" do not traverse the proxy...
export http_proxy=http://127.0.0.1:3128
git clone git://github.com/qgis/Quantum-GIS.git
Ple
Hi, all
i was working on Ubuntu 32 bits dual core...
qgisc rev. 15870 from svn (but same issue was also in the previous builds)
i was deleting points from a very simple shape (4000 points) only one
string field (50 char) i don't commit every delete command i do, i
commit changes every 4/5 minutes
Solved...
layer = self.iface.activeLayer() # layer attivo
if (layer):
layer.startEditing()
provider = layer.dataProvider()
#provider.rewind()
#feat = QgsFeature()
Hi all
I try to write my first python plugin and i need to iterate a field
list got from the active layer
layer = self.iface.activeLayer() # active layer
if (layer):
provider = layer.dataProvider()
fields = provider.fields()
ok solved
i replaced all occurences of
with
gdal
Now old 1.6 project with raster are opened with success.
Thank you
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Checking the project xml i see i have the
into raster files
21313020080131153612340
/home/ubuntu/sit/mapserver/tif/213130.tif
213130
+proj=longlat +ellps=WGS84 +datum=WGS84
+no_defs
3452
Sysop Ubuntu 10.04.2 32 bits
Load 1.6 project made qgis 15429 crash with segfault
Loaded : MapServer Export (package: mapserver_export)
Warning: QgsRasterLayer::setDataProvider: Data provider is invalid.
ERROR 10: Pointer 'hDS' is NULL in 'GDALGetRasterCount'.
Then i get a segfault
I'm glad to
qgis svn trunk 15412 compile error...
Hi today i get
/home/ubuntu/qgis-trunk/src/app/qgisapp.cpp:629: error: ‘nil’ was not
declared in this scope make[2]: ***
[src/app/CMakeFiles/qgis.dir/qgisapp.cpp.o] Errore 1 make[1]: ***
[src/app/CMakeFiles/qgis.dir/all] Errore 2 make: *** [all] Errore 2
Bes
Thanks Tim
Just sent mail to plugin developer about this issue...
Best Regards
Marco
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Error on closing project...
Traceback (most recent call last):
File "/home/ubuntu/.qgis/python/plugins/trackgps/CanvasMarkers.py",
line 155, in boundingRect
return QtCore.QRectF(-self.d,-self.d, self.d*2, self.d*2)
AttributeError: 'NoneType' object has no attribute 'QRectF'
Versione Python:
Traceback (most recent call last):
File "/home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py",
line 116, in onChangeExtent
html = html.replace('{scale}',str(self.getZoomScale()))
File "/home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py",
line 135, in getZoomScale
Errore durante l'esecuzione di codice Python:
Traceback (most recent call last):
File "/home/ubuntu/.qgis/python/plugins/gmap_overview_plugin/gmap_gui.py",
line 116, in onChangeExtent
html = html.replace('{scale}',str(self.getZoomScale()))
File "/home/ubuntu/.qgis/python/plugins/gmap_overv
15 matches
Mail list logo