[Qgis-developer] About diagram palettes

2013-12-11 Thread Jorge Tornero - Listas
Dear all (again) Also I've trying to speed up diagram creation. I have a bunch of layers with the same fields (rigth now it's difficult to have a single layer and filter it) where I want to display diagrams. I have to set each individual color in each layer. Maybe it would be nice to have a

[Qgis-developer] Vincenty's Formulae

2013-12-11 Thread Jorge Tornero - Listas
Dear all. I'm currently working on a python plugin for QGIS which deploys points along lines on a given distance basis. The lines, say transects, are created placing an initial point and then providing a bearing for the line. Then, n stations/smapling points are deployed in its place. I'm us

[Qgis-developer] WG: Re: some trouble with pointers in my c++-plugin

2013-12-11 Thread SSchmidt
Freundliche Grüße aus Leipzig Susann Schmidt Softwareentwicklung ** GFI - Gesellschaft für Informationstechnologie mbH Philipp-Rosenthal-Straße 9 D-04103 Leipzig Geschäftsführer: Andreas Richter Amtsgericht Leipzig HRB 12054 USt.-IdNr.:

Re: [Qgis-developer] Single-file PyQGIS Cookbook

2013-12-11 Thread Luca Manganelli
On Wed, Dec 11, 2013 at 10:37 PM, Lee Hachadoorian < lee.hachadooria...@gmail.com> wrote: > > Is there a single-file version of the PyQGIS Developer Cookbook anywhere? > Single-file HTML, EPUB, Kindle/MOBI, or PDF. > > Thanks, > --Lee > Hi, to achieve it I used HTTrack Web Copier and Calibre. He

Re: [Qgis-developer] Video UAV Tracker submitted

2013-12-11 Thread Tim Sutton
Hi On Mon, Dec 9, 2013 at 2:24 PM, sag...@katamail.com wrote: > Hi everybody, > > i've just submitted my plugin to the repository waiting for approval. > Here there are some data to test it: > > https://www.dropbox.com/s/ugm7awhlwlt5yj3/Dati%20VUT.zip > > > Only for let you knows. > > I had a p

[Qgis-developer] Single-file PyQGIS Cookbook

2013-12-11 Thread Lee Hachadoorian
Is there a single-file version of the PyQGIS Developer Cookbook anywhere? Single-file HTML, EPUB, Kindle/MOBI, or PDF. Thanks, --Lee -- Lee Hachadoorian Asst Professor of Geography, Dartmouth College http://freecity.commons.gc.cuny.edu/ ___ Qgis-devel

[Qgis-developer] Fixing Processing's Join attributes

2013-12-11 Thread Anita Graser
Hi, I'm trying to fix http://hub.qgis.org/issues/9184 Is there already a convenience function to join attribute tables? I found vector.combineVectorFields(layer,layer2) but no equivalent for the attributes. Best wishes, Anita ___ Qgis-developer ma

Re: [Qgis-developer] Rotate Map

2013-12-11 Thread kimaidou
Hi all You can rotate map in QGIS composer, but I could not find a working options in the label tabs to keep labels horizontal while rotating the map. So the user has to turn the paper page after printing to read labels. What am I doing wrong ? As rotating the map directly in the map canvas, coul

[Qgis-developer] color tables format and examples

2013-12-11 Thread Agustin Lobo
Where could I find a description of the format of raster color tables and examples of those that are currently available? I'd like to make a function in R to export R palettes to QGIS format and therefore be able to display with the same colors in both systems. Thanks Agus