Re: [Geoserver-devel] [Geotools-devel] GeoTools / GeoServer PMC meeting - 2019-12-10

2020-01-08 Thread Jody Garnett
Some further thoughts:

> Relax CLA requirements
>
> Discussion:
>
>-
>
>Right now we ask for CLA, for anything but trivial changes, …
>-
>
>Word on the street is to stop using CLA all together …
>https://opensource.com/article/19/2/cla-problems
>-
>
>We actually make use of CLA:
>-
>
>   To relicense code and donate to GeoTools, JTS, GeoWebCache :)
>
> License:
>
>-
>
>https://www.osgeo.org/about/licenses/
>-
>
>Individual Contributor License Agreement
>-
>
>Software Grant and Corporate Contributor License Agreement
>
>
> Context:
>
>-
>
>Stratus: Wraps geoserver, so similar setup to GeoFence
>-
>
>GSR: Code is open source and available, but we do not have a specific
>corporate CLA for it
>-
>
>GeoTools module: https://github.com/geotools/geotools/pull/2592
>
>
> The issue:
>
>1.
>
>We value having a CLA so we can relicense code and make donations to
>other projects
>1.
>
>   It also confirms person had permission to make functionality open
>   source
>   2.
>
>   Some protection around patents and trademarks
>   2.
>
>We have some GPL code in the wild we would like to build on, but we
>would have no ability to relicense
>
>
> Idea:
>
>-
>
>Allow GPL’d code without a CLA to be merge into the codebase
>-
>
>Mark the module as “Strictly GPL”
>-
>
>No code from that module can be moved into core or another extension
>(it would make them tainted too)
>-
>
>Same for GeoTools, using LGPL licence.
>
>
> Danger:
>
>-
>
>More folks would like to avoid CLA if we have a mechanism to support
>-
>
>Limit mechanism to single modules, no intermingling
>
>
Just on "how to do it" clearly front:

1. Maintain original GPL header
2. Add our own header (if we make changes beyond repackaging)

This is the same process used for other code reuse, and should be fairly
clear. It also has the advantage of being visible on a file by file basis.
This does not take away from documenting in module README, we can also
consider an explicit LICENSE file for these modules.

One thing we cannot necessarily fix is granting the additional clause used
in the GeoServer license (although for any modules such as GSR based on
GeoServer already need to account for this).
--
Jody
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9446) WFS Feature Bounds are incorrectly calculated if there are more than one geometry column in a feature

2020-01-08 Thread Ian Turton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
  Ian Turton  created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-9446  
 
 
  WFS Feature Bounds are incorrectly calculated if there are more than one geometry column in a feature   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.15.1, 2.16.1  
 
 
Assignee: 
  Ian Turton   
 
 
Components: 
 WFS  
 
 
Created: 
 08/Jan/20 6:21 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
  Ian Turton   
 

  
 
 
 
 

 
 If you have a layer with multiple data columns (eg, EPSG:4269 and EPSG:2163) then the bounds for a feature will be exported as 

 

//www.opengis.net/gml/srs/epsg.xml#42
69" srsDimension="2">-181784.222 -15.056478716.808 40.003
 

 4269 bbox is (-179.14. -14.54: 179.77,71.36) 2169 bbox is (-8511606.57-3753915.81) : (3745421.42,4848308.41) So I have no idea where these values come from!  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment 

Re: [Geoserver-devel] Request for early backport : [GEOS-9436]Monitor extension : Ignore Post processors

2020-01-08 Thread Jody Garnett
Not sure I understand, in this context what is a post processor?

On Wed, Jan 8, 2020 at 3:19 AM Imran Rajjad  wrote:

> Dear List,
>
> The monitor extension has received an improvement where users can now
> disable un-necessary post processors from configuration file. Complete
> details can be found at  https://osgeo-org.atlassian.net/browse/GEOS-9436.
>
> An early backport is humbly requested.
>
>
> regards,
> Imran
>
> --
> I.R
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
-- 
--
Jody Garnett
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] navigation and location of demos / tools / importer / map preview

2020-01-08 Thread Jody Garnett
That is a good point, it could be argued that SRS list and reprojection
console do not change anything and could remain in demos?

On Wed, Jan 8, 2020 at 4:33 AM Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> Demos, as well as Layer Preview are currently available for everybody but
> Tools appear only after successful login. Do we want that users without an
> account can use some demos or tools also in the future? Obviously all tools
> which can modify data or configuration must require login. But SRS list,
> Reprojection console, and request builders should be safe even if they are
> left open.
>
>
>
> Location of the tools in a menu is a separate thing, we have already WFS
> transactional demos which are visible for everybody but they do not do
> transactions without valid credentials. However, if a tool that we want to
> be open for everybody  is dropped into Tools then we must make also the
> Tools menu item visible for all.
>
>
>
> -Jukka Rahkonen-
>
>
>
>
>
>
>
> *Lähettäjä:* Ian Turton 
> *Lähetetty:* keskiviikko 8. tammikuuta 2020 13.45
> *Vastaanottaja:* Jody Garnett 
> *Kopio:* GeoServer 
> *Aihe:* Re: [Geoserver-devel] navigation and location of demos / tools /
> importer / map preview
>
>
>
> It could be argued that WPS and WCS request builder are tools more than
> demos. Other than that sounds good to me
>
>
>
> Ian
>
>
>
> On Tue, 7 Jan 2020 at 19:25, Jody Garnett  wrote:
>
> Recently I had a chance to look at the tools page, and would like to take
> an opportunity to shuffle some of our content into an appropriate location.
>
>
>
> I would like to consistently use:
>
> a) navigation tree to represent configuration concepts - resources in the
> rest api
>
> b) tools - automate or otherwise assist with configuration
>
> c) demos - show how to use the OGC services
>
>
>
> With that in mind:
>
>
>
> 1) Map Preview: move to navigation tree About & Status (technically it is
> a demo but we like it)
>
> 2) SRS List: move to tools
>
> 3) Reprojection console: move to tools
>
> 4) WPS request builder: remains in demos
>
> 5) WCS request builder: remain in demos
>
> 6) Importer: move to tools
>
> 7) Resource: move to navigation tree Data
>
> 8) Catalog Bulk Load Tool: remain in tools, see if there is any way we can
> hide them unless "Start" is being run. Really this should be renamed as
> "Duplicate"
>
> --
>
> Jody Garnett
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>
>
>
> --
>
> Ian Turton
>
-- 
--
Jody Garnett
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] navigation and location of demos / tools / importer / map preview

2020-01-08 Thread Rahkonen Jukka (MML)
Hi,

Demos, as well as Layer Preview are currently available for everybody but Tools 
appear only after successful login. Do we want that users without an account 
can use some demos or tools also in the future? Obviously all tools which can 
modify data or configuration must require login. But SRS list, Reprojection 
console, and request builders should be safe even if they are left open.

Location of the tools in a menu is a separate thing, we have already WFS 
transactional demos which are visible for everybody but they do not do 
transactions without valid credentials. However, if a tool that we want to be 
open for everybody  is dropped into Tools then we must make also the Tools menu 
item visible for all.

-Jukka Rahkonen-



Lähettäjä: Ian Turton 
Lähetetty: keskiviikko 8. tammikuuta 2020 13.45
Vastaanottaja: Jody Garnett 
Kopio: GeoServer 
Aihe: Re: [Geoserver-devel] navigation and location of demos / tools / importer 
/ map preview

It could be argued that WPS and WCS request builder are tools more than demos. 
Other than that sounds good to me

Ian

On Tue, 7 Jan 2020 at 19:25, Jody Garnett 
mailto:jody.garn...@gmail.com>> wrote:
Recently I had a chance to look at the tools page, and would like to take an 
opportunity to shuffle some of our content into an appropriate location.

I would like to consistently use:
a) navigation tree to represent configuration concepts - resources in the rest 
api
b) tools - automate or otherwise assist with configuration
c) demos - show how to use the OGC services

With that in mind:

1) Map Preview: move to navigation tree About & Status (technically it is a 
demo but we like it)
2) SRS List: move to tools
3) Reprojection console: move to tools
4) WPS request builder: remains in demos
5) WCS request builder: remain in demos
6) Importer: move to tools
7) Resource: move to navigation tree Data
8) Catalog Bulk Load Tool: remain in tools, see if there is any way we can hide 
them unless "Start" is being run. Really this should be renamed as "Duplicate"
--
Jody Garnett
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


--
Ian Turton
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries for WFS 2.0" voting open

2020-01-08 Thread Ian Turton
+1

Ian

On Tue, 7 Jan 2020 at 20:55, Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> +1
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* fernando.m...@geo-solutions.it <
> fernando.m...@geo-solutions.it>
> *Lähetetty:* tiistai 7. tammikuuta 2020 21.31
> *Vastaanottaja:* Geoserver-devel 
> *Aihe:* [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries
> for WFS 2.0" voting open
>
>
>
>
>
> Hi community, I started this GSIP for adding per-workspace Stored Queries
> functionality to Geoserver and is open for voting:
>
>
>
> https://github.com/geoserver/geoserver/wiki/GSIP-183
>
>
>
> All the description about the work is in the GSIP document and the
> implementation discussion is on the PR:
>
>
>
> https://github.com/geoserver/geoserver/pull/3867
>
>
>
> (Note that due to a mistake the PR was already merged but it will be
> reverted in case this GSIP becomes not approved.)
>
>
>
> Thanks to all for your vote.
>
>
>
> Regards,
>
> Fernando Mino
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
>
> ==
>
> Fernando Mino
>
> Software Engineer
>
>
>
> GeoSolutions S.A.S.
>
> Via di Montramito 3/A
>
> 55054  Massarosa (LU)
>
> Italy
>
> phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
>
>
> http://www.geo-solutions.it
>
> http://twitter.com/geosolutions_it
>
>
>
> ---
>
>
>
>
> *Con riferimento alla normativa sul trattamento dei dati personali (Reg.
> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.*
>
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>


-- 
Ian Turton
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] navigation and location of demos / tools / importer / map preview

2020-01-08 Thread Ian Turton
It could be argued that WPS and WCS request builder are tools more than
demos. Other than that sounds good to me

Ian

On Tue, 7 Jan 2020 at 19:25, Jody Garnett  wrote:

> Recently I had a chance to look at the tools page, and would like to take
> an opportunity to shuffle some of our content into an appropriate location.
>
> I would like to consistently use:
> a) navigation tree to represent configuration concepts - resources in the
> rest api
> b) tools - automate or otherwise assist with configuration
> c) demos - show how to use the OGC services
>
> With that in mind:
>
> 1) Map Preview: move to navigation tree About & Status (technically it is
> a demo but we like it)
> 2) SRS List: move to tools
> 3) Reprojection console: move to tools
> 4) WPS request builder: remains in demos
> 5) WCS request builder: remain in demos
> 6) Importer: move to tools
> 7) Resource: move to navigation tree Data
> 8) Catalog Bulk Load Tool: remain in tools, see if there is any way we can
> hide them unless "Start" is being run. Really this should be renamed as
> "Duplicate"
> --
> Jody Garnett
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>


-- 
Ian Turton
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [JIRA] (GEOS-9445) When global services are turned off GWC misleadingly fails with "No such workspace 'gwc/service'"

2020-01-08 Thread Ian Turton (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
  Ian Turton  created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoServer /  GEOS-9445  
 
 
  When global services are turned off GWC misleadingly fails with "No such workspace 'gwc/service'"   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Affects Versions: 
 2.15.4, 2.16.1  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 GWC  
 
 
Created: 
 08/Jan/20 12:33 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
  Ian Turton   
 

  
 
 
 
 

 
 It would be nice if there were a meaningful message so people knew what was going on - see for example https://stackoverflow.com/questions/50413049/geoserverno-such-workspace-gwc-service  
 

  
 
 
  
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

Re: [Geoserver-devel] Request for early backport : [GEOS-9436]Monitor extension : Ignore Post processors

2020-01-08 Thread Simone Giannecchini
minor change, quite isolated.

+0

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services

for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it

http://twitter.com/geosolutions_it


---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Jan 8, 2020 at 12:19 PM Imran Rajjad  wrote:

> Dear List,
>
> The monitor extension has received an improvement where users can now
> disable un-necessary post processors from configuration file. Complete
> details can be found at  https://osgeo-org.atlassian.net/browse/GEOS-9436.
>
> An early backport is humbly requested.
>
>
> regards,
> Imran
> --
> I.R
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Request for early backport : [GEOS-9436]Monitor extension : Ignore Post processors

2020-01-08 Thread Imran Rajjad
Dear List,

The monitor extension has received an improvement where users can now
disable un-necessary post processors from configuration file. Complete
details can be found at  https://osgeo-org.atlassian.net/browse/GEOS-9436.

An early backport is humbly requested.


regards,
Imran
-- 
I.R
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries for WFS 2.0" voting open

2020-01-08 Thread Alessio Fabiani
+0

Il giorno mer 8 gen 2020 alle ore 10:06 Nuno Oliveira <
nuno.olive...@geo-solutions.it> ha scritto:

>
> +0 likewise :)
>
> On Wed, 2020-01-08 at 09:33 +0100, Andrea Aime wrote:
>
> On Tue, Jan 7, 2020 at 9:51 PM Jody Garnett 
> wrote:
>
> My +1 is already recorded, thanks for answering my questions Fernando.
>
> Simone I think it is okay for you to vote +1, no reason to hold back if
> you have an interest in the functionality.
>
>
> Fernando works for GeoSolutions, the work in question is done on contract.
> I believe it's fair, and better, to vote +0 here, given the context.
>
> With this in mind, I'll add my +0
>
> Cheers
> Andrea
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
> Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
> (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
> http://www.geo-solutions.it http://twitter.com/geosolutions_it
> --- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
>
> ___
> Geoserver-devel mailing 
> listGeoserver-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
> --
> Regards,
> Nuno Oliveira
> ==
> GeoServer Professional Services from the
> experts!
> Visit http://goo.gl/it488V for more information.
> ==
>
> Nuno Miguel Carvalho Oliveira
> @nmcoliveira
> Software Engineer
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:  +39 0584 1660272
> http://www.geo-solutions.ithttp://twitter.com/geosolutions_it
>
> ---
>
> Con riferimento alla normativa sul trattamento dei dati
> personali (Reg. UE 2016/679 - Regolamento generale sulla
> protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto,
> gli eventuali allegati, etc.) è un dato la cui conoscenza
> è riservata al/i solo/i destinatario/i indicati dallo
> scrivente. Se il messaggio Le è giunto per errore, è
> tenuta/o a cancellarlo, ogni altra operazione è illecita.
> Le sarei comunque grato se potesse darmene notizia.
>
> This email is intended only for the person or entity to
> which it is addressed and may contain information that
> is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European
> Regulation 2016/679 “GDPR” - copying, dissemination or
> use of this e-mail or the information herein by anyone
> other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify
> us immediately by telephone or e-mail.
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>


-- 

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==
Ing. Alessio Fabiani

@alfa7691
Founder/Technical Lead


GeoSolutions S.A.S.
Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39 331 6233686


http://www.geo-solutions.it
http://twitter.com/geosolutions_it
---

Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.


This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential 

Re: [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries for WFS 2.0" voting open

2020-01-08 Thread Nuno Oliveira
+0 likewise :)
On Wed, 2020-01-08 at 09:33 +0100, Andrea Aime wrote:
> On Tue, Jan 7, 2020 at 9:51 PM Jody Garnett 
> wrote:
> > My +1 is already recorded, thanks for answering my
> > questions Fernando.
> > 
> > Simone I think it is okay for you to vote +1, no reason to hold
> > back if you have an interest in the functionality.
> > 
> Fernando works for GeoSolutions, the work in question is done on
> contract. I believe it's fair, and better, to vote +0 here, given the
> context.
> 
> With this in mind, I'll add my +0
> 
> Cheers
> Andrea
> 
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl
> /it488V for more information.
> ==
> 
> Ing. Andrea Aime 
> @geowolf
> Technical Lead
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
> 
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> 
> 
> ---
> 
> Con riferimento alla normativa sul trattamento dei dati personali
> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
> “GDPR”), si precisa che ogni circostanza inerente alla presente email
> (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
> conoscenza è riservata al/i solo/i destinatario/i indicati dallo
> scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
> cancellarlo, ogni altra operazione è illecita. Le sarei comunque
> grato se potesse darmene notizia.
> 
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged,
> confidential or otherwise protected from disclosure. We remind that -
> as provided by European Regulation 2016/679 “GDPR” - copying,
> dissemination or use of this e-mail or the information herein by
> anyone other than the intended recipient is prohibited. If you have
> received this email by mistake, please notify us immediately by
> telephone or e-mail.
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries for WFS 2.0" voting open

2020-01-08 Thread Andrea Aime
On Tue, Jan 7, 2020 at 9:51 PM Jody Garnett  wrote:

> My +1 is already recorded, thanks for answering my questions Fernando.
>
> Simone I think it is okay for you to vote +1, no reason to hold back if
> you have an interest in the functionality.
>

Fernando works for GeoSolutions, the work in question is done on contract.
I believe it's fair, and better, to vote +0 here, given the context.

With this in mind, I'll add my +0

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information. == Ing. Andrea Aime @geowolf Technical Lead
GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39
0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
--- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel