Re: [Qgis-developer] Crash of QGIS 2.4 built on RHEL 6 with Qt 5.3

2014-11-14 Thread Dave Johansen
Doh! That was a stupid user error on my part. When I made the .patch file
from your git repo, I only grabbed changes and didn't grab new files.
Thanks,
Dave

On Fri, Nov 14, 2014 at 5:05 PM, Matthias Kuhn  wrote:

> The module should be there
>
> https://github.com/qgis/QGIS/blob/qt5/cmake/modules/ECMQt4To5Porting.cmake
>
> Don't know why it won't find it.
>
> Matthias
>
>
> On 14.11.2014 22:58, Dave Johansen wrote:
> > I was just working on getting things packaged up to try and build a
> > .rpm, but when I run cmake now I get the following error:
> >
> > CMake Error at CMakeLists.txt:247 (INCLUDE):
> >   include could not find load file:
> >
> > cmake/modules/ECMQt4To5Porting.cmake
> >
> > Any ideas?
> >
> > Thanks,
> > Dave
> >
> > On Tue, Sep 9, 2014 at 8:03 AM, Dave Johansen  > > wrote:
> >
> > Ya, my hope is to get everything packed up and included in EPEL.
> > It will probably be a little bit until I get that all setup
> > because there are a few dependencies that need to be packaged as
> > well, but hopefully it won't be too long.
> > Dave
> >
> > On Tue, Sep 9, 2014 at 12:00 AM, Matthias Kuhn
> > mailto:matthias.k...@gmx.ch>> wrote:
> >
> > Good job.
> >
> > Can we hope for rpm files for these? Would be nice to offer them
> > officially.
> >
> > Matthias
> >
> > On Die 09 Sep 2014 00:34:36 CEST, Dave Johansen wrote:
> > > Yep, QWT and QWT-Polar were the offending libraries. Once I
> > built a
> > > Qt5 version and used this, QGIS 2.4 loaded up just fine on
> > RHEL 6.
> > > Thanks for the help,
> > > Dave
> > >
> > > On Mon, Sep 8, 2014 at 3:52 AM, Matthias Kuhn
> > mailto:matthias.k...@gmx.ch>
> > > >>
> wrote:
> > >
> > > Hi Dave,
> > >
> > > Maybe it could be QWT (and QWT-Polar) which are linked
> > against
> > > Qt4? You will probably have to recompile such
> > dependencies as well.
> > >
> > > On Fri 05 Sep 2014 08:24:33 PM CEST, Dave Johansen wrote:
> > >
> > > On Thu, Sep 4, 2014 at 11:38 PM, Matthias Kuhn
> > > mailto:matthias.k...@gmx.ch>
> > >
> > >  >   >  > > wrote:
> > >
> > > Hi Dave
> > >
> > > there is still Qt 4 involved (partially?) as the
> > 4 in the
> > > end of
> > > this line indicates:
> > >
> > > #10 0x73e24ce6 in __do_global_ctors_aux
> > () from
> > > /usr/lib64/libQtCore.so.4
> > >
> > > Did you clean the build directory after the
> > build attempts
> > > for master?
> > >
> > >
> > > I just did a complete clean build just to be sure
> > and it had
> > > the same
> > > crash. The same crash happened. Here's the output
> > from ldd
> > > grepped for qt:
> > >
> > > libQt5Sql.so.5 => /usr/lib64/libQt5Sql.so.5
> > > (0x00357c40)
> > > libQt5WebKit.so.5 => /usr/lib64/libQt5WebKit.so.5
> > > (0x00358520)
> > > libQt5WebKitWidgets.so.5 =>
> > > /usr/lib64/__libQt5WebKitWidgets.so.5
> > > (0x00358000)
> > > libqgis_core.so.2.4.0 =>
> > >
> >
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___core.so.2.4.0
> > > (0x7faf1211c000)
> > > libqgis_gui.so.2.4.0 =>
> > >
> >
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___gui.so.2.4.0
> > > (0x7faf11a01000)
> > > libqgis_analysis.so.2.4.0 =>
> > >
> >
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___analysis.so.2.4.0
> > > (0x7faf11772000)
> > > libQt5Quick.so.5 => /usr/lib64/libQt5Quick.so.5
> > > (0x00357c80)
> > > libQt5Qml.so.5 => /usr/lib64/libQt5Qml.so.5
> > > (0x00357b20)
> > > libQt5OpenGL.so.5 => /usr/lib64/libQt5OpenGL.so.5
> > > (0x00357f40)
> > > libQt5Sensors.so.5 => /usr/lib64/libQt5Sensors.so.5
> > > (0x00357fc0)
> > > libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5
> > > (0

Re: [Qgis-developer] Crash of QGIS 2.4 built on RHEL 6 with Qt 5.3

2014-11-14 Thread Matthias Kuhn
The module should be there

https://github.com/qgis/QGIS/blob/qt5/cmake/modules/ECMQt4To5Porting.cmake

Don't know why it won't find it.

Matthias


On 14.11.2014 22:58, Dave Johansen wrote:
> I was just working on getting things packaged up to try and build a
> .rpm, but when I run cmake now I get the following error:
>
> CMake Error at CMakeLists.txt:247 (INCLUDE):
>   include could not find load file:
>
> cmake/modules/ECMQt4To5Porting.cmake
>
> Any ideas?
>
> Thanks,
> Dave
>
> On Tue, Sep 9, 2014 at 8:03 AM, Dave Johansen  > wrote:
>
> Ya, my hope is to get everything packed up and included in EPEL.
> It will probably be a little bit until I get that all setup
> because there are a few dependencies that need to be packaged as
> well, but hopefully it won't be too long.
> Dave
>
> On Tue, Sep 9, 2014 at 12:00 AM, Matthias Kuhn
> mailto:matthias.k...@gmx.ch>> wrote:
>
> Good job.
>
> Can we hope for rpm files for these? Would be nice to offer them
> officially.
>
> Matthias
>
> On Die 09 Sep 2014 00:34:36 CEST, Dave Johansen wrote:
> > Yep, QWT and QWT-Polar were the offending libraries. Once I
> built a
> > Qt5 version and used this, QGIS 2.4 loaded up just fine on
> RHEL 6.
> > Thanks for the help,
> > Dave
> >
> > On Mon, Sep 8, 2014 at 3:52 AM, Matthias Kuhn
> mailto:matthias.k...@gmx.ch>
> > >> wrote:
> >
> > Hi Dave,
> >
> > Maybe it could be QWT (and QWT-Polar) which are linked
> against
> > Qt4? You will probably have to recompile such
> dependencies as well.
> >
> > On Fri 05 Sep 2014 08:24:33 PM CEST, Dave Johansen wrote:
> >
> > On Thu, Sep 4, 2014 at 11:38 PM, Matthias Kuhn
> > mailto:matthias.k...@gmx.ch>
> >
> >     > wrote:
> >
> > Hi Dave
> >
> > there is still Qt 4 involved (partially?) as the
> 4 in the
> > end of
> > this line indicates:
> >
> > #10 0x73e24ce6 in __do_global_ctors_aux
> () from
> > /usr/lib64/libQtCore.so.4
> >
> > Did you clean the build directory after the
> build attempts
> > for master?
> >
> >
> > I just did a complete clean build just to be sure
> and it had
> > the same
> > crash. The same crash happened. Here's the output
> from ldd
> > grepped for qt:
> >
> > libQt5Sql.so.5 => /usr/lib64/libQt5Sql.so.5
> > (0x00357c40)
> > libQt5WebKit.so.5 => /usr/lib64/libQt5WebKit.so.5
> > (0x00358520)
> > libQt5WebKitWidgets.so.5 =>
> > /usr/lib64/__libQt5WebKitWidgets.so.5
> > (0x00358000)
> > libqgis_core.so.2.4.0 =>
> >   
>  
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___core.so.2.4.0
> > (0x7faf1211c000)
> > libqgis_gui.so.2.4.0 =>
> >   
>  
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___gui.so.2.4.0
> > (0x7faf11a01000)
> > libqgis_analysis.so.2.4.0 =>
> >   
>  
> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___analysis.so.2.4.0
> > (0x7faf11772000)
> > libQt5Quick.so.5 => /usr/lib64/libQt5Quick.so.5
> > (0x00357c80)
> > libQt5Qml.so.5 => /usr/lib64/libQt5Qml.so.5
> > (0x00357b20)
> > libQt5OpenGL.so.5 => /usr/lib64/libQt5OpenGL.so.5
> > (0x00357f40)
> > libQt5Sensors.so.5 => /usr/lib64/libQt5Sensors.so.5
> > (0x00357fc0)
> > libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5
> > (0x003579e0)
> > libQt5PrintSupport.so.5 =>
> > /usr/lib64/libQt5PrintSupport.__so.5
> > (0x00357ee0)
> > libQt5Positioning.so.5 =>
> /usr/lib64/libQt5Positioning.__so.5
> > (0x00357f80)
> > libQt5Xml.so.5 => /usr/lib64/libQt5Xml.so.5
> > (0x00357a

Re: [Qgis-developer] Crash of QGIS 2.4 built on RHEL 6 with Qt 5.3

2014-11-14 Thread Dave Johansen
I was just working on getting things packaged up to try and build a .rpm,
but when I run cmake now I get the following error:

CMake Error at CMakeLists.txt:247 (INCLUDE):
  include could not find load file:

cmake/modules/ECMQt4To5Porting.cmake

Any ideas?

Thanks,
Dave

On Tue, Sep 9, 2014 at 8:03 AM, Dave Johansen 
wrote:

> Ya, my hope is to get everything packed up and included in EPEL. It will
> probably be a little bit until I get that all setup because there are a few
> dependencies that need to be packaged as well, but hopefully it won't be
> too long.
> Dave
>
> On Tue, Sep 9, 2014 at 12:00 AM, Matthias Kuhn 
> wrote:
>
>> Good job.
>>
>> Can we hope for rpm files for these? Would be nice to offer them
>> officially.
>>
>> Matthias
>>
>> On Die 09 Sep 2014 00:34:36 CEST, Dave Johansen wrote:
>> > Yep, QWT and QWT-Polar were the offending libraries. Once I built a
>> > Qt5 version and used this, QGIS 2.4 loaded up just fine on RHEL 6.
>> > Thanks for the help,
>> > Dave
>> >
>> > On Mon, Sep 8, 2014 at 3:52 AM, Matthias Kuhn > > > wrote:
>> >
>> > Hi Dave,
>> >
>> > Maybe it could be QWT (and QWT-Polar) which are linked against
>> > Qt4? You will probably have to recompile such dependencies as well.
>> >
>> > On Fri 05 Sep 2014 08:24:33 PM CEST, Dave Johansen wrote:
>> >
>> > On Thu, Sep 4, 2014 at 11:38 PM, Matthias Kuhn
>> > mailto:matthias.k...@gmx.ch>
>> > >>
>> > wrote:
>> >
>> > Hi Dave
>> >
>> > there is still Qt 4 involved (partially?) as the 4 in the
>> > end of
>> > this line indicates:
>> >
>> > #10 0x73e24ce6 in __do_global_ctors_aux () from
>> > /usr/lib64/libQtCore.so.4
>> >
>> > Did you clean the build directory after the build attempts
>> > for master?
>> >
>> >
>> > I just did a complete clean build just to be sure and it had
>> > the same
>> > crash. The same crash happened. Here's the output from ldd
>> > grepped for qt:
>> >
>> > libQt5Sql.so.5 => /usr/lib64/libQt5Sql.so.5
>> > (0x00357c40)
>> > libQt5WebKit.so.5 => /usr/lib64/libQt5WebKit.so.5
>> > (0x00358520)
>> > libQt5WebKitWidgets.so.5 =>
>> > /usr/lib64/__libQt5WebKitWidgets.so.5
>> > (0x00358000)
>> > libqgis_core.so.2.4.0 =>
>> >
>>  /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___core.so.2.4.0
>> > (0x7faf1211c000)
>> > libqgis_gui.so.2.4.0 =>
>> >
>>  /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___gui.so.2.4.0
>> > (0x7faf11a01000)
>> > libqgis_analysis.so.2.4.0 =>
>> >
>>  
>> /home/dlj/projects/qgis-qt5/__build/../install/lib/libqgis___analysis.so.2.4.0
>> > (0x7faf11772000)
>> > libQt5Quick.so.5 => /usr/lib64/libQt5Quick.so.5
>> > (0x00357c80)
>> > libQt5Qml.so.5 => /usr/lib64/libQt5Qml.so.5
>> > (0x00357b20)
>> > libQt5OpenGL.so.5 => /usr/lib64/libQt5OpenGL.so.5
>> > (0x00357f40)
>> > libQt5Sensors.so.5 => /usr/lib64/libQt5Sensors.so.5
>> > (0x00357fc0)
>> > libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5
>> > (0x003579e0)
>> > libQt5PrintSupport.so.5 =>
>> > /usr/lib64/libQt5PrintSupport.__so.5
>> > (0x00357ee0)
>> > libQt5Positioning.so.5 =>
>> /usr/lib64/libQt5Positioning.__so.5
>> > (0x00357f80)
>> > libQt5Xml.so.5 => /usr/lib64/libQt5Xml.so.5
>> > (0x00357a20)
>> > libQt5Concurrent.so.5 => /usr/lib64/libQt5Concurrent.__so.5
>> > (0x7faf1133c000)
>> > libQt5Svg.so.5 => /usr/lib64/libQt5Svg.so.5
>> > (0x7faf110eb000)
>> > libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5
>> > (0x00357ba0)
>> > libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5
>> > (0x00357aa0)
>> > libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5
>> > (0x003578a0)
>> > libQtSvg.so.4 => /usr/lib64/libQtSvg.so.4
>> (0x00358220)
>> > libQtGui.so.4 => /usr/lib64/libQtGui.so.4
>> (0x7faf0fda5000)
>> > libQtCore.so.4 => /usr/lib64/libQtCore.so.4
>> > (0x7faf0f941000)
>> >
>> > So it looks like you already pointed out that the Qt4
>> > libraries are
>> > being linked in as well for some reason. Any ideas on what I
>> > should do
>> > to run down where this issue is coming from?
>> >
>> > For your other question (lrelease-qt5) you can revert this
>> > commit:
>> > 9c6f1698fcb3df758f024fad99ed6506d6a38e0d
>> >
>> > 

[Qgis-developer] Installing QGIS mobile viewer (OL3) on Windows machine

2014-11-14 Thread PMD
Hi everyone, 

Has anyone installed the OL3 Mobile Viewer on a Windows machine yet
https://github.com/sourcepole/ol3-mobile-viewer/ ?  Any chance someone could
share how they did it?

Thanks!
C



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Installing-QGIS-mobile-viewer-OL3-on-Windows-machine-tp5173089.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] MetaSearch problem

2014-11-14 Thread Paolo Cavallini
Il 14/11/2014 18:57, Tom Kralidis ha scritto:
> Hi Paolo: I think this is due to the issue per
> https://github.com/geopython/MetaSearch/issues/68 Solution and
> workarounds discussed there. This has since been fixed in OWSLib
> (0.8.10), MetaSearch (0.3.2) and QGIS master and 2.6 branch.
> 
> Are there any plans for a 2.6.1 release? Otherwise this would show up in 2.8.

I'd be in favour of 2.6.1.
Thanks.
-- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] MetaSearch problem

2014-11-14 Thread Tom Kralidis
Hi Paolo: I think this is due to the issue per
https://github.com/geopython/MetaSearch/issues/68 Solution and
workarounds discussed there. This has since been fixed in OWSLib
(0.8.10), MetaSearch (0.3.2) and QGIS master and 2.6 branch.

Are there any plans for a 2.6.1 release? Otherwise this would show up in 2.8.

On Sat, Nov 8, 2014 at 2:48 AM, Paolo Cavallini  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Il 08/11/2014 01:19, Tom Kralidis ha scritto:
>> Hi Paulo: I can't reproduce the error against the RNDT and
>> Geoportale CSW endpoints using 2.6.  Which version of
>> QGIS/MetaSearch are you working off?  It looks like MetaSearch is
>> being loaded from a local plugin install.
>
> Hi Tom,
> I had 0.3.2. Uninstalled, stock 0.3.1 appears > Errror > No module
> named maindialog; updated, back to 0.3.2 > Error:
>
> Traceback (most recent call last):
>   File
> "/home/paolo/.qgis2/python/plugins/MetaSearch/dialogs/maindialog.py",
> line 421, in search
> self.timeout = self.spnTimeout.value()
> AttributeError: 'MetaSearchDialog' object has no attribute 'spnTimeout'
>
> Then started a clean --configpath (thus 0.3.1, oddly enough no error);
> when searching I got various errors:
>
> * Data.gov CSW
> Errore di connessione: timed out
>
> * Geonorge
> Errore di connessione: Opening and ending tag mismatch: link line 6
> and head, line 57, column 9
>
> * Nationaal Georegister
> Errore di connessione: HTTP Error 401: Unauthorized
>
> * Geoportale nazionale
> Traceback (most recent call last):
>   File
> "/usr/share/qgis/python/plugins/MetaSearch/dialogs/maindialog.py",
> line 467, in search
> self.display_results()
>   File
> "/usr/share/qgis/python/plugins/MetaSearch/dialogs/maindialog.py",
> line 479, in display_results
> 's'[self.catalog.results['matches'] == 1:])
> TypeError: %d format: a number is required, not str
>
> Basically I cannot get anything.
>
> Thanks.
> - --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1
>
> iEYEARECAAYFAlRdyt8ACgkQ/NedwLUzIr7T4QCgl2v2WzzTkdRtkTOfiWssYsEE
> tfcAnRuglOsl889fSZNrPVkM3iqI26ca
> =9BAG
> -END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] pb with change attribute value

2014-11-14 Thread Nejia
Hi,

 

I have a tool that allow to edit attribute of features (only one attribute):

1-  I select the feature by click on it: vectorLayer->getFeatures(
QgsFeatureRequest().setFilterRect( tSelectRect ).setFlags(
QgsFeatureRequest::ExactIntersect ))

2-  Modify the attribute

3-  Validate attribute change : vectorLayer->changeAttributeValue(
fId(), iField, newValue,oldValue );

 

The attribute change in attribute table but not on the label (layer is
labeled with the attribute) and in the identify result dialog.

 

I compile my plugin with libraries of Qgis 2.6 shipped with OSGeo4W.

 

Best regards

Nejia

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] QGIS custom widgets with python plugins

2014-11-14 Thread Ziegler Stefan
Hi 

I sucessfully used QGIS custom widgets (eg. qgscollapsiblegroupbox) in qt 
designer in and then with python plugins with "uic.loadUiType()". Using the 
"traditional" pyuic approach I get an missing module error when starting QGIS:

ImportError: No module named qgscollapsiblegroupbox

I'm on Ubuntu 14.04 with an own compiled QGIS master. Do I have to put 
"libqgis_customwidgets.so.2.7.0" somewhere specific? Or is there anything else 
I have to do?

Regards
Stefan 

Freundliche Grüsse 
Stefan Ziegler 
Kantonsgeometer 

Amt für Geoinformation
Amtliche Vermessung 
Rötistrasse 4 
4500 Solothurn 

Telefon +41 32 627 75 96
Telefax +41 32 627 75 98 
stefan.zieg...@bd.so.ch
http://www.so.ch 


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Improving the legend for map-units, data-defined symbology, diagrams and labels

2014-11-14 Thread Régis Haubourg
Andreas Neumann wrote
> 1. Support for legends for graphical properties defined with map units. 
> Currently these legends display in the print composer at very strange, 
> unpredictable and unusable sizes. E.g. a stroke-width or dash defined in 
> map units is either way too big or too small. Same for symbol sizes 
> defined in map units. We need a way to translate these map units in 
> usable paper units suitable for display in the legend. Let the map 
> author define a corresponding mm size (along with the map units) - 
> solely for the display of the legend.

+1 !


Andreas Neumann wrote
> 3. Legends for diagrams (pie charts, bar charts) - something similar to 
> http://esri.force.com/servlet/rtaImage?eid=08730008Nki&feoid=Body&refid=0EM3000Co0O
>  
> - showing both sizes and colors - nicely stacked into each other.

Hi Andreas, 
we are now launching a contract that will add to QGIS size varying legend in
composer and mapcanvas legend, pretty similar to the one you show. It will
not solve the diagram color part, but adds a size varying legend below color
legend when it exists (and it doesn't for diagram now). 

It will also add label data defined widgets to all symbology options,
instead of a new dialog. 

It will also add an assistant GUI to help a user choose proportionnality
rules (min size, max size fetched from data or expression, flannery, surface
size or linear function..)

I hope we will make it for 2.8, I got delayed a lot on that (we talked about
it a while ago with Martin)


Andreas Neumann wrote
> 2. Display of legends for graphical properties defined with data-defined 
> symbology. We need a way to specify common graphical properties in the 
> legend that are of interest in the legend. F.e. - if I define the colors 
> data-defined I would like to be able to specify the expected colors that 
> may appear in my data/project. This could be either done dynamically (by 
> scanning the data) or statically (decided by the map author). Perhaps 
> both methods. To me, the static method may be more predictable and more 
> performant.


Unfortunately, we will not have in this contract this data defined legend
collect tool, except when using size varying assistant. I would have liked
to, but I think it deserves a QEP. 
I  would suggest a tool to collect asynchroneously existing symbols rendered
on the map extent, in a new tab of layer properties, where user can finalize
the legend by hand. Agreed with you, I would love an automatic tool, but I
can see how we could do that. 

Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Improving-the-legend-for-map-units-data-defined-symbology-diagrams-and-labels-tp5172915p5172990.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.6 - Open postgis raster: decimal separator problem?

2014-11-14 Thread Giovanni Manghi
> Hi devs,
>
> I'm unable to open Postgis rasters using the default language setting,
> which is pt_PT.UTF-8 in my case. By overriding language settings, I can
> open Postgis rasters. Maybe something related with the decimal_point
> setting in LC_NUMERIC?
>
> I didn't find any bug related with this issue. Can some else confirm
> this problem? Should I submit a bug?
>
> How to reproduce the problem (if decimal_point == ',' and not '.'):


it may be unrelated, but I recall a ticket about systems (Windows in
that case) were using the "," instead of "." for decimal separator
cause(d) issues at many levels. I can't find the ticket now and I
can't remember if the issue was fixed or not.

cheers!


-- 
Giovanni Manghi
Faunalia.pt
Sistemas de Informação Geográfica Open Source
Portugal

Web: http://www.faunalia.pt
Email & Jabber: giovanni.man...@faunalia.pt
PGP Key available
Tel. + 351 96 7058216
--
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS 2.6.0 georeferencer fails in windows

2014-11-14 Thread Roy

Hi
Il 14/11/2014 10.47, Jonathan Moules ha scritto:

Hi Roy,
I just did a quick one and it worked; Windows using the stand alone installed 
version, 64bit I think.

Which transformation are you using? I tested polynomial 1.

That said, if it's repeatable, it's probably worth reporting as a bug anyway; 
including the sample data and detailed info.

Cheers,
Jonathan


The problem is happening with "big" raster (5680 x 4848), i tested it on 
a smaller one and it worked;
even though the process is failing i get an output with only a quarter 
of the image processed ...

it fails with any kind of transformation ...
to test it must be used a 32bit install because possibly 64bit do not 
split the data during the transform process


Roy.


-Original Message-
From: qgis-developer-boun...@lists.osgeo.org 
[mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Roy
Sent: Friday, November 14, 2014 9:35 AM
To: QGIS Developer Mailing List
Subject: [Qgis-developer] QGIS 2.6.0 georeferencer fails in windows

Dear list,

i'm georeferencing some rasters and the georeferencing process fails (in 
winodows osgeo4w 32bit) with this message:

   failed to compute GCP transform: Transform is not solvable

the georeferencing process works in linux using the very same data (raster and 
GCP list) is it only my system or should i open a bug report ?

thanks,

Roy.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


This message has been scanned for viruses by MailControl - www.mailcontrol.com



Click 
https://www.mailcontrol.com/sr/!U2xHBz6!6PGX2PQPOmvUgfUspOYWKRbcUkhPk2aSypSSjzNKybY9IsDGAD0hjxQxXDcnlWWD4mTKOxjbsImtQ==
 to report this email as spam.



HR Wallingford and its subsidiaries uses faxes and emails for confidential and 
legally privileged business communications. They do not of themselves create 
legal commitments. Disclosure to parties other than addressees requires our 
specific consent. We are not liable for unauthorised disclosures nor reliance 
upon them.
If you have received this message in error please advise us immediately and 
destroy all copies of it.

HR Wallingford Limited
Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
Registered in England No. 02562099




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS 2.6.0 georeferencer fails in windows

2014-11-14 Thread Jonathan Moules
Hi Roy,
I just did a quick one and it worked; Windows using the stand alone installed 
version, 64bit I think.

Which transformation are you using? I tested polynomial 1.

That said, if it's repeatable, it's probably worth reporting as a bug anyway; 
including the sample data and detailed info.

Cheers,
Jonathan

-Original Message-
From: qgis-developer-boun...@lists.osgeo.org 
[mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Roy
Sent: Friday, November 14, 2014 9:35 AM
To: QGIS Developer Mailing List
Subject: [Qgis-developer] QGIS 2.6.0 georeferencer fails in windows

Dear list,

i'm georeferencing some rasters and the georeferencing process fails (in 
winodows osgeo4w 32bit) with this message:

  failed to compute GCP transform: Transform is not solvable

the georeferencing process works in linux using the very same data (raster and 
GCP list) is it only my system or should i open a bug report ?

thanks,

Roy.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


This message has been scanned for viruses by MailControl - www.mailcontrol.com



Click 
https://www.mailcontrol.com/sr/!U2xHBz6!6PGX2PQPOmvUgfUspOYWKRbcUkhPk2aSypSSjzNKybY9IsDGAD0hjxQxXDcnlWWD4mTKOxjbsImtQ==
 to report this email as spam.



HR Wallingford and its subsidiaries uses faxes and emails for confidential and 
legally privileged business communications. They do not of themselves create 
legal commitments. Disclosure to parties other than addressees requires our 
specific consent. We are not liable for unauthorised disclosures nor reliance 
upon them.
If you have received this message in error please advise us immediately and 
destroy all copies of it.

HR Wallingford Limited
Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom
Registered in England No. 02562099


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS 2.6.0 georeferencer fails in windows

2014-11-14 Thread Roy

Dear list,

i'm georeferencing some rasters and the georeferencing process fails (in 
winodows osgeo4w 32bit) with

this message:

 failed to compute GCP transform: Transform is not solvable

the georeferencing process works in linux using the very same data 
(raster and GCP list)

is it only my system or should i open a bug report ?

thanks,

Roy.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Groups in Layers panel

2014-11-14 Thread Roy


Il 14/11/2014 07.23, Zoltan Szecsei ha scritto:

Hi,
I'm dealing with quite a number of vector map tiles, and I have 
grouped many of them with a common theme.


If your data have a common theme i suppose they are all belonging to the 
same dataset so

maybe merging the data will solve the problem...



What I'm finding pretty unworkable, is that when I want to set 
rendering style, I have to do it individually per map in that group, 
and likewise, when I want to Identify a feature within that group, I 
have to click through each map in that group in order to find which 
map in that group holds the feature I want to identify.


There are probably quite a few other actions that would be easier to 
work at a group level rather than a map level,

but:

Am I attacking this issue the wrong way, or is there a possibility 
that some of these actions can be processed by QGIS at a map-group level?


Regards to all,
Zoltan



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Improving the legend for map-units, data-defined symbology, diagrams and labels

2014-11-14 Thread Roy


Il 14/11/2014 00.22, Andreas Neumann ha scritto:
 But I think we need to be able to restrict legends where map units 
are involved to a certain min/max scale range. So the symbols don't 
get too big or too small and get into each others way.


But in this way you'll have a legend not representing the symbology that 
is represented in the map and i think this would be an error;
using map units you can however restrict the layer visibility according 
to the nominal scale of your data (or min/max scale).


my 2c, Roy.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer