Hi devs,
I agree with Marco and Martin : following the SLD logic would be great. It
would help a lot people used to SLD to understand the logic of Qgis styling.
I also think we should keep the logic easy to understand while not loosing
too much power.
Talking about SLD import/export... Using Qgis
> In any case, I like your suggestion to put wrappers to all these new plugins
> (C++ also) under the "Vector" menu. THere's been a lot of discussion
> regarding consolidating plugins under categories /menu topics to make things
> easier to find. Any spatial query tools should, in my opinion appear
Il giorno mar, 08/03/2011 alle 08.20 +0200, Micha Silver ha scritto:
> Perhaps an effort to organize all these tools in one place
> would be worthwhile.
Agreed. That's why I insist (sorry, I know I'm bothering) we need a
common development platform for plugins, so that developers can
collaborate
Il giorno lun, 07/03/2011 alle 22.48 +, Carson Farmer ha scritto:
> However, I really don't think this should be the 'default' or
> primary/sole output type. I think what I'll probably do is simply add
> 'output options' to the current output file dialog, such that users
> can choose memory lay
Il giorno lun, 07/03/2011 alle 23.29 +0100, Borys Jurgiel ha scritto:
> Actually I think there's no simple answer what is better. I prefer to use
> memory layers as long as it's possible. So I'd prefer to see three options:
>
> - save to memory layer [...name...] and add to the canvas
> - save to
Il giorno lun, 07/03/2011 alle 22.43 +, Carson Farmer ha scritto:
> So a tool to delete vector(s)/raster(s) and associated files.
> Something like a open file dialog where you can select x number of
> QGIS supported vector/raster files, and delete them all in one go?
> That *would* be handy...
Hi
On Tue, Mar 8, 2011 at 8:20 AM, Micha Silver wrote:
8<--snip--
>
> Where is this "spatial query". I updated a Win XP machine last night to the
> latest 1.7 with OSGeo4W setup, and I don't find any spatial query?
>
Its a C++ plugin, you can find it in the plug
Dnia wtorek 08 marca 2011 o 11:26:50 Paolo Cavallini napisał(a):
> Il giorno lun, 07/03/2011 alle 22.43 +, Carson Farmer ha scritto:
> > So a tool to delete vector(s)/raster(s) and associated files.
> > Something like a open file dialog where you can select x number of
> > QGIS supported vector
Are you talking about my FileBrowser plugin, if so I was thinking about
adding support to delete and rename files some time in the future just have
been super busy and haven't had a chance. If someone wants to try it for me
the code is up on https://github.com/madmanwoo/QGIS-File-Browser you can
j
Attached is a quick attempt at it... Pretty rough but it works...
Carson
On Tue, Mar 8, 2011 at 11:36 AM, Nathan Woodrow wrote:
> Are you talking about my FileBrowser plugin, if so I was thinking about
> adding support to delete and rename files some time in the future just have
> been super bus
Dear all,
I just noticed that there is no way to set the output cell
size (resolution) in GdalTools and QGIS 1.6.
Unfortunately, this renders tools like "gdal_grid" and
"gdal_rasterize" unusable.
I found a discussion of this issue here:
https://trac.osgeo.org/qgis/ticket/2941
And it ends on a n
Thanks for the patch greatly appreciated, I have applied it and have pushed
a new branch (https://github.com/madmanwoo/QGIS-File-Browser/tree/renametest)
to my github account while I test and add some things, mainly error
handling, to it then I will make merge and release.
Thanks again.
- Nathan
Il giorno mar, 08/03/2011 alle 11.47 +, Carson Farmer ha scritto:
> Attached is a quick attempt at it... Pretty rough but it works...
BTW: QGIS File Browser plugin seems to forget about its setting at every
startup of QGIS. It would be good to have it always in place, memebering
folder state e
On Mar 8, 2011, at 1:43 AM, Martin Dobias wrote:
> On Tue, Mar 8, 2011 at 4:55 AM, William Kyngesburye
> wrote:
>> Lines 806-826, still some old shortcuts->... stuff here. It won't compile.
>
> Hi William,
>
> r15387 should fix that.
>
> Martin
It compiles now. But something is wrong, I thi
The following workaround may shed some light on the source of the problem:
Comment out the first line of retranslateUI in ui_ggisapp.h
(MainWindow->setWindowTitle)
This suggests to me that something needed by setWindowTitle for this
object may not be initialized yet.
Tom
William Kyngesbur
On Tue, Mar 8, 2011 at 5:29 PM, Tom Elwertowski
wrote:
> The following workaround may shed some light on the source of the problem:
>
> Comment out the first line of retranslateUI in ui_ggisapp.h
> (MainWindow->setWindowTitle)
>
> This suggests to me that something needed by setWindowTitle for thi
Removing the windowTitle property from qgisapp.ui works for me. The
title after startup is "Quantum GIS r15387M" so it's still being set
somewhere later.
Tom
Martin Dobias wrote:
On Tue, Mar 8, 2011 at 5:29 PM, Tom Elwertowski
wrote:
The following workaround may shed some light on the sou
Dear hackers,
As a member of the Orfeo Toolbox "core" development team, I propose to
join you at the next HackFest in Lisbon.
This would be a great occasion to discuss with you about :
- the image processing needs in QGis, and how they can eventually be
fulfilled by OTB.
- the UI / end-user a
Hi Julien
On Tue, Mar 8, 2011 at 7:28 PM, Julien Malik wrote:
> Dear hackers,
>
> As a member of the Orfeo Toolbox "core" development team, I propose to join
> you at the next HackFest in Lisbon.
>
> This would be a great occasion to discuss with you about :
> - the image processing needs in QGis
Merged to trunk.
Radim
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer
Hi can anybody confirm following behavior ?
Would You please configure Your QGIS to "Open attribute table in dock
window", load this example data [1] and choose Layer -> Open Attribute
Table ?
In my case attribute table window is opened with blank buttons without
any icons. Icons will appear when
hi Ivan!
Testet and confirmed.. no Icons appear - only when you move mouse cursor
over it ..
Tested latest trunk version r15392
so you can open a ticket..
regards
werner
On 03/08/11 22:25, Ivan Mincik wrote:
> Hi can anybody confirm following behavior ?
>
> Would You please configure Your QGI
On Tue, Mar 8, 2011 at 10:51 PM, Werner Macho wrote:
> hi Ivan!
>
> Testet and confirmed.. no Icons appear - only when you move mouse cursor
> over it ..
>
> Tested latest trunk version r15392
>
> so you can open a ticket..
Thanks
___
Qgis-developer mai
\o/ \o/ \o/ \o/ <-- happy QGIS users everywhere
On Tue, Mar 8, 2011 at 9:17 PM, Radim Blazek wrote:
> Merged to trunk.
>
> Radim
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-deve
Finally! :-) It's impressing. I observe two issues only:
1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in
layer context menu and the one in toolbar). By the way, why there are the two
tools for stretching? The one in toolbar works with grayscale rasters only,
while th
Works beautifully (I'm looking at a reprojected alaska landcover test
dataset as I type this)! One comment though: The Debug output is
*extremely* verbose... as in... it looks like the matrix screen with
numbers running down my console ;-) Is this necessary?
Carson
On Tue, Mar 8, 2011 at 11:32 PM
Sounds like a plan, I'll add that to the TODO list not sure when I'll get to
it though.
Of course if anyone else would like to have a go at it I would be quite
happy to take it.
- Nathan
On Wed, Mar 9, 2011 at 12:15 AM, Paolo Cavallini wrote:
> Il giorno mar, 08/03/2011 alle 11.47 +, Carson
Indeed, that works for me also.
On Mar 8, 2011, at 11:17 AM, Tom Elwertowski wrote:
> Removing the windowTitle property from qgisapp.ui works for me. The title
> after startup is "Quantum GIS r15387M" so it's still being set somewhere
> later.
>
> Tom
>
>
> Martin Dobias wrote:
>> On Tue, Ma
Hi William,
Looking forward to see the new raster provider in QGIS Mac OS X build.
Watching your Developer Build.
http://www.kyngchaos.com/software/qgis
Thanks.
Noli
On 3/9/11, William Kyngesburye wrote:
> Indeed, that works for me also.
>
> On Mar 8, 2011, at 11:17 AM, Tom Elwertowski wrote
Hi All
I've recently had problems with loading project files and think it would be
good to change the handling of this a bit!
First a bit of background.
My problems originally came from the changes to the delimited text provider to
use Qurl.fromLocalFile as the datasource. I think this is a g
Devs,
I had problem with image to set "on the fly".
The example of image is:
http://www.engesat.com.br/cddemo/ikonos/11bits/composicao/psm/geotiff/guaxupe_psm11.zip
I am testing with:
1) Windows XP
2) QGIS 1.7 r15395
The QGIS crash with steps below:
1) Open image
2) Enable "on the fly" with
I can confirm this with this data.
It is further than I get with my datasets. I usually only get to step 2, and
the datum is unimportant.
It's quite annoying because it means that any dataset I have with a raster, and
"on the fly" selected causes qgis-dev to crash.
-ramon.
- Original Mes
Devs,
I tried compile QGIS r15395, in ubuntu 10.10, and get this message:
[ 35%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o
In file included from /home/lmotta/dev/cpp/qgis/src/app/main.cpp:66:
/home/lmotta/dev/cpp/qgis/src/app/qgisapp.h:83: fatal error:
ui_qgisapp.h: Arquivo ou d
Also seg
faults under Linux on Slackware 13.1 with no error message.
On 03/08/2011 07:55 PM, custard wrote:
I can confirm this with this data.
It is further than I get with my datasets. I usually only get to step 2, and the datum is unimportant.
It's quite
Hi,
a bit more verbosity is necessary in this stage, I have commented the
matrix output however.
Radim
On Wed, Mar 9, 2011 at 1:08 AM, Carson Farmer wrote:
> Works beautifully (I'm looking at a reprojected alaska landcover test
> dataset as I type this)! One comment though: The Debug output is
>
On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel wrote:
> 1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in
> layer context menu and the one in toolbar).
Fixed.
> By the way, why there are the two
> tools for stretching? The one in toolbar works with grayscale rasters onl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/08/2011 08:17 PM, Radim Blazek wrote:
> Merged to trunk.
Congratulations,
I was testing WMS layer reprojection. It is working flawlessly. I am
impressed by speed.
Perfect work.
- --
Ivan Mincik, Gista s.r.o.
-BEGIN PGP SIGNATURE-
Vers
Hi
On Wed, Mar 9, 2011 at 8:33 AM, Radim Blazek wrote:
> On Wed, Mar 9, 2011 at 12:32 AM, Borys Jurgiel wrote:
>> 1. Histogram stretch doesn't work with OTFR enabled (both tools: the one in
>> layer context menu and the one in toolbar).
>
> Fixed.
>
>> By the way, why there are the two
>> tools
Hi
really impressive! What is the behaviour with WMS layer reprojection? It
seems that QGIS is still doing some reprojection/resampling when OTF
reprojection is enabled but the server is able to serve the desired
projection.
regards
Stefan
> -Ursprüngliche Nachricht-
> Von: Ivan Minc
Hi all.
I added some details to the topics:
http://www.qgis.org/wiki/5._QGIS_Hackfest_in_Lisbon_2011#Topics
It started as a simple thing, but it may now be a bit too much - feel
free to move it elsewhere.
I quickly reviewed our web infrastructure, and I think it is getting
*really* too complex. Any
Il giorno mar, 08/03/2011 alle 22.58 -0300, Luiz Motta ha scritto:
> Devs,
>
> I tried compile QGIS r15395, in ubuntu 10.10, and get this message:
Just compiled in Debian unstable, all went smoothly.
All the best.
--
http://www.faunalia.it/pc
___
Qg
Il giorno mar, 08/03/2011 alle 20.17 +0100, Radim Blazek ha scritto:
> Merged to trunk.
Thanks Radim.
Debian unstable user on amd64 can apt-get packages from
deb http://int.faunalia.it/~paolo/debian/ unstable/
All the best.
--
http://www.faunalia.it/pc
_
tried with QGIS r15398
no crash - everything seems to work - so probably it was a change in the
last 3 commits ..
regards
Werner
On 03/09/11 02:59, Jim Hammack wrote:
> Also seg faults under Linux on Slackware 13.1 with no error message.
>
> On 03/08/2011 07:55 PM, custard wrote:
>> I can confirm
On Wed, Mar 9, 2011 at 2:58 AM, Luiz Motta wrote:
> Devs,
>
> I tried compile QGIS r15395, in ubuntu 10.10, and get this message:
>
> [ 35%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o
> In file included from /home/lmotta/dev/cpp/qgis/src/app/main.cpp:66:
> /home/lmotta/dev/cpp/qgi
44 matches
Mail list logo