Re: [QGIS-Developer] Wrong line widths in legend when saving layout as pdf

2018-12-12 Thread magerlin
I have realized it depends on what PDF-viewer I use for seeing the results.

In Adobe Reader the line widths are right, in Acroplot Matrix they are
wrong.???

Have used Acroplt Matrix for a long time and never experienced this problem
before.



-
Regards Morten

Currently using Qgis 2.18.23 (OSGeo4) and Qgis 3.4.2 in parallel
Windows 7, 64bit
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] IFC data in QGIS?

2018-12-12 Thread Carlo A. Bertelli (Charta s.r.l.)
About GDAL and IFC, there is something useful here:
https://3d.bk.tudelft.nl/ken/en/thesis/implementation.html
c

On Wed, Dec 12, 2018 at 2:53 PM Carlo A. Bertelli (Charta s.r.l.) <
carlo.berte...@gmail.com> wrote:

> Is ifcopenshell.org any use in getting data into QGIS? May GDAL may use
> it to convert to XML and than resort to the infrastructure used for GML
> (which is unfortunately not so similar, looking to namespaces)?
>
> Il giorno mer 12 dic 2018, 14:04 Loïc Bartoletti <
> lbartole...@tuxfamily.org> ha scritto:
>
>> Hi,
>>
>> IFC is the exchange format for BIMs. At this time, GDAL/OGR cannot read
>> this format. Some may wonder about the need to read this format in a
>> GIS, personally, I think it is an evolution of our tools for BIM/GIS
>> convergence.
>> However, to answer the question, unless I am mistaken, it is not
>> possible to read an IFC file in QGIS. However, one solution may be to
>> use FreeCAD with its Arch module to open this file and export it in a
>> format that can be read by QGIS, including Qgis 3D.
>>
>> Loïc Bartoletti
>>
>> Le 12/12/2018 à 12:36, johnrobot a écrit :
>> > Hi
>> > Are there any plans on adding support for reading IFC data
>> > (https://en.wikipedia.org/wiki/Industry_Foundation_Classes) in QGIS?
>> That
>> > would help bridge the gap between the GIS/BIM/CAD worlds.
>> >
>> > I originally posted this on the user list, but I realized that this list
>> > might be a better match.
>> >
>> > Regards,
>> >
>> > Magnus
>> >
>> >
>> >
>> > --
>> > Sent from:
>> http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
>> > ___
>> > QGIS-Developer mailing list
>> > QGIS-Developer@lists.osgeo.org
>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Geometry in Python Layer Action

2018-12-12 Thread Peter Devoy
Hi list

I hope questions for 2.X are still OK as I am using 2.18...

If I want to get the geometry of a selected feature on the current
layer I can do:

iface.mapCanvas().currentLayer().selectedFeatures()[0].geometry()

In a Python layer action (defined in Layer Properties dialog), is
there a similar way to get the geometry of the feature that the user
interacted with to trigger the action?  E.g. something like:

signalSourceFeature.geometry()

Thanks


Peter D
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1584] agknow for QGIS approval notification.

2018-12-12 Thread noreply

Plugin agknow for QGIS approval by pcav.
The plugin version "[1584] agknow for QGIS 0.7" is now approved
Link: http://plugins.qgis.org/plugins/agknow_qgis/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] QGIS packaging for macOS: helping crowd-funding campaign

2018-12-12 Thread Saber Razmjooei
Dear QGIS users,

We have been working on a prototype for QGIS packages for macOS [1]. The
feedback we received was generally positive. Some users have reported a
number of issues. We have asked QGIS PSC and they have agreed to eventually
publish the signed packages as the official macOS packages on qgis.org.

There are a number of tickets and improvements which we'd like to do,
before incorporating it to the QGIS.org. For that, we are running a
crowd-funding campaign. More details can be found here:

https://www.lutraconsulting.co.uk/crowdfunding/macos-qgis/

If you are a macOS user, please consider helping this campaign.

Regards
Saber

[1] https://github.com/lutraconsulting/qgis-mac-packager
-- 
Saber Razmjooei
www.lutraconsulting.co.uk
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] IFC data in QGIS?

2018-12-12 Thread Carlo A. Bertelli (Charta s.r.l.)
Is ifcopenshell.org any use in getting data into QGIS? May GDAL may use it
to convert to XML and than resort to the infrastructure used for GML (which
is unfortunately not so similar, looking to namespaces)?

Il giorno mer 12 dic 2018, 14:04 Loïc Bartoletti 
ha scritto:

> Hi,
>
> IFC is the exchange format for BIMs. At this time, GDAL/OGR cannot read
> this format. Some may wonder about the need to read this format in a
> GIS, personally, I think it is an evolution of our tools for BIM/GIS
> convergence.
> However, to answer the question, unless I am mistaken, it is not
> possible to read an IFC file in QGIS. However, one solution may be to
> use FreeCAD with its Arch module to open this file and export it in a
> format that can be read by QGIS, including Qgis 3D.
>
> Loïc Bartoletti
>
> Le 12/12/2018 à 12:36, johnrobot a écrit :
> > Hi
> > Are there any plans on adding support for reading IFC data
> > (https://en.wikipedia.org/wiki/Industry_Foundation_Classes) in QGIS?
> That
> > would help bridge the gap between the GIS/BIM/CAD worlds.
> >
> > I originally posted this on the user list, but I realized that this list
> > might be a better match.
> >
> > Regards,
> >
> > Magnus
> >
> >
> >
> > --
> > Sent from:
> http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
> > ___
> > QGIS-Developer mailing list
> > QGIS-Developer@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] IFC data in QGIS?

2018-12-12 Thread Loïc Bartoletti

Hi,

IFC is the exchange format for BIMs. At this time, GDAL/OGR cannot read 
this format. Some may wonder about the need to read this format in a 
GIS, personally, I think it is an evolution of our tools for BIM/GIS 
convergence.
However, to answer the question, unless I am mistaken, it is not 
possible to read an IFC file in QGIS. However, one solution may be to 
use FreeCAD with its Arch module to open this file and export it in a 
format that can be read by QGIS, including Qgis 3D.


Loïc Bartoletti

Le 12/12/2018 à 12:36, johnrobot a écrit :

Hi
Are there any plans on adding support for reading IFC data
(https://en.wikipedia.org/wiki/Industry_Foundation_Classes) in QGIS? That
would help bridge the gap between the GIS/BIM/CAD worlds.

I originally posted this on the user list, but I realized that this list
might be a better match.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] IFC data in QGIS?

2018-12-12 Thread johnrobot
Hi 
Are there any plans on adding support for reading IFC data 
(https://en.wikipedia.org/wiki/Industry_Foundation_Classes) in QGIS? That
would help bridge the gap between the GIS/BIM/CAD worlds.

I originally posted this on the user list, but I realized that this list
might be a better match.

Regards, 

Magnus 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] QGIS 3.4 - QWebView: Problem loading a website with javascript files

2018-12-12 Thread MaTho
Hello,

we have developed a Python-plugin for QGIS. This plugin loads a website and
from this site it can interacts with the QGIS map. 
Now we have the problem, since QGIS 3.4, that the website do not work,
because the javascript files in this website are not loaded (we can see this
in the developer console). This happens only on a few windows computers.
When we start QGIS 3.2, the loading is perfect, but since 3.4 the
scriptfiles aren't load.

With QGIS 3.4 the QT-Version change from 5.9.2 to 5.11 - may this be the
reason for our problem?
How can we fix this problem? Perhapse we need a new special parameter
setting for QWebView in Qt 5.11.2?

It is possible to use another browser widget in our plugin, e.g. QWebEngine? 

Any help is welcome,

Marcus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer