Re: [Qgis-developer] qgis on android

2011-12-14 Thread Paolo Cavallini
Il 14/12/2011 08:28, Tim Sutton ha scritto: Marco B will correct me if I am wrong but I recall him saying that the installation takes a long time and seems to make the phone appear locked. He was working on a patch to make a progress bar during installation. So try just leaving the phone for a

Re: [Qgis-developer] qgis on android

2011-12-14 Thread Noli Sicad
Try downloading the apk in PC first, place it the SD, and then install it. On 12/14/11, Paolo Cavallini cavall...@faunalia.it wrote: Il 14/12/2011 08:28, Tim Sutton ha scritto: Marco B will correct me if I am wrong but I recall him saying that the installation takes a long time and seems to

Re: [Qgis-developer] Georeferencer produces wrong (shifted) result

2011-12-14 Thread Manuel Massing
Hello Agustin, No, the correct one is the one on the left, which is the one made with arcgis. I've made an screenshot with transparency: https://sites.google.com/site/openfiles2/home/errorgeorefARCG_QGIStransp.jp eg?attredirects=0d=1

[Qgis-developer] quick noob python question

2011-12-14 Thread Duarte Carreira
Using python is it possible to call QgsEmbedLayerDialog and set the project file programmatically (mProjectFileLineEdit)? https://github.com/qgis/Quantum-GIS/blob/release-1_8/src/app/qgsembedlayerdialog.cpp https://github.com/qgis/Quantum-GIS/blob/release-1_8/src/ui/qgsembedlayerdialogbase.ui

[Qgis-developer] Trasform QgsVectorLayer proj4 to another

2011-12-14 Thread francescobocca...@libero.it
Hi to all, i have a question for you. I have 2 vector layer that have two different spatial references. I'd like to tranform(convert) one of these in the same coordinate system. Like that: crsStart = QgsCoordinateReferenceSystem() crsStart.createFromProj4(layerA.crs().toProj4()) crsDest =

Re: [Qgis-developer] Trasform QgsVectorLayer proj4 to another

2011-12-14 Thread Richard Duivenvoorde
On 2011-12-14 12:59, francescobocca...@libero.it wrote: Hi to all, i have a question for you. I have 2 vector layer that have two different spatial references. I'd like to tranform(convert) one of these in the same coordinate system. Like that: crsStart = QgsCoordinateReferenceSystem()

R: Re: [Qgis-developer] Trasform QgsVectorLayer proj4 to another

2011-12-14 Thread francescobocca...@libero.it
Hi, i tried it but it works only with point tranformation. I would llike to tranform the entire vector layer. Do you have any suggestions? Thanks Francesco Messaggio originale Da: rdmaili...@duif.net Data: 14/12/2011 13.06 A: francescobocca...@libero.itfrancescobocca...@libero.it Cc:

Re: R: Re: [Qgis-developer] Trasform QgsVectorLayer proj4 to another

2011-12-14 Thread Richard Duivenvoorde
On 2011-12-14 13:55, francescobocca...@libero.it wrote: Hi, i tried it but it works only with point tranformation. I would llike to tranform the entire vector layer. Do you have any suggestions? Mmm, you are right, I only used it for one feature at the time. Then I think you just have to

[Qgis-developer] WMS Error when accessing layer properties

2011-12-14 Thread James Stott
Has anyone else noticed that QGIS is crashing when you try and access the layer properties for a WMS layer? This happens if I double click on the layer in the layer panel or if I right click and select properties. I am using 1.9.90-21 from OSGeo4W. James Stott BSc (Hons) MSc | Senior

Re: [Qgis-developer] WMS Error when accessing layer properties

2011-12-14 Thread Giuseppe Sucameli
Hi James, On Wed, Dec 14, 2011 at 2:59 PM, James Stott james.st...@npaconsult.co.uk wrote: Has anyone else noticed that QGIS is crashing when you try and access the layer properties for a WMS layer? I am using 1.9.90-21 from OSGeo4W. I cannot confirm, it works fine here on my Ubuntu 11.04 and

R: Re: R: Re: [Qgis-developer] Trasform QgsVectorLayer proj4 to another

2011-12-14 Thread francescobocca...@libero.it
Solved..thank to: feature.geom.transform(srsTransform) Thanks Francesco Messaggio originale Da: rdmaili...@duif.net Data: 14/12/2011 14.28 A: francescobocca...@libero.itfrancescobocca...@libero.it Cc: qgis-developer@lists.osgeo.org Ogg: Re: R: Re: [Qgis-developer] Trasform

Re: [Qgis-developer] WMS Error when accessing layer properties

2011-12-14 Thread Giovanni Manghi
I cannot confirm, it works fine here on my Ubuntu 11.04 and QGis master (bca3f93). Does anybody confirm? I can confirm the crash in qgis-master in both linux (ubuntu 11.10) and Windows/osgeo4w Warning: QLayout: Attempting to add QLayout to QWidget , which already has a layout Warning:

Re: [Qgis-developer] qgis on android

2011-12-14 Thread Marco Bernasocchi
Spot on Macho, try not to let the screen lock. pcav, does it install if you directly download the qgis.apk? ciao On 12/14/2011 08:32 AM, Werner Macho wrote: Hi! I had the same problem - and kept the download going by tapping the screen once in a while .. You should not let the screen lock ..

RE: [Qgis-developer] quick noob python question

2011-12-14 Thread Duarte Carreira
Germán, thanks. Maybe that's what I'll do, but it pains me to duplicate code... Duarte De: Germán Carrillo [mailto:carrillo.ger...@gmail.com] Enviada: quarta-feira, 14 de Dezembro de 2011 12:30 Para: qgis-developer@lists.osgeo.org; Duarte Carreira Assunto: Re: [Qgis-developer] quick noob python

Re: [Qgis-developer] qgis on android

2011-12-14 Thread Paolo Cavallini
Il 14/12/2011 12:36, Marco Bernasocchi ha scritto: Spot on Macho, try not to let the screen lock. yes, seen pcav, does it install if you directly download the qgis.apk? yes thanks -- Paolo Cavallini See: http://www.faunalia.it/pc ___

[Qgis-developer] Plugin reorganization (again)

2011-12-14 Thread Alexander Bruy
Hi all, there are lot of core plugins and much more contributed. Keep all them in single toolbar/menu decrease usability. I remember we have several discussions about that, and one of the results - Raster and Database menus. But most plugins don't used appropriate menus, see [0]. So after some

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-14 Thread Gary Sherman
On Dec 14, 2011, at 9:39 AM, Alexander Bruy wrote: Hi all, there are lot of core plugins and much more contributed. Keep all them in single toolbar/menu decrease usability. I remember we have several discussions about that, and one of the results - Raster and Database menus. But most

[Qgis-developer] Set NULL value in raster

2011-12-14 Thread Agustin Lobo
Is it possible to set the NULL value of a raster (beyond than what is done for the current session with Properties)? Raster/Translate prompts for a new raster (which is not the case for the projection with Assign Projection). Agus ___ Qgis-developer

Re: [Qgis-developer] Georeferencer produces wrong (shifted) result

2011-12-14 Thread Manuel Massing
Hi Agus, Cannot download http://www.warped-space.de/Ilerfly125v2_modifziert.tif, I get: Oops! This link appears to be broken. sorry, the correct link is http://www.warped-space.de/Ilerfly125v2_modifiziert.tif The procedure we follow is: 1. Set project to CRS EPSG:23031 2. No On

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-14 Thread Alister Hood
Hi guys, It's good to see some work in this area. Date: Wed, 14 Dec 2011 11:15:46 -0900 From: Gary Sherman gsher...@geoapt.com Subject: Re: [Qgis-developer] Plugin reorganization (again) To: Alexander Bruy alexander.b...@gmail.com Cc: Qgis Developer List qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Georeferencer produces wrong (shifted) result

2011-12-14 Thread Agustin Lobo
Manuel answers a message I sent to him only. He includes all relevant parts of my message except the link to the arcgis result: https://sites.google.com/site/openfiles2/home/ilerfly125v2geoarcgis.7z?attredirects=0d=1 Manuel, There is no wld file for the input layer The GCP table with errors can

Re: [Qgis-developer] Plugin reorganization (again)

2011-12-14 Thread Paolo Cavallini
Il 14/12/2011 19:39, Alexander Bruy ha scritto: Unchanged plugins are (they still located under Plugins menu): - eVis database? - MapServer export - OpenStreetMap I suggest a new tag: web - RoadGraph vector Many thanks. -- Paolo Cavallini See: http://www.faunalia.it/pc