Re: [Qgis-user] Lizmap - can't insertupdate data in PostGis Views

2014-11-27 Thread Pedro
kimaidou wrote Hi Pedro Sorry for the late answer. I will answer the issue on github too. You are right, you should normally be able to edit your view in Lizmap too. I doubt this is a user problem, as Lizmap read the datasource in QGIS for each edition layer and so use the same user.

Re: [Qgis-user] Crash of Grass etc.

2014-11-27 Thread Goran Granath
Hi, I did as Nicolas Cadieux suggested but that dit not help. I then started to scrutinize my error messages, which is a bit of an ordeal for a Python illitterate. Anyway I did notice that the program searches for information in a catalogue under 'User'. My username is 'Göran' which seems

[Qgis-user] program crash qgis 2.6 while closing program

2014-11-27 Thread Tourspur Infopost
dear sir or madam, I recently installed the new version of qgis 2.6 on my pc (windows 7). Every time I try to close down the qgis software properly via Project/close qgis or via x-corner, a program crash occures (while creating a minidump-dmp file stored in my local temp). How can I stop

Re: [Qgis-user] program crash qgis 2.6 while closing program

2014-11-27 Thread Andre Joost
Am 27.11.2014 um 15:49 schrieb Tourspur Infopost: I recently installed the new version of qgis 2.6 on my pc (windows 7). Every time I try to close down the qgis software properly via Project/close qgis or via x-corner, a program crash occures (while creating a minidump-dmp file stored in my

[Qgis-user] Qgis2threejs: Error using Polygon Layer Extrusion

2014-11-27 Thread beroubt
Hallo, I got an error when using a polygon layer in the Qgis2threejs-plugin (Qgis 2.6.0, Plugin 0.7.2). Traceback (most recent call last): File C:/Users/berounba/.qgis2/python/plugins\Qgis2threejs\qgis2threejsdialog.py , line 369, in run htmlfilename = exportToThreeJS(htmlfilename,

Re: [Qgis-user] Qgis2threejs: Error using Polygon Layer Extrusion

2014-11-27 Thread Luigi Pirelli
reading the code, I suppose you have a record with null geometry... check your data for f in layer.getFeatures(request): feat.clearGeometry() feat.setQgsFeature(f) geom = f.geometry() geom_type == geom.type() wkb_type = geom.wkbType() if geom_type ==

[Qgis-user] sampling raster values

2014-11-27 Thread Barbara Burcul
Hi! I have some coordinates and i used point sampling tool to get raster values. but, there are no values for all coordinate pairs so i would like to know if there is some way for qgis to choose the nearest possible coordinates that have raster values? thx!

Re: [Qgis-user] sampling raster values

2014-11-27 Thread Nicolas Cadieux
Good question, What I would do instead is choose more sampling point and then eliminate those with no value using a is null type query. Nicolas Cadieux M.Sc. Les Entreprises Arch#233;otec inc.#160; 8548, rue Saint-Denis Montr#233;al H2P 2H2 T#233;l#233;phone:#160;514.381.5112 #160;Fax:

Re: [Qgis-user] sampling raster values

2014-11-27 Thread Miltinho
I suggest you randomize more points than you need. Read the values select the first N valid values Best Em 27/11/2014, às 21:08, Barbara Burcul barbara.bur...@gmail.com escreveu: Hi! I have some coordinates and i used point sampling tool to get raster values. but, there are no values for

Re: [Qgis-user] Prompt for projection when importing raster - QGIS 2.6

2014-11-27 Thread Brett Adams
How do I force QGIS to ask for a projection?None of the options under SettingsOptionsCRS enforce this. QGIS sees the tif has a projection, doesn’t recognise it, then assigns it with unrecognised WGS84 based projection. Tried running raster/ projection/ assign projection in batch

Re: [Qgis-user] Prompt for projection when importing raster - QGIS 2.6

2014-11-27 Thread Nicolas Cadieux
Qgis will only ask for a projection if it is not embedded in the tif and you have selected the ask for CSR if its not specified.nbsp; If it is specified, (but wrong) then I am not sure how to force it.nbsp; I think you can specify a CSR when you right click on a layer name. I have seen this

Re: [Qgis-user] Prompt for projection when importing raster - QGIS 2.6

2014-11-27 Thread Ramon Andiñach
Hi Brett, Nicolas, is right I'm afraid. If you can send some of the suspects (or put somewhere accessible) I'm happy to help find a work around / file bug / find a solution. -ramon. On 28 Nov 2014, at 11:44, Nicolas Cadieux nicolas.cadi...@archeotec.ca wrote: Qgis will only ask for a