Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Matthias Kuhn
I think Nyall will have some more information where things go right and
where they (can) go wrong.

Before improving the dialog text, we will need some insights into what
actually can go wrong and if we are able to predict that a certain
output is particularly prone to suffer from deficiencies.

As a second step we can write a message (or messages) that hints a user
towards potential problems (we see you are using blend modes, these will
be lost when exporting to format X, consider using Y instead) and give
task-focused suggestions (if you want to further edit the result or use
it for interactive web-publishing, use SVG, if you use it for printing
and static presentation prefer PDF).

Bests

Matthias


On 11/25/2017 01:07 PM, Richard Duivenvoorde wrote:
> I added some layers, some blending and transparency, but to be honest
> both in 2.x and 3 outcomes (pdf and svg) were more or less ok to me
> So not sure what it is exactly that I have to do to fail.
>
> The only difference is that in master I do not get the 'let's print in
> raster...' when printing a pdf.
>
> So what about: keeping the dialog (as I think at least for SVG the
> outcome will never be what a designer wants (id's, layers as layers etc
> etc), but change the message to: "Both pdf and svg exporting is done via
> the Qt-library. Results can vary based on complexity of (painting) of
> you map, but cannot be influenced by QGIS itself." or so?
>
> IF in future certain rendertasks appear to screw up either svg or pdf we
> can always add those?
>
> Regards,
>
> Richard
>
> On 25-11-17 12:42, Matthias Kuhn wrote:
>> Hi Richard,
>>
>> In this case I was confused by the term stable in the previous message.
>>
>> If this is still there on 2.99, can you check if SVG export also works with
>>
>> * Transparency
>>
>> * Layer blend modes
>>
>> IIRC, these were the tricky things.
>>
>> Thanks  a lot
>>
>> Matthias
>>
>>
>> On 11/25/2017 12:31 PM, Richard Duivenvoorde wrote:
>>> I think Tobias was talking about 2.99. Just tested and msg is indeed
>>> still there...
>>> Both (svg and pdf) are working here with a simple colored shape with
>>> labels with me.
>>>
>>> Regards,
>>> Richard
>>>
>>> On 25-11-17 12:20, Matthias Kuhn wrote:
 Hi Tobias,

 there is no stable release using Qt5 so far. Can you verify with QGIS 2.99?

 Thanks

 Matthias


 On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
> Hi there!
>
> I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
> you'll get this warning:
>
> "The SVG export function in QGIS has several problems due to bugs and
> deficiencies in the Qt4 svg code. In particular, there are problems with
> layers not being clipped to the map bounding box.
> If you require a vector-based output file from Qgis it is suggested that
> you try printing to PostScript if the SVG output is not satisfactory."
>
> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
> Shall I file this as a GUI bug?
>
> Best regards,
> Tobias
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14

2017-11-25 Thread Jürgen E . Fischer
Hi Bernd,

On Fri, 24. Nov 2017 at 17:14:27 +0100, Bernd Vogelgesang wrote:
> update broke QGIS. Tested with ubuntugis-nigthly-release and ubuntugis on
> Xenial.
> 
> Any ideas?

None that are not already in the note on

http://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

ie. wait for the next nightly after a ubuntugis update.

qgis=1:2.18.14+git20171125+e541a38+24xenial-ubuntugis from
ubuntugis-nightly-release depends on gdal-abi-2-2-2.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Patrick Dunford
It looks a lot better in master than I used to remember from way back (I 
started at 1.8). Maybe Qt have done some work on it.



On 26/11/17 01:07, Richard Duivenvoorde wrote:

I added some layers, some blending and transparency, but to be honest
both in 2.x and 3 outcomes (pdf and svg) were more or less ok to me
So not sure what it is exactly that I have to do to fail.

The only difference is that in master I do not get the 'let's print in
raster...' when printing a pdf.

So what about: keeping the dialog (as I think at least for SVG the
outcome will never be what a designer wants (id's, layers as layers etc
etc), but change the message to: "Both pdf and svg exporting is done via
the Qt-library. Results can vary based on complexity of (painting) of
you map, but cannot be influenced by QGIS itself." or so?

IF in future certain rendertasks appear to screw up either svg or pdf we
can always add those?




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Tobias Wendorff
Am Sa, 25.11.2017, 15:10 schrieb Patrick Dunford:
> It means PDF. I don't recall there ever being a postscript option.

Yeah, that confused me ;)

I wonder, why creating is done by Qt at all. Cairo might be a better
solution. But I can't help at that point :(

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14

2017-11-25 Thread Andre Joost

Am 24.11.2017 um 23:55 schrieb Bernd Vogelgesang:

Am 24.11.2017, 20:11 Uhr, schrieb Angelos Tzotsos :


Hi,

We updated GDAL in UbuntuGIS yesterday so QGIS packages need to rebuild.

Cheers,
Angelos



Hi Angelo,
is there any chance that you could synchronize your efforts a little bit?

It's really strange that shortly after the new QGIS point release, the
dependencies get changed.
If this would happen just once in a while, I wouldn't complain at all.
But this feels more like coordinated chaos ;)



My workaround is Ubuntu artful in a virtual box, which installs 
qgis-nightly without complaints.


HTH,
André Joost


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Qgis-user Digest, Vol 141, Issue 28

2017-11-25 Thread Balazs Major
ser@lists.osgeo.org
> > Subject: Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14
> > Message-ID: <72c9f322-8c23-f781-d48c-d0228fa75...@gmail.com>
> > Content-Type: text/plain; charset=utf-8; format=flowed
> >
> > Hi,
> >
> > We updated GDAL in UbuntuGIS yesterday so QGIS packages need to rebuild.
> >
> > Cheers,
> > Angelos
> >
> >
> > On 11/24/2017 06:14 PM, Bernd Vogelgesang wrote:
> > > Hi,
> > > update broke QGIS. Tested with ubuntugis-nigthly-release and ubuntugis
> > > on Xenial.
> > >
> > > Any ideas?
> > >
> > > Cheers
> > > Bernd
> > >
> > >
> > > Reading package lists... Done
> > > Building dependency tree
> > > Reading state information... Done
> > > Some packages could not be installed. This may mean that you have
> > > requested an impossible situation or if you are using the unstable
> > > distribution that some required packages have not yet been created
> > > or been moved out of Incoming.
> > > The following information may help to resolve the situation:
> > >
> > > The following packages have unmet dependencies:
> > >  python-qgis : Depends: python-qgis-common (=
> > > 1:2.18.14+24xenial-ubuntugis) but
> > > 1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
> > >Depends: libqgis-analysis2.18.14 but it is not going to
> > > be installed
> > >Depends: libqgis-server2.18.14 but it is not going to
> > > be installed
> > >  qgis : Depends: gdal-abi-2-2-1 but it is not installable
> > > Depends: libqgis-analysis2.18.14 but it is not going to be
> > > installed
> > > Depends: libqgis-app2.18.14 but it is not going to be installed
> > > Depends: qgis-providers (= 1:2.18.14+24xenial-ubuntugis) but
> > > 1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
> > > Depends: qgis-common (= 1:2.18.14+24xenial-ubuntugis) but
> > > 1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
> > > Recommends: qgis-plugin-globe but it is not going to be
> installed
> > >  qgis-plugin-grass : Depends: qgis-plugin-grass-common (=
> > > 1:2.18.14+24xenial-ubuntugis) but
> > > 1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
> > >  Depends: qgis-provider-grass (=
> > > 1:2.18.14+24xenial-ubuntugis) but
> > > 1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
> > >  Depends: libqgis-app2.18.14 but it is not going
> > > to be installed
> > > E: Unable to correct problems, you have held broken packages.
> > >
> > >
> >
> > --
> > Angelos Tzotsos, PhD
> > Charter Member
> > Open Source Geospatial Foundation
> > http://users.ntua.gr/tzotsos
> >
> >
> >
> > --
> >
> > Subject: Digest Footer
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> >
> > --
> >
> > End of Qgis-user Digest, Vol 141, Issue 27
> > **
> >
> -- next part --
> An HTML attachment was scrubbed...
> URL: <http://lists.osgeo.org/pipermail/qgis-user/
> attachments/20171125/de016727/attachment-0001.html>
> -- next part --
> A non-text attachment was scrubbed...
> Name: roadpolygons.zip
> Type: application/zip
> Size: 4504 bytes
> Desc: not available
> URL: <http://lists.osgeo.org/pipermail/qgis-user/
> attachments/20171125/de016727/attachment-0001.zip>
>
> --
>
> Message: 5
> Date: Sat, 25 Nov 2017 13:14:07 +0200
> From: Angelos Tzotsos <gcpp.kal...@gmail.com>
> To: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14
> Message-ID: <568e774f-b366-9d26-aa32-0198750fd...@gmail.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Dear Bernd,
>
> The transition of GDAL has been communicated in the UbuntuGIS mailing
> list since Nov 7:
> https://www.mail-archive.com/ubuntu@lists.osgeo.org/msg01406.html
>
> Also, the hint that the maintenance team (volunteers) is trying to break
> QGIS packages on pur

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Patrick Dunford

It means PDF. I don't recall there ever being a postscript option.


On 26/11/17 02:03, Tobias Wendorff wrote:

I know, but the message is wrong. Neither there is QT4, nor there
is EPS export in current QGIS ;)


Am Sa, 25.11.2017, 10:59 schrieb Patrick Dunford:

Vector-based output is available via PDF export.


On 25/11/17 21:44, Tobias Wendorff wrote:

Hi there!

I'm on latest QGIS2 (stable). When choosing "SVG export" on map
composer,
you'll get this warning:

"The SVG export function in QGIS has several problems due to bugs and
deficiencies in the Qt4 svg code. In particular, there are problems with
layers not being clipped to the map bounding box.
If you require a vector-based output file from Qgis it is suggested that
you try printing to PostScript if the SVG output is not satisfactory."

QGIS2 uses QT5 and there's no PostScript export support anymore ;)
Shall I file this as a GUI bug?

Best regards,
Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user






___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Patrick Dunford
I have produced a number of maps that are exported to produce vector 
graphics that can be inserted into a word processing document to make a 
multipage document. Here there were a lot of issues with the lines 
changing thickness and styles when the SVG export was used. The PDF 
output was much more consistent.



On 26/11/17 01:07, Richard Duivenvoorde wrote:

I added some layers, some blending and transparency, but to be honest
both in 2.x and 3 outcomes (pdf and svg) were more or less ok to me
So not sure what it is exactly that I have to do to fail.

The only difference is that in master I do not get the 'let's print in
raster...' when printing a pdf.

So what about: keeping the dialog (as I think at least for SVG the
outcome will never be what a designer wants (id's, layers as layers etc
etc), but change the message to: "Both pdf and svg exporting is done via
the Qt-library. Results can vary based on complexity of (painting) of
you map, but cannot be influenced by QGIS itself." or so?

IF in future certain rendertasks appear to screw up either svg or pdf we
can always add those?

R



___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Auto Generate centerlines from a road polygon

2017-11-25 Thread Lbartoletti
  Hello, It's the straight skeleton algorithm. It's available with Postgis and SFCGAL or in some processing script/model in QGIS. Regards.Envoyé de mon smartphone BlackBerry 10.De: Hisham ZantoutEnvoyé: samedi 25 novembre 2017 14:56À: qgis-user@lists.osgeo.orgObjet: [Qgis-user] Auto Generate centerlines from a road polygonDear Sirs,Greetings,I am looking for a plugin to auto generate Centerlines from a road polygon. attached is the road polygon sampleappreciate your feedbackregards

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Tobias Wendorff
Hi there,

even on EPS, PS or PDF, output with effects never really work pretty
well. Some flavors of those types don't accept transparency at all.

Actually, I never wanted to remove  the warning. Please keep the
dialog, just update the message. Perhaps a more neutral warning
should be better, like you suggest.

I just was curious because I didn't find EPS/PS export support at
all and this made me wonder about the dialog's content.

Best regards,
Tobias


Am Sa, 25.11.2017, 13:07 schrieb Richard Duivenvoorde:
>
> I added some layers, some blending and transparency, but to be honest
> both in 2.x and 3 outcomes (pdf and svg) were more or less ok to me
> So not sure what it is exactly that I have to do to fail.
>
> The only difference is that in master I do not get the 'let's print in
> raster...' when printing a pdf.
>
> So what about: keeping the dialog (as I think at least for SVG the
> outcome will never be what a designer wants (id's, layers as layers etc
> etc), but change the message to: "Both pdf and svg exporting is done via
> the Qt-library. Results can vary based on complexity of (painting) of
> you map, but cannot be influenced by QGIS itself." or so?
>
> IF in future certain rendertasks appear to screw up either svg or pdf we
> can always add those?
>
> Regards,
>
> Richard
>
> On 25-11-17 12:42, Matthias Kuhn wrote:
>> Hi Richard,
>>
>> In this case I was confused by the term stable in the previous message.
>>
>> If this is still there on 2.99, can you check if SVG export also works
>> with
>>
>> * Transparency
>>
>> * Layer blend modes
>>
>> IIRC, these were the tricky things.
>>
>> Thanks  a lot
>>
>> Matthias
>>
>>
>> On 11/25/2017 12:31 PM, Richard Duivenvoorde wrote:
>>> I think Tobias was talking about 2.99. Just tested and msg is indeed
>>> still there...
>>> Both (svg and pdf) are working here with a simple colored shape with
>>> labels with me.
>>>
>>> Regards,
>>> Richard
>>>
>>> On 25-11-17 12:20, Matthias Kuhn wrote:
 Hi Tobias,

 there is no stable release using Qt5 so far. Can you verify with QGIS
 2.99?

 Thanks

 Matthias


 On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
> Hi there!
>
> I'm on latest QGIS2 (stable). When choosing "SVG export" on map
> composer,
> you'll get this warning:
>
> "The SVG export function in QGIS has several problems due to bugs and
> deficiencies in the Qt4 svg code. In particular, there are problems
> with
> layers not being clipped to the map bounding box.
> If you require a vector-based output file from Qgis it is suggested
> that
> you try printing to PostScript if the SVG output is not
> satisfactory."
>
> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
> Shall I file this as a GUI bug?
>
> Best regards,
> Tobias
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Tobias Wendorff
Hi Richard,

no, I was talking about QGIS2 (stable), but I was wrong about Qt5,
I'm sorry. I've looked for Qt5 libraries installed only and didn't
check that QGIS2 still uses Qt4. I don't have a clue, why the
installer installed Qt5 anyway.

QGIS2 doesn't have EPS export, does it? I can't find it anymore.
Perhaps I'm looking at the wrong menu again...

Best regards,
Tobias

Am Sa, 25.11.2017, 12:31 schrieb Richard Duivenvoorde:
>
> I think Tobias was talking about 2.99. Just tested and msg is indeed
> still there...
> Both (svg and pdf) are working here with a simple colored shape with
> labels with me.
>
> Regards,
> Richard
>
> On 25-11-17 12:20, Matthias Kuhn wrote:
>> Hi Tobias,
>>
>> there is no stable release using Qt5 so far. Can you verify with QGIS
>> 2.99?
>>
>> Thanks
>>
>> Matthias
>>
>>
>> On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
>>> Hi there!
>>>
>>> I'm on latest QGIS2 (stable). When choosing "SVG export" on map
>>> composer,
>>> you'll get this warning:
>>>
>>> "The SVG export function in QGIS has several problems due to bugs and
>>> deficiencies in the Qt4 svg code. In particular, there are problems
>>> with
>>> layers not being clipped to the map bounding box.
>>> If you require a vector-based output file from Qgis it is suggested
>>> that
>>> you try printing to PostScript if the SVG output is not satisfactory."
>>>
>>> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
>>> Shall I file this as a GUI bug?
>>>
>>> Best regards,
>>> Tobias
>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Tobias Wendorff
Hi Matthias,

whoops... I just checked the installer again and Qt4 AND Qt5 are
selected. I just checked for Qt4 last time.

But there's no more EPS export, so the message should be updated.

Best regards,
Tobias


Am Sa, 25.11.2017, 12:20 schrieb Matthias Kuhn:
> Hi Tobias,
>
> there is no stable release using Qt5 so far. Can you verify with QGIS
> 2.99?
>
> Thanks
>
> Matthias
>
>
> On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
>> Hi there!
>>
>> I'm on latest QGIS2 (stable). When choosing "SVG export" on map
>> composer,
>> you'll get this warning:
>>
>> "The SVG export function in QGIS has several problems due to bugs and
>> deficiencies in the Qt4 svg code. In particular, there are problems with
>> layers not being clipped to the map bounding box.
>> If you require a vector-based output file from Qgis it is suggested that
>> you try printing to PostScript if the SVG output is not satisfactory."
>>
>> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
>> Shall I file this as a GUI bug?
>>
>> Best regards,
>> Tobias
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Richard Duivenvoorde

I added some layers, some blending and transparency, but to be honest
both in 2.x and 3 outcomes (pdf and svg) were more or less ok to me
So not sure what it is exactly that I have to do to fail.

The only difference is that in master I do not get the 'let's print in
raster...' when printing a pdf.

So what about: keeping the dialog (as I think at least for SVG the
outcome will never be what a designer wants (id's, layers as layers etc
etc), but change the message to: "Both pdf and svg exporting is done via
the Qt-library. Results can vary based on complexity of (painting) of
you map, but cannot be influenced by QGIS itself." or so?

IF in future certain rendertasks appear to screw up either svg or pdf we
can always add those?

Regards,

Richard

On 25-11-17 12:42, Matthias Kuhn wrote:
> Hi Richard,
> 
> In this case I was confused by the term stable in the previous message.
> 
> If this is still there on 2.99, can you check if SVG export also works with
> 
> * Transparency
> 
> * Layer blend modes
> 
> IIRC, these were the tricky things.
> 
> Thanks  a lot
> 
> Matthias
> 
> 
> On 11/25/2017 12:31 PM, Richard Duivenvoorde wrote:
>> I think Tobias was talking about 2.99. Just tested and msg is indeed
>> still there...
>> Both (svg and pdf) are working here with a simple colored shape with
>> labels with me.
>>
>> Regards,
>> Richard
>>
>> On 25-11-17 12:20, Matthias Kuhn wrote:
>>> Hi Tobias,
>>>
>>> there is no stable release using Qt5 so far. Can you verify with QGIS 2.99?
>>>
>>> Thanks
>>>
>>> Matthias
>>>
>>>
>>> On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
 Hi there!

 I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
 you'll get this warning:

 "The SVG export function in QGIS has several problems due to bugs and
 deficiencies in the Qt4 svg code. In particular, there are problems with
 layers not being clipped to the map bounding box.
 If you require a vector-based output file from Qgis it is suggested that
 you try printing to PostScript if the SVG output is not satisfactory."

 QGIS2 uses QT5 and there's no PostScript export support anymore ;)
 Shall I file this as a GUI bug?

 Best regards,
 Tobias

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Qgis-user Digest, Vol 141, Issue 27

2017-11-25 Thread ralfwessels
Hi Hisham,

I don't know a QGIS-Plugin, but if you use QGIS with PostGIS, you have more
options.
2 approaches with PostGIS are:

ST_ApproximateMedialAxis  >> 
https://postgis.net/docs/ST_ApproximateMedialAxis.html
ST_StraightSkeleton  >>  https://postgis.net/docs/ST_StraightSkeleton.html

Ralf



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14

2017-11-25 Thread Richard Duivenvoorde
On 24-11-17 23:55, Bernd Vogelgesang wrote:
> It's really strange that shortly after the new QGIS point release, the
> dependencies get changed.
> If this would happen just once in a while, I wouldn't complain at all.
> But this feels more like coordinated chaos ;)
> 
> Thanx for your work

Hi Bernd,

Coordinating this kind of work is hard, if not almost impossible in my view.

It is easier to warn a user (just like apt is doing with you): "hey
apparently that package is temporarily broken because it is dependent on
that one, while that one is not yet updated".

This is exactly what the message is that you are seeing. It is warning
you that you should not FORCE the update, but have to wait some time
(days?) so all dependent packages are on par too.

So the message you get is not a message of a 'broken system' but more
'this part is in flux, but hold on, we are working on it'.

It is not chaos, it is reality (while some people think a shiny outside
or hidden transparency is the same as an ordered system :-) )...

Please have that trust in the volunteers,
OR else take the steering wheel yourself, and offer help.

Regards,

Richard Duivenvoorde

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Matthias Kuhn
Hi Richard,

In this case I was confused by the term stable in the previous message.

If this is still there on 2.99, can you check if SVG export also works with

* Transparency

* Layer blend modes

IIRC, these were the tricky things.

Thanks  a lot

Matthias


On 11/25/2017 12:31 PM, Richard Duivenvoorde wrote:
> I think Tobias was talking about 2.99. Just tested and msg is indeed
> still there...
> Both (svg and pdf) are working here with a simple colored shape with
> labels with me.
>
> Regards,
> Richard
>
> On 25-11-17 12:20, Matthias Kuhn wrote:
>> Hi Tobias,
>>
>> there is no stable release using Qt5 so far. Can you verify with QGIS 2.99?
>>
>> Thanks
>>
>> Matthias
>>
>>
>> On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
>>> Hi there!
>>>
>>> I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
>>> you'll get this warning:
>>>
>>> "The SVG export function in QGIS has several problems due to bugs and
>>> deficiencies in the Qt4 svg code. In particular, there are problems with
>>> layers not being clipped to the map bounding box.
>>> If you require a vector-based output file from Qgis it is suggested that
>>> you try printing to PostScript if the SVG output is not satisfactory."
>>>
>>> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
>>> Shall I file this as a GUI bug?
>>>
>>> Best regards,
>>> Tobias
>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Richard Duivenvoorde

I think Tobias was talking about 2.99. Just tested and msg is indeed
still there...
Both (svg and pdf) are working here with a simple colored shape with
labels with me.

Regards,
Richard

On 25-11-17 12:20, Matthias Kuhn wrote:
> Hi Tobias,
> 
> there is no stable release using Qt5 so far. Can you verify with QGIS 2.99?
> 
> Thanks
> 
> Matthias
> 
> 
> On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
>> Hi there!
>>
>> I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
>> you'll get this warning:
>>
>> "The SVG export function in QGIS has several problems due to bugs and
>> deficiencies in the Qt4 svg code. In particular, there are problems with
>> layers not being clipped to the map bounding box.
>> If you require a vector-based output file from Qgis it is suggested that
>> you try printing to PostScript if the SVG output is not satisfactory."
>>
>> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
>> Shall I file this as a GUI bug?
>>
>> Best regards,
>> Tobias
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14

2017-11-25 Thread Martin Landa
Dear Beard,

2017-11-25 12:14 GMT+01:00 Angelos Tzotsos :
> Also, the hint that the maintenance team (volunteers) is trying to break
> QGIS packages on purpose is totally unacceptable.

instead of attacking volunteers in UbuntuGIS you could help with QGIS
packaging and improve the ecosystem :-)

Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Matthias Kuhn
Hi Tobias,

there is no stable release using Qt5 so far. Can you verify with QGIS 2.99?

Thanks

Matthias


On 11/25/2017 09:44 AM, Tobias Wendorff wrote:
> Hi there!
>
> I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
> you'll get this warning:
>
> "The SVG export function in QGIS has several problems due to bugs and
> deficiencies in the Qt4 svg code. In particular, there are problems with
> layers not being clipped to the map bounding box.
> If you require a vector-based output file from Qgis it is suggested that
> you try printing to PostScript if the SVG output is not satisfactory."
>
> QGIS2 uses QT5 and there's no PostScript export support anymore ;)
> Shall I file this as a GUI bug?
>
> Best regards,
> Tobias
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] ubuntugis: Broken after update to 2.18.14

2017-11-25 Thread Angelos Tzotsos

Dear Bernd,

The transition of GDAL has been communicated in the UbuntuGIS mailing 
list since Nov 7:

https://www.mail-archive.com/ubuntu@lists.osgeo.org/msg01406.html

Also, the hint that the maintenance team (volunteers) is trying to break 
QGIS packages on purpose is totally unacceptable.


Angelos

On 11/25/2017 12:55 AM, Bernd Vogelgesang wrote:
Am 24.11.2017, 20:11 Uhr, schrieb Angelos Tzotsos 
:



Hi,

We updated GDAL in UbuntuGIS yesterday so QGIS packages need to rebuild.

Cheers,
Angelos



Hi Angelo,
is there any chance that you could synchronize your efforts a little bit?

It's really strange that shortly after the new QGIS point release, the 
dependencies get changed.
If this would happen just once in a while, I wouldn't complain at all. 
But this feels more like coordinated chaos ;)


Thanx for your work
Bernd



On 11/24/2017 06:14 PM, Bernd Vogelgesang wrote:

Hi,
update broke QGIS. Tested with ubuntugis-nigthly-release and 
ubuntugis on Xenial.


Any ideas?

Cheers
Bernd


Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python-qgis : Depends: python-qgis-common (= 
1:2.18.14+24xenial-ubuntugis) but 
1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
   Depends: libqgis-analysis2.18.14 but it is not going 
to be installed
   Depends: libqgis-server2.18.14 but it is not going to 
be installed

 qgis : Depends: gdal-abi-2-2-1 but it is not installable
    Depends: libqgis-analysis2.18.14 but it is not going to be 
installed

    Depends: libqgis-app2.18.14 but it is not going to be installed
    Depends: qgis-providers (= 1:2.18.14+24xenial-ubuntugis) but 
1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
    Depends: qgis-common (= 1:2.18.14+24xenial-ubuntugis) but 
1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
    Recommends: qgis-plugin-globe but it is not going to be 
installed
 qgis-plugin-grass : Depends: qgis-plugin-grass-common (= 
1:2.18.14+24xenial-ubuntugis) but 
1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
 Depends: qgis-provider-grass (= 
1:2.18.14+24xenial-ubuntugis) but 
1:2.18.14+git20171123+10b34b9+24xenial-ubuntugis is to be installed
 Depends: libqgis-app2.18.14 but it is not going 
to be installed

E: Unable to correct problems, you have held broken packages.









--
Angelos Tzotsos, PhD
Charter Member
Open Source Geospatial Foundation
http://users.ntua.gr/tzotsos

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[QGIS-it-user] Visualizzazione s-52

2017-11-25 Thread Francesco
Buongiorno a tutti, ho creato in qgis un progetto con un file vettoriale di una 
carta nautica .000 . Una volta importata ovviamente non ho la visualizzazione 
secondo lo standard s52 . Come posso fare a visualizzarla secondo questo 
standard? ( s52 o s57) .

Ho trovato solo questo link: 
https://grasswiki.osgeo.org/wiki/S-57_data#QGIS_S-52_plugin_for_viewing_S-57_data

Grazie.

⁣Inviato da TypeApp ​___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] QGIS SVG: outdated warning

2017-11-25 Thread Tobias Wendorff
Hi there!

I'm on latest QGIS2 (stable). When choosing "SVG export" on map composer,
you'll get this warning:

"The SVG export function in QGIS has several problems due to bugs and
deficiencies in the Qt4 svg code. In particular, there are problems with
layers not being clipped to the map bounding box.
If you require a vector-based output file from Qgis it is suggested that
you try printing to PostScript if the SVG output is not satisfactory."

QGIS2 uses QT5 and there's no PostScript export support anymore ;)
Shall I file this as a GUI bug?

Best regards,
Tobias

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Plugin IO Geopaparazzi

2017-11-25 Thread Marco Spaziani
"*Mi sto deliziando a scoprire le molteplici funzionalità del plugin IO
Geopaparazzi ... **con il quale poter eseguire tutte le varie opzioni di
import/export Geopaparazzi <-- --> Qgis*"
... tutte, tutte, tutte, proprio no, con "vector layers to sqlite",
almeno per me, è ancora una battaglia persa ...qualunque combinazione di
procedure metto in sequenza, mi restituisce sempre un qualche tipo di
errore  ...se poi si considera che, in fondo, crearsi/aggiornarsi un sqlite
da uno shapefile tramite Spatialite GUI e/o Qgis è questione di qualche
secondo.


Il giorno 24 novembre 2017 21:27, Marco Spaziani 
ha scritto:

> Mi sto deliziando a scoprire le molteplici funzionalità del plugin IO
> Geopaparazzi. Praticamente un coltellino svizzero (per chi, come me,
> considera QField uno straordinario strumento per Tablet ma che, quando si è
> costretti a lavorare "al volo" con lo smartphone, ritiene che Geopaparazzi
> sia il massimo) con il quale poter eseguire tutte le varie opzioni di
> import/export Geopaparazzi <-- --> Qgis.
> Solo un appunto ...nelle note esplicative poste nel Repository da cui si
> installa il plugin bisognerebbe enfatizzare un po' di più (che so, ...ad
> esempio scrivendolo in neretto, sottolineandolo, o altro) che il plugin va
> ad installarsi in Processing e che, come per gli altri programmi presenti
> in Processing (GRASS, ecc.), va prima attivato in Opzioni.
> Vi assicuro che ad una prima lettura delle note esplicative (ma anche ad
> una seconda, ad una terza, ecc.), che in genere si fa speditamente mentre
> si installa il plugin, questo aspetto non viene subito carpito e, una volta
> installato il plugin, si perde mezz'ora a cercare di capire dove cavolo si
> è annidiato ;-)
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user