Re: [Qgis-user] Python plugin and windows release

2008-03-05 Thread Richard Duivenvoorde
the upcoming postgis plugins)( ;-) ?!). I do have postgis, and psycopg on winXP installed here, if you add you're plugin to the repository (or just sent it to me), I'll be happy to test it. Grtz Richard Duivenvoorde Luca Casagrande wrote: Hello everybody, I have almost finished a python

Re: [Qgis-user] new python plugin does not show up

2008-02-02 Thread Richard Duivenvoorde
be downloaded here: http://www.initd.org/pub/software/psycopg/ If you need an even easier plugin to start with, start with this one here: http://blog.qgis.org/?q=node/104 Good luck Richard Duivenvoorde Your plugin more or less fixed, and some screendumps to prove your plugin is loaded (0.9.1 on WinXP

Re: [Qgis-user] python plugin on windows

2008-01-31 Thread Richard Duivenvoorde
Regards, Richard Duivenvoorde Tara Athan wrote: I have PyQt GPL v4.3.3 installed, but I don't know how to make it perform this task (of compiling the resource file). The QGIS 0.9 manual does not describe anything so complicated as building from source. Tim, I appreciate the help

Re: [Qgis-user] How to identify a raster on the map?

2008-01-11 Thread Richard Duivenvoorde
that indexfile to serve the rasters via Mapserver then. Building the indexfile and just loading that in Qgis is probably the fastest way. Grtz Richard Duivenvoorde andrea pacifici wrote: Hi, I have a Qgis-GRASS GIS project containing more than 200 rasters: it is a GIS project about a portion

Re: [Qgis-user] [Qgis-developer] GRASS DBF driver broken in QGIS 0.9.1 [was: New Installer for Qgis 0.9.1 for Windows]

2007-12-12 Thread Richard Duivenvoorde
I'm using qgis on windows, (normally not using grass though). If someone provides a small 'test' description and eventually a download url for the build, it's no problem for me to do some testing. Regards Richard Duivenvoorde Maciej Sieczka wrote: Jürgen E. Fischer wrote: I found a problem

[Qgis-user] buffering points and lines using python interface?

2007-12-09 Thread Richard Duivenvoorde
there and the use my normal plugin for that, but I just seemed better to me if I can do everything IN the plugin. Any ideas or pointers will be appreciated TIA Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user@lists.qgis.org http://lists.qgis.org/cgi

[Qgis-user] red-lining / annotations plugin ?

2007-12-03 Thread Richard Duivenvoorde
interaction between the mapcanvas and the plugin (aka: you draw a polygon on the map, and show some of it's properties in a plugin window or so). Can somebody give me a hand with that? TIA Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user

Re: [Qgis-user] red-lining / annotations plugin ?

2007-12-03 Thread Richard Duivenvoorde
are very 'light' at this moment). Another (helpfull) option would be to be able to 'copy' the generated labels into the 'annotation'-layer, to be able to adjust individual labels. Ok, thanks in advance, regards, Richard Duivenvoorde Martin Dobias wrote: Hi Richard, On Dec 3, 2007 12:10 PM

Re: [Qgis-user] Plugin List

2007-10-29 Thread Richard Duivenvoorde
Paolo Cavallini wrote: I've also used the html ImageMap plugin, a very nice proof of concept. Could please someone upload it? All the best. hi Paolo, that's mine ;-) I will do that now. Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user

Re: [Qgis-user] Announcing the release of QGIS 0.9.0

2007-10-29 Thread Richard Duivenvoorde
Great! Thanks for this work! Downloaded and installed (on windows): python plugins working smoothly even on windows now ;-) ! Richard Tim Sutton wrote: It is our great pleasure to announce the immediate availability of Quantum GIS (QGIS) Version 0.9.0. See below for press release: Quantum

[Qgis-user] python 'html image map' plugin

2007-09-10 Thread Richard Duivenvoorde
to have some kind of searchable repository somewhere. Regards, Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user@lists.qgis.org http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

[Qgis-user] (python) plugin: iteratie over polygons?

2007-08-24 Thread Richard Duivenvoorde
. Thanks, Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user@lists.qgis.org http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user

Re: [Qgis-user] (python) plugin: iteratie over polygons?

2007-08-24 Thread Richard Duivenvoorde
for ring in x: numPts += len(ring) print Polygon: %d rings with %d points % (len(x), numPts) Richard Richard Duivenvoorde wrote: Hi, I'm writing myFirstPythonPlugin now: fun! But I have some troubles getting hold of the polygon coordinates :-( Via getDataProvider

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-21 Thread Richard Duivenvoorde
to that and use stuff from: http://debian.gfoss.it Another option is building stuff myself, like you propose, do you think that's doable for a lightweight script person :-) Thanks, Richard Duivenvoorde Richard Duivenvoorde wrote: It seems to me that there is no QApplication constructed/available yet

[Qgis-user] qgis python plugins / bindings on windows

2007-08-20 Thread Richard Duivenvoorde
, but will try anyway. There are so much nice free arcview3 scripts available to 'port' to qgis, and python seems a ideal language for this. TIA Richard Duivenvoorde ___ Qgis-user mailing list Qgis-user@lists.qgis.org http://lists.qgis.org/cgi-bin/mailman/listinfo

Re: [Qgis-user] qgis python plugins / bindings on windows

2007-08-20 Thread Richard Duivenvoorde
the resources.py)? Missing environment variables (seems to me nothing is needed?) Grtz Richard Duivenvoorde Martin Dobias wrote: On 8/20/07, Richard Duivenvoorde [EMAIL PROTECTED] wrote: My questions (hopefully this will be a quickstart the for all c-noobs like me): - will you need a c-build