[Qgis-developer] URI

2011-05-25 Thread Radim Blazek
Hi, I would like to discuss possible change of providers URI format. Motivation: - Each provider is using a different way to store additional parameters in URI - Some providers (WMS) even don't store all parameters in URI and require extra methods to add a new layer: addRasterLayer( rasterLayerPat

Re: [Qgis-developer] a SQL console as new feature

2011-05-25 Thread Nathan Woodrow
Simon, I was having a look around today and it seems uDig do some like MapInfo in regards to SQL. uDig uses CQL (Comman Query Language) that is part of the OGC Catalog specification . I'm going to check out the code for uDig to see how they have done

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Marco Hugentobler
Hi Giuseppe > What I don't like it's to create DBManager as a C++ plugin or just as a > QBrowser > extension Why not integrate the gui into QBrowser? From a user point of view, it is easier to manage the datasources with one application instead having one for files, one for databases, one for w

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Giuseppe Sucameli
HI Marco, On Wed, May 25, 2011 at 9:49 AM, Marco Hugentobler < marco.hugentob...@sourcepole.ch> wrote: > Why not integrate the gui into QBrowser? From a user point of view, it is > easier to manage the datasources with one application instead having one > for > files, one for databases, one for w

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Marco Hugentobler
Hi Giuseppe > I agree, just one GUI to manage everything. > But QBrowser doesn't refactor GUIs to have a more integrated interface, it > just > re-uses the QGis GUIs. So the surplus value is only the QgsBrowserModel. Reuse existing gui components sounds good to me. > I'm talking about GUI, not c

[Qgis-developer] git and gerrit .. Qt development

2011-05-25 Thread Werner Macho
hi devs! Just because I read an article about upcoming versions of Qt right now (Qt4.8 leading to Qt5.0) .. The devs at Qt will use gerrit [1] as a tool for code review .. I only wanted to bring that to your attention - probably that is also something for us? [1] http://code.google.com/p/gerrit/

[Qgis-developer] QGIS Web Client migrated to GIT

2011-05-25 Thread Tim Sutton
Hi All (especially Andreas) I have migrated the web client into GIT: https://github.com/qgis/qgis-web-client It can be anonymously cloned using: git clone git://github.com/qgis/qgis-web-client.git Of course if can be forked on github too. The repo is current as of today. Could I ask folks to

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Radim Blazek
On Tue, May 24, 2011 at 8:50 PM, Giuseppe Sucameli wrote: > Allowing to run queries on database requires a lot of code in the provider > and also > out of them, I should export methods to call the query, to get results, a > class to > map results, exceptions. Furthermore IMHO it's not good to im

[Qgis-developer] Re: [GRASS-dev] qgis-grass poll

2011-05-25 Thread Hamish
Paolo Cavallini wrote: > I would like to do a poll on qgis-grass usage: which would be the best > web tool to use? Probably better not to use qgis or grass pages; do you mean the toolbox or the two softwares as independent entities? if the toolbox, why not on the qgis.org site? that's were most of

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Radim Blazek
On Tue, May 24, 2011 at 9:50 PM, Giovanni Manghi wrote: > Hi all (but especially Radim and Martin), > > is the new qgis browser supposed to already preview correctly wms and > GRASS layers or it is still an ongoing work? > > I can preview only shapes/tiffs/etc. > > WMS layers show the metadata but

Re: [Qgis-developer] URI

2011-05-25 Thread Giuseppe Sucameli
Hi Radim, On Wed, May 25, 2011 at 9:37 AM, Radim Blazek wrote: > I would like to discuss possible change of providers URI format. > ... > Some possible solutions: > 1) minimal: > - add WMS additional params somehow to URI + parsing in WMS provider > (it is not clear to me why it was not done thi

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Giuseppe Sucameli
On Wed, May 25, 2011 at 1:21 PM, Radim Blazek wrote: > On Wed, May 25, 2011 at 10:39 AM, Giuseppe Sucameli > wrote: > > > However we should consider to integrate useful python plugins in qgis > code, porting > > their base functions to C++ if necessary. > > So why to write another important plugi

[Qgis-developer] QGIS doesn't use username and password in options dialog for proxy connections with WMS

2011-05-25 Thread luca_manganelli
QGIS doesn't use username and password inserted in the "options dialog" for proxy connections, to use with WMS connections. This problem affects 1.6.0 and trunk versions, on Linux and Windows. In the SQUID log, I see this when I try to connect to NASA WMS with Qgis: 1306326384.090 1 192.

Re: [Qgis-developer] URI

2011-05-25 Thread Giuseppe Sucameli
On Wed, May 25, 2011 at 1:39 PM, Giuseppe Sucameli wrote: > An alternative would be use QgsDataSourceURI like a container for QUri, in > this manner we can define our interface to access the uri informations. > In 2 words only, a wrapper class :) -- Giuseppe Sucameli

Re: [Qgis-developer] a SQL console as new feature

2011-05-25 Thread Martin Dobias
On 5/25/11, Nathan Woodrow wrote: > Simon, > > I was having a look around today and it seems uDig do some like MapInfo in > regards to SQL. uDig uses CQL (Comman Query Language) that is part of the > OGC > Catalog specification . I'm > going to check

Re: [Qgis-developer] a SQL console as new feature

2011-05-25 Thread Nathan Woodrow
Thanks Martin, I'll check them out. I have seen them before but never really looked into them. - Nathan On Wed, May 25, 2011 at 11:06 PM, Martin Dobias wrote: > QgsSearchString ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://li

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Martin Dobias
Hi all just a quick reaction from my side (sorry for being so brief): - it is quite unfair with Guiseppe if you people start proposing how things should be done _now_ - IMO there was plenty of time to do such decisions before - I think it is quite irrelevant whether the implementation is in C++ or

Re: [Qgis-developer] QBrowser & Customization

2011-05-25 Thread Radim Blazek
On Sun, May 22, 2011 at 4:32 PM, Radim Blazek wrote: > I have just added GRASS support for QBrowser. Which raises an interesting question: where/how virtual folders should be inserted in the tree? By virtual folder I mean for example GRASS location. It represents logical GRASS structure, but it d

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Radim Blazek
On Wed, May 25, 2011 at 2:11 PM, Giuseppe Sucameli wrote: > Again, I would develop in python the GUI only, not the base functions ;) Yes, but I hoped that a real query builder could be developed within this project for example. I mean a robust, user friendly tool, which does not allow user to bui

Re: [Qgis-developer] DBManager plugin for QuantumGIS (GSoC 2001)

2011-05-25 Thread Radim Blazek
On Wed, May 25, 2011 at 3:43 PM, Martin Dobias wrote: > Hi all > > just a quick reaction from my side (sorry for being so brief): > - it is quite unfair with Guiseppe if you people start proposing how > things should be done _now_ - IMO there was plenty of time to do such > decisions before Yes i

[Qgis-developer] QGIS Mobile [GSoC 2011]

2011-05-25 Thread Marco Bernasocchi
Hi All, I'm Marco Bernasocchi from Switzerland, I'll be porting QuantumGIS to Android over the next 12 weeks, in these first days (beside preparing the final presentation of my Master thesis) I started looking into which libraries need to be ported and in getting all the android QT environment

Re: [Qgis-developer] QGIS Mobile [GSoC 2011]

2011-05-25 Thread MORREALE Jean Roc
Le 25/05/2011 17:22, Marco Bernasocchi a écrit : Hi All, I'm Marco Bernasocchi from Switzerland, I'll be porting QuantumGIS to Android over the next 12 weeks, in these first days (beside preparing the final presentation of my Master thesis) I started looking into which libraries need to be ported

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Giovanni Manghi
Hi Radim, > > WMS layers show the metadata but no layer preview. GRASS > > locations/mapsets are seen as normal files. > > Yes, but GRASS layers only since Sunday evening. You should get GRASS > icon in the tree for locations and mapsets. > > There is a little bug however, the preview is not al

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Giovanni Manghi
> On another note, did you noticed the following? > > https://trac.osgeo.org/qgis/ticket/3839 > > it seems that the "customization" code has brought issues and actually > qgis-trunk is barely usable (can't save a project, can't create a shape, > can't use many other dialogs -> ex: raster tools).

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Alexander Bruy
Hi, I can confirm crash under Linux too (tested with c3e161a). And confirm that Windows nightly builds from OSGeo4W not affected (tested with ef981f1). 2011/5/25 Giovanni Manghi : > >> On another note, did you noticed the following? >> >> https://trac.osgeo.org/qgis/ticket/3839 >> >> it seems tha

Re: [Qgis-developer] QGIS Mobile [GSoC 2011]

2011-05-25 Thread Marco Bernasocchi
Hi Jean Roc, at the beginning .ui files, just the normal qgis with minimal dependencies, meant foremost for tablets. In the future, or if there is time left at the ent of the GSoC, a minimal QML application for portables would be the way I'd like to go. ciao Marco On 05/25/2011 06:05 PM,

Re: [Qgis-developer] git and gerrit .. Qt development

2011-05-25 Thread Charlie Sharpsteen
On Wednesday, May 25, 2011, Werner Macho wrote: > hi devs! > > Just because I read an article about upcoming versions of Qt right now > (Qt4.8 leading to Qt5.0) .. > The devs at Qt will use gerrit [1] as a tool for code review .. > > I only wanted to bring that to your attention - probably that is

Re: [Qgis-developer] Exception "Access Violation No RTTI- Data!" on windows XP (32 bit)

2011-05-25 Thread Giovanni Manghi
Hi, > I would be delighted to contribute it, as long as the sponsoring > agency, Mineta Transportation Institute (at San Jose State University) > does not have problems with it. I am assuming they would be very happy > to have a wider circulation for the work. I am grateful for this > project, an

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Giovanni Manghi
Hi again, > I'm running qgis-trunk using the nightly build repository under Ubuntu > 10.04 > > I'm trying to switch layers and tabs (and clicking "refresh" or even > "stop rendering") but I still can't see any wms layer (metadata is > correctly shown). > > I also can't see the GRASS icon when b

[Qgis-developer] Error installing CSW plugin

2011-05-25 Thread aperi2007
Hi, updating the CSW plugin I have this error: Couldn't load plugin cswclient due an error when calling its classFactory() method Traceback (most recent call last): File "C:/osgeo4w/apps/qgis-dev/./python\qgis\utils.py", line 138, in startPlugin plugins[packageName] = package.classFact

Re: [Qgis-developer] Exception "Access Violation No RTTI- Data!" on windows XP (32 bit)

2011-05-25 Thread maaza mekuria
This is going to be distributed as a research result and I am thinking it will be available under GPL.. But I do not understand what AFAIK means . You must explain it to me. Thank you, Maaza ___ Qgis-developer mailing list Qgis-developer@lists.os

Re: [Qgis-developer] Exception "Access Violation No RTTI- Data!" on windows XP (32 bit)

2011-05-25 Thread maaza mekuria
Did anyone else ever seen the "Access Violation No RTTI- Data!" exception? I know there are not many windows users here, but is it related to Threading or is it my own programming problem? Is it running out of memory that it completely loses the layer list or what? Just waiting until the fish t

[Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Peter Borissow
Hello- We are currently investigating using QGIS as a front end to OSSIM (http://trac.osgeo.org/ossim/). At a very high level, our goal is to use OSSIM for rendering raster data in QGIS. That way, we can leverage the power of OSSIM for image processing and use OGR for vector visualization an

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Giovanni Manghi
Hi Peter, I believe there is already a OSSIM plugin for QGIS (I don't remember if it ever worked without major issues or if it was finished at all), are you aware of it? Cheers -- Giovanni -- On Wed, 2011-05-25 at 15:24 -0400, Peter Borissow wrote: > Hello- > > We are currently investiga

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Peter Borissow
Hi Giovanni- We would love to get our hands on the plugin if it exists! Can you point us in the right direction? Thanks, Peter -Original Message- From: Giovanni Manghi [mailto:giovanni.man...@gmail.com] Sent: Wednesday, May 25, 2011 3:28 PM To: Peter Borissow Cc: qgis-developer@li

Re: [Qgis-developer] qgis browser

2011-05-25 Thread Radim Blazek
On Wed, May 25, 2011 at 6:28 PM, Giovanni Manghi wrote: > I'm trying to switch layers and tabs (and clicking "refresh" or even > "stop rendering") but I still can't see any wms layer (metadata is > correctly shown). For me the preview also is not rendered first time, I have to switch from preview

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Giovanni Manghi
Hi Peter, On Wed, 2011-05-25 at 15:42 -0400, Peter Borissow wrote: > Hi Giovanni- >We would love to get our hands on the plugin if it exists! Can you point > us in the right direction? here are the links in my bookmarks http://web.me.com/epiesasha/PlanetSasha/Project.html http://www.ustr

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Pirmin Kalberer
Hi Peter, Here's the project page: http://web.me.com/epiesasha/PlanetSasha/PlanetSasha.html Pirmin Am Mittwoch, 25. Mai 2011, 21.42:47 schrieb Peter Borissow: > Hi Giovanni- >We would love to get our hands on the plugin if it exists! Can you point > us in the right direction? > > Thanks, > P

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Tim Sutton
Hi Peter 8<---snip-- >> > We started our investigation late last week. We have a debug version >> > of QGIS up and running in Visual Studio 10 (64 bit) using QT 4.7.3. We >> > have since discovered how integral GDAL is to QGIS. Undaunted, we >> > added a some t

[Qgis-developer] quality control

2011-05-25 Thread Sandro Santilli
I've just found out there are tests. When run, many failed, including segfaults. Is it possible that the tests are too hard to run ? If I recall correctly you need: 1) an explicit flag in cmake to enable (-D ENABLE_TESTS=1) 2) qgis installed (won't run before installing) 3) Desktop environment

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Peter Borissow
Hi Tim- We are playing with 1.6. We'll download the 1.7 branch right away. I agree, use of gdal should be abstracted away into a gdal provider. Sounds like we would create an OSSIM provider. And yes, we want to create/execute OSSIM image chains directly in QGIS! Thanks, Peter -Origin

Re: [Qgis-developer] QGIS Mobile [GSoC 2011]

2011-05-25 Thread Noli Sicad
Hybrid app ( (Qgis mobile lib) with QML and Jquery ) is the way to go for Android, iOS, Meego, WebOS, etc. mobile devices. QT works with jQuery. http://doc.qt.nokia.com/4.7-snapshot/webkit-fancybrowser-jquery-min-js.html http://2s22.ing.ula.ve/qt/webkit-fancybrowser.html Noli On 5/26/11, Marco

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Tim Sutton
Hi On Wed, May 25, 2011 at 10:07 PM, Peter Borissow wrote: > Hi Tim- >   We are playing with 1.6. We'll download the 1.7 branch right away. I agree, > use of gdal should be abstracted away into a gdal provider. Sounds like we > would create an OSSIM provider. > Just in case I wasnt clear in my

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Peter Borissow
Giovanni/Pirmin- Thanks for the links. Looks like a cool plugin for ossim planet. Our goals are a little different. I think Tim has a good idea of what we're trying to do. We'll be in touch soon. Thanks! Peter -Original Message- From: qgis-developer-boun...@lists.osgeo.org [mailto:

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Alister Hood
If anyone does try to use the ossim planet plugin on Windows: some months ago I posted (I think to the QGIS user list) a few minor fixes which were required to get the plugin to load. But I don't think I ever actually tested whether it worked. Alister > Date: Wed, 25 May 2011 16:22:02 -0400 > Fr

Re: [QGIS-OSSIM] [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Norman Vine
Peter I would be tempted to use the relatively new OssimSingleImageChain as the basis for the QGisOssimImageProvider as it seems to map relatively well to Radim's Raster Provider abstaction Cheers Norman On May 25, 2011, at 4:07 PM, Peter Borissow wrote: > Hi Tim- > We are playing with 1.6

Re: [Qgis-developer] crssync - windows

2011-05-25 Thread Hilmy Hashim
Looks like the latest trunk build 1.8.0-Trunk ef981f1 has no more errors reported in the CRS syncronization. *Hilmy* On Mon, May 23, 2011 at 1:24 PM, Hilmy Hashim wrote: > I get this too on OSGeo4W Windows 7 64-bit. I thought it had something to > do with crssync. > > > *Hilmy* > > > On Mon, M

[Qgis-developer] Re: SRS database update 1.8.0-Trunk Rev ad494d4

2011-05-25 Thread Hilmy Hashim
It looks like the latest build 1.8.0-Trunk ef981f1 has updated the srs.db and with the correct parameters for EPSG:3168 and EPSG:3375. Thanks devs. *Hilmy* On Sat, May 7, 2011 at 1:02 PM, Hilmy Hashim wrote: > I noticed the srs.db was updated in the latest build. I can see crssync > running.

Re: [Qgis-developer] crssync - windows

2011-05-25 Thread Ramon Andinach
Cool. My thanks to all involved. -ramon. On 26/05/2011, at 11:36 , Hilmy Hashim wrote: > Looks like the latest trunk build 1.8.0-Trunk ef981f1 has no more errors > reported in the CRS syncronization. > > Hilmy > > > On Mon, May 23, 2011 at 1:24 PM, Hilmy Hashim wrote: > I get this too on O

Re: [Qgis-developer] crssync - windows

2011-05-25 Thread Jürgen E . Fischer
Hi Ramon, On Thu, 26. May 2011 at 12:43:28 +0800, Ramon Andinach wrote: > Cool. My thanks to all involved. np Jürgen -- Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20 Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175-50 Software Engineer

Re: [Qgis-developer] Error installing CSW plugin

2011-05-25 Thread Paolo Cavallini
Il 25/05/2011 20:12, aperi2007 ha scritto: > Hi, > updating the CSW plugin I have this error: > > Couldn't load plugin cswclient due an error when calling its classFactory() > method Not confirmed under Debian, r77d2651. All the best. -- Paolo Cavallini: http://www.faunalia.it/pc _

Re: [Qgis-developer] quality control

2011-05-25 Thread Paolo Cavallini
Il 25/05/2011 22:06, Sandro Santilli ha scritto: > I've just found out there are tests. > When run, many failed, including segfaults. > Comments ? Agreed, it is very important now that QGIS is used in production. Sounds like a task for an ad hoc dev. I guess the current team cannot bear this addi

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-05-25 Thread Paolo Cavallini
Il 25/05/2011 22:15, Tim Sutton ha scritto: >> And yes, we want to create/execute OSSIM image chains directly in QGIS! > > Cool can't wait! IMHO the right thing to do is to integrate OSSIM in the new analytical framework, along with OTB, SAGA, etc. We are currently in the first stages of implem

Re: [Qgis-developer] Exception "Access Violation No RTTI- Data!" on windows XP (32 bit)

2011-05-25 Thread Paolo Cavallini
Il 25/05/2011 21:04, maaza mekuria ha scritto: > available under GPL.. But I do not understand what AFAIK means . You must > explain it > to me. http://en.wiktionary.org/wiki/AFAIK -- Paolo Cavallini: http://www.faunalia.it/pc ___ Qgis-developer mailin

Re: [Qgis-developer] mapfile tools do not install under Windows

2011-05-25 Thread Mathias Walker
Hi Giovanni Am Montag, 23. Mai 2011, um 11.07:52 schrieb Giovanni Manghi: > > this means that the plugin works only (under Windows) with mapserver > installed via osgeo4w? > Yes, you have to install mapserver and python-mapscript via OSGeo4W under Windows, as the plugin uses python-mapscript.