[Qgis-user] Reading Credentials from Authentification Configuration

2019-02-13 Thread Fuenfer-Koenigstein.Benjamin
Hi, I use the OSM Tools plugin in QGIS3. It uses requests library for connecting to a OSM routing API. Unfortunately the plugin does not considder proxy settings set in Options->Network. I successfully implemented this for credentials set in the 'Basic' section by s = QSettings() proxy_user =

Re: [Qgis-user] disabling qgis.db

2018-12-10 Thread Fuenfer-Koenigstein.Benjamin
QGIS. Do you have experience how to implement that? Regards Benjamin Von: Régis Haubourg [mailto:regis.haubo...@gmail.com] Gesendet: Montag, 10. Dezember 2018 17:12 An: Fuenfer-Koenigstein.Benjamin IT-LN-TS Cc: QGIS list Betreff: Re: [Qgis-user] disabling qgis.db Hi Benjamin, I think the guidelines

[Qgis-user] disabling qgis.db

2018-12-10 Thread Fuenfer-Koenigstein.Benjamin
Hello, I have an issue with creating a central QGIS configuration on a network drive. The goal is to have one read-only configuration that all users use. Generally works like a charm with starting QGIS 3.2 with --profiles-path pointing to a read-only dir. Users get the right settings, they

[Qgis-user] QWC2 - MB Vector Tiles

2018-08-02 Thread Fuenfer-Koenigstein.Benjamin
Hi, does anyone know if mapbox vector tiles as source for background maps are supportet in QWC2? Case they are, an example for themesConfig.json would be helpful. Thanks a lot! Regards Benjamin ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

Re: [Qgis-user] Outline: Marker line with Rectangle Symbol arround a Polygon

2018-05-28 Thread Fuenfer-Koenigstein.Benjamin
Hi Bernd, try to use "Line offset" in Marker Line Menu with a half marker symbol. Does it do what you want to see? Regards Benjamin -Ursprüngliche Nachricht- Von: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] Im Auftrag von Bernd Laskowski Gesendet: Montag, 28. Mai 2018 10:49

[Qgis-user] Bounding Box of Labels

2017-06-30 Thread Fuenfer-Koenigstein.Benjamin
Hi, Is there any method or any other possibility to use bounding box of labels in QGIS geometry generator expression builder? I want to make a layer styling with labels with leader lines from object's label to the object. I have a PostGIS point geometry source for the actual object and

Re: [Qgis-user] Python Code of functions in expression builder

2017-06-26 Thread Fuenfer-Koenigstein.Benjamin
Hi Andreas, it can be found in expression builder, Group „Geometry”, function name “project”. Syntax: project(point, distance, bearing). Regards Benjamin Von: Neumann, Andreas [mailto:a.neum...@carto.net] Gesendet: Montag, 26. Juni 2017 11:29 An: Fuenfer-Koenigstein.Benjamin G-PRA Cc: qgis

Re: [Qgis-user] Python Code of functions in expression builder

2017-06-26 Thread Fuenfer-Koenigstein.Benjamin
] Gesendet: Freitag, 23. Juni 2017 11:15 An: Fuenfer-Koenigstein.Benjamin G-PRA Cc: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python Code of functions in expression builder Hi Benjamin, Of course they can be found in the Python folder ;-) Go to .qgis2 (in Windows in the user profile folder

Re: [Qgis-user] Python Code of functions in expression builder

2017-06-26 Thread Fuenfer-Koenigstein.Benjamin
Thank you very much Andreas! Benjamin Von: Neumann, Andreas [mailto:a.neum...@carto.net] Gesendet: Freitag, 23. Juni 2017 11:15 An: Fuenfer-Koenigstein.Benjamin G-PRA Cc: qgis-user@lists.osgeo.org Betreff: Re: [Qgis-user] Python Code of functions in expression builder Hi Benjamin, Of course

[Qgis-user] Python Code of functions in expression builder

2017-06-23 Thread Fuenfer-Koenigstein.Benjamin
Hi all, I'm looking for the folder where the python files of functions available in expression builder are installed. I want to get some inspiration for a special custom function I have to write. Thanks for any help! Best regards Benjamin ___

Re: [Qgis-user] Announcing crowd funding campaign for composer rewrite and reporting framework

2017-04-26 Thread Fuenfer-Koenigstein.Benjamin
Hi Nyall, I'm really amazed to hear about your initiative to improve print composer! Can you already say if the scale dependent styling issue in current print composer (http://hub.qgis.org/issues/15337) will be covered by the campaign? Regards Benjamin -Ursprüngliche Nachricht- Von:

[Qgis-user] Information about QAD plugin

2017-04-24 Thread Fuenfer-Koenigstein.Benjamin
Hi, I'm looking for some background information about the QAD plugin (https://plugins.qgis.org/plugins/qad/)? I'm writing my master thesis about it's potential to use it in facility management. Therefore I need information about the business background the plugin was developed in, current

Re: [Qgis-user] Q-Gis

2017-04-24 Thread Fuenfer-Koenigstein.Benjamin
Hi Mampreet, so you need help with QGIS for your bachelor thesis. Nothing more easy than that. Open QGIS, right click on empty canvas, click "Create Bachelor Thesis", done! Just kidding. Some ideas what you can do to get into QGIS: 1. Please see http://qgis.org/de/site/forusers/index.html.

Re: [Qgis-user] Join multiple Linestrings to single Linestring

2017-04-20 Thread Fuenfer-Koenigstein.Benjamin
when using the ‘Merge’ tool. What do others think? Useful and important enough to open an issue? Regards Benni Von: Richard McDonnell [mailto:richard.mcdonn...@opw.ie] Gesendet: Mittwoch, 19. April 2017 16:02 An: Fuenfer-Koenigstein.Benjamin G-PRA; qgis-user@lists.osgeo.org Betreff: Re: AW

Re: [Qgis-user] New layer from current view

2017-04-18 Thread Fuenfer-Koenigstein.Benjamin
Hi Pat, do you want to clip your layer to current canvas extend? You can do that by creating a new (temporary) polygon layer, create a rectangle that represents your canvas extend and use Vector -> Geoprocessing Tools -> Intersection. Maybe not the most elegant way but should work.

[Qgis-user] Join multiple Linestrings to single Linestring

2017-04-18 Thread Fuenfer-Koenigstein.Benjamin
Hi there, I want to merge multiple linestrings with same start/endpoint to a single linestring (all lines within one layer). As I use a PostGIS source with geometry type linestring, it is important that the new geometry is still linestring and not multilinestring type. "Merge selected

Re: [Qgis-user] Embed layers and groups

2017-03-13 Thread Fuenfer-Koenigstein.Benjamin
Hi Another interesting point about the embed layers feature is how it reacts to project variables. I use project variables for colors, symbol sizes etc. a lot, for example many layers with similar colors, so I only have to change the variable and not the color in every layer. I just tested how

[Qgis-user] Geometry Generator Buffer with Flat Caps

2016-10-31 Thread Fuenfer-Koenigstein.Benjamin
Hi all, I would like to style a line geometry with geometry generated symbol buffer with flat caps. Means that I would like to get a box around the line that ends where the line ends. Buffer($geometry) always creates buffer with round caps. Meanwhile I solved it with

Re: [Qgis-user] QGIS 2.16 - Rule based labelling

2016-08-30 Thread Fuenfer-Koenigstein.Benjamin
Fünfer-Königstein S-IP-AN-TG Techn. Geschäftsfelder Von: Chris Buckmaster [mailto:chris.buckmas...@runnymede.gov.uk] Gesendet: Dienstag, 30. August 2016 10:21 An: Fuenfer-Koenigstein.Benjamin S-IP-AN-TG; qgis-user@lists.osgeo.org Betreff: RE: QGIS 2.16 - Rule based labelling Hi Benjamin My process

Re: [Qgis-user] QGIS 2.16 - Rule based labelling

2016-08-30 Thread Fuenfer-Koenigstein.Benjamin
Hi Chris, cannot confirm this behavior, my expressions are retained, both when I type them directly in the rule-list and when I type them in the "edit rule" window. I'm using 2.16.2. Can you give more details, e.g. what does your rule look like, what buttons do you use exactly, so I can try

[Qgis-user] Bug in Map Composer?

2016-07-22 Thread Fuenfer-Koenigstein.Benjamin
Hi all, I have some issues creating maps with the map composer using scale-dependent styling in QGIS. As I use quite complex styling and just found out that the view in composer or sometimes the created pdf's differ from the canvas view in QGIS, I created a test project to find out more: I

Re: [Qgis-user] environment variable

2016-07-19 Thread Fuenfer-Koenigstein.Benjamin
Thanks a lot, worked great! Great solution for us to just change the qgis.bat after installation. Benjamin Fünfer-Königstein S-IP-AN-TG Techn. Geschäftsfelder Von: Blumentrath, Stefan [mailto:stefan.blumentr...@nina.no] Gesendet: Dienstag, 19. Juli 2016 11:33 An: Fuenfer-Koenigstein.Benjamin S

[Qgis-user] environment variable

2016-07-19 Thread Fuenfer-Koenigstein.Benjamin
Hi all, is there a way to define environment variables in QGIS containing other environment variables? I would like to set PGSERVICEFILE to C:\Users\%USERNAME%\.qgis2\.pg_service.conf or I:\QGIS\servicefiles\%USERNAME%\.pg_service.conf as it works with windows. This would allow to use one

[Qgis-user] PostGIS connection with service file

2016-07-19 Thread Fuenfer-Koenigstein.Benjamin
Hi all, something good to know when creating a PostGIS connection in QGIS using a service defined in .pg_service.conf: While pgAdmin reads the conf-file not taking care the EOL-setting (end of line), QGIS can only read conf-files saved with UNIX-EOL-setting (LF only; e.g. in Notepad++: Edit ->

Re: [Qgis-user] Performance rendering PostGIS-Data

2016-05-24 Thread Fuenfer-Koenigstein.Benjamin
Hi, thanks for your quick answer! Sorry, I forgot to write that I have this option selected already. Best wishes Benjamin Fünfer-Königstein S-IP-AN-TG Techn. Geschäftsfelder Von: Stefan Ziegler [mailto:stefan.ziegler...@gmail.com] Gesendet: Dienstag, 24. Mai 2016 15:51 An: Fuenfer

[Qgis-user] Performance rendering PostGIS-Data

2016-05-24 Thread Fuenfer-Koenigstein.Benjamin
Hi all, I have a problem gaining better performance during rendering PostGIS Data in QIS. I hope the following example helps understanding the issue: I use road-data (line-geometries) in a PostGIS database (localhost), the geometry-table has about 400,000 rows. Roads have 6 different classes I

[Qgis-user] Problem with geometry functions ($area, xmax)

2016-03-02 Thread Fuenfer-Koenigstein.Benjamin
Dear List Members, I have a problem with labeling polygon-features using expressions. I want to create different label-classes depending on the area of the geometries (cities, villages, etc.). In most cases, this works quite well but in some cases I get weird effects as some labels disappear

[Qgis-user] Variable containing other variable in its value

2016-02-09 Thread Fuenfer-Koenigstein.Benjamin
Dear List Members, I'm looking for a way to create project-variables that contain other variables. This function would be great to define file-path for svg-symbols leading to the correct svg-file on different Computers. For example: Variable: svg_path Value: @project_folder +

[Qgis-user] Problem with categorized styling using attributes from joint tables

2015-12-01 Thread Fuenfer-Koenigstein.Benjamin
Hi, I have a problem while joining tables in QGIS and using the information from joint tables for styling. I'm working with geometries and a table, the data source is a read-only PostGIS-Server. My goal is to use attributes contained in the attribute-table of a geometry-object (ver06_f) for