Re: [QGIS-Developer] question

2024-04-25 Thread Abdelghani Tamort via QGIS-Developer
Hi Johannes, You're right, thanks! Oh and by the way, using the _3d module documentation of version 3.36 (https://qgis.org/pyqgis/3.36/_3d/index.html) is it possible to code everything that the GUI offers or some features of the GUI are not yet implemented in the python API ? Cheers, Abdelghani

Re: [QGIS-Developer] question

2024-04-25 Thread WhereGroup
Hi Abdelghani, that blog post highlights new features of version 3.36. Those methods are not available in 3.34.x. ;) Cheers, Hannes On 25.04.24 14:47, Abdelghani Tamort wrote: Hi Saber, From the link you sent, I tried some code lines. For instance, I tried "iface.mapCanvases3D()" but It

Re: [QGIS-Developer] question

2024-04-25 Thread Abdelghani Tamort via QGIS-Developer
Hi Saber, >From the link you sent, I tried some code lines. For instance, I tried " iface.mapCanvases3D()" but It doesn't seem to work, I'm getting the following error: AttributeError: 'QgisInterface' object has no attribute 'mapCanvases3D'. I'm working on QGIS 3.34.5. Kind regards, Abdelghani

Re: [QGIS-Developer] question

2024-04-12 Thread Saber Razmjooei via QGIS-Developer
Hi, You can find more code snippet and examples here: https://www.lutraconsulting.co.uk/blog/2024/02/05/new-features-in-qgis-36/ Kind regards Saber On Fri, 12 Apr 2024 at 11:58, Johannes Kröger (WhereGroup) via QGIS-Developer wrote: > Hi, > > afaik the 3D Python API is not fully finalized

Re: [QGIS-Developer] question

2024-04-12 Thread WhereGroup
Hi, afaik the 3D Python API is not fully finalized yet. But you can already control some aspects of it from Python, mostly the views themselves. This was added recently, see https://github.com/qgis/QGIS/pull/55862 Have fun! Hannes On 12.04.24 11:30, Abdelghani Tamort via QGIS-Developer

Re: [QGIS-Developer] Question about missing WMS TIME parameter in the documentation

2024-03-27 Thread Jorge Gustavo Rocha via QGIS-Developer
Hi Selma, Thank for the feedback. Seems like this TIME parameter never landed in the documentation. I'll continue the discussion on top of the existent issue https://github.com/qgis/QGIS-Documentation/issues/7622 Regards, Jorge On 27/03/24 15:41, Selma Vidimlic wrote: Hello Jorge,

Re: [QGIS-Developer] Question about missing WMS TIME parameter in the documentation

2024-03-27 Thread Selma Vidimlic via QGIS-Developer
Hello Jorge, Thank you for bringing this to our attention. I must admit, I wasn't aware of the omission of the WMS TIME parameter from the QGIS Server documentation. My contributions to the server manual have been minimal, so I might not be the best person to provide a historical perspective on

Re: [QGIS-Developer] Question for creating msi.

2023-04-11 Thread Paul N via QGIS-Developer
Thanks for your response. Now it works. I was using qgis-ltr instead of qgis-ltr-full in createmsi.pl Many many thanks . Paul N On Mon, 10 Apr, 2023, 4:51 pm Jürgen E. Fischer via QGIS-Developer, < qgis-developer@lists.osgeo.org> wrote: > Hi Paul, > > On Sat, 08. Apr 2023 at 06:27:46 +0530,

Re: [QGIS-Developer] Question for creating msi.

2023-04-10 Thread Jürgen E . Fischer via QGIS-Developer
Hi Paul, On Sat, 08. Apr 2023 at 06:27:46 +0530, Paul N via QGIS-Developer wrote: > While creating msi for qgis-ltr or qgis-ltr-dev, some of the packages are > not downloading such as grass, saga and many others. > > They are downloading only when changes are made to qgis-full in createmsi.pl

Re: [QGIS-Developer] Question on current_value() expression in the context of filtering relation reference combo boxes

2022-12-06 Thread Andreas Neumann via QGIS-Developer
Hi Ale, That would explain it ;-) I also tried various other combinations, like with @current_parent_feature, @feature, etc. - but haven't found a working version ... I might try with a variable ;-) I got the variable filter version working in another project. But that involved Python ...

Re: [QGIS-Developer] Question on current_value() expression in the context of filtering relation reference combo boxes

2022-12-06 Thread Alessandro Pasotti via QGIS-Developer
Sorry, I just realized that you are using relation-reference widgets and not value-relation widgets. I don't think that the current_(parent)_value will work in that case, it wasn't implemented. Cheers On Tue, Dec 6, 2022 at 3:59 PM Andreas Neumann via QGIS-Developer wrote: > > Hi, > > In one

Re: [QGIS-Developer] Question on current_value() expression in the context of filtering relation reference combo boxes

2022-12-06 Thread Alessandro Pasotti via QGIS-Developer
You probably need to use current_parent_value() to get the value of the "parent" form in case of embedded sub-forms. On Tue, Dec 6, 2022 at 4:34 PM Andreas Neumann wrote: > > Hi Ale, > > Thanks for your information. > > What if both tables have the same column names? Would that also work? > > In

Re: [QGIS-Developer] Question on current_value() expression in the context of filtering relation reference combo boxes

2022-12-06 Thread Andreas Neumann via QGIS-Developer
Hi Ale, Thanks for your information. What if both tables have the same column names? Would that also work? In my case the related table contains a field called "szenario_art" and the parent table also has the same field name. Can one assume that a field left of the operator will be in the

Re: [QGIS-Developer] Question on current_value() expression in the context of filtering relation reference combo boxes

2022-12-06 Thread Alessandro Pasotti via QGIS-Developer
On Tue, Dec 6, 2022 at 3:59 PM Andreas Neumann via QGIS-Developer wrote: > > Hi, > > In one of my form setups, I would like to filter one relation reference > widget combo box with a filter expression based on the selected entry of > another relation reference value. > > A static filter like:

Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Andreas Neumann via QGIS-Developer
Hi Luca, There are certain files in this share/proj folder that you should not delete, because otherwise QGIS would behave strange: - copyright_and_licenses.csv (not sure if it s necessary) - deformation_model.schema.json - other.extra - proj.db - proj.ini - projjson.schema.json -

Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Alexandre Neto via QGIS-Developer
Hello Luca, Yes, QGIS uses it for do precise coordinate system translations. Your users may not use all of them, but I would avoid removing it. You say you don't use MSI, but why don't you use the OsGeo4w installer? It's much more convenient for larger organizations. You can do a download only

Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread WhereGroup
Only if your users use transformations where certain CRSs in those areas might be involved. If you are definitely not going to use local CRSs in e. g. Germany or the US, you can remove those TIFs. If your users attempt to use those CRS, they will receive a fairly descriptive error message

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-12 Thread Andreas Neumann
Hi Matthias, Ok - this is the case here. ili2pg creates bigint pkeys. That explains why I see the "unrelated" internal pkeys from QGIS instead. It would be really nice if we had an option to create normal "integer" pkeys with ili2pg instead of bigint. Other GIS (like Geomedia) had issues

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-12 Thread Matthias Kuhn
Hi It depends on the implementation in the data provider (and normally on the data type for the primary key). In the postgres case, (up to) 32 bit integer primary keys are normally used as fid. With others like 64 bit integer, string or compound foreign keys it's not possible to stick to this

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-08 Thread Andreas Neumann
Ok - that explains it. It is quite confusing that QGIS uses a different internal ID than the primary key column of the database. Is there a technical reason for this behaviour? Andreas On Thu, 8 Jul 2021 at 11:43, Alexandre Neto wrote: > As far as I remember @atlas_featureid has always

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-08 Thread Alexandre Neto
As far as I remember @atlas_featureid has always returned the same as the $id in the attributes table, which is kind of the internal row number. Alex A quinta, 8/07/2021, 10:35, Andreas Neumann escreveu: > HI Jürgen, > > Yes - I provided the primary key column > > Here is my data source

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-08 Thread Andreas Neumann
HI Jürgen, Yes - I provided the primary key column Here is my data source string: service='edit' authcfg=sogis00 key='t_id' srid=2056 type=Polygon checkPrimaryKeyUnicity='1' table="alw_strukturverbesserungen"."projekt_aggregiert_v" (geometrie_convex_hull) sql=geometrie_bbox IS NOT NULL

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-08 Thread Jürgen E . Fischer
Hi Andreas, On Thu, 08. Jul 2021 at 10:30:08 +0200, Andreas Neumann wrote: > attribute(@atlas_feature,'pkey_name'), but it is a little more complicated > than @atlas_featureid - and I'm pretty sure that @atlas_featureid was using > the pkey column in th past? > > My data source for the atlas

Re: [QGIS-Developer] Question

2020-10-22 Thread Marco Hugentobler
Am 22.10.20 um 08:48 schrieb Raymond Nijssen: Hi Guillaume, A 5% progress after 5 days still sounds extremely slow! That would take approximately 100 days to finish on 1 core, or 2 days (72 hours!) on 32 cores. I don't know how large or complicated these shapefiles are, but you might try

Re: [QGIS-Developer] Question

2020-10-22 Thread Raymond Nijssen
Hi Guillaume, A 5% progress after 5 days still sounds extremely slow! That would take approximately 100 days to finish on 1 core, or 2 days (72 hours!) on 32 cores. I don't know how large or complicated these shapefiles are, but you might try to find the solution in another way. - Make

Re: [QGIS-Developer] Question

2020-10-21 Thread Marco Hugentobler
Hi Guillaume >My question: Is there a way to take advantage of the fact that I have 32 cores on my computer with QGIS to make this calculation? I don't understand why it is so slow. Yes, there is. Compile the code from the 'processing_multithreaded_vector' branch in my repo

Re: [QGIS-Developer] Question on QGIS Authentication API

2020-02-03 Thread C Hamilton
John, Thanks for that hint. Here is what I finally used. auth_mgr = QgsApplication.authManager() conf_map = auth_mgr.availableAuthMethodConfigs() for key in conf_map.keys(): name = conf_map[key].name() print( key ) print( name ) So that gives me both the authentication id and its

Re: [QGIS-Developer] Question on QGIS Authentication API

2020-02-03 Thread John Gitau
Hi Calvin, You can retrieve the name from the base config object as follows: auth_mgr = QgsApplication.authManager() conf_map = auth_mgr.availableAuthMethodConfigs() for id, conf in conf_map.iteritems(): conf_name = conf.name() print conf_name I hope this helps. Cheers, John On Fri,

Re: [QGIS-Developer] Question QGIS and PROJ

2019-11-05 Thread Eduardo Rojas Rodríguez
Oh! I see thank you Andreas Thanks for all the work, as you say I will be patient! - Eduardo Rojas Rodríguez Analista en SIG SOLTIG Tel: (506) 2435-8868 / (506) 4001-5214 eduardo.ro...@soltig.net http://soltig.net -- Sent from:

Re: [QGIS-Developer] Question QGIS and PROJ

2019-11-05 Thread Andreas Neumann
Hi Eduardo, Jürgen is waiting for GRASS being able to properly build against GDAL 3x and proj6. See https://lists.osgeo.org/pipermail/qgis-developer/2019-November/059143.html You just have to be patient a bit. Greetings, Andreas On 2019-11-05 16:39, Eduardo Rojas Rodríguez wrote:

Re: [QGIS-Developer] Question on POI Exporter ColorHash

2019-06-29 Thread tnguessan
De : Nyall Dawson Envoyé : jeudi 27 juin 2019 23:24 À : C Hamilton Cc : qgis-developer ; tngues...@portails-irafrique.com Objet : Re: [QGIS-Developer] Question on POI Exporter ColorHash On Fri, 28 Jun 2019 at 00:42, C Hamilton wrote: > > I should also say that this person only contacted

Re: [QGIS-Developer] Question on POI Exporter ColorHash

2019-06-27 Thread C Hamilton
I should also say that this person only contacted me about adding a feature, but never suggested making code modifications and then doing a pull request. I don't think it is a good policy to take an existing plugin, add a feature, and release it as a new plugin unless the original plugin has been

Re: [QGIS-Developer] Question about debian packages version policy on https://qgis.org/

2019-03-01 Thread Jürgen E . Fischer
Hi David, On Fri, 01. Mar 2019 at 13:54:55 +0100, David Marteau wrote: > On https://www.qgis.org it is said that the version > available on https://qgis.org/debian is the 3.6.x > but actually only the 3.4.4 is the latest available on debian

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-05 Thread James Wood
As a QGIS and ArcGIS user, I am glad the file geodatabase support is there, so please don’t take the following negatively. I am the Spatial Infrastructure Manager for a statewide Next Generation 9-1-1 implementation here in the U.S., and we have successfully shared data with local public safety

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-02 Thread Even Rouault
On jeudi 2 août 2018 19:34:54 CEST Nyall Dawson wrote: > On Thu, 2 Aug 2018 at 18:21, Andreas Neumann wrote: > > However - I wonder if there would be a way to support both drivers? The > > Open Source driver as default for reading. And the FGDB driver for > > writing? > That's a great idea! > >

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-02 Thread Alexander Bruy
чт, 2 серп. 2018 о 12:35 Nyall Dawson пише: > I'm not sure how this change would need to be made though. At the > moment if you install the closed driver in osgeo4w it's always used, > for both reading and writing layers. Even/Jürgen is this an osgeo4w > thing or a GDAL thing? Is it possible to

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-02 Thread Nyall Dawson
On Thu, 2 Aug 2018 at 18:21, Andreas Neumann wrote: > However - I wonder if there would be a way to support both drivers? The Open > Source driver as default for reading. And the FGDB driver for writing? That's a great idea! In the QGIS world we'd have to compromise a bit here and not allow

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-02 Thread Jürgen E . Fischer
Hi Andreas, On Tue, 31. Jul 2018 at 12:05:52 +0200, Andreas Neumann wrote: > 2. Currently, it can only be enabled in the OSGeo4W version by selecting > the "gdal-filegdb" package. The standalone installer does not include > this package. > About issue 2: > @Jürgen: can you include the

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-02 Thread Andreas Neumann
Hi Nyall, I agree - these are valid reasons not to replace the open source FGDB driver with the closed source one. However - I wonder if there would be a way to support both drivers? The Open Source driver as default for reading. And the FGDB driver for writing? Note that I don't want to

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-08-01 Thread Alex M
On 07/31/2018 02:28 PM, Nyall Dawson wrote: > On Tue, 31 Jul 2018 at 20:06, Andreas Neumann wrote: > >> >> About issue 2: >> >> @Jürgen: can you include the necessary gdal-filegdb package also in the >> standalone installer - or are there license problems? >> > > -1 to packaging the

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-07-31 Thread Nyall Dawson
On Tue, 31 Jul 2018 at 20:06, Andreas Neumann wrote: > > About issue 2: > > @Jürgen: can you include the necessary gdal-filegdb package also in the > standalone installer - or are there license problems? > -1 to packaging the gdal-filegdb package by default. My rationale: - I've experienced

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-07-31 Thread Andreas Neumann
Hi Matthias, We need to be able to select an existing fgdb-folder (as seen by the OS it is just a regular folder). Currently, QGIS just opens the folder and then expects the user to pick a file, but currently we can't select a folder without traversing deeper into it. Andreas On 2018-07-31

Re: [QGIS-Developer] Question on FGDB support for "Save As" / "Export"

2018-07-31 Thread Matthias Kuhn
Hi, Just a quick question about the file vs. directory problem. Do we need to be able to select an existing directory or a new one? If it's the latter (new .gdb-folder), we can just use the existing file dialog, which will return a path to a file name (but not yet create a new file) and we can

Re: [QGIS-Developer] Question about Mac Installer

2018-02-03 Thread Tim Sutton
Hi (Adding Larry to CC) > On 02 Feb 2018, at 16:50, Anita Graser wrote: > > > > On Fri, Feb 2, 2018 at 3:41 PM, William Kyngesburye > wrote: > I still need to figure out the signing. I'll probably do it for v3

Re: [QGIS-Developer] Question about Mac Installer

2018-02-02 Thread Anita Graser
On Fri, Feb 2, 2018 at 3:41 PM, William Kyngesburye wrote: > I still need to figure out the signing. I'll probably do it for v3 > release. > > One small hitch I'm thinking about is the separate GDAL Complete - I think > it would be a bit odd to sign GDAL with a QGIS dev

Re: [QGIS-Developer] Question about Mac Installer

2018-02-02 Thread William Kyngesburye
I still need to figure out the signing. I'll probably do it for v3 release. One small hitch I'm thinking about is the separate GDAL Complete - I think it would be a bit odd to sign GDAL with a QGIS dev cert, so I am considering making a truly all-in-one QGIS, but I really want GDAL as a

Re: [QGIS-Developer] Question about Mac Installer

2018-01-31 Thread Tim Sutton
Hi > On 31 Jan 2018, at 18:55, Alex M wrote: > > Question 1. > The QGIS.org download page > https://qgis.org/en/site/forusers/download.html says: > "This version requires separate installation of dependency framework > (GDAL Complete) , also found at the download

Re: [QGIS-Developer] Question about Mac Installer

2018-01-31 Thread Jürgen E . Fischer
Hi Alex, On Wed, 31. Jan 2018 at 08:55:32 -0800, Alex M wrote: > Question 1. > The QGIS.org download page > https://qgis.org/en/site/forusers/download.html says: > "This version requires separate installation of dependency framework > (GDAL Complete) , also found at the download link below."

Re: [QGIS-Developer] Question on signed windows installers

2017-08-28 Thread Jürgen E . Fischer
Hi, On Tue, 22. Aug 2017 at 10:41:33 +0200, Jürgen E. Fischer wrote: > I added signing for the weekly yesterday. Requires wine and in turn xvfb - > because we need to produce an extra installer that installs an uninstaller, so > we can sign it and include it in the actual installer - runs fine

Re: [QGIS-Developer] Question on signed windows installers

2017-08-24 Thread Paolo Cavallini
Il 23/08/2017 20:48, Tim Sutton ha scritto: > Hi > > On Tue, Aug 22, 2017 at 10:57 AM, Neumann, Andreas > wrote: > > Hi Jürgen, > > Thanks a lot for the explanations, your work and efforts around > signing and fixing the weeklies! >

Re: [QGIS-Developer] Question on signed windows installers

2017-08-23 Thread Tim Sutton
Hi On Tue, Aug 22, 2017 at 10:57 AM, Neumann, Andreas wrote: > Hi Jürgen, > > Thanks a lot for the explanations, your work and efforts around signing > and fixing the weeklies! > ​+1 - its really great that you did this, thanks Jürgen! Regards Tim​ > Another step in

Re: [QGIS-Developer] Question on signed windows installers

2017-08-22 Thread Neumann, Andreas
Hi Jürgen, Thanks a lot for the explanations, your work and efforts around signing and fixing the weeklies! Another step in order to make QGIS more professional. Andreas On 2017-08-22 10:41, Jürgen E. Fischer wrote: > Hi Andreas, > > On Tue, 22. Aug 2017 at 09:39:48 +0200, Neumann,

Re: [QGIS-Developer] Question on signed windows installers

2017-08-22 Thread Jürgen E . Fischer
Hi Andreas, On Tue, 22. Aug 2017 at 09:39:48 +0200, Neumann, Andreas wrote: > I noticed that the Windows all-in-one installers are now signed (Open > Source Geospatial Foundation). Is 2.18.12 the first signed version or > were the previous versions also signed? Yes, it's the first one. > In

Re: [Qgis-developer] Question about QEP process

2016-12-27 Thread Mark Johnson
> > Hey Mark, > > A QEP should be opened in order for review to take place on any design > changes that might need descussion. > The 'design changes' will be more on how the Georeferencer will work, not QGIS 3.0 itsself. > Also please note that 2.x is not receiving any new features as we are now

Re: [Qgis-developer] Question about QEP process

2016-12-27 Thread Nathan Woodrow
Hey Mark, A QEP should be opened in order for review to take place on any design changes that might need descussion. Also please note that 2.x is not receiving any new features as we are now working on 3.0. 2.x will only be bug fixes. Regards, Nathan On Tue, 27 Dec 2016 7:29 pm Mark Johnson

Re: [Qgis-developer] Question about expression compiling

2016-02-02 Thread Matthias Kuhn
Hi David, Have you had a look at the class QgsSqlExpressionCompiler? Other SQL dialects inherit from this class and fine tune it. Most work should already be done in there so you just have to take care of the failing tests.

Re: [Qgis-developer] Question about statistics panel

2015-10-20 Thread Barry Rowlingson
Ah yes, all the statistical summaries are computed here: https://github.com/qgis/QGIS/blob/2aa2040e77b1682f00b4e00a4f19c8ff268e9499/src/core/qgsstatisticalsummary.cpp and there its defined as the number of items in the thing that is storing the item values: case Variety: return

Re: [Qgis-developer] Question about statistics panel

2015-10-20 Thread Barry Rowlingson
I suspect its the number of different values that the attribute takes. So if all the chosen attribute values are "42", the variety is 1. If all the attributes are "42" except for one which is "leopard" and one which is "slartibartfast" then the variety is 3. I've got this from playing with

Re: [Qgis-developer] Question on user conference

2015-03-23 Thread Lene Fischer
Hi The conference and the Hackfest/developers meeting are at the same location. University of Copenhagen- Forestry College, Nødebovej 77a, DK-3480 Fredensborg. https://goo.gl/maps/oOiPZ The conference is from Monday 18. May – Tuesday 19. May. The Meeting is from Monday 18. May – Friday 22.

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-21 Thread Régis Haubourg
Hi, I finished the video demonstration of mask plugin use case. See https://www.youtube.com/watch?v=u29yGSQhX2g https://www.youtube.com/watch?v=u29yGSQhX2g Cheers Régis -- View this message in context:

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Régis Haubourg
Hi Bernard, plugin is coming this week I think. Bernhard Ströbl wrote Thinking about QGIS server: Would there be a chance to use what you describe to keep labels staying away from the edge of the requested map? Bernhard current implementation adds a In_mask(srid) expression, that can be

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Mathieu Pellerin
Here's a quick example of what the combination of inverted polygon and shapeburst fill can do: http://i.imgur.com/7n6rxJx.jpg Since shapeburst fill can use map-based units, the outer glows-like effect of polygons can be spatially relevant, i.e. in the above map, the glow could represent a

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Hugo Mercier
Hi, Le 17/06/2014 09:32, Régis Haubourg a écrit : Hi Bernard, plugin is coming this week I think. Yes, it is already available at https://github.com/Oslandia/mask_plugin A 1.0 version for the official qgis repository is on its way. Bernhard Ströbl wrote Thinking about QGIS server: Would

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Bernhard Ströbl
Hi Hugo, let me explain: I use mapcache to preproduce tiles of my background layers rendered by QGIS server. Thus sometimes labels get cut because they are rendered too close to the edge of the requested map. I was attracted by Régis Label features of layers only for objects intersecting the

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Andreas Neumann
Hi Régis, Thank you for the explanations and for funding it! I think it is very cool, but as it is an unusual feature it probably needs a bit of explaining in the manual. Esp. if you combine it with the ShapeBurst fill. People need to understand that they are styling anything but the current /

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-17 Thread Régis Haubourg
I just released the mask plugin version 1.0 in qgis repository. I'll be glad to have some feedback on it. We still need to document it, what will be done in github dedicated wiki. Documenting inverted polygon renderer should be done in qgis main doc. How do we proceed to add sections in it?

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-16 Thread Régis Haubourg
Hi Andreas, I'm the funder, Hugo Mercier from Oslandia is the developper. It's the right time to do some teasing I guess ;-). The inverted polygon renderer idea appeared when writing specifications for an improved mask tool . We will soon release new version of mask plugin that allows the

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-16 Thread Nyall Dawson
On 17/06/2014 6:44 am, Régis Haubourg regis.haubo...@eau-adour-garonne.fr wrote: inverted style + shapeburst give crazy cool rendering! A quick tip if you're using shapeburst with inverted polygons - you must have the shade to a set distance option selected, and set a relatively small distance.

Re: [Qgis-developer] Question on inverted polygon renderer

2014-06-16 Thread Bernhard Ströbl
Hi Régis, this sounds great (I have not tried, though), especially the inverted style stuff. Thinking about QGIS server: Would there be a chance to use what you describe to keep labels staying away from the edge of the requested map? Bernhard Am 16.06.2014 22:43, schrieb Régis Haubourg: Hi

Re: [Qgis-developer] Question re api freeze

2014-05-19 Thread Martin Dobias
On Fri, May 16, 2014 at 3:07 PM, Hugo Mercier hugo.merc...@oslandia.com wrote: Le 15/05/2014 12:03, Nyall Dawson a écrit : Hi all, Quick question about the api freeze for the qgis 2 series - am I allowed to change a function which is currently a void to instead return a bool? Does this

Re: [Qgis-developer] Question re api freeze

2014-05-16 Thread Hugo Mercier
Le 15/05/2014 12:03, Nyall Dawson a écrit : Hi all, Quick question about the api freeze for the qgis 2 series - am I allowed to change a function which is currently a void to instead return a bool? Does this classify as an api break, or would this be allowed? Hi Nyall, Good question :)

Re: [Qgis-developer] Question of GDAL versions

2014-05-05 Thread Jürgen E . Fischer
Hi Kari, On Mon, 05. May 2014 at 11:13:20 +0300, Kari Salovaara wrote: When will new GDAL/OGR 1.11.0 be used in QGIS ? Where? You can build QGIS with GDAL 1.11. OSGeo4W already has it (although QGIS 2.2 is still at 1.10). Jürgen -- Jürgen E. Fischer norBIT GmbH Tel.

Re: [Qgis-developer] Question of GDAL versions

2014-05-05 Thread Kari Salovaara
Hi, I'm very sorry, I didn't check everything. Yes it's in my newest testing machine. Thanks all who have been involved into this, now I can spread rumour more widely. Conventu soluto. Thanks, Kari On 05/05/2014 11:26 AM, Jürgen E. Fischer wrote: Hi Kari, On Mon, 05. May 2014 at 11:13:20

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-23 Thread Randal Hale
HaH - I let them know. Thanks for the help. Randy - Randal Hale, GISP North River Geographic Systems, Inc http://www.northrivergeographic.com 423.653.3611 rjh...@northrivergeographic.com mailto:rjh...@northrivergeographic.com twitter:rjhale http://about.me/rjhale On 02/22/2014

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-23 Thread Jürgen E . Fischer
Hi Randal, On Sun, 23. Feb 2014 at 18:27:42 -0500, Randal Hale wrote: HaH - I let them know. 'They' already know, 'they' already fixed it in master (see #8662[1]), now 'they' only have to update the package. ;) Jürgen [1] http://hub.qgis.org/issues/8662 -- Jürgen E. Fischer norBIT

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-23 Thread Randal Hale
Awesome. I feel like the kid running from one neighborhood to the other neighborhood telling people things they already know. :) Randy - Randal Hale, GISP North River Geographic Systems, Inc http://www.northrivergeographic.com 423.653.3611 rjh...@northrivergeographic.com

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-23 Thread Jürgen E . Fischer
Hi Randal, On Sun, 23. Feb 2014 at 19:04:45 -0500, Randal Hale wrote: Awesome. I feel like the kid running from one neighborhood to the other neighborhood telling people things they already know. :) Thanks for re-raising this. Unfortunately the original report was closed before the

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-22 Thread Larry Shaffer
Hi Randal, Does this issue address yours (e.g. install the package libqt4-sql-sqlite)? http://hub.qgis.org/issues/8662 Regards, Larry On Sat, Feb 22, 2014 at 3:23 PM, Randal Hale rjh...@northrivergeographic.com wrote: I asked on the Ubuntu GIS list and they wanted me to check here. I am

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-22 Thread Randal Hale
You are a genius - I will name my first baby Larry. Fixed! Randy - Randal Hale, GISP North River Geographic Systems, Inc http://www.northrivergeographic.com 423.653.3611 rjh...@northrivergeographic.com mailto:rjh...@northrivergeographic.com twitter:rjhale http://about.me/rjhale

Re: [Qgis-developer] Question on Ubuntu QGIS 2.2

2014-02-22 Thread Larry Shaffer
Hi Randy, On Sat, Feb 22, 2014 at 3:34 PM, Randal Hale rjh...@northrivergeographic.com wrote: You are a genius - I will name my first baby Larry. Whoa, there. Heck, I didn't even name my son Larry. :-) I just checked INSTALL [0] and it looks like that package needs to be added as a listed

Re: [Qgis-developer] Question about bug #7941

2013-08-27 Thread Benoît Laurent
Title: Signature_Benoit_Laurent Hello Ren-Luc, Hi Benot, Did you re-install Proj4 ? No. I don't know how to do it. I use a weekly release of Qgis. Which version of Proj4 did you use ? 480.

Re: [Qgis-developer] Question about bug #7941

2013-08-27 Thread rldhont
Hi all, The bug #7941 has been closed byGiovanni Manghi http://hub.qgis.org/users/11 becauseregis Haubourg http://hub.qgis.org/users/989 said that the problems comes from proj4. The bug #7941 is not a proj4 bugs but QGIS packaging bug. It seems that proj4 is not well packaging with QGIS and

Re: [Qgis-developer] Question about bug #7941

2013-08-26 Thread rldhont
Hi Benoît, Did you re-install Proj4 ? Which version of Proj4 did you use ? Regards, René-Luc Le 26/08/2013 14:40, Benoît Laurent a écrit : Hello, I may misunderstand this sentence about bug #7941 http://hub.qgis.org/issues/7941 : on OSGeo4W the file ntf_r93.gsb is in the proj-datumgrid and