[QGIS-Developer] Plugin [1377] TlugProcessing approval notification.

2018-10-08 Thread noreply

Plugin TlugProcessing approval by pcav.
The plugin version "[1377] TlugProcessing 2.3" is now approved
Link: http://plugins.qgis.org/plugins/TlugProcessing/
___
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] Attrribute forms: widget frames are missing.

2018-10-08 Thread Andreas Neumann
Hi Nyall and devs, 

I have seen this discussion - but on Windows it currently looks really,
really bad. The is no distinction if something is a label or a widget,
which is quite bad in my opinion, as we have the option to hide labels.
How can the user then know if something is a widget or a label? 

I will add my comments on github. 

Thanks, 

Andreas 

On 2018-10-09 00:30, Nyall Dawson wrote:

> On Mon, 8 Oct 2018 at 18:40, Andreas Neumann  wrote: 
> 
>> Hi,
>> 
>> I noticed that in the attribute forms in master, the frames of the widgets 
>> are missing, except for relation reference widgets.
>> 
>> See screenshot in this mail - the widgets around the "1" (Anzahl Sonden), 
>> "112" (Bohrtiefe [m]", etc. should have frames.
>> 
>> This is on Windows 7.
>> 
>> Any idea what might be wrong here? Maybe a side-effect of the recent change 
>> where the gray parts of "read only" layers were replaced with black?
> 
> This was an intentional change -- see discussion at
> https://github.com/qgis/QGIS/pull/8064
> 
> But it needs further work, for instance it's only fixed line edit
> widgets, and like you've noted, the NULL representation needs work.
> 
> Nyall
> 
>> Note also, that the "NULL" in the text editor widget still appears as gray 
>> instead of black.
>> 
>> Thanks for having a look at this as well!
>> 
>> Andreas
>> 
>> ___
>> 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] Plugin [1549] DDG Street Images approval notification.

2018-10-08 Thread noreply

Plugin DDG Street Images approval by pcav.
The plugin version "[1549] DDG Street Images 1.0.3" is now approved
Link: http://plugins.qgis.org/plugins/DDG_Street_Images/
___
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 [1391] Asistente LADM_COL approval notification.

2018-10-08 Thread noreply

Plugin Asistente LADM_COL approval by pcav.
The plugin version "[1391] Asistente LADM_COL 0.9.0 Experimental" is now 
approved
Link: http://plugins.qgis.org/plugins/asistente_ladm_col/
___
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] Attrribute forms: widget frames are missing.

2018-10-08 Thread Nyall Dawson
On Mon, 8 Oct 2018 at 18:40, Andreas Neumann  wrote:
>
> Hi,
>
> I noticed that in the attribute forms in master, the frames of the widgets 
> are missing, except for relation reference widgets.
>
> See screenshot in this mail - the widgets around the "1" (Anzahl Sonden), 
> "112" (Bohrtiefe [m]", etc. should have frames.
>
> This is on Windows 7.
>
> Any idea what might be wrong here? Maybe a side-effect of the recent change 
> where the gray parts of "read only" layers were replaced with black?

This was an intentional change -- see discussion at
https://github.com/qgis/QGIS/pull/8064

But it needs further work, for instance it's only fixed line edit
widgets, and like you've noted, the NULL representation needs work.

Nyall

>
> Note also, that the "NULL" in the text editor widget still appears as gray 
> instead of black.
>
> Thanks for having a look at this as well!
>
> Andreas
>
> ___
> 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] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Radim Blazek
On Mon, Oct 8, 2018 at 8:47 PM Pēteris Brūns  wrote:
>
> Hi all,
>
> Pretty long time ago in similar case we developed django app able to 
> replicate django user and group permissions to PostgreSQL roles and 
> permissions. So each user can use the same user name and passowrd in WEB 
> client and using QGIS/PostgreSQL, manage permissions in django auth app and 
> the same will be replicated in postgresql. Each model is table and django 
> permissions are translated to PostgreSQL role permissions - implementation 
> works also with m2m and related models.
>
> In basic cases such model is OK, but ir more complex implementations we loose 
> logic build around model in django or need to repeat it in QGIS or move to 
> PostgreSQL.

This is exactly what we also end up with and what we would like to
liberate from for the reasons you mentioned. Thank you anyway, at
least we know that we are not crazy alone.

Radim


> If this sounds as suitable approach, I believe, we could try to review the 
> code and make open source.
>
> Best,
> --
> Pēteris Brūns
> SunGIS
> +371 26336691
> p...@sungis.lv
>
>
>  On Fri, 05 Oct 2018 23:54:07 +0300 Olivier Dalang 
>  wrote 
>
> Hi Radim,
>
> I didn't get this sorted in the end (ended just having the layer as read only 
> in QGIS from postgis and users would do any modification from django admin).
>
> About a Django provider for QGIS : it is now possible to create python 
> providers [1]. So creating a REST provider to consume a django rest framework 
> endpoint may not be that hard anymore ? That would certainly be a great 
> addition to QGIS !!
>
> And about a WFS-T app for Django : I don't know of any other effort than 
> django-wfs, but I just saw there's an open PR with some a lot of changed 
> including python 3 support, so maybe django-wfs is not as dead as it looks ? 
> Still WFS-T would have to be added, and again not sure how hard this would 
> be...
>
> Let us know how it goes !
>
> Cheers,
>
> Olivier
>
> [1] https://github.com/qgis/QGIS/pull/7012
>
>
>
> On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek  wrote:
>
> Hi,
> we need the same, to be precise, we need two things, to allow editing
> of data stored in Django/PostGIS in QGIS over the network and let QGIS
> Server (WMS) to read data from Django, both using Django filters etc.
> If we manage to get data to QGIS from Django (and back), we can use
> QGIS Server and WFS-T for editing. So I am looking for something like
> Django provider for QGIS or WFS-T application for Django. Are you
> aware of something like that?
>
> Olivier, what have you used in the end? [1] is not maintained and it
> does not support WFS-T.
>
> Alessandro, in [2] I am missing data reading from Django models. It
> seems like the server is launched from python, but data flow goes
> through standard QGIS providers?
>
> Marco, if I got it looking briefly into GeoNode code, they just run
> QGIS server, but they don't read data directly from Django models,
> right?
>
> [1] https://github.com/vascop/django-wfs
> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
>
> Radim
>
> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote:
> >
> > Hi Olivier
> > Kartoza has been working on having geonode server running smoothly using
> > a qgis server in the background.
> >
> > have a look at
> > https://www.youtube.com/watch?v=GzX4byPkV3E
> > http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
> >
> > cheers
> > Marco
> >
> > On 24.03.2017 13:10, Olivier Dalang wrote:
> > > Dear List,
> > >
> > > Does anybody here have some experience with making QGIS work with
> > > (Geo)Django ?
> > >
> > > I would love to be able to make them communicate, as QGIS is the
> > > interface of choice to do complex work on geometries and Django is
> > > perfect to quickly setup a complete endpoint with user management, model
> > > logic and web administration interface.
> > >
> > > I see two approches :
> > > - Using Django REST framework to create a REST endpoint - but is there a
> > > way to consume REST endpoints in QGIS ?
> > > - Developing a WFST module for Django, for which there seem to be some
> > > work done [1] for the non-transactionnal part.
> > >
> > > I just wanted to ask before reinventing the wheel !
> > >
> > > Bests,
> > >
> > > Olivier
>
> ___
> 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] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Pēteris Brūns
Hi all, Pretty long time ago in similar case we developed django app able to 
replicate django user and group permissions to PostgreSQL roles and 
permissions. So each user can use the same user name and passowrd in WEB client 
and using QGIS/PostgreSQL, manage permissions in django auth app and the same 
will be replicated in postgresql. Each model is table and django permissions 
are translated to PostgreSQL role permissions - implementation works also with 
m2m and related models. In basic cases such model is OK, but ir more complex 
implementations we loose logic build around model in django or need to repeat 
it in QGIS or move to PostgreSQL. If this sounds as suitable approach, I 
believe, we could try to review the code and make open source. Best, -- Pēteris 
Brūns SunGIS +371 26336691 p...@sungis.lv  On Fri, 05 Oct 2018 23:54:07 
+0300 Olivier Dalang  wrote  Hi Radim, I didn't 
get this sorted in the end (ended just having the layer as read only in QGIS 
from postgis and users would do any modification from django admin). About a 
Django provider for QGIS : it is now possible to create python providers [1]. 
So creating a REST provider to consume a django rest framework endpoint may not 
be that hard anymore ? That would certainly be a great addition to QGIS !! And 
about a WFS-T app for Django : I don't know of any other effort than 
django-wfs, but I just saw there's an open PR with some a lot of changed 
including python 3 support, so maybe django-wfs is not as dead as it looks ? 
Still WFS-T would have to be added, and again not sure how hard this would 
be... Let us know how it goes ! Cheers, Olivier [1] 
https://github.com/qgis/QGIS/pull/7012 On Sat, Oct 6, 2018 at 4:24 AM Radim 
Blazek  wrote: Hi, we need the same, to be precise, we 
need two things, to allow editing of data stored in Django/PostGIS in QGIS over 
the network and let QGIS Server (WMS) to read data from Django, both using 
Django filters etc. If we manage to get data to QGIS from Django (and back), we 
can use QGIS Server and WFS-T for editing. So I am looking for something like 
Django provider for QGIS or WFS-T application for Django. Are you aware of 
something like that? Olivier, what have you used in the end? [1] is not 
maintained and it does not support WFS-T. Alessandro, in [2] I am missing data 
reading from Django models. It seems like the server is launched from python, 
but data flow goes through standard QGIS providers? Marco, if I got it looking 
briefly into GeoNode code, they just run QGIS server, but they don't read data 
directly from Django models, right? [1] https://github.com/vascop/django-wfs 
[2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/ Radim On Fri, 
Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote: > > Hi 
Olivier > Kartoza has been working on having geonode server running smoothly 
using > a qgis server in the background. > > have a look at > 
https://www.youtube.com/watch?v=GzX4byPkV3E > 
http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
 > > cheers > Marco > > On 24.03.2017 13:10, Olivier Dalang wrote: > > Dear 
List, > > > > Does anybody here have some experience with making QGIS work with 
> > (Geo)Django ? > > > > I would love to be able to make them communicate, as 
QGIS is the > > interface of choice to do complex work on geometries and Django 
is > > perfect to quickly setup a complete endpoint with user management, model 
> > logic and web administration interface. > > > > I see two approches : > > - 
Using Django REST framework to create a REST endpoint - but is there a > > way 
to consume REST endpoints in QGIS ? > > - Developing a WFST module for Django, 
for which there seem to be some > > work done [1] for the non-transactionnal 
part. > > > > I just wanted to ask before reinventing the wheel ! > > > > 
Bests, > > > > Olivier ___ 
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] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Régis Haubourg
Thanks for the feedback, that would be nice to add to the Qgis server doc (
copying Paul who is going to work on that).
Cheers
Regis

Le lun. 8 oct. 2018 à 17:31, Radim Blazek  a écrit :

> Hi,
> very nice that performance test.
> I found that nginx was misconfigured an it was transferring unzipped
> data over the network. With nginx params:
> gzip on;
> gzip_types text/xml;
> gzip_http_version 1.0;
> WFS is now only two times slower than direct connection to PostGIS.
> Sorry for false alarm.
>
> Radim
>
> On Mon, Oct 8, 2018 at 3:42 PM Régis Haubourg 
> wrote:
> >
> > Hi Radim,
> > I have no idea why it is slower, but we should really improve the QGIS
> server WFS-T situation I think. Adding  scenario to the QGIS performance
> tests would be a good solution to track this and then seek for the
> bottlenecks:
> >
> > http://test.qgis.org/perf_test/graffiti/
> >
> > Cheers
> > Régis
> >
> > Le lun. 8 oct. 2018 à 15:27, Radim Blazek  a
> écrit :
> >>
> >> Hi, thanks for information.
> >>
> >> I tried QGIS <-> WFS-T <-> QGIS Server <-> PostGIS and initial read is
> >> 4-5 times slower than QGIS <-> PostGIS (QGIS 2.14). Any idea why it is
> >> so slow and if it can be improved?
> >>
> >> Radim
> >>
> >> On Fri, Oct 5, 2018 at 10:54 PM Olivier Dalang <
> olivier.dal...@gmail.com> wrote:
> >> >
> >> > Hi Radim,
> >> >
> >> > I didn't get this sorted in the end (ended just having the layer as
> read only in QGIS from postgis and users would do any modification from
> django admin).
> >> >
> >> > About a Django provider for QGIS : it is now possible to create
> python providers [1]. So creating a REST provider to consume a django rest
> framework endpoint may not be that hard anymore ? That would certainly be a
> great addition to QGIS !!
> >> >
> >> > And about a WFS-T app for Django : I don't know of any other effort
> than django-wfs, but I just saw there's an open PR with some a lot of
> changed including python 3 support, so maybe django-wfs is not as dead as
> it looks ? Still WFS-T would have to be added, and again not sure how hard
> this would be...
> >> >
> >> > Let us know how it goes !
> >> >
> >> > Cheers,
> >> >
> >> > Olivier
> >> >
> >> > [1] https://github.com/qgis/QGIS/pull/7012
> >> >
> >> >
> >> >
> >> > On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek 
> wrote:
> >> >>
> >> >> Hi,
> >> >> we need the same, to be precise, we need two things, to allow editing
> >> >> of data stored in Django/PostGIS in QGIS over the network and let
> QGIS
> >> >> Server (WMS) to read data from Django, both using Django filters etc.
> >> >> If we manage to get data to QGIS from Django (and back), we can use
> >> >> QGIS Server and WFS-T for editing. So I am looking for something like
> >> >> Django provider for QGIS or WFS-T application for Django. Are you
> >> >> aware of something like that?
> >> >>
> >> >> Olivier, what have you used in the end? [1] is not maintained and it
> >> >> does not support WFS-T.
> >> >>
> >> >> Alessandro, in [2] I am missing data reading from Django models. It
> >> >> seems like the server is launched from python, but data flow goes
> >> >> through standard QGIS providers?
> >> >>
> >> >> Marco, if I got it looking briefly into GeoNode code, they just run
> >> >> QGIS server, but they don't read data directly from Django models,
> >> >> right?
> >> >>
> >> >> [1] https://github.com/vascop/django-wfs
> >> >> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
> >> >>
> >> >> Radim
> >> >>
> >> >> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi 
> wrote:
> >> >> >
> >> >> > Hi Olivier
> >> >> > Kartoza has been working on having geonode server running smoothly
> using
> >> >> > a qgis server in the background.
> >> >> >
> >> >> > have a look at
> >> >> > https://www.youtube.com/watch?v=GzX4byPkV3E
> >> >> >
> http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
> >> >> >
> >> >> > cheers
> >> >> > Marco
> >> >> >
> >> >> > On 24.03.2017 13:10, Olivier Dalang wrote:
> >> >> > > Dear List,
> >> >> > >
> >> >> > > Does anybody here have some experience with making QGIS work with
> >> >> > > (Geo)Django ?
> >> >> > >
> >> >> > > I would love to be able to make them communicate, as QGIS is the
> >> >> > > interface of choice to do complex work on geometries and Django
> is
> >> >> > > perfect to quickly setup a complete endpoint with user
> management, model
> >> >> > > logic and web administration interface.
> >> >> > >
> >> >> > > I see two approches :
> >> >> > > - Using Django REST framework to create a REST endpoint - but is
> there a
> >> >> > > way to consume REST endpoints in QGIS ?
> >> >> > > - Developing a WFST module for Django, for which there seem to
> be some
> >> >> > > work done [1] for the non-transactionnal part.
> >> >> > >
> >> >> > > I just wanted to ask before reinventing the wheel !
> >> >> > >
> >> >> > > Bests,
> >> >> > >
> >> >> > > Olivier
> >> ___
> >> QGIS-Develope

Re: [QGIS-Developer] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Radim Blazek
Hi,
very nice that performance test.
I found that nginx was misconfigured an it was transferring unzipped
data over the network. With nginx params:
gzip on;
gzip_types text/xml;
gzip_http_version 1.0;
WFS is now only two times slower than direct connection to PostGIS.
Sorry for false alarm.

Radim

On Mon, Oct 8, 2018 at 3:42 PM Régis Haubourg  wrote:
>
> Hi Radim,
> I have no idea why it is slower, but we should really improve the QGIS server 
> WFS-T situation I think. Adding  scenario to the QGIS performance tests would 
> be a good solution to track this and then seek for the bottlenecks:
>
> http://test.qgis.org/perf_test/graffiti/
>
> Cheers
> Régis
>
> Le lun. 8 oct. 2018 à 15:27, Radim Blazek  a écrit :
>>
>> Hi, thanks for information.
>>
>> I tried QGIS <-> WFS-T <-> QGIS Server <-> PostGIS and initial read is
>> 4-5 times slower than QGIS <-> PostGIS (QGIS 2.14). Any idea why it is
>> so slow and if it can be improved?
>>
>> Radim
>>
>> On Fri, Oct 5, 2018 at 10:54 PM Olivier Dalang  
>> wrote:
>> >
>> > Hi Radim,
>> >
>> > I didn't get this sorted in the end (ended just having the layer as read 
>> > only in QGIS from postgis and users would do any modification from django 
>> > admin).
>> >
>> > About a Django provider for QGIS : it is now possible to create python 
>> > providers [1]. So creating a REST provider to consume a django rest 
>> > framework endpoint may not be that hard anymore ? That would certainly be 
>> > a great addition to QGIS !!
>> >
>> > And about a WFS-T app for Django : I don't know of any other effort than 
>> > django-wfs, but I just saw there's an open PR with some a lot of changed 
>> > including python 3 support, so maybe django-wfs is not as dead as it looks 
>> > ? Still WFS-T would have to be added, and again not sure how hard this 
>> > would be...
>> >
>> > Let us know how it goes !
>> >
>> > Cheers,
>> >
>> > Olivier
>> >
>> > [1] https://github.com/qgis/QGIS/pull/7012
>> >
>> >
>> >
>> > On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek  wrote:
>> >>
>> >> Hi,
>> >> we need the same, to be precise, we need two things, to allow editing
>> >> of data stored in Django/PostGIS in QGIS over the network and let QGIS
>> >> Server (WMS) to read data from Django, both using Django filters etc.
>> >> If we manage to get data to QGIS from Django (and back), we can use
>> >> QGIS Server and WFS-T for editing. So I am looking for something like
>> >> Django provider for QGIS or WFS-T application for Django. Are you
>> >> aware of something like that?
>> >>
>> >> Olivier, what have you used in the end? [1] is not maintained and it
>> >> does not support WFS-T.
>> >>
>> >> Alessandro, in [2] I am missing data reading from Django models. It
>> >> seems like the server is launched from python, but data flow goes
>> >> through standard QGIS providers?
>> >>
>> >> Marco, if I got it looking briefly into GeoNode code, they just run
>> >> QGIS server, but they don't read data directly from Django models,
>> >> right?
>> >>
>> >> [1] https://github.com/vascop/django-wfs
>> >> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
>> >>
>> >> Radim
>> >>
>> >> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  
>> >> wrote:
>> >> >
>> >> > Hi Olivier
>> >> > Kartoza has been working on having geonode server running smoothly using
>> >> > a qgis server in the background.
>> >> >
>> >> > have a look at
>> >> > https://www.youtube.com/watch?v=GzX4byPkV3E
>> >> > http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
>> >> >
>> >> > cheers
>> >> > Marco
>> >> >
>> >> > On 24.03.2017 13:10, Olivier Dalang wrote:
>> >> > > Dear List,
>> >> > >
>> >> > > Does anybody here have some experience with making QGIS work with
>> >> > > (Geo)Django ?
>> >> > >
>> >> > > I would love to be able to make them communicate, as QGIS is the
>> >> > > interface of choice to do complex work on geometries and Django is
>> >> > > perfect to quickly setup a complete endpoint with user management, 
>> >> > > model
>> >> > > logic and web administration interface.
>> >> > >
>> >> > > I see two approches :
>> >> > > - Using Django REST framework to create a REST endpoint - but is 
>> >> > > there a
>> >> > > way to consume REST endpoints in QGIS ?
>> >> > > - Developing a WFST module for Django, for which there seem to be some
>> >> > > work done [1] for the non-transactionnal part.
>> >> > >
>> >> > > I just wanted to ask before reinventing the wheel !
>> >> > >
>> >> > > Bests,
>> >> > >
>> >> > > Olivier
>> ___
>> 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.or

Re: [QGIS-Developer] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Walter Lorenzetti

yes, only from webclient.

W


Il 08/10/2018 15:14, Radim Blazek ha scritto:

Hi,
so you don't read/write features from QGIS, only from Web client, right?

Radim
On Sat, Oct 6, 2018 at 5:39 PM Walter Lorenzetti  wrote:

Hi All,

at GIS3W we developed a suite based on Django for QGIS server [1], the code in 
Open and on Github [2] (main app is G3W-ADMIN).

The suite parse QGIS project file(at the moment is only for QGIS 2.18) and 
stores layer data in to db, alse connection string informations. With the layer 
connection we build a Django model on fly for to get data directly from db ora 
to write on it.

We developed a 'editing' module but for now is not open, but the core for build 
Django model on fly is in the open code [3].

The suite comunicates with Webgis Client (G3W-CLIENT) with custom api built 
with Django Rest Framework.

I hope this can be usefull.

I'm thinking again on django model on fly worflow and his memory implication, 
comments and suggestions are welcome.

Have a good weekend.

Ciao

W


[1] https://g3wsuite.gis3w.it/

[2] https://github.com/g3w-suite

[3] 
https://github.com/g3w-suite/g3w-admin/blob/master/g3w-admin/core/utils/models.py

Il 05/10/2018 22:54, Olivier Dalang ha scritto:

Hi Radim,

I didn't get this sorted in the end (ended just having the layer as read only 
in QGIS from postgis and users would do any modification from django admin).

About a Django provider for QGIS : it is now possible to create python 
providers [1]. So creating a REST provider to consume a django rest framework 
endpoint may not be that hard anymore ? That would certainly be a great 
addition to QGIS !!

And about a WFS-T app for Django : I don't know of any other effort than 
django-wfs, but I just saw there's an open PR with some a lot of changed 
including python 3 support, so maybe django-wfs is not as dead as it looks ? 
Still WFS-T would have to be added, and again not sure how hard this would be...

Let us know how it goes !

Cheers,

Olivier

[1] https://github.com/qgis/QGIS/pull/7012



On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek  wrote:

Hi,
we need the same, to be precise, we need two things, to allow editing
of data stored in Django/PostGIS in QGIS over the network and let QGIS
Server (WMS) to read data from Django, both using Django filters etc.
If we manage to get data to QGIS from Django (and back), we can use
QGIS Server and WFS-T for editing. So I am looking for something like
Django provider for QGIS or WFS-T application for Django. Are you
aware of something like that?

Olivier, what have you used in the end? [1] is not maintained and it
does not support WFS-T.

Alessandro, in [2] I am missing data reading from Django models. It
seems like the server is launched from python, but data flow goes
through standard QGIS providers?

Marco, if I got it looking briefly into GeoNode code, they just run
QGIS server, but they don't read data directly from Django models,
right?

[1] https://github.com/vascop/django-wfs
[2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/

Radim

On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote:

Hi Olivier
Kartoza has been working on having geonode server running smoothly using
a qgis server in the background.

have a look at
https://www.youtube.com/watch?v=GzX4byPkV3E
http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html

cheers
Marco

On 24.03.2017 13:10, Olivier Dalang wrote:

Dear List,

Does anybody here have some experience with making QGIS work with
(Geo)Django ?

I would love to be able to make them communicate, as QGIS is the
interface of choice to do complex work on geometries and Django is
perfect to quickly setup a complete endpoint with user management, model
logic and web administration interface.

I see two approches :
- Using Django REST framework to create a REST endpoint - but is there a
way to consume REST endpoints in QGIS ?
- Developing a WFST module for Django, for which there seem to be some
work done [1] for the non-transactionnal part.

I just wanted to ask before reinventing the wheel !

Bests,

Olivier



___
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


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti
g+:aiki74
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS

___
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


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-659

Re: [QGIS-Developer] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Régis Haubourg
Hi Radim,
I have no idea why it is slower, but we should really improve the QGIS
server WFS-T situation I think. Adding  scenario to the QGIS performance
tests would be a good solution to track this and then seek for the
bottlenecks:

http://test.qgis.org/perf_test/graffiti/

Cheers
Régis

Le lun. 8 oct. 2018 à 15:27, Radim Blazek  a écrit :

> Hi, thanks for information.
>
> I tried QGIS <-> WFS-T <-> QGIS Server <-> PostGIS and initial read is
> 4-5 times slower than QGIS <-> PostGIS (QGIS 2.14). Any idea why it is
> so slow and if it can be improved?
>
> Radim
>
> On Fri, Oct 5, 2018 at 10:54 PM Olivier Dalang 
> wrote:
> >
> > Hi Radim,
> >
> > I didn't get this sorted in the end (ended just having the layer as read
> only in QGIS from postgis and users would do any modification from django
> admin).
> >
> > About a Django provider for QGIS : it is now possible to create python
> providers [1]. So creating a REST provider to consume a django rest
> framework endpoint may not be that hard anymore ? That would certainly be a
> great addition to QGIS !!
> >
> > And about a WFS-T app for Django : I don't know of any other effort than
> django-wfs, but I just saw there's an open PR with some a lot of changed
> including python 3 support, so maybe django-wfs is not as dead as it looks
> ? Still WFS-T would have to be added, and again not sure how hard this
> would be...
> >
> > Let us know how it goes !
> >
> > Cheers,
> >
> > Olivier
> >
> > [1] https://github.com/qgis/QGIS/pull/7012
> >
> >
> >
> > On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek 
> wrote:
> >>
> >> Hi,
> >> we need the same, to be precise, we need two things, to allow editing
> >> of data stored in Django/PostGIS in QGIS over the network and let QGIS
> >> Server (WMS) to read data from Django, both using Django filters etc.
> >> If we manage to get data to QGIS from Django (and back), we can use
> >> QGIS Server and WFS-T for editing. So I am looking for something like
> >> Django provider for QGIS or WFS-T application for Django. Are you
> >> aware of something like that?
> >>
> >> Olivier, what have you used in the end? [1] is not maintained and it
> >> does not support WFS-T.
> >>
> >> Alessandro, in [2] I am missing data reading from Django models. It
> >> seems like the server is launched from python, but data flow goes
> >> through standard QGIS providers?
> >>
> >> Marco, if I got it looking briefly into GeoNode code, they just run
> >> QGIS server, but they don't read data directly from Django models,
> >> right?
> >>
> >> [1] https://github.com/vascop/django-wfs
> >> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
> >>
> >> Radim
> >>
> >> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi 
> wrote:
> >> >
> >> > Hi Olivier
> >> > Kartoza has been working on having geonode server running smoothly
> using
> >> > a qgis server in the background.
> >> >
> >> > have a look at
> >> > https://www.youtube.com/watch?v=GzX4byPkV3E
> >> >
> http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
> >> >
> >> > cheers
> >> > Marco
> >> >
> >> > On 24.03.2017 13:10, Olivier Dalang wrote:
> >> > > Dear List,
> >> > >
> >> > > Does anybody here have some experience with making QGIS work with
> >> > > (Geo)Django ?
> >> > >
> >> > > I would love to be able to make them communicate, as QGIS is the
> >> > > interface of choice to do complex work on geometries and Django is
> >> > > perfect to quickly setup a complete endpoint with user management,
> model
> >> > > logic and web administration interface.
> >> > >
> >> > > I see two approches :
> >> > > - Using Django REST framework to create a REST endpoint - but is
> there a
> >> > > way to consume REST endpoints in QGIS ?
> >> > > - Developing a WFST module for Django, for which there seem to be
> some
> >> > > work done [1] for the non-transactionnal part.
> >> > >
> >> > > I just wanted to ask before reinventing the wheel !
> >> > >
> >> > > Bests,
> >> > >
> >> > > Olivier
> ___
> 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] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Radim Blazek
Hi, thanks for information.

I tried QGIS <-> WFS-T <-> QGIS Server <-> PostGIS and initial read is
4-5 times slower than QGIS <-> PostGIS (QGIS 2.14). Any idea why it is
so slow and if it can be improved?

Radim

On Fri, Oct 5, 2018 at 10:54 PM Olivier Dalang  wrote:
>
> Hi Radim,
>
> I didn't get this sorted in the end (ended just having the layer as read only 
> in QGIS from postgis and users would do any modification from django admin).
>
> About a Django provider for QGIS : it is now possible to create python 
> providers [1]. So creating a REST provider to consume a django rest framework 
> endpoint may not be that hard anymore ? That would certainly be a great 
> addition to QGIS !!
>
> And about a WFS-T app for Django : I don't know of any other effort than 
> django-wfs, but I just saw there's an open PR with some a lot of changed 
> including python 3 support, so maybe django-wfs is not as dead as it looks ? 
> Still WFS-T would have to be added, and again not sure how hard this would 
> be...
>
> Let us know how it goes !
>
> Cheers,
>
> Olivier
>
> [1] https://github.com/qgis/QGIS/pull/7012
>
>
>
> On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek  wrote:
>>
>> Hi,
>> we need the same, to be precise, we need two things, to allow editing
>> of data stored in Django/PostGIS in QGIS over the network and let QGIS
>> Server (WMS) to read data from Django, both using Django filters etc.
>> If we manage to get data to QGIS from Django (and back), we can use
>> QGIS Server and WFS-T for editing. So I am looking for something like
>> Django provider for QGIS or WFS-T application for Django. Are you
>> aware of something like that?
>>
>> Olivier, what have you used in the end? [1] is not maintained and it
>> does not support WFS-T.
>>
>> Alessandro, in [2] I am missing data reading from Django models. It
>> seems like the server is launched from python, but data flow goes
>> through standard QGIS providers?
>>
>> Marco, if I got it looking briefly into GeoNode code, they just run
>> QGIS server, but they don't read data directly from Django models,
>> right?
>>
>> [1] https://github.com/vascop/django-wfs
>> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
>>
>> Radim
>>
>> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote:
>> >
>> > Hi Olivier
>> > Kartoza has been working on having geonode server running smoothly using
>> > a qgis server in the background.
>> >
>> > have a look at
>> > https://www.youtube.com/watch?v=GzX4byPkV3E
>> > http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
>> >
>> > cheers
>> > Marco
>> >
>> > On 24.03.2017 13:10, Olivier Dalang wrote:
>> > > Dear List,
>> > >
>> > > Does anybody here have some experience with making QGIS work with
>> > > (Geo)Django ?
>> > >
>> > > I would love to be able to make them communicate, as QGIS is the
>> > > interface of choice to do complex work on geometries and Django is
>> > > perfect to quickly setup a complete endpoint with user management, model
>> > > logic and web administration interface.
>> > >
>> > > I see two approches :
>> > > - Using Django REST framework to create a REST endpoint - but is there a
>> > > way to consume REST endpoints in QGIS ?
>> > > - Developing a WFST module for Django, for which there seem to be some
>> > > work done [1] for the non-transactionnal part.
>> > >
>> > > I just wanted to ask before reinventing the wheel !
>> > >
>> > > Bests,
>> > >
>> > > Olivier
___
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] [Qgis-developer] QGIS <-> Django

2018-10-08 Thread Radim Blazek
Hi,
so you don't read/write features from QGIS, only from Web client, right?

Radim
On Sat, Oct 6, 2018 at 5:39 PM Walter Lorenzetti  wrote:
>
> Hi All,
>
> at GIS3W we developed a suite based on Django for QGIS server [1], the code 
> in Open and on Github [2] (main app is G3W-ADMIN).
>
> The suite parse QGIS project file(at the moment is only for QGIS 2.18) and 
> stores layer data in to db, alse connection string informations. With the 
> layer connection we build a Django model on fly for to get data directly from 
> db ora to write on it.
>
> We developed a 'editing' module but for now is not open, but the core for 
> build Django model on fly is in the open code [3].
>
> The suite comunicates with Webgis Client (G3W-CLIENT) with custom api built 
> with Django Rest Framework.
>
> I hope this can be usefull.
>
> I'm thinking again on django model on fly worflow and his memory implication, 
> comments and suggestions are welcome.
>
> Have a good weekend.
>
> Ciao
>
> W
>
>
> [1] https://g3wsuite.gis3w.it/
>
> [2] https://github.com/g3w-suite
>
> [3] 
> https://github.com/g3w-suite/g3w-admin/blob/master/g3w-admin/core/utils/models.py
>
> Il 05/10/2018 22:54, Olivier Dalang ha scritto:
>
> Hi Radim,
>
> I didn't get this sorted in the end (ended just having the layer as read only 
> in QGIS from postgis and users would do any modification from django admin).
>
> About a Django provider for QGIS : it is now possible to create python 
> providers [1]. So creating a REST provider to consume a django rest framework 
> endpoint may not be that hard anymore ? That would certainly be a great 
> addition to QGIS !!
>
> And about a WFS-T app for Django : I don't know of any other effort than 
> django-wfs, but I just saw there's an open PR with some a lot of changed 
> including python 3 support, so maybe django-wfs is not as dead as it looks ? 
> Still WFS-T would have to be added, and again not sure how hard this would 
> be...
>
> Let us know how it goes !
>
> Cheers,
>
> Olivier
>
> [1] https://github.com/qgis/QGIS/pull/7012
>
>
>
> On Sat, Oct 6, 2018 at 4:24 AM Radim Blazek  wrote:
>>
>> Hi,
>> we need the same, to be precise, we need two things, to allow editing
>> of data stored in Django/PostGIS in QGIS over the network and let QGIS
>> Server (WMS) to read data from Django, both using Django filters etc.
>> If we manage to get data to QGIS from Django (and back), we can use
>> QGIS Server and WFS-T for editing. So I am looking for something like
>> Django provider for QGIS or WFS-T application for Django. Are you
>> aware of something like that?
>>
>> Olivier, what have you used in the end? [1] is not maintained and it
>> does not support WFS-T.
>>
>> Alessandro, in [2] I am missing data reading from Django models. It
>> seems like the server is launched from python, but data flow goes
>> through standard QGIS providers?
>>
>> Marco, if I got it looking briefly into GeoNode code, they just run
>> QGIS server, but they don't read data directly from Django models,
>> right?
>>
>> [1] https://github.com/vascop/django-wfs
>> [2] http://www.itopen.it/qgis-server-binding-news/lang-pref/en/
>>
>> Radim
>>
>> On Fri, Mar 24, 2017 at 1:56 PM Marco Bernasocchi  wrote:
>> >
>> > Hi Olivier
>> > Kartoza has been working on having geonode server running smoothly using
>> > a qgis server in the background.
>> >
>> > have a look at
>> > https://www.youtube.com/watch?v=GzX4byPkV3E
>> > http://osgeo-org.1560.x6.nabble.com/New-Geonode-GeoSAFE-and-QGIS-work-td5303864.html
>> >
>> > cheers
>> > Marco
>> >
>> > On 24.03.2017 13:10, Olivier Dalang wrote:
>> > > Dear List,
>> > >
>> > > Does anybody here have some experience with making QGIS work with
>> > > (Geo)Django ?
>> > >
>> > > I would love to be able to make them communicate, as QGIS is the
>> > > interface of choice to do complex work on geometries and Django is
>> > > perfect to quickly setup a complete endpoint with user management, model
>> > > logic and web administration interface.
>> > >
>> > > I see two approches :
>> > > - Using Django REST framework to create a REST endpoint - but is there a
>> > > way to consume REST endpoints in QGIS ?
>> > > - Developing a WFST module for Django, for which there seem to be some
>> > > work done [1] for the non-transactionnal part.
>> > >
>> > > I just wanted to ask before reinventing the wheel !
>> > >
>> > > Bests,
>> > >
>> > > Olivier
>
>
>
> ___
> 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
>
>
> --
>
> Walter Lorenzetti phD
> email: lorenze...@gis3w.it
> skype: aiki74
> twitter:w_lorenzetti
> g+:aiki74
> Tel/Cell: (+39) 347-6597931
> Viale Verdi 24 - 51016 Montecatini Terme (PT)
> Nuovi corsi QGIS e GFOSS
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
>

[QGIS-Developer] Attrribute forms: widget frames are missing.

2018-10-08 Thread Andreas Neumann
Hi, 

I noticed that in the attribute forms in master, the frames of the
widgets are missing, except for relation reference widgets. 

See screenshot in this mail - the widgets around the "1" (Anzahl
Sonden), "112" (Bohrtiefe [m]", etc. should have frames. 

This is on Windows 7. 

Any idea what might be wrong here? Maybe a side-effect of the recent
change where the gray parts of "read only" layers were replaced with
black? 

Note also, that the "NULL" in the text editor widget still appears as
gray instead of black. 

Thanks for having a look at this as well! 

Andreas___
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] Display of drag and drop forms totally broken

2018-10-08 Thread Andreas Neumann
Dear devs, 

I have a severe issue with drag and drop attribute forms. Did someone do
any substantial changes in attribute forms recently? 

I was quite shocked when I opened a 3.2 project in QGIS master and the
display of complex forms is totally broken. See issue
https://issues.qgis.org/issues/20045 - please have a look at the two
screenshots from 3.2 and 3.3. 

I can provide the QGIS project, but it requires to import a postgis dump
and it contains quite some custom Python code. The OPENGIS people
already have my project - so maybe someone from them could have a look
at how to fix the issue as part of our bug fixing program? Or is some
other dev aware about any recent changes that might have triggered my
issues? 

This is urgent and I hope it can be fixed in master - otherwise many of
our projects using drag and drop forms can be opened in the upcoming LT
version ;-( 

Thank you for having a look at my issue! 

Andreas___
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] provide an exe with a plugin

2018-10-08 Thread Luigi Pirelli
I would say yes because all your code is free, but, in this moment, we
don't have (in plugin manager) a way to verify md5 or sha check sum to
verify that the executable you attach is exactly the original one.
I would suggest to refactor your code to do post download of executables.
Remember there are also processing toolbox components to allow download
files. I Would do a post setup of the plugin asking the user the permission
to download further executables.

so, resuming, IMHO the answer, is NO it's not possible :( but I would be
open to any qgis improvement that could facilitate this cases.

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Mastering QGIS 2nd Edition:
*
https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition
* Hire me: http://goo.gl/BYRQKg
**


On Mon, 8 Oct 2018 at 09:28, PALMIER Patrick (Responsable de groupe) -
CEREMA/DTerNP/DATHa/MT  wrote:

> Hello,
>
>
> I've developped a Qgis plugin called "networks" as an algorithm provider
> (github page https://github.com/crocovert/networks) which provide several
> algorithm for network management and the generation input files for a
> multimodal routing tool call Musliw I've previously developped
>
> This tool Musliw (open source) was developped in C# with monodevelop.It
> runs on windows adn linux (with mono runtime). The source code is located
> in my github page (https://github.com/crocovert/muslic)
>
>
> Is it acceptable to provide this binary file (muslic.exe) with the plugin
> and should I only provide python algorithms scripts
>
>
> Thank you for your answers
>
> Patrick Palmier
> ___
> 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] provide an exe with a plugin

2018-10-08 Thread PALMIER Patrick (Responsable de groupe) - CEREMA/DTerNP/DATHa/MT

Hello,


I've developped a Qgis plugin called "networks" as an algorithm provider 
(github page https://github.com/crocovert/networks) which provide 
several algorithm for network management and the generation input files 
for a multimodal routing tool call Musliw I've previously developped


This tool Musliw (open source) was developped in C# with monodevelop.It 
runs on windows adn linux (with mono runtime). The source code is 
located in my github page (https://github.com/crocovert/muslic)



Is it acceptable to provide this binary file (muslic.exe) with the 
plugin and should I only provide python algorithms scripts



Thank you for your answers

Patrick Palmier
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.5" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.6" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.8" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.7" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.4" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.3" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 0.41 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.2" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.1.1" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.1.2" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.1" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.0.1" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.0" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.1" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 0.4 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.0.3" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 0.1 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.0.1" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 0.3 Experimental" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 2.0.2" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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 [629] Networks approval notification.

2018-10-08 Thread noreply

Plugin Networks approval by pcav.
The plugin version "[629] Networks 1.2.9" is now approved
Link: http://plugins.qgis.org/plugins/networks/
___
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