Re: [Qgis-developer] Plugin Development C++ Windows - Any response?

2011-02-22 Thread Martin Dobias
2011/2/23 Maurício de Paulo : > Hi devs, > I also had problems to get the startup on c++ plugins development. Mainly > because there was no Plugin Builder for C++. So we had to write everything > from scratch and many are repetitive tasks. > I though about writing a plugin builder for c++ but it ne

Re: [Qgis-developer] Plugin Development C++ Windows - Any response?

2011-02-22 Thread Maurício de Paulo
Hi devs, I also had problems to get the startup on c++ plugins development. Mainly because there was no Plugin Builder for C++. So we had to write everything from scratch and many are repetitive tasks. I though about writing a plugin builder for c++ but it never got out of planning phase. Anyone in

Re: [Qgis-developer] Autocad DXF and Microstation DGN Save As

2011-02-22 Thread Maurício de Paulo
IMHO svg, dxf and dgn are pretty much the same. They are all graphics based formats. Of course dxf and dgn also have 3D drawings, but information is stored in style, colour and thickness. This way I think that it's more representative to have a dxf with the styled data (as svg) than a dxf with just

Re: [Qgis-developer] icons and styles

2011-02-22 Thread Mayeul Kauffmann
Tim Sutton wrote: > So before anyone writes code, take a google around and see if there is > something off-the-shelf we can just repurpose. Hi, It's not django-based but the openclipart.org portal has all what is needed for the svg part. The source code is not directly accessible from the home pag

Re: [Qgis-developer] new plugin repo online

2011-02-22 Thread Gary Sherman
It's fine. The plugin site and redmine are separate. -Gary GeoApt LLC Chair, Quantum GIS PSC On Feb 22, 2011, at 13:33, Marco Bernasocchi wrote: > hi all, just a short question, I'm already using redmine on [0] to host > two plugin developement, is it safe? as in are the DB/Git repos going to

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Barend Gehrels
Hi Alexander, Jürgen, It is better to use Qt libs from OSGeo4W, you can find them in qt4-devel and qt4-libs packages. OK, I did this now, configured cmake again, turned off the bindings (to avoid python/sip for the first trial) set the configuration to RelWithDebInfo, compiled again and yes, I

Re: [Qgis-developer] new plugin repo online

2011-02-22 Thread Marco Bernasocchi
hi all, just a short question, I'm already using redmine on [0] to host two plugin developement, is it safe? as in are the DB/Git repos going to wiped out w/o notice or so? ciao Marco On 02/22/2011 10:09 AM, Paolo Cavallini wrote: > Hi all. > To me, the new plugin trac[0] looks good. There may be

Re: [Qgis-developer] Plugin Development C++ Windows - Any response?

2011-02-22 Thread Tim Sutton
Hi On Fri, Feb 18, 2011 at 10:38 PM, sailmcm wrote: > Thanks Goivanni, for the help and encouragment.  I have read both documents > and I was not able to resolve all problems. As you suggested I will try > harder. > Maaza - once you have QGIS building from source in windows the process for bui

Re: [Qgis-developer] icons and styles

2011-02-22 Thread Tim Sutton
Hi On Tue, Feb 22, 2011 at 11:08 PM, Robert Szczepanek wrote: > W dniu 22.02.2011 10:00, Alex Mandel pisze: >> >> On 02/22/2011 12:50 AM, Paolo Cavallini wrote: >>> >>> Hi all. >>> I think we should provide an opportunity for uploading sets of icons and >>> styles, on the same infrastructure that

Re: [Qgis-developer] Autocad DXF and Microstation DGN Save As

2011-02-22 Thread Jürgen E . Fischer
Hi Maurício, On Tue, 22. Feb 2011 at 17:26:14 -0300, Maurício de Paulo wrote: >I think the Save Layer As option for dxf and dgn are a little bit >confusing for users. Well, that dialog just lists what OGR offers. And uses our OGR based vector file writer to export the data. As such it

Re: [Qgis-developer] icons and styles

2011-02-22 Thread Robert Szczepanek
W dniu 22.02.2011 10:00, Alex Mandel pisze: On 02/22/2011 12:50 AM, Paolo Cavallini wrote: Hi all. I think we should provide an opportunity for uploading sets of icons and styles, on the same infrastructure that we are going to use for plugins. I'd appreciate comments on this. All the best.

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Jürgen E . Fischer
On Tue, 22. Feb 2011 at 22:19:53 +0200, Alexander Bruy wrote: > On Tue, 22 Feb 2011 20:35:00 +0100 > Barend Gehrels wrote: > > > I've a question about compiling qgis (using Windows, MSVC 2008). I've > > followed the instructions on the wiki page but still get some errors: > Try this instructions

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Alexander Bruy
On Tue, 22 Feb 2011 20:35:00 +0100 Barend Gehrels wrote: > I've a question about compiling qgis (using Windows, MSVC 2008). I've > followed the instructions on the wiki page but still get some errors: Try this instructions in English, bit outdated http://www.florianhillen.de/qgis-tutorial-en.htm

[Qgis-developer] Autocad DXF and Microstation DGN Save As

2011-02-22 Thread Maurício de Paulo
Hi everyone, I think the Save Layer As option for dxf and dgn are a little bit confusing for users. Some users have asked me "Why does it complain that the dxf can't hold this field that I really need in the exported file?". I suppose it's because dxf don't hold fields at al. They should be transla

Re: [Qgis-developer] compiling for Windows

2011-02-22 Thread Jürgen E . Fischer
Hi Barend, On Tue, 22. Feb 2011 at 20:35:00 +0100, Barend Gehrels wrote: > I've a question about compiling qgis (using Windows, MSVC 2008). I've > followed the instructions on the wiki page but still get some errors: Try a RelWithDebInfo (or Release) build. Most of the errors - if not all - a

Re: [Qgis-developer] new plugin repo online

2011-02-22 Thread Gary Sherman
The site still needs some work and is not ready for general use. I can publish your plugin but until all plugins are migrated and the official repo changed over, it won't be visible to the plugin installer in qgis. -Gary GeoApt LLC Chair, Quantum GIS PSC On Feb 22, 2011, at 9:49, Václav Řehák

[Qgis-developer] compiling for Windows

2011-02-22 Thread Barend Gehrels
hi list, This is my first message to the qgis-developer mailing list. Thanks for creating Quantum GIS! I've a question about compiling qgis (using Windows, MSVC 2008). I've followed the instructions on the wiki page but still get some errors: 1) Many messages about updateMicroFocus(). I've

Re: [Qgis-developer] new plugin repo online

2011-02-22 Thread Václav Řehák
2011/2/22 Paolo Cavallini : > - move all the plugin from the official site[1] to the new one[2] (which > has some minor CSS issues, I believe) Is the new repo ready to be used and is maintained? I uploaded my plugin [1] a month ago and it has not been aproved by administrator yet. The plugin is at

[Qgis-developer] compiling and using "raster-providers" branch on Ubuntu

2011-02-22 Thread Giovanni Manghi
Hi all, I would like to test the "raster-providers" branch in my Ubuntu box but I have a problem. Compiling goes fine but then every time I try to add a raster I get "...is not a supported raster data source". WMS works as also seems to work GRASS. Anyone has a hint? thanks in advance -- Giova

Re: [gdal-dev] Re: [Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Anita Graser
Hi, I used the following ogr2ogr command: ogr2ogr -sql "select * from nw where NAME = 'Am Johannesberg'" new.shp nw.shp The resulting shp contains correct geometries, but the values in ID,N,15,0 fields are broken. I guess that shows that it's a GDAL/OGR problem. Thanks, best wishes, Ani

Re: [Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Anita Graser
Am 22.02.2011, 14:49 Uhr, schrieb Barry Rowlingson : On Tue, Feb 22, 2011 at 12:37 PM, Anita Graser wrote: You can extract just one record, and share that one. How? If I use QGIS, the values will be broken. ogr2ogr on the command line? ogr2ogr results in the same broken values. Loo

Re: AW: Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Ivan Mincik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/22/2011 09:57 AM, Düster Horst wrote: > 'QGIS Community Meeting' +1, this name is more pleasant for non-hardcore hackers like me :) - -- Ivan Mincik, Gista s.r.o. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using Gn

Re: [Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Barry Rowlingson
On Tue, Feb 22, 2011 at 12:37 PM, Anita Graser wrote: >> You can extract just one record, and share that one. > > How? If I use QGIS, the values will be broken. ogr2ogr on the command line? what does ogrinfo say about it? Can you load the DBF in a spreadsheet? How do you know what the values

Re: [Qgis-developer] icons and styles / deciding which new icons are needed

2011-02-22 Thread mayeul . kauffmann
Hi, I have a question (and I suggest a draft answer) related to icon sets for large datasets: how do you decide what are the most needed icons? For instance with OSM data, it is not possible to read with human eyes the whole world map at the scale 1:5000 nor to read all the wiki pages (and some

[Qgis-developer] "mapfile tools" plugin does not install under windows

2011-02-22 Thread Giovanni Manghi
it returns "the plugin is broken: python said invalid syntax" while on linux seems to install ok. cheers -- Giovanni -- ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] PostGIS raster

2011-02-22 Thread Ivan Mincik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Unfortunately gdal1.8 is not yet available on debian (not even in > experimental). Paolo, it will be there soon [1]. [1] http://lists.debian.org/debian-gis/2011/02/msg00010.html - -- Ivan Mincik, Gista s.r.o. -BEGIN PGP SIGNATURE- Versio

Re: [Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Anita Graser
Am 22.02.2011, 13:19 Uhr, schrieb Paolo Cavallini : Il giorno mar, 22/02/2011 alle 13.16 +0100, Anita Graser ha scritto: I have a shapefile containing fields of type REAL15. I'd like to cut an area of interest out of this shapefile using QGIS "Save as ..." function. The resulting shapefile st

Re: [Qgis-developer] icons and styles

2011-02-22 Thread mayeul . kauffmann
Hi, +1 for the style and icon repository! Maybe you will find useful ideas in the way openclipart.org manages collections and packages. One contributor of free icons (SJJB?) sometimes puts several icons in one file, see: http://www.openclipart.org/detail/12368 To generate sets of icons from gray

Re: [Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Paolo Cavallini
Il giorno mar, 22/02/2011 alle 13.16 +0100, Anita Graser ha scritto: > I have a shapefile containing fields of type REAL15. I'd like to cut an > area of interest out of this shapefile using QGIS "Save as ..." function. > The resulting shapefile still has fields of type REAL15 but the contained

[Qgis-developer] Issue saving shapefiles with REAL15 values

2011-02-22 Thread Anita Graser
Hi, I have a shapefile containing fields of type REAL15. I'd like to cut an area of interest out of this shapefile using QGIS "Save as ..." function. The resulting shapefile still has fields of type REAL15 but the contained values are botched, e.g. 1040603695 becomes -2147483648. I'm

Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Paolo Cavallini
Il giorno mar, 22/02/2011 alle 10.27 +0200, Tim Sutton ha scritto: > 'QGIS Community Meeting' which should be inclusive enough for all Why not simply QGIS Meeting? All the best. -- http://www.faunalia.it/pc ___ Qgis-developer mailing list Qgis-develop

Re: [Qgis-developer] PostGIS raster

2011-02-22 Thread Noli Sicad
You are right. You are referring to the plugin, I suppose. http://www.mail-archive.com/qgis-user@lists.osgeo.org/msg08130.html Noli On 2/22/11, Paolo Cavallini wrote: > AFAIK it does not *require* it, but it is ture that without it it gives > lots of trouble. > Unfortunately gdal1.8 is not yet

Re: [Qgis-developer] PostGIS raster

2011-02-22 Thread Paolo Cavallini
AFAIK it does not *require* it, but it is ture that without it it gives lots of trouble. Unfortunately gdal1.8 is not yet available on debian (not even in experimental). All the best. Il giorno mar, 22/02/2011 alle 22.13 +1100, Noli Sicad ha scritto: > Hi Paulo, > > it requires GDAL 1.8.0, if I

Re: [Qgis-developer] PostGIS raster

2011-02-22 Thread Noli Sicad
Hi Paulo, it requires GDAL 1.8.0, if I am not mistaken. http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html Noli On 2/22/11, Paolo Cavallini wrote: > Hi all. > Trying again to load pg rasters. At first attempt I get a "Could not > load table"; from there on I always get: > > Traceback (most r

[Qgis-developer] PostGIS raster

2011-02-22 Thread Paolo Cavallini
Hi all. Trying again to load pg rasters. At first attempt I get a "Could not load table"; from there on I always get: Traceback (most recent call last): File "/home/paolo/.qgis/python/plugins/wktraster/wktRaster.py", line 80, in callAddLayer if self.gdalVersion() File "/home/paolo/.qgis/pyt

[Qgis-developer] Re: [PyQGIS] - Change VertexMarkerType

2011-02-22 Thread Salvatore Larosa
Martin Dobias wrote: > > You probably need to wrap the second parameter into QVariant class (I > think newer PyQt versions have this conversion automatically): > > settings.setValue("/qgis/digitizing/marker_style", > QVariant("SemiTransparentCircle")) > > Martin > _

Re: [Qgis-developer] Re: [PyQGIS] - Change VertexMarkerType

2011-02-22 Thread Martin Dobias
On Tue, Feb 22, 2011 at 10:50 AM, Salvatore Larosa wrote: > > > Martin Dobias wrote: >> >> Hi Salvatore >> >> to use semi-transparent circles as vertex markers: >> >> settings = QSettings() >> settings.setValue("/qgis/digitizing/marker_style", >> "SemiTransparentCircle") >> >> That code can be put

Re: [Qgis-developer] icons and styles

2011-02-22 Thread Andreas Neumann
Hi Alex, You can use SVG files for polygon fills/patterns. But I suggest that those pattern definitions should be treated/organized separately from point symbols. In some cases point symbols may work as patterns or the other way round, but in general they are separate. SVG for line definitio

[Qgis-developer] Re: [PyQGIS] - Change VertexMarkerType

2011-02-22 Thread Salvatore Larosa
Martin Dobias wrote: > > Hi Salvatore > > to use semi-transparent circles as vertex markers: > > settings = QSettings() > settings.setValue("/qgis/digitizing/marker_style", > "SemiTransparentCircle") > > That code can be put somewhere in the application's initialization. > Other values are "C

Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Barry Rowlingson
On Tue, Feb 22, 2011 at 9:26 AM, Andreas Neumann wrote: > QGIS Community Meeting sounds good to me. +1 Next step of course is the QGis User Conference and Community Meeting! Sad that the word 'hack' has been taken to have negative connotations. But hey, when we're in charge, we'll change all

Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Andreas Neumann
QGIS Community Meeting sounds good to me. Sorry about disowning the original name. Andreas On Tue, 22 Feb 2011 10:27:04 +0200, Tim Sutton wrote: Hi Eh what a pity we have to disown the name for the people which gave rise to FOSS. If we are going to go PC, why not lets call it the 'QGIS Commu

Re: [Qgis-developer] [PyQGIS] - Change VertexMarkerType

2011-02-22 Thread Martin Dobias
On Mon, Feb 21, 2011 at 11:43 PM, Salvatore Larosa wrote: > > Hello everyone, > I'm making an application on the basis of that reported by Martin on the > cookbook PyQGIS Documentation, > which take this opportunity to thank! > > I added a button "toggle editing" to enable or disable the editing o

[Qgis-developer] new plugin repo online

2011-02-22 Thread Paolo Cavallini
Hi all. To me, the new plugin trac[0] looks good. There may be minor glitches, so I urge everybody to test it out as much as possible. After that I suggest to: - move all the plugin from the official site[1] to the new one[2] (which has some minor CSS issues, I believe) - change the repo embedded a

Re: Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Nathan Woodrow
+1 for QGIS Community Meeting. That way it includes everyone. - Nathan On Tue, Feb 22, 2011 at 8:00 PM, kimaidou wrote: > 'QGIS Community Meeting' > +1 too > > kimaidou > > 2011/2/22 Düster Horst > > 'QGIS Community Meeting' >> +1 >> >> I aggree with Tims statement. >> >> Regards >> Horst >>

Re: Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread kimaidou
'QGIS Community Meeting' +1 too kimaidou 2011/2/22 Düster Horst > 'QGIS Community Meeting' > +1 > > I aggree with Tims statement. > > Regards > Horst > > ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/li

Re: [Qgis-developer] icons and styles

2011-02-22 Thread Alex Mandel
On 02/22/2011 12:50 AM, Paolo Cavallini wrote: > Hi all. > I think we should provide an opportunity for uploading sets of icons and > styles, on the same infrastructure that we are going to use for plugins. > I'd appreciate comments on this. > All the best. It's already on the to do list for the d

AW: Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Düster Horst
'QGIS Community Meeting' +1 I aggree with Tims statement. Regards Horst Dr. Horst Düster Stv. Amtschef / Chef Geoinformation Kanton Solothurn Bau- und Justizdepartement Amt für Geoinformation SO!GIS Koordination Rötistrasse 4 CH-4501 Solothurn

[Qgis-developer] icons and styles

2011-02-22 Thread Paolo Cavallini
Hi all. I think we should provide an opportunity for uploading sets of icons and styles, on the same infrastructure that we are going to use for plugins. I'd appreciate comments on this. All the best. -- http://www.faunalia.it/pc ___ Qgis-developer mail

Re: [Qgis-developer] New Symbology / OSM/ ICONS

2011-02-22 Thread kimaidou
Thanks for this Mayeul 2011/2/21 Mayeul Kauffmann > Hi, > I have added (on the wiki) some comments and a link to the 3liz.com demo > and blog about the qgis mapserver rendering based on shapefiles. > Mayeul > > Le lundi 21 février 2011 à 09:17 +0100, kimaidou a écrit : > > Hi Mayeul and devs, >

[Qgis-developer] Re: OSM icons for QGIS vector rendering

2011-02-22 Thread kimaidou
Hi Mayeul ! I will post an email to you and the author of sjjb icons to help you guys share you great work ! (using another email adresse) Cheers Kimaidou 2011/2/22 Mayeul Kauffmann > Hi Kimaidou, Hi everybody, > > Kimaidou: Maybe I already created some of the icons you need. Anyway, I > wish

Re: [Qgis-developer] Hackfest vs. Code Sprint

2011-02-22 Thread Tim Sutton
Hi Eh what a pity we have to disown the name for the people which gave rise to FOSS. If we are going to go PC, why not lets call it the 'QGIS Community Meeting' which should be inclusive enough for all shapes & sizes. I can see in my crystal ball a future where users self organise and use the eve