[Qgis-developer] Integrating OSSIM with QGIS
Mingjie Su
Su.Ming at geoeye.com
Thu Jun 23 16:54:23 EDT 2011
Hi Tim,
We already installed GIT and checked out the master code. We also created a branch on my machine, I am wondering if I need to get permission from you to push our branch over to community.
Thanks,
Ming
-----Original Message-----
From: Mingjie Su
Sent: Wednesday, June 22, 2011 9:37 AM
To: 'Tim Sutton'
Cc: Alexander Bruy; qgis-developer at lists.osgeo.org; 'Peter Borissow'; qgis-ossim at lists.sourceforge.net; Harsh Govind
Subject: RE: [Qgis-developer] Integrating OSSIM with QGIS
Thanks a lot, Tim. I will take a look at Coding document and follow the rules.
Ming
-----Original Message-----
From: Tim Sutton [mailto:lists at linfiniti.com]
Sent: Tuesday, June 21, 2011 8:04 PM
To: Mingjie Su
Cc: Alexander Bruy; qgis-developer at lists.osgeo.org; Peter Borissow; qgis-ossim at lists.sourceforge.net; Harsh Govind
Subject: Re: [Qgis-developer] Integrating OSSIM with QGIS
On Tue, Jun 21, 2011 at 6:21 PM, Mingjie Su <Su.Ming at geoeye.com> wrote:
> Hi Tim,
>
> Attached is our source code. Please let us know your suggestions.
>
I received it thanks. I am busy building now. Could I point you to the
CODING document in the top level of master
https://github.com/qgis/Quantum-GIS/blob/master/CODING
Section 2.7 explains the 'nice' way to share patches etc. Your changes
are out of date with master and as they are not in a patch, they
remove various changes that have been made upstream. Basically if you
follow our guidelines of submitting patches (or creating a fork on
github), it makes it much easier to evaluate your changes.
I got some an error when running cmake:
CMake Error at src/app/CMakeLists.txt:407 (ADD_EXECUTABLE):
Cannot find source file "qgsnewvectorlayerdialog.cpp". Tried extensions .c
.C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
I had a quick look at your settings class QgisAppSettings and as Alex
suggests, it would be much better to use the QgsOptions and / or
QSettings to manage this (or even QgsProject if you want to store the
setting per-project).
I'm going to be travelling the next few days, but I will try to test
any updated patches you make available.
Best regards
> Thanks,
>
> Ming
>
> -----Original Message-----
> From: Tim Sutton [mailto:lists at linfiniti.com]
> Sent: Tuesday, June 21, 2011 4:36 AM
> To: Alexander Bruy
> Cc: Mingjie Su; qgis-developer at lists.osgeo.org; Peter Borissow; qgis-ossim at lists.sourceforge.net; Harsh Govind
> Subject: Re: [Qgis-developer] Integrating OSSIM with QGIS
>
> Hi
>
> On Tue, Jun 21, 2011 at 7:58 AM, Alexander Bruy
> <alexander.bruy at gmail.com> wrote:
>> Hi,
>>
>> 2011/6/20 Mingjie Su <Su.Ming at geoeye.com>:
>>> 1) Since QGIS is hard coded to use the GDAL provider, we added the QgisAppSettings class to load the global settings (which is a plain text file with key/value pair) to select provider.
>>
>> maybe I miss something in discussion but is this new
>> class (QgisAppSettings) is neccessary and why not use
>> QSettings for this? There is a qgsoptions.h/cpp files to
>> read and write QGIS setting
>>
>
> You are probably correct though its hard to discuss it without seeing
> the code yet.
>
> Regards
>
> Tim
>
>> --
>> Alexander Bruy
>>
>
>
>
> --
> Tim Sutton - QGIS Project Steering Committee Member (Release Manager)
> ==============================================
> Please do not email me off-list with technical
> support questions. Using the lists will gain
> more exposure for your issues and the knowledge
> surrounding your issue will be shared with all.
>
> Visit http://linfiniti.com to find out about:
> * QGIS programming and support services
> * Mapserver and PostGIS based hosting plans
> * FOSS Consulting Services
> Skype: timlinux
> Irc: timlinux on #qgis at freenode.net
> ==============================================
>
--
Tim Sutton - QGIS Project Steering Committee Member (Release Manager)
==============================================
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.
Visit http://linfiniti.com to find out about:
* QGIS programming and support services
* Mapserver and PostGIS based hosting plans
* FOSS Consulting Services
Skype: timlinux
Irc: timlinux on #qgis at freenode.net
==============================================
More information about the Qgis-developer
mailing list