Re: [Geoserver-users] weird contour lines when using rendering transformation for coverage view

2022-09-13 Thread Vera Green
Looks like you are essentially giving a OR logic streamif this OR this
OR this OR this draw me. You might need to change this to an AND logic
instead.

Hope this makes sense.

On Tue., Sep. 13, 2022, 1:28 p.m. Andres Trei, 
wrote:

> Hi list.
>
> I have a netcdf store that contains multiple variables. I am trying to
> serve it as a coverage view, publishing 3 variables out of a total 7. Now
> the issue comes when trying to draw contour lines for 1 of the variables in
> view. In addition to the contours that should be there, geoserver also
> renders some additional funky contours that I have no idea where they come
> from and I believe should not be there. Below is a snippet from my SLD. If
> I remove the other 2 variables from my coverage view, everything seems to
> be ok. It looks like geoserver does not respect band parameter and uses
> data from other 2 bands also to render contours (just guessing here). Don't
> see any errors in logs.
>
> 
>   
>
> 
>   data
> 
>
> 
>   band
>   0
> 
> 
>   levels
>   0.5
>   1
>   1.5
>   2
>   2.5
>   3
>   3.5
>   4
>   4.5
>   5
> 
>   
> 
>
> Some screenshots:
>
> https://drive.google.com/file/d/1heaKCnozG60EBrx-tuJaV5Dxow1FoRhc/view?usp=sharing
>
> https://drive.google.com/file/d/1pfMHjmjhGLhHqGV171UxZn7F6cbdnqKK/view?usp=sharing
>
> https://drive.google.com/file/d/1gizFNsbXlXgOOko2fxpdZRro26LwiEPD/view?usp=sharing
>
>
> A related question for the coverage view. While using ncwms extension and
> the GetTimeSeries request to extract data on map click, the request returns
> data only for the first band in coverage view, while I was assuming I would
> get for all 3 bands. Is this expected? I've built the extension myself to
> match the geoserver version. Here's the decoded request:
>
>
> http://localhost:8088/geoserver/wms?REQUEST=GetTimeSeries=WMS==true=1.3.0=image/png=21.733703613281254,58.676937672586924,22.787017822265625,59.26026554911028=824=767=2022-09-13T12:00:00.000Z/2022-09-14T03:00:00.000Z=test_ws:dmi_waves_LAYERS=test_ws:dmi_waves_FORMAT=text/csv=206=446
>
>
> Geoserver version: 2.19.2
> Java: openjdk version "1.8.0_332"
> OS: macOS 12.5.1
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver Issue

2022-08-25 Thread Vera Green
https://docs.geoserver.org/latest/en/user/production/container.html

"The standalone distributions of GeoServer include the Jetty application
server. Enable Cross-Origin Resource Sharing (CORS)
<https://enable-cors.org/> to allow JavaScript applications outside of your
own domain, or web browsers, to use GeoServer."

On Thu., Aug. 25, 2022, 9:19 a.m. Jovan Ninkovic, 
wrote:

> How to configure cors? And why is it important?
> Tnx
>
> On Thu, Aug 25, 2022 at 17:00, Vera Green
>  wrote:
> Did you configure cors?
>
> nano /opt/tomcat/latest/conf/web.xml
>
> If not google allowing cors for GeoServer.
>
> Vera
>
> On Thu., Aug. 25, 2022, 3:52 a.m. Richard Duivenvoorde, <
> rdmaili...@duif.net> wrote:
>
> IF you can reach your server from within the network your geoserver is
> running
> and NOT from outside that network (eg Geoserver in your homenetwork and
> you want to reach it from outside your home), then your router/gateway
> cannot find your 'server'
>
> Then probably on your router there is some setting to so something named
> (on my Fritzbox it is) 'Port Sharing'. It actually means that if somebody
> knocking (from outside) on your router on port 8080, that the router knows
> where/to which computer to sent the request to.
>
> NOTE you are pushing holes in your router this way, but if that is what
> you want, that is ok :-)
>
> HTH
>
> Richard Duivenvoorde
>
> On 8/25/22 11:18, Jovan Ninkovic via Geoserver-users wrote:
> > Hi everybody,
> >
> > I've set up GeoServer on my working PC.
> > What I can't figure out is how to access it with a different PC that is
> connected to a different network.
> > I've tried to open port (8080) on my router and created Inbound and
> Outbound Rules in Firewall and still nothing.
> >
> > When I am connected to the same network as the GeoServer PC i can access
> it using the address:
> > http://xxx.xxx.x.xx:8080/geoserver/web/ - where xxx.xxx.x.xx is IP
> address of GeoServer PC.
> >
> > Can anyone share the experience or help on this how to set it up?
> >
> > Best regards,
> > Jovan
> >
> >
> > ___
> > Geoserver-users mailing list
> >
> > Please make sure you read the following two resources before posting to
> this list:
> > - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> > - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
> >
> > If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> >
> >
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver Issue

2022-08-25 Thread Vera Green
Did you configure cors?

nano /opt/tomcat/latest/conf/web.xml

If not google allowing cors for GeoServer.

Vera

On Thu., Aug. 25, 2022, 3:52 a.m. Richard Duivenvoorde, 
wrote:

> IF you can reach your server from within the network your geoserver is
> running
> and NOT from outside that network (eg Geoserver in your homenetwork and
> you want to reach it from outside your home), then your router/gateway
> cannot find your 'server'
>
> Then probably on your router there is some setting to so something named
> (on my Fritzbox it is) 'Port Sharing'. It actually means that if somebody
> knocking (from outside) on your router on port 8080, that the router knows
> where/to which computer to sent the request to.
>
> NOTE you are pushing holes in your router this way, but if that is what
> you want, that is ok :-)
>
> HTH
>
> Richard Duivenvoorde
>
> On 8/25/22 11:18, Jovan Ninkovic via Geoserver-users wrote:
> > Hi everybody,
> >
> > I've set up GeoServer on my working PC.
> > What I can't figure out is how to access it with a different PC that is
> connected to a different network.
> > I've tried to open port (8080) on my router and created Inbound and
> Outbound Rules in Firewall and still nothing.
> >
> > When I am connected to the same network as the GeoServer PC i can access
> it using the address:
> > http://xxx.xxx.x.xx:8080/geoserver/web/ - where xxx.xxx.x.xx is IP
> address of GeoServer PC.
> >
> > Can anyone share the experience or help on this how to set it up?
> >
> > Best regards,
> > Jovan
> >
> >
> > ___
> > Geoserver-users mailing list
> >
> > Please make sure you read the following two resources before posting to
> this list:
> > - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> > - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
> >
> > If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> >
> >
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer 2.21 - Admin and Proxy Base Url

2022-06-14 Thread Vera Green
I am also proxying tomcat to Apache https to have a nice url without the
port, so from 8080 to 80 ( 442). For me, the global setting worked for the
proxy but I believe I could still go through tomcat (xxx:8080) prior to
closing the port. Might be a workaround.

If you can't get around it, geoserver is all just XML, you can write a bash
script to set the setting in your workspaces. Back up first 藍.

I little curious why you need this though. My servers are headless Linux so
I can't test localhost unfortunately.

Vera


On Fri., Jun. 10, 2022, 1:58 a.m. Mattias Andrén via Geoserver-users, <
geoserver-users@lists.sourceforge.net> wrote:

> Thanks Graham,
>
>
>
> I will try this.
>
>
>
> I would prefer to have a global setting for this since I have 62
> workspaces which I really don’t want to enable local settings for.
>
>
>
> Is it possible to add a global setting to enable the old behavior
> regarding this?
>
>
>
> Regards
>
>
>
> *Mattias Andrén *
>
>
>
> *Från:* Humphries, Graham 
> *Skickat:* den 9 juni 2022 23:45
> *Till:* Mattias Andrén ;
> geoserver-users@lists.sourceforge.net
> *Ämne:* RE: GeoServer 2.21 - Admin and Proxy Base Url
>
>
>
> Hi Mattias,
>
>
>
>
>
> FYI I have deployed Geoserver 2.21.0 into my test environment. This has a
> similar setup to what you describe, except the reverse proxying is handled
> by Apache HTTPD running on Unix.
>
>
>
> To stop the admin pages being redirected I removed the Global setting for
> the Proxy base URL and have only applied it in the individual workspace
> settings.
>
>
>
> Cheers,
>
> Graham
>
>
>
> *From:* Mattias Andrén via Geoserver-users <
> geoserver-users@lists.sourceforge.net>
> *Sent:* Thursday, 9 June 2022 10:54 PM
> *To:* geoserver-users@lists.sourceforge.net
> *Subject:* [Geoserver-users] GeoServer 2.21 - Admin and Proxy Base Url
>
>
>
> Hi,
>
>
>
> I’m trying to upgrade from Geoserver 2.18 to 2.21 on my test server. I
> have been using this version on my dev server without issue.
>
>
>
> I’m using IIS URL Rewrite as a reverse proxy. As a consequence I have set
> the Proxy Base URL in the Geoserver Global Settings to match.
>
> This has been working  without issue in previous versions and the Admin
> interface uses the local URL. My production server is running version
> 2.18.0 with this configuration.
>
>
>
> If I have the Proxy Base URL set in my test instance the Admin interface
> applies the Proxy Base URL (from the Global Settings page) to all the pages
> in the Admin interface.
>
> In previous version (i.e 2.18) the Admin interface did not apply the Proxy
> Base URL and you could use the Admin interface on the server using
> http://localhost:8080/geoserver
>
>
>
> Is it possible to alter this behavior and revert it back to how it worked
> before?
>
>
>
> Se also the question posted by Graham Humphries
>
> https://sourceforge.net/p/geoserver/mailman/message/37250476/
> 
>
>
>
>
>
> Regards
>
> *Mattias Andrén*
>
>
>
>
> --
>
>
> CONFIDENTIALITY NOTICE AND DISCLAIMER
> The information in this transmission may be confidential and/or protected
> by legal professional privilege, and is intended only for the person or
> persons to whom it is addressed. If you are not such a person, you are
> warned that any disclosure, copying or dissemination of the information is
> unauthorised. If you have received the transmission in error, please
> immediately contact this office by telephone, fax or email, to inform us of
> the error and to enable arrangements to be made for the destruction of the
> transmission, or its return at our cost. No liability is accepted for any
> unauthorised use of the information contained in this transmission.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support 

Re: [Geoserver-users] GeoServer community support improvements

2022-04-02 Thread Vera Green
Wow, all these years on geoServer and I didn't realize it worked that way!
Totally bookmarking this as I do agree with Erhhung that the  SourceForge
mailing list archive for GeoServer isn't the best format.
Maybe just add this to the standard footer and or guidelines:

User List Archives
 or GeoServer
tagged stackexchange


Vera

On Sat, Apr 2, 2022 at 2:39 AM mark  wrote:

> Op 30-03-2022 om 22:01 schreef Yuan, Erhhung:
> > I know running a forum requires server resources, but should be minimal
> > alongside the main site itself?
>
> Actually, it requires people to monitor, maintain and manage a forum and
> then you have to entice developers and other knowledgeable people to
> visit the forum to be successful.
>
> BTW what is wrong with
> https://gis.stackexchange.com/questions/tagged/geoserver even some of
> the developers visit that forum.
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver not running

2021-12-21 Thread Vera Green
You are using a custom port for postgres? It's usually 5432. Also why such
an old version of GeoServer?

On Tue., Dec. 21, 2021, 5:19 a.m. Mauricio Vieira Cardoso Filho, <
mcard...@topocart.com.br> wrote:

> good morning everyone. How are you?
>
> I found out that my geoserver problem occurs if connection with database
> in postgresql is enabled.
>
> When I close connection with the bank, geoserver works normally. But when
> I enable connection, my geoserver crashes.
>
> I think my settings in jdbcstore (plugin) are right:
> #enabled=true
> #initdb=false
> #initScript=jdbcstore/scripts/init.postgres.sql
> #import=false
> #jdbcUrl=jdbc\:postgresql\://192.168.0.119\:5433/geoserver_v
> #driverClassName=org.postgresql.Driver
> #username=postgres
> #password=Fe0lo2yr
> #pool.minIdle=4
> #pool.maxActive=10
> #pool.poolPreparedStatements=true
> #pool.maxOpenPreparedStatements=50
> #pool.testOnBorrow=true
> #pool.validationQuery=SELECT now()
> #deleteDestinationOnRename=true
> #ignoreDirs=data,jdbcstore,jdbcconfig,temp,tmp,logs
>
> I'm running Geoserver 2.15.1 (war) and gs-jdbcconfig-2.15-SNAPSHOT.jar /
> gs-jdbcstore-2.15-SNAPSHOT.jar plugins.
>
> Could it be a problem between versions? (it worked, but stopped
> unexpectedly)
>
> Best regards,
>
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
>
> Em sex., 17 de dez. de 2021 às 21:45, Brad Hards 
> escreveu:
>
>> On Friday, 17 December 2021 10:00:35 PM AEDT Mauricio Vieira Cardoso
>> Filho
>> wrote:
>> > As I've been trying to solve it for a few days, I may be letting
>> something
>> > go by without noticing it out of tiredness.
>> >
>> > Any guidance they can give me, what settings can I review?
>>
>> You should enable logging (if not already done) and inspect the tomcat
>> and
>> geoserver logs. Please don't paste it all, but do look for errors and
>> warnings.
>>
>> Brad
>>
>>
>>
>>
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver not running

2021-12-21 Thread Vera Green
PS. You should not include your IP address for security reasons.

On Tue., Dec. 21, 2021, 12:28 p.m. Vera Green, 
wrote:

> You are using a custom port for postgres? It's usually 5432. Also why such
> an old version of GeoServer?
>
> On Tue., Dec. 21, 2021, 5:19 a.m. Mauricio Vieira Cardoso Filho, <
> mcard...@topocart.com.br> wrote:
>
>> good morning everyone. How are you?
>>
>> I found out that my geoserver problem occurs if connection with database
>> in postgresql is enabled.
>>
>> When I close connection with the bank, geoserver works normally. But when
>> I enable connection, my geoserver crashes.
>>
>> I think my settings in jdbcstore (plugin) are right:
>> #enabled=true
>> #initdb=false
>> #initScript=jdbcstore/scripts/init.postgres.sql
>> #import=false
>> #jdbcUrl=jdbc\:postgresql\://192.168.0.119\:5433/geoserver_v
>> #driverClassName=org.postgresql.Driver
>> #username=postgres
>> #password=Fe0lo2yr
>> #pool.minIdle=4
>> #pool.maxActive=10
>> #pool.poolPreparedStatements=true
>> #pool.maxOpenPreparedStatements=50
>> #pool.testOnBorrow=true
>> #pool.validationQuery=SELECT now()
>> #deleteDestinationOnRename=true
>> #ignoreDirs=data,jdbcstore,jdbcconfig,temp,tmp,logs
>>
>> I'm running Geoserver 2.15.1 (war) and gs-jdbcconfig-2.15-SNAPSHOT.jar /
>> gs-jdbcstore-2.15-SNAPSHOT.jar plugins.
>>
>> Could it be a problem between versions? (it worked, but stopped
>> unexpectedly)
>>
>> Best regards,
>>
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>>
>>
>> Em sex., 17 de dez. de 2021 às 21:45, Brad Hards 
>> escreveu:
>>
>>> On Friday, 17 December 2021 10:00:35 PM AEDT Mauricio Vieira Cardoso
>>> Filho
>>> wrote:
>>> > As I've been trying to solve it for a few days, I may be letting
>>> something
>>> > go by without noticing it out of tiredness.
>>> >
>>> > Any guidance they can give me, what settings can I review?
>>>
>>> You should enable logging (if not already done) and inspect the tomcat
>>> and
>>> geoserver logs. Please don't paste it all, but do look for errors and
>>> warnings.
>>>
>>> Brad
>>>
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver not running

2021-12-17 Thread Vera Green
Hmmm . . . .
>
> But if you leave the default path
> (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.


I am not a 100% sure but some system files stay in the original location I
think. Specifically:

nano /opt/tomcat/latest/conf/server.xml


It certainly seems like your second port is not routing correctly.

Vera

On Fri, Dec 17, 2021 at 4:03 AM Mauricio Vieira Cardoso Filho <
mcard...@topocart.com.br> wrote:

> Hi, Good morning people,
>
> I believe I am close to finding a solution.
>
> I will explain in more detail the current problem scenario.
>
> On the server, I have two instances of Geoserver installed: Geoserverv and
> Geoserveri.
>
> Both instances are in the same root directory "/dados" (/dados/geoserverv/
> and /dados/geoserveri/).
>
> When I run Geoserveri from the address
> http://192.168.0.119:8089/geoserveri , it works perfectly.
>
> When I run Geoserverv from the address
> http://192.168.0.119:8102/geoserverv, it doesn't work, showing the return
> page "404"
> (http status 404 - Not Found
> Type: Status Report
> Message: /geoserverv/web/
> Description The origin server did not find a current representation for
> the target resource or is not willing to describe that one exists)
>
> I took the following test:
> - Deleted all content from /datos/geoserverv folder and copied all
> Geoserveri content to it.
>
> After that, the geoserverv worked perfectly, however, loading the same
> data as the geoserveri, which would be obvious as it is the base of the
> other geoserver.
>
> When I returned the original geoserverv content, it returned the same 404
> error.
>
> With this test, it is clear that it is just a changed configuration file
> either inside the contents of the /dados/geoserverv folder, or inside the
> geoserver or tomcat in /var/lib.
>
> One thing I noticed is that, after comparing files inside the data folders
> of the two instances, inside the geoserveri workspace I have a
> "default.xml" file. I couldn't find this file in the geoserveri workspace.
>
> The geoserveri has a connection to postgresql. We tested the database
> connection settings, and it is working (we created a new database and
> executed the connection with the option to create new tables, and it worked
> perfectly).
>
> In light of these tests, I think it's either a configuration I'm not
> looking at in the case of geoserverv, or it's a file that has been deleted
> by someone else.
>
> As I've been trying to solve it for a few days, I may be letting something
> go by without noticing it out of tiredness.
>
> Any guidance they can give me, what settings can I review?
>
> Best regards,
>
> Maurício Vieira Cardoso Filho
> Gerente TI Infra
> Tel: +556137995051
> email : mcard...@topocart.com.br;
> skype: mauricio.cardoso1974
>
>
> Em qui., 16 de dez. de 2021 às 15:11, Mauricio Vieira Cardoso Filho <
> mcard...@topocart.com.br> escreveu:
>
>> Thanks for answering
>> Even inserting the path dir in the service execution file, it doesn't
>> work.
>>
>> Are there any more config files I could be looking at? - I think I've
>> exhausted my options...
>>
>>
>> Maurício Vieira Cardoso Filho
>> Gerente TI Infra
>> Tel: +556137995051
>> email : mcard...@topocart.com.br;
>> skype: mauricio.cardoso1974
>>
>>
>> Em qui., 16 de dez. de 2021 às 08:55, Russ Hore 
>> escreveu:
>>
>>> I am coming to this late but have you checked the tomcat.service file in
>>> /usr/lib/systemd/system
>>>
>>> Is there a line something like;
>>>
>>> ReadWritePaths=/data/
>>>
>>> for wherever your data directory is?
>>>
>>> Russ
>>>
>>> On 16 Dec 2021, at 11:30, Mauricio Vieira Cardoso Filho <
>>> mcard...@topocart.com.br> wrote:
>>>
>>> Hi, A good day to all.
>>>
>>> Problem with connection to the bank is solved. Simply reconnected.
>>> However, when I direct the geoserver to read the specific data directory
>>> (/dados/geoserverv), it cannot load the data from this directory, giving an
>>> error 404.
>>> But if you leave the default path
>>> (/var/lib/tomcat8v/webapps/geoserverv/WEB-INF/data), it works just fine.
>>>
>>> I've already looked at the permissions of the destination directory
>>> (owner and group are tomcat8) as well as already applied 750, 770, 755 and
>>> 777 in folders, but it still doesn't load.
>>>
>>> Apart from the web.xml on the geoserver, should I configure it elsewhere?
>>>
>>> Att.,
>>>
>>> Maurício Vieira Cardoso Filho
>>> Gerente TI Infra
>>> Tel: +556137995051
>>> email : mcard...@topocart.com.br;
>>> skype: mauricio.cardoso1974
>>>
>>>
>>> Em qua., 15 de dez. de 2021 às 10:58, Mauricio Vieira Cardoso Filho <
>>> mcard...@topocart.com.br> escreveu:
>>>
 Hi,

 I recently started a request for help, however, I had to be away from
 the service due to other issues. But now I returned and the problem got
 worse.

 In addition to not being able to read the data directory specified in
 the web.xml, now I have another problem that the geoserver cannot connect
 to the postgree 

Re: [Geoserver-users] proxy url redirecting connection from localhost in 2.19.3 / 2.20.0

2021-10-29 Thread Vera Green
Very interested in this issue as I had the same problem but no time to
delve into it. Great details. Hope someone can help.

On Fri., Oct. 29, 2021, 6:48 a.m. ,  wrote:

> Hi,
>
>
>
> currently we are upgrading some Geoserver instances to 2.19.3 / 2.20.0 and
> play around with them.
>
>
>
> To configure some parts we are using the web-management through a local
> tunnel like http://localhost:8080/geoserver/web/.
>
> The normal user connection is using a reverse proxy in front.
>
> To realize this we enabled the proxy url in the global config : proxy_url
> = https://internal-domain/geoserver.
>
> In 2.18.3 and below this way was working without redirecting from the
> localhost.
>
> In 2.19.3 / 2.20.0 this is not working anymore because you always get
> redirected to https://internal-domain/geoserver even when using the web
> interface over localhost.
>
>
>
> Is this a bug or is it the intended way of the proxy functionality which
> changed in the new version?
>
>
>
> To reproduce:
>
>
>
> -setup a tomcat with an Geoserver instance and enable the proxy url
>
> -connect via localhost and try to login
>
> -get redirected after login to the proxy base url
>
>
>
> I could not find anything in the issue tracker / mailing list therefore, I
> am asking here .
>
> If anything else is needed to reproduce this I will try to provide it.
>
>
>
> Regards, Franz H.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] HOW TO LOAD JSON API TO GEOSERVER

2021-10-28 Thread Vera Green
Check out Open layers or Leaflet. Mike Miller has some great tutorials on
getting started with Leaflet.

https://youtu.be/AcPJtA41-5Q

On Thu., Oct. 28, 2021, 12:57 a.m. kaoutar hraka, 
wrote:

> Thanks , I mean in web page
>
> Le jeu. 28 oct. 2021 06:21, Jody Garnett  a
> écrit :
>
>> Do you want it in GeoServer? Or on a web page …
>>
>> If you just want to combine your data with a geoserver map you can do so
>> using a client library such as OpenLayers.
>>
>> If you wish create a new data source, teaching geoserver how to access
>> your JSON API - that is fine also. The library used for data access is
>> GeoTools; and there is a tutorial on how to write a data store.
>>
>> Jody
>>
>> On Mon, Oct 25, 2021 at 1:15 PM kaoutar hraka 
>> wrote:
>>
>>> Hey,
>>> I want to display layer in the map from  a Json API
>>> How to add this API in geoserver ?
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>> --
>> --
>> Jody Garnett
>>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Layer-Preview-OpenLayers-does-not-work-with-a-SSL-Reverse-Proxy

2021-08-19 Thread Vera Green
Did you resolve this? If not look at the settings I mentioned in my recent
email to the mailing list titled: GeoServer 2.19.2 reverse proxy to apache
Error
It shows all of my configurations for reverse proxy. Your architecture is
different but it might be useful.
Vera

On Wed, Jun 9, 2021 at 1:40 PM Kris Johnson via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hi Andrea,
>
> Here is my apache proxy setup:
>
> ServerName nrri-atlas.d.umn.edu
>
> 
> Allow from localhost
> 
>
> ProxyRequests Off
> ProxyPreserveHost On
>
> ProxyPass /geoserver/ ${geos_url}
> ProxyPassReverse /geoserver/ ${geos_url}
>
> I am proxying from an apache docker container to the geoserver container
> running alongside it (thus the use of the "geos_url" environment variable).
>
> Setting a "proxy base URL" does not fix it.
> "Use headers for proxy URL" is unchecked.
> "Enable global services" is checked.
> "Allow Per-Workspace Stored Queries" is checked.
>
> It's odd, because the path to the openlayers files (.js and .css) operates
> fine when I use the tile layer preview (
> http://nrri-atlas.d.umn.edu/geoserver/gwc/demo/nra:cdl_2016?gridSet=EPSG:900913=image/png),
> but not the layer preview.
>
> On Fri, Dec 11, 2020 at 11:48 AM Andrea Aime 
> wrote:
>
>> Hi Kris,
>> can you share your apache proxy setup? Part of the issue might be lying
>> there.
>> Also, check the output of a capabilities document, it's full of
>> backlinks, those should be
>> using right host,paths and scheme, but right now, they are not:
>>
>>
>> https://nrri-atlas.d.umn.edu/geoserver/ows?service=wms=1.3.0=GetCapabilities
>>
>> contains:
>> http://nrri-atlas.d.umn.edu/geoserver/ows?SERVICE=WMS&"/>
>>
>> When you set the proxy base URL, make sure you have "user headers for
>> proxy url" unchecked, unless you
>> actually have the proxy sending those headers, see also:
>>
>> https://docs.geoserver.org/stable/en/user/configuration/globalsettings.html#use-headers-for-proxy-url
>>
>> Cheers
>> Andrea
>>
>>
>> On Fri, Dec 11, 2020 at 6:22 PM Kris Johnson  wrote:
>>
>>> Thank you for the responses.
>>>
>>> Our Geoserver is located behind an Apache proxy at
>>> https://nrri-atlas.d.umn.edu/geoserver
>>> I have tried this value for the "Proxy Base URL"--both with the trailing
>>> slash (/) and without.
>>> I have tried removing the value entirely.
>>> Nothing seems to work to get the openlayers resources (ol.css and ol.js)
>>> requesting the correct paths:
>>>
>>> https://nrri-atlas.d.umn.edu/geoserver/nra/wms?service=WMS=1.1.0=GetMap=nra%3Aaverage_fwmc_nox=191236.928503762%2C4817930.1047429%2C720691.395227796%2C5436349.76309333=657=768=EPSG%3A26915=application/openlayers
>>>
>>> For example, the path to ol.css is
>>> https://nrri-atlas.d.umn.edu/openlayers3/ol.css, but it should be
>>> https://nrri-atlas.d.umn.edu/geoserver/openlayers3/ol.css
>>>
>>> How to fix this?
>>>
>>>
>>> On Fri, Dec 11, 2020 at 2:42 AM Andrea Aime <
>>> andrea.a...@geo-solutions.it> wrote:
>>>
 Hi Kris,
 I believe it was fixed a few months after tha mail:
 https://osgeo-org.atlassian.net/browse/GEOS-8504

 This demo server uses a Tomcat sitting behind a SSL enabling reverse
 proxy, the preview seems to be working fine:
 https://tb16.geo-solutions.it/geoserver/web/
 e.g.:

 https://tb16.geo-solutions.it/geoserver/oszoom/wms?service=WMS=1.1.0=GetMap=oszoom%3Azoomstack-outdoor=-118397.00155160861%2C-15982.135610342928%2C751441.7791101651%2C1272149.3463547546=518=768=EPSG%3A27700==application/openlayers

 Cheers
 Andrea

 On Thu, Dec 10, 2020 at 11:36 PM Kris Johnson via Geoserver-users <
 geoserver-users@lists.sourceforge.net> wrote:

> Hello,
>
> I have the same issue as described here:
> http://osgeo-org.1560.x6.nabble.com/Layer-Preview-OpenLayers-does-not-work-with-a-SSL-Reverse-Proxy-tt5397920.html#a5398155
>
> I don't see a fix in this thread. Does anyone know of one?
>
> --
> Kris Johnson
> GIS Instructor
> Department of Geography, Urban and Environmental Sustainability Studies
> University of Minnesota - Duluth
> 324 Cina Hall
> Duluth, MN 55812
> 218-726-6226 (office) | 612-618-2482 (cell)
> Zoom meeting link: https://umn.zoom.us/j/7057588425
> ---
>
> GIS Researcher
>
> Natural Resources Research Institute (NRRI)
>
> 5013 Miller Trunk Hwy, Duluth, MN 55811
>
> - -
>
> NRRI Mission: Deliver integrated research solutions that value our
> resources, environment and economy for a sustainable and resilient future.
> Find out more: NRRI website  / Facebook
>  /
> Twitter  / Instagram
>  / YouTube
>  / LinkedIn
> 

[Geoserver-users] GeoServer 2.19.2 reverse proxy to apache Error

2021-08-15 Thread Vera Green
Hello,

I am having difficulty installing GeoServer 2.19.2 hosted with reverse
proxy to apache. I have done this setup previously successfully several
times with geoserver 2.18,
To test I uninstalled 2.19.2 and re-installed 2.18.4 and it worked as
expected so I suspect there is a change in 2.19.2
OS: ubuntu 20
Tomcat: 9

Issue with  2.19.2 http (NOT SECURE): login is redirected INCORRECTLY to:
127.0.0.1:8080/geoserver/j_spring_security_check

Page is not found.

tutorial I followed to proxy tomcat to apache


Issue with  2.19.2 https:
[image: image.png]

Note I don't have an issue with tomcat, and there are no errors in
catalina. Also as I mentioned this works with 2.18.4

*All Relevant configurations:*

nano /opt/tomcat/latest/conf/server.xml










nano /opt/tomcat/latest/conf/web.xml



  CorsFilter
org.apache.catalina.filters.CorsFilter
 
cors.allowed.origins
*  
 CorsFilter
/* 



nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xml


 GEOSERVER_CSRF_WHITELIST
mysubdomain.mydomain.com  

nano /etc/apache2/sites-available/mySite.conf

ProxyRequests Off  Order deny,allow
   Allow from allProxyPass /
http://127.0.0.1:8080/ProxyPassReverse /
http://127.0.0.1:8080/  Order allow,deny
   Allow from all

What changed in 2.19? Any ideas?
Thanks much,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] OpenID Connect pluging gives 404 not found

2021-07-09 Thread Vera Green
I had a similar issue with a general geoserver install. The issue was cors.
Did you set cors correctly in your web host?

Vera

On Fri., Jul. 9, 2021, 1:07 a.m. Bart Zwemmer | GIS Specialisten, <
b...@gisspecialisten.nl> wrote:

> Dear Alessio,
>
>
>
> I tried with an empty cache and a private navigation window, but I keep
> getting the 404 error. Any other suggestions?
>
>
>
> Kind regards,
>
>
>
> Bart Zwemmer | GIS Specialisten
>
>
>
> *From:* Alessio Fabiani 
> *Sent:* Thursday, 8 July 2021 15:42
> *To:* Bart Zwemmer | GIS Specialisten 
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] OpenID Connect pluging gives 404 not
> found
>
>
>
> Dear Bart,
>
> I guess it is just an issue of the admin UI session.
>
>
>
> Try maybe to login/logout from a clean browser session and/or login/logout
> from the base GeoServer admin gui URL (you can reach that by clicking over
> the GeoServer logo).
>
>
>
>
>
> On Wed, Jul 7, 2021 at 3:32 PM Bart Zwemmer | GIS Specialisten <
> b...@gisspecialisten.nl> wrote:
>
> Dear Community,
>
>
>
> On a test server I added the OpenID Connect authentication
> 
> extension. I then added the configuration through the discovery URL of the
> service provider (Azure AD), as can be seen below:
>
> Originally, this gave a redirect url of localhost:8080/Geoserver, but in
> the screenshot I tried already several variations with HTTP and HTTPS.
> Other than that, this is a vanilla install of the latest Geoserver WAR
> (2.18.4) on Tomcat. Everything else seems to be working fine.
>
>
>
> When I try to login through the web interface using the new login button,
> it gives me a 404 error. The same when I try to access the logout URL. As
> far as I can tell, I followed the instructions for the plugin properly
> (first link) as well as the instructions for Azure
> .
> I posted the problematic URL below, in case you want to experiment. Being
> an app service on the free Azure plan, I can’t guarantee it’s always up
> though.
>
>
>
>
> https://gs-with-ad.azurewebsites.net/geoserver/web/j_spring_oauth2_openid_connect_login
>
>
>
> ---
>
> Met vriendelijke groet / Kind regards,
>
>
>
> *Bart Zwemmer*
>
> Technical Manager   
>
>
>
>
>
> *M: +31(0)642 343 911*
>
> *E: b...@gisspecialisten.nl *
>
>
>
> 
>
>
> Van Deventerlaan 31-51 | 3528 AG Utrecht | +31 (0)85 7 325 825
>
> LinkedIn  | Twitter
>  | Facebook
>  | Instagram
>  | YouTube
>  |
> GeoService.cloud 
>
>
>
> *Disclaimer*
> De informatie in dit e-mailbericht, inclusief eventuele bijlage(s) is
> vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Gebruik van
> deze informatie door anderen dan de geadresseerde(n) is niet toegestaan.
> Openbaarmaking, verspreiding en/of verstrekking van deze informatie aan
> derden wordt niet gepermitteerd. Wanneer u dit bericht ten onrechte heeft
> ontvangen, dient u de afzender hiervan per e-mail op de hoogte te brengen
> en dit bericht te verwijderen.
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
>
> --
>
> Regards,
>
> Alessio Fabiani
>
> ==
> GeoServer Professional Services from the experts!
>
> Visit http://bit.ly/gs-services-us for more information.
> ==
>
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions Group
> phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
> mob:   +39  333 8128928
>
>
>
> https://www.geosolutionsgroup.com/
>
> 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
> 

Re: [Geoserver-users] Caching for dynamic tables

2021-06-06 Thread Vera Green
I can not confirm this but an alternative solution would be to use a
materialized view and an update trigger on the DB size. This would
effectively stop the data in GeoServer from changing during the day. Just a
thought.

Vera

On Fri., Jun. 4, 2021, 10:57 a.m. Bart Zwemmer | GIS Specialisten, <
b...@gisspecialisten.nl> wrote:

> Hi All,
>
>
>
> We have a database table that is being edited during the day, but is also
> used as the source of a Geoserver service. We noticed the performance is
> lacking. My suspicion is that the GeoWebCache is not being used, because
> the data is always newer. Therefore I have set the following parameters on
> the Tile Cache page of the layer:
>
>
>
> Expire server cache after n seconds: 28800
>
> Expire client cache after n second: 28800
>
>
>
> My assumption is that now the cache will only update every 28800 seconds
> (8 hours), but after reading the documentation, I am not completely sure.
> Can someone confirm this for me? Or is there another way to delay cache
> updates to (for example) only 3 times per day?
>
>
>
> Thanks,
>
>
>
> Bart Zwemmer
>
> *Disclaimer*
> De informatie in dit e-mailbericht, inclusief eventuele bijlage(s) is
> vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Gebruik van
> deze informatie door anderen dan de geadresseerde(n) is niet toegestaan.
> Openbaarmaking, verspreiding en/of verstrekking van deze informatie aan
> derden wordt niet gepermitteerd. Wanneer u dit bericht ten onrechte heeft
> ontvangen, dient u de afzender hiervan per e-mail op de hoogte te brengen
> en dit bericht te verwijderen.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Help reading GeoServer WMS from AGOL

2021-06-02 Thread Vera Green
Hopefully this stops being flagged as too large. I removed all the
screenshots.

We got an answer from ESRI
  (note that for testing we removed security completely from SOME data)

Yes, I found a enhancement request saying that ArcGIS Online should support
> OGC WMS that are secured at the layer-level, instead of only at the
> service-level.
> So, we are able to add the public services for /tiger/ows for example but
> there is no prompt for the secured layers (tiger_road). ArcGIS Online only
> supports WMS that secured at the service-level.
> ENH-000117903 - ArcGIS Online should support OGC WMS that are secured at
> the layer-level, instead of only at the service-level.
> This enhancement is attached to this case, you can find on this link:
> https://my.esri.com/#/support/bugs


His statement:  "ArcGIS Online only supports WMS that secured at the
service-level" is NOT supported by their documentation here:

Based on this (from ESRI Docs
<https://doc.arcgis.com/en/arcgis-online/reference/ogc.htm>) - we are using
basic authentication correct?

> Secure OGC services
> OGC WFS, WMS, and WMTS services secured with web-tier authentication, such
> as Integrated Windows Authentication (IWA), a public key infrastructure
> (PKI), Basic, or Digest access authentication, are supported. OGC WFS, WMS,
> and WMTS services secured with token-based authentication are not
> supported. Configure support for OGC services secured with web-tier
> authentication by adding the server hosting the services to your
> organization’s list of trusted servers
> <https://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm#ESRI_SECTION1_70CC159B3540440AB325BE5D89DBE94A>
> . The server must support Cross-Origin Resource Sharing (CORS);
> otherwise, layers hosted on the server will not function as expected in ArcGIS
> Online. Additionally, CORS must be configured to allow the specific
> domains
> <https://enterprise.arcgis.com/en/server/latest/administer/windows/restricting-cross-domain-requests-to-arcgis-server.htm>
>  that
> will be used to communicate with the server, such as your ArcGIS Online 
> organization
> domain.
> Once you've added the server to the list of trusted servers, you can add
> your OGC services to Map Viewer Classic or as an item. If authentication
> is necessary, users adding or viewing secured OGC layers will be prompted
> to enter their credentials.



For testing I changed the GeoServer configuration to require an
authenticated user at:
Service access rules list
And removed the rule that only authenticated users could read from:
Data Security

*However I am not convinced that this is actually accurate information from
ESRI*. I can still not access the service from AGOL.

Vera


On Mon, May 31, 2021 at 1:38 PM Vera Green  wrote:

> Reply from ESRI:
>>
>> This is  Esri Canada Technical Support, I understand that you have
>> questions about secured OGC services in ArcGIS Online.
>> OGC WFS, WMS, and WMTS secured services are supported in ArcGIS Online
>> with the following authentication types:
>> - Web-tier authentication, such as Integrated Windows Authentication
>> (IWA), a public key infrastructure (PKI), Basic, or Digest access
>> authentication.
>>  OGC WFS, WMS, and WMTS services secured with token-based authentication
>> are not supported.
>> Additional information about the settings required for the supported
>> scenarios you can find here:
>> https://doc.arcgis.com/en/arcgis-online/reference/ogc.htm
>
>
> We have informed them that we are using Basic authentication.
>
> Vera
>
> On Mon, May 31, 2021 at 11:42 AM Vera Green 
> wrote:
>
>> Edited to make it <500Kb
>>
>> On Mon, May 31, 2021 at 11:17 AM Vera Green 
>> wrote:
>>
>>> Using the challenge catalogue mode is not an option as in production we
>>> do not want to advertise our layer names in the layer preview to
>>> unauthenticated users.
>>> That being said I did test this and unfortunately it does not change the
>>> outcome:
>>>
>>>- secured layers appear in the layer list
>>>- secured layers can be added to the map
>>>- secured layers do NOT appear on the map and developer tools say
>>>401: Failed to load resource: the server responded with a status of
>>>401 ()
>>>
>>> Thank you for your assistance, much appreciated.
>>> Vera
>>>
>>> On Sun, May 30, 2021 at 11:43 AM Andrea Aime <
>>> andrea.a...@geo-solutions.it> wrote:
>>>
>>>> Did you try set security to challenge?
>>>> AGOL should be seeing all the layers in the caps then, and receive and
>>>

Re: [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu

2021-06-01 Thread Vera Green
Are you installing it in tomcat? Should be easy and if you are *not moving
the data dir *from it's default location you should not need to set this
variable.

systemctl stop tomcatsudo sucd /home/you/wget
http://sourceforge.net/projects/geoserver/files/GeoServer/2.17.0/geoserver-2.17.0-war.zipunzip
geoserver-2.17.0-war.zip -d geoservercd geoservermv geoserver.war
/opt/tomcat/latest/webapps/.chown tomcat:tomcat
/opt/tomcat/latest/webapps/geoserver.warchmod +x
/opt/tomcat/latest/webapps/geoserver.warsystemctl start
tomcatsystemctl status tomcat

*If you ARE moving the data dir:*
nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xml

Change the config to:

   GEOSERVER_DATA_DIR
  /your/path/geoserver/data



Did you enable CORES? This is tomcat specific . . .

Enable CORES

This is required for proper use of the GUI and WMS access

nano /opt/tomcat/latest/conf/web.xml


add to bottom of config file inside last bracket.

 
 CorsFilter
 org.apache.catalina.filters.CorsFilter
 
 cors.allowed.origins
 *
 
 
 
 CorsFilter
 /*
 

Vera


On Tue, Jun 1, 2021 at 9:59 AM Bart Zwemmer | GIS Specialisten <
b...@gisspecialisten.nl> wrote:

> Hi Joseph,
>
>
>
> In order to use the variable, you have to call it by it’s name.
>
>
>
> cd $GEOSERVER_HOME/bin
>
>
>
> Should get you into the bin folder in /usr/share/Geoserver
>
>
>
> Kind regards,
>
>
>
> Bart
>
>
>
> *From:* John Joseph 
> *Sent:* Tuesday, 1 June 2021 17:01
> *To:* geoserver-users@lists.sourceforge.net
> *Subject:* [Geoserver-users] GEOSERVER_HOME envrionemnt variable on Ubuntu
>
>
>
> Hello, I'm installing Geoserver-2.19.1 (binary, platform independent)
> stable release on Ubuntu 20.04.  I'm following the Geoserver documentation
> as best I can, but am running into trouble on setting the GEOSERVER_HOME
> environment variable.
>
>
>
> After following the documentation to download and extract zip files, I
> have the directories set up such that my startup.sh is located as shown:
>
>
>
> /usr/share/geoserver/geoserver-2.19.1-bin/bin/startup.sh
>
>
>
> Now Step 5 of the current on-line GeoServer documentation says to define
> the GEOSERVER_HOME environment variable by entering the command (which I've
> copied and pasted here):
>
>
>
> echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile
>
> . ~/.profile
>
>
>
> I assume this is all supposed to be entered as a single command line, as the 
> instructions say to type it in, so I typed it in like this:
>
> echo "export GEOSERVER_HOME=/usr/share/geoserver" >> ~/.profile. ~/.profile
>
> which did not work for me.  Prior to that, I had entered (erroneously) as two 
> separate command lines (. ~/.profile as the 2nd command).  But either way 
> when I try to do a subesequent step,
>
> cd geoserver/bin
>
> I get "No such file or directory". I actually got Geoserver to start last 
> night by using the commands "cd 
> /usr/share/geoserver/geoserver-2.19.1-bin/bin" and then "sh startup.sh", but 
> now even that won't work.
>
> Can someone tell me my error?  I'm considering re-installing, but would like 
> to have a bit more insight before I do that.
>
> Your help would be much appreciated.
>
>
>
> *Disclaimer*
> De informatie in dit e-mailbericht, inclusief eventuele bijlage(s) is
> vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Gebruik van
> deze informatie door anderen dan de geadresseerde(n) is niet toegestaan.
> Openbaarmaking, verspreiding en/of verstrekking van deze informatie aan
> derden wordt niet gepermitteerd. Wanneer u dit bericht ten onrechte heeft
> ontvangen, dient u de afzender hiervan per e-mail op de hoogte te brengen
> en dit bericht te verwijderen.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Re: [Geoserver-users] ImageMosaic problem with grayscale JPEG image

2021-05-26 Thread Vera Green
I concur with that request for gdal info. We have had to use custom styles
for gray scale images to display properly, tailor the style to the DN range
if your data.

Vera

On Mon., May 24, 2021, 3:00 a.m. Daniele Romagnoli, <
daniele.romagn...@geo-solutions.it> wrote:

> Hi Ashley,
> could you please run a gdalinfo on that image and report its output?
>
> Are you applying any style on it?
>
>
>
> On Fri, May 21, 2021 at 12:41 AM Ashley Mort via Geoserver-users <
> geoserver-users@lists.sourceforge.net> wrote:
>
>> I have a single band (8bit unsigned) grayscale JPEG w/ worldfile that’s
>> 1908 x 9804 pixels.  When I put it into an ImageMosaic, the image shows up
>> totally black.  If I use GDAL to make it into a 3band color image, then it
>> displays properly in my ImageMosaic.
>>
>>
>>
>> Is it possible to have single band grayscale images in an ImageMosaic?
>> Are there any special requirements for doing this that I need to be aware
>> of?  Thanks!!
>>
>>
>>
>> Ashley Mort
>>
>> Sr. Software Engineer
>>
>> 972-638-6317 office
>>
>> 814-571-3039 cell
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Daniele Romagnoli
> Senior 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] A simple authentication fix...?

2021-05-18 Thread Vera Green
Your message brings an understanding chuckle to my face...
The words authentication and simple are incompatible didn't you know?
Especially when you add more words like proxy and SSL.

Did you check the Catalina log files? System dependent but for me the log
is at: /opt/tomcat/latest/logs/catalina.out
This log gets really long so my troubleshooting trick is to delete it

systemctl stop tomcat

rm /opt/tomcat/latest/logs/catalina.out

nano /opt/tomcat/latest/conf/server.xmlsystemctl start tomcatsystemctl
status tomcatnano /opt/tomcat/latest/logs/catalina.out

They might provide more information. I would start troubleshooting at the
base system...what is your webhost? Apache Tomcat or nginx? Is that system
running correctly and accepting traffic? Is your SSL working? Then move up
the chain from there...

You say proxy and SSL changes. Have you restarted all the effected systems?
mainly your webhost?  Have you tried restarting your server.
"Hello, IT have you tried turning it off and on again?" I know . . . but  I
find that sometimes after SSL changes this "makes it work"

This might be useful for you:
https://github.com/GeoNode/geonode/issues/3175

I would guess you have looked through the docs?  Are your current settings
different from the default described here?
https://docs.geonode.org/en/master/advanced/components/index.html#ogc-server

Unfortunately I am not familiar with geoNode installation and how it
interacts with GeoServer.  But good luck. . . and now you will for at least
6 months remember to back up your server before making system level changes
;-).  definitely been there done that.

Vera


On Tue., May 18, 2021, 7:11 a.m. Tim Young,  wrote:

> We were having an issue with our wms images requiring basic
> authentication to load, and in the process of playing with that through
> the web gui we somehow managed to disable the ability to log into
> geoserver entirely.  I am sure we just need to enable
> geonodeAuthProvider in one of the config files.
>
> Our geoserver.log file is giving us:
>
> Error connecting to the GeoNode server for authentication purposes
> org.springframework.security.authentication.ProviderNotFoundException:
> No AuthenticationProvider found for
> org.geonode.security.AnonymousGeoNodeAuthenticationToken
>
>
> I have checked the data/security/auth/geonodeAuthProvider/config.xml
> file, and the URL there works for accessing the geonode.  (we locked
> ourselves out once by having a busted URL there).  We did unselect the
> default and geonodeauthprovider authentication on the workspace (I think
> that is what we did to make it so we could not authenticate).
>
> To slightly confuse the matter, we have been trying to change everything
> over to SSL, so we have a bunch of minor changes to the various proxy
> settings, URLs, and the like.  So we may have changed something else
> somewhere.  (sigh)
>
> Is there a nice page talking about the settings needed for normal
> authentication?   If we can log back into the geoserver webpage, we
> ought to be able to continue poking around from there.
>
>  - Tim
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Password-protected WMS

2021-05-17 Thread Vera Green
It is definitely well documented.
The issue you might run into is that users then have to log in before they
can see the data. You will have to provide them login credentials. We have
used this successfully before with KML's.

Alternately things get more complicated if you are integrating
authentication systems but it is possible to request an authenticated WMS
on the back end of your system.

Mainly you will want to set data security from Security > Data.
You can set it more specifically for a workspace and a different Role.

[image: image.png]

Good Luck,
Vera

On Mon, May 17, 2021 at 8:58 AM Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> I suggest to start by reading these:
> https://docs.geoserver.org/latest/en/user/security/index.html
>
>
> https://docs.geoserver.org/latest/en/user/community/geofence-server/index.html
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* Nicolas De Ville de Goyet 
> *Lähetetty:* maanantai 17. toukokuuta 2021 13.54
> *Vastaanottaja:* GeoServer Mailing List List <
> geoserver-users@lists.sourceforge.net>
> *Aihe:* [Geoserver-users] Password-protected WMS
>
>
>
> Dear all,
>
> I'm trying to find out if it is possible to use an WMS with a password so
> only chosen users can access the layers on it.
>
> In geoserver, I have one workspace (among others) which shall not be
> public. Its uses is only for internal colleagues who do not know much about
> geoserver and web-services; My goal would be to provide them a WMS link to
> the specific workspace they can add as a service in the Geonetwork map
> viewer.
>
> I tried:
>
>
> MYSERVER.be/geoserver/MYWORKSPACE/wms?service=WMS=1.1.0=myusername=mypassword
>
>
>
> It seems there are at least two problems. The WMS getcapabilities does not
> seems to accept limitation to a specific workspace and the user/password is
> not recognized.
> I understand the security of such method is quite limited (password
> written in clear) but given my context it is acceptable.
>
>
>
> Does anyone knows if this is possible to do and how to do it?
>
> Many thanks,
>
>
>
>
>
> --
>
> Nicolas de Ville
>
> Belgian Marine Data Centre (BMDC)
>
> OD-Nature, Royal Belgian Institute of Natural Sciences
>
> 02/627.42.79
>
> www.bmdc.be
>
> https://metadata.naturalsciences.be/
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Remote Geoserver redirects to localhost

2021-05-16 Thread Vera Green
That is correct.  Some details from my server recipes in case it helps.
Note that I am using reverse proxy to apache but should be similar
for Nginx
Proxy

To support the reverse proxy setup we need to add this as per documentation


nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xmlADD this:


GEOSERVER_CSRF_WHITELIST
subdomain.domain.com  

systemctl restart tomcat

Enable CORES

You will need to enable CORES before you can administer GeoServer.

This is required for access to WMS from GeoServer to the webservers. It is
also required for GeoServer GUI such as redirecting to the suer page.
Without this you will not be able to reset the default user password for
example.

nano /opt/tomcat/latest/conf/web.xml

add to bottom of config file inside last bracket.

  CorsFilter
org.apache.catalina.filters.CorsFilter
 
cors.allowed.origins
*  
 CorsFilter
/* 

And then not sure for Nginx  but for apache2 you you of course need the
proxy module enabled and the proxy setting in the apahce2 site.conf

*  reverse proxy  *

Then set up the reverse proxy for tomcat. *before SSL *(if you already
enabled SSL you might have to edit your post ssl cnfig file.

cd /etc/apache2/sites-available/cp 000-default.conf mySite.confnano
mySite.confa2dissite 000-default.confa2ensite mySite.confsystemctl
reload apache2reboot -h now

(Note the reboot is important here. I am not sure why but it never
works for me until I reboot)

Content of config file

ServerAdmin xx@xxServerName
xx.xx.comServerAlias www.xx.xx.comDocumentRoot
/var/www/xx/htmlErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combinedProxyRequests
Off  Order deny,allow  Allow from all
   ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
Order allow,deny  Allow from all



It's fun when it works.

Vera


On Sun, May 16, 2021 at 3:49 AM Ian Turton  wrote:

> You need to set your proxy in the global settings page -
> https://docs.geoserver.org/stable/en/user/configuration/globalsettings.html#proxy-base-url
>
> Ian
>
> On Sun, 16 May 2021 at 06:36, Brian Holmes 
> wrote:
>
>> Hello everyone -
>>
>> I have installed Geoserver 2.19.0 on an Ubuntu 20.04 server, under Tomcat
>> with Nginx as reverse proxy. I can log in to the web interface using the
>> server IP  Number, something like 123.45.67.89:8080/geoserver. This
>> gives me full access. It also appears to work when I use the dedicated URL
>> I have set up, so the URL is working properly (I also pinged it). However,
>> after entering the default name and password in Geoserver, the address in
>> my browser bar reverts from the URL to
>> http://127.0.0.1:8080/geoserver/web - and it connects to localhost on my
>> local machine, where I also have geoserver running! Of course I have
>> emptied the browser cache and I've searched all over GIS Stack Exchange but
>> still can't find the solution. My tomcat.conf (which replaces nginx default
>> if I've understood correctly) looks like this:
>>
>> server {
>>   listen 80;
>>
>>   server_namegeo.timetochange.today;
>>   access_log /var/log/nginx/tomcat-access.log;
>>   error_log /var/log/nginx/tomcat-error.log;
>>
>>   location / {
>> proxy_set_header X-Forwarded-Host $host;
>> proxy_set_header X-Forwarded-Server $host;
>> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
>> proxy_pass http://127.0.0.1:8080/;
>>   }
>> }
>>
>> I would be totally grateful for any help with this issue.
>>
>> all the best, Brian Holmes
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
> Ian Turton
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> 

Re: [Geoserver-users] I can't make tiles in Geowebcache or Geoserver

2021-05-14 Thread Vera Green
Did you set a disk quota for geowebcach? This is required for it to work.

Also look up past issues regarding geowebcash getting deleted on server
reboot. Short answer, to avoid the issue specify a custom geowebcash folder
location.

Vera

On Fri., May 14, 2021, 1:31 a.m. Javier garcia,  wrote:

> Hi GeoServer users,
> I started working with Geoserver a year ago, together with Postgis and
> Leaflet. I think it's wonderful.
> I am working on a project for my studies, with multiple heavy layers in
> Geoserver (vector cartography in Postgis, images in Geoserver) with a
> Windows Server 2012.
> My problem is GeowebCache I have read a lot of documentation and chats but
> I can not solve it. I cannot generate raster or vector tiles in GeowebCache.
> In Geoserver/Tile Caching all my layers appear as N/A. I can't change the
> Disk Quota either. In GeowebCache it does not generate any tile for me.
> I have installed Geoserver 2.18 and now 2.19.
> In localhost I have generated tiles without problem, it was fast and
> simple. But now I'm lost I don't know if the problem comes from Windows
> Server 2012 or if I forgot some configuration parameter.
> Can you help me? Thanks and regards
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Fwd: GeoServer printing module fails

2021-04-25 Thread Vera Green
Thanks for sharing this. Very helpful!

On Sat., Apr. 10, 2021, 8:02 p.m. Stephen V. Mather via Geoserver-users, <
geoserver-users@lists.sourceforge.net> wrote:

> And, for anyone following along at home who knows as little as me about
> the ecosystem as I do, you can download that jar here:
> https://mvnrepository.com/artifact/org.json/json/20080701
>
> Shutdown your container/geoserver, delete the existing
> jar json-20180813.jar, and move that jar into your geoserver/WEB-INF/lib/
> directory. In my case, that location is inside the tomcat webapps directory:
> /opt/tomcat/webapps/geoserver/WEB-INF/lib/
>
> And restart your container.
>
> Like a gif of a cat at a keyboard, I attempted to patch the fix in here
> that builds with Maven:
>
> https://github.com/smathermather/geoserver/blob/smathermather-json-patch/src/extension/printing/pom.xml
>
> If it's worthy of a pull request, I will fill out the contributor
> covenant, tag it to the JIRA, and do a pull request. It's a modified copy
> from the Mapfish patch. If it is no better than a cat at a keyboard, then
> just consider it a little noise from a non-Java developer, and I'll see my
> way out.
>
> Thanks All,
> Nice to see the GeoServer community is still amazing and amazingly quick
> and supportive,
> Best,
> Steve
>
>
>
> [image: http://sig.cmparks.net/cmp-ms-90x122.png] *Stephen V. Mather*
> GIS Manager
> (216) 635-3243 (Work)
> clevelandmetroparks.com 
>
>
>
>
> --
> *From:* Stephen V. Mather via Geoserver-users <
> geoserver-users@lists.sourceforge.net>
> *Sent:* Saturday, April 10, 2021 2:29 PM
> *To:* Mauro Bartolomeoli ; GeoServer
> Mailing List List 
> *Subject:* Re: [Geoserver-users] Fwd: GeoServer printing module fails
>
>
> *WARNING: This email originated outside of Cleveland Metroparks. DO NOT
> CLICK links or attachments unless you recognize the sender and know the
> content is safe.*
> Awesome, thanks for the confirmation. I was just about to ask about
> whether I could just swap jars and it looks like Ian already answered in
> the JIRA:
> > I can confirm that replacing json-20180813.jar with json-20080701.jar
> fixes the issue in a 2.19.0 install
>
> I'll do that for now.
>
> Thanks!
> Best,
> Steve
>
> [image: http://sig.cmparks.net/cmp-ms-90x122.png] *Stephen V. Mather*
> GIS Manager
> (216) 635-3243 (Work)
> clevelandmetroparks.com 
>
>
>
>
> --
> *From:* Mauro Bartolomeoli 
> *Sent:* Friday, April 9, 2021 5:19 AM
> *To:* GeoServer Mailing List List 
> *Subject:* [Geoserver-users] Fwd: GeoServer printing module fails
>
>
> *WARNING: This email originated outside of Cleveland Metroparks. DO NOT
> CLICK links or attachments unless you recognize the sender and know the
> content is safe.*
> Good morning Stephen,
>
> Still an avid GeoServer user over here in Cleveland. It's been a long time
> since I've had a question. I've been lurking again for a few weeks, but
> know so little now that I haven't been able to be helpful again yet.
>
>
> Glad to hear that!
>
> I can confirm the issue with 2.19.0 and I have opened a jira ticket for
> it: https://osgeo-org.atlassian.net/browse/GEOS-10015
>
> It should be related to a breaking change in json-20180813.jar. We used to
> depend on an older version.
>
> --
>
> Regards,
>
> Mauro Bartolomeoli
>
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Dott. Mauro Bartolomeoli
> @mauro_bart
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
>
> mobile: +39 393 904 1756
> 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-users mailing list
>
> Please make sure you read the following two resources before 

Re: [Geoserver-users] Merging GeoServers

2021-04-20 Thread Vera Green
Thanks. The API might have worked. Regarding backup and restore this is
basically the same as backing up and replacing the data folder I believe.
So my current content would have been overwritten.

Warning


Please notice that a *non-dry-run restore* will lose all your current
GeoServer configuration by replacing it with the new one, so be careful and
be sure to backup everything before starting a restore.


Vera

On Tue., Apr. 20, 2021, 4:47 a.m. Nuno Oliveira, <
nuno.olive...@geo-solutions.it> wrote:

> Hi Vera,
> you may also want to have a look at the backup and restore plugin:
>
> https://docs.geoserver.org/latest/en/user/community/backuprestore/index.html
>
> Kind regards,
> Nuno Oliveira
>
>
> On Tue, Apr 20, 2021 at 5:37 AM Alexandre Gacon 
> wrote:
>
>> Hi Vera,
>>
>> Personnaly I would have tried to use the REST API of geoserver to migrate
>> the content between the 2 instances.
>>
>> Regards
>> Alexandre
>>
>> Le lun. 19 avr. 2021 à 23:48, Vera Green  a
>> écrit :
>>
>>> Hello,
>>>
>>> I have recently had the interesting experience of not migrating an old
>>> geoserver to a new instance but *merging *an old GeoServer with
>>> another, newer already active Geoserver that had some duplication with the
>>> old GeoServer.
>>>
>>> I was able to transfer all the styles by removing the workspace
>>> reference
>>>
>>>
>>> <#m_-4316427984369360005_m_-5820424419311889927_m_793308323945472790_styles>
>>> Styles
>>>
>>> *For styles OUTSIDE of any workspace* we manually delete all of the
>>> styles that we do not want. Then we synch the files
>>>
>>> cd /mnt/tmp/geoserver/tran/styles/rm tmp*rm *.bakrsync -a -v 
>>> --ignore-existing /mnt/tmp/geoserver/tran/styles/* 
>>> /mnt/geoserver/data/styles/.systemctl restart tomcat
>>>
>>> *For workspace specific styles*
>>>
>>> we need to remove the reference to the workspace from the xml file.
>>>
>>> cd /mnt/tmp/geoserver/tran/workspaces/workspace_name/stylesrm tmp*rm 
>>> *.baksed -i '//,/<\/workspace>/d' *.xml
>>>
>>> (PS yes I did read the many warnings about NOT using a regex with sed on 
>>> xml files. . . . but it worked ;-)
>>> cd /mnt/geoserver/data/stylestar -cvpzf styles_bk.tar.gz *rsync -a -v 
>>> --ignore-existing 
>>> /mnt/tmp/geoserver/tran/workspaces/workspace_name/styles/* .systemctl 
>>> restart tomcat
>>>
>>>   LayersUnfortunately I was not able to transfer our 400 layers. I
>>> tried the import extension and unfortunately I got an error with this tool
>>> (email to follow).
>>> The reason I was not able to transfer the layers was because the
>>> workspace and store ID's saved in the layer xml files were of course not
>>> matching my new instance.  The styles should have been alright.  Because we
>>> needed to "just get it done" we manually transferred the layers. However, I
>>> am wondering if there are other tools or other methods I should have used?
>>> not sure if replacing everything with scripts is an approach I should
>>> explore, even though the structure of the data is very transparent (I love
>>> geoserver)
>>>
>>> In hindsight (now that it is no longer 2 am) I should have perhaps done
>>> something like this:
>>>
>>> *To Try Next Time* Prior to backing up the GeoServer rename all of the
>>> work spaces and stores to indicate the server name
>>>
>>> Try merging all of these:
>>>
>>>- workspaces
>>>- stores
>>>- styles (see below)
>>>- then finally layers
>>>
>>> Theoretically if we migrate all of these then the layers should work
>>> because the workspace, store, and style ID's will exist in the new instance.
>>>
>>> I did find this command supper useful since there was some duplication
>>> between the two GeoServers:
>>>   rsync -a -v --ignore-existing src dst
>>>
>>> Your thoughts appreciated, for next time . . .
>>>
>>> Vera
>>>
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geo

[Geoserver-users] Merging GeoServers

2021-04-19 Thread Vera Green
Hello,

I have recently had the interesting experience of not migrating an old
geoserver to a new instance but *merging *an old GeoServer with another,
newer already active Geoserver that had some duplication with the old
GeoServer.

I was able to transfer all the styles by removing the workspace reference

<#styles>Styles

*For styles OUTSIDE of any workspace* we manually delete all of the styles
that we do not want. Then we synch the files

cd /mnt/tmp/geoserver/tran/styles/rm tmp*rm *.bakrsync -a -v
--ignore-existing /mnt/tmp/geoserver/tran/styles/*
/mnt/geoserver/data/styles/.systemctl restart tomcat

*For workspace specific styles*

we need to remove the reference to the workspace from the xml file.

cd /mnt/tmp/geoserver/tran/workspaces/workspace_name/stylesrm tmp*rm
*.baksed -i '//,/<\/workspace>/d' *.xml

(PS yes I did read the many warnings about NOT using a regex with sed
on xml files. . . . but it worked ;-)
cd /mnt/geoserver/data/stylestar -cvpzf styles_bk.tar.gz *rsync -a -v
--ignore-existing
/mnt/tmp/geoserver/tran/workspaces/workspace_name/styles/* .systemctl
restart tomcat

  LayersUnfortunately I was not able to transfer our 400 layers. I tried
the import extension and unfortunately I got an error with this tool (email
to follow).
The reason I was not able to transfer the layers was because the workspace
and store ID's saved in the layer xml files were of course not matching my
new instance.  The styles should have been alright.  Because we needed to
"just get it done" we manually transferred the layers. However, I am
wondering if there are other tools or other methods I should have used?
not sure if replacing everything with scripts is an approach I should
explore, even though the structure of the data is very transparent (I love
geoserver)

In hindsight (now that it is no longer 2 am) I should have perhaps done
something like this:

*To Try Next Time* Prior to backing up the GeoServer rename all of the work
spaces and stores to indicate the server name

Try merging all of these:

   - workspaces
   - stores
   - styles (see below)
   - then finally layers

Theoretically if we migrate all of these then the layers should work
because the workspace, store, and style ID's will exist in the new instance.

I did find this command supper useful since there was some duplication
between the two GeoServers:
  rsync -a -v --ignore-existing src dst

Your thoughts appreciated, for next time . . .

Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver-Pointcloud data

2021-03-20 Thread Vera Green
I recommend following the project documentation which is well written and
you should be able to set it up following that.

What we are doing is creating a point layer which we serve as WMS in our
web map with one of the fields containing the URL to the 3D view. This
allowed users to go to the 3D view from the point.

Hope that helps.
Vera

On Thu., Mar. 18, 2021, 12:37 p.m. Muhammad Abnan, 
wrote:

> Thanks Vera , Very nice to hear about it.
>
> May i know bit more details about it , Does that application provide us to
> share as WMS etc..
>
> COuld you please guide me , How can i setup pottery , Your guidance is
> highly appreciated
>
> I just found during my R & D below link for point cloud data
>
> http://93.187.166.52:8081/opengeo-docs/dataadmin/pointcloud/index.html
>
> Thanks Again
>
>
> *--*
> M.A. ABNAN YAZDANI
> *GEOMATICS & CIVIL ENGINEER*
> Skype  :  muhammad_madina
> | Jeddah | Saudi Arabia.
>
>
>
>
>
> On Thu, Mar 18, 2021 at 6:40 PM Vera Green 
> wrote:
>
>> I am not sure about using GeoServer for this. We are using pottery to
>> display 3D point clouds, it was a bit finicky to set up but now that it's
>> running it works very well and is easy to deploy new data.
>> https://github.com/potree/potree
>>
>> Vera
>>
>>
>> On Thu., Mar. 18, 2021, 4:38 a.m. Muhammad Abnan, 
>> wrote:
>>
>>> Hello Everyone
>>>
>>> I need a guidance , How we can use geoserver in displaying/importing
>>> point cloud data
>>>
>>> Thank You
>>>
>>>
>>> *--*
>>> M.A. ABNAN YAZDANI
>>> *GEOMATICS & CIVIL ENGINEER*
>>> Skype  :  muhammad_madina
>>> | Jeddah | Saudi Arabia.
>>>
>>>
>>>
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver-Pointcloud data

2021-03-18 Thread Vera Green
I am not sure about using GeoServer for this. We are using pottery to
display 3D point clouds, it was a bit finicky to set up but now that it's
running it works very well and is easy to deploy new data.
https://github.com/potree/potree

Vera


On Thu., Mar. 18, 2021, 4:38 a.m. Muhammad Abnan, 
wrote:

> Hello Everyone
>
> I need a guidance , How we can use geoserver in displaying/importing
> point cloud data
>
> Thank You
>
>
> *--*
> M.A. ABNAN YAZDANI
> *GEOMATICS & CIVIL ENGINEER*
> Skype  :  muhammad_madina
> | Jeddah | Saudi Arabia.
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] JDBC authentication

2021-03-05 Thread Vera Green
Absolutely. We use PG to control authentication across our entire system.
This includes authenticated WMS calls to geoServer. It's critical for us.

On Wed., Mar. 3, 2021, 11:01 a.m. Andrea Aime, 
wrote:

> Each of those source file has an author tag, they all say:
>
> @author christian
>
> About a reason to do so, database centric security can be a reason. A
> system where the access restrictions are enforced
> at the relational database level. In that case, you want to authenticate
> using database users, and then use impersonation
> to connect to the database as that user, while fetching data:
>
> https://docs.geoserver.org/latest/en/user/data/database/sqlsession.html#data-sqlsession
>
> Cheers
> Andrea
>
>
> On Wed, Mar 3, 2021 at 6:52 PM Ian Turton  wrote:
>
>> So who did write it? I'm still trying to come up with a reason to let my
>> database users log into geoserver.
>>
>> Ian
>>
>> On Wed, 3 Mar 2021, 17:39 Andrea Aime, 
>> wrote:
>>
>>> Quoting from stack overflow: "After much head scratching and asking the
>>> guys who wrote this stuff on the users mailing list"
>>>
>>> Hell no, I had nothing to do with those modules! :-D
>>>
>>> Cheers
>>> Andrea
>>>
>>> On Wed, Mar 3, 2021 at 6:35 PM Ian Turton  wrote:
>>>
 Thanks to everyone for their help on this I have finally got my head
 around it and have added an answer to the gis.stackoverflow question I
 linked to earlier (https://gis.stackexchange.com/a/388940/79) - If I
 get some time over the weekend I'll see if I can try to make the
 documentation clearer.

 Ian

 On Wed, 3 Mar 2021 at 15:03, Andrea Aime 
 wrote:

> Hi Ian,
> the role handling is a third class:
>
> [image: image.png]
>
> 1: authentication via database users (tries to connect to the database
> using the username/password provided in the request)
> 2: authentication via table contents (looks up a user with the same
> name provided in the request, and verifies the password)
> 3: adds role to a given user, after it has been authenticated
>
> Cheers
> Andrea
>
> On Wed, Mar 3, 2021 at 3:50 PM Ian Turton  wrote:
>
>>
>>
>> On Wed, 3 Mar 2021 at 13:33, Andrea Aime <
>> andrea.a...@geo-solutions.it> wrote:
>>
>>> Hi Ian,
>>> there are both functionalities, they are separate classes and are
>>> configured in a different way:
>>>
>>>
>>>- Authenticating using the database own users:
>>>
>>> https://docs.geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html
>>>- Storing credentials in the database, use the table contents
>>>for authentication:
>>>
>>> https://docs.geoserver.geo-solutions.it/edu/en/security/jdbcusergroup_services.html
>>>
>>>
>> I think (and I may be wrong) that this one only assigns a role to a
>> postgres user (that is why you can set the password field to empty) -  if
>> it was intended to work that way I can try to find some time to debug it
>> (when I finish this course).
>>
>>
>> Back when we wrote the training material they were both working, not
>>> sure about the present.
>>>
>>
>> I'm pretty sure it used to work (when I wrote my training notes too)
>> but it's been a while since I had a trainee choose the JDBC path instead 
>> of
>> the LDAP path through the course (we have a lot of windows users) so I
>> can't recall for sure (and if I used ian as my test user then it would 
>> have
>> worked as I have a DB login).
>>
>>
>>> Just a note, one has to be very careful when using the auth
>>> subsystem, many options, lots of complexity. I know I curse every time 
>>> :-D
>>>
>>
>> Oh, yes that is for sure!
>>
>> Ian
>>
>>
>>
>>> Cheers
>>> Andrea
>>>
>>> On Wed, Mar 3, 2021 at 12:42 PM Ian Turton 
>>> wrote:
>>>

 Just to check before I break out the debugger:

 When you use JDBC Authentication can it allow any user you create
 in GeoServer (which get written in  then tables) login in or does it 
 only
 allow the user used for the postgis connection (or other postgis 
 users) to
 log in?

 It seems like this is a bug, but I may just be missing something
 (and I think I'm not the only one
 https://gis.stackexchange.com/questions/274834/geoserver-jdbc-user-group-services-problem
 )

 I'd be interested if any one is successfully using JDBC
 authentication in the wild?

 Cheers

 Ian

 --
 Ian Turton
 ___
 Geoserver-users mailing list

 Please make sure you read the following two resources before
 posting to this list:
 - Earning your 

[Geoserver-users] GeoServer tileSize and SRS for best performance with Leaflet

2021-03-01 Thread Vera Green
3 questions in one.   Our end goal is serving vector and raster data from
GeoServer (GeoWebCash) in Leaflet quickly - in other words we are trying to
improve performance.

*Tile Size *
We are deciding if our workflow should use the tile size of 512 OR 256.

GeoSolutions raster processing tutorial (here
)
is using 512 but 256 is the GeoServer and Leaflet L.TileLayer
default.

Does anyone have insight on this?
Is the recommendation different for vector vs raster data?

*Projection Settings  *
We are also investigating performance impacts of projection settings.
Leaflet displays everything in  3857, we are currently storing all our
vector data in PG in  4269 and the raster data we have been using the
datasets local UTM reference such as  26912.  If anyone knows what the best
projection or combination is. Or if the native SRS doesn't matter but we
should set the Declared SRS to 3857 so that there is as little translation
work for GeoServer when the request is called?

 - [26912](https://spatialreference.org/ref/epsg/26912/) - NAD 83 UTM Zone
12
 - [4269](https://spatialreference.org/ref/epsg/4269/) - NAD 83 - PG Default
 - [3857](https://spatialreference.org/ref/sr-org/7483/) - leaflet default
 - [4326](https://spatialreference.org/ref/epsg/4326/) - WGS 83

*OWS vs GWC*

And lastly we are currently calling the layer through

https://
.../ows?=WMS=GetMap=layer_name==image%2Fpng=true=1.1.1=true_format=text%2Fhtml=false=256=256=EPSG%3A3857=...

But according to this post

to get the GeoWebCashed version we might need to call it through something
more like this:
http://example.com/geoserver/*gwc*/service/wms

Any advice on this is very much appreciated,

Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Problem with using PostgreSQL as an authentication provider

2021-02-24 Thread Vera Green
I can confirm this is what we have done successfully. I also missed the
step of adding to the provider chain at first.
Make sure to add the PG authentication ABOVE the default in the Provider
Chain.
[image: image.png]
Hope this helps,
Vera

On Tue, Feb 23, 2021 at 9:01 AM Andrea Aime 
wrote:

> Hi,
> thinking out loud, did you just configure the authentication provider you
> created?
> That is not enough, it needs to be put among the enabled ones in the
> provider chain (just below the authentication providers list).
>
> See also this tutorial:
> https://docs.geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html
>
> Cheers
> Andrea
>
>
> On Thu, Feb 18, 2021 at 5:45 AM Krishnaglodha 
> wrote:
>
>> I’m trying to setup system where I can use PostgreSQL to store all roles,
>> users, groups, etc. related information and then use same users to login.
>>
>> I have followed the tutorial, I’m able to add new users to database
>> table, I can even see the users and the encrypted passwords in db, but I’m
>> not able to login using those credentials.
>>
>> What can be wrong?
>>
>> Thank you,
>> Krishna G. Lodha
>> http://krishnaglodha.com
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> Regards, Andrea Aime
>
> == 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoWebCash erased on reboot

2021-02-22 Thread Vera Green
Hello,
Does anyone have any advice regarding why geoWebCashes get deleted on
server reboot? We are experiencing this across several systems, most
recently geoServer 2.18, tomcat 9 on Ubuntu 20.

Thanks,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Printing Vector Layers to Geospatial PDFs

2021-02-14 Thread Vera Green
Very interesting question. I would also be interested in the answer.
We currently generate PDF maps in a different way but for performance
reasons we are investigating printing directly from GeoServer and
generating georeferenced PDF's would be fantastic if it is possible.

Vera

On Wed, Feb 10, 2021 at 1:51 PM Jerome A. Wendell <
jawend...@digitalmapping.com> wrote:

> Is it possible to print vector layers created from shapefiles to a
> Geospatial PDF from Geoserver?  I am using Geoserver for serving my map
> layers and OpenLayers for my mapping API.  I currently retrieve the vector
> layers as a WMS and print them using the standalone MapFish print module.
> I print to PDFs but they are not georeferenced.  It appears that by
> installing GDAL and using the community module for GDAL based WCS output a
> geospatial PDF can be created.  But I am not sure what to do once those are
> implemented to get the output as a geospatial PDF.  Isn’t WCS for output of
> raster data?
>
>
>
> Any suggestions are greatly appreciated.
>
>
>
> Thanks,
>
>
>
> Jerome A. Wendell
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Preview VectorTileService

2021-02-10 Thread Vera Green
You should be able to set the default tile caching settings globally and
then this setting should apply to all new layers IF you don't set it
specifically at the layer level.

Vera

On Wed., Feb. 10, 2021, 1:52 p.m. Brad Hards,  wrote:

> Maybe you could try updating.
>
>
>
> I was looking for exact versions to try to reproduce it. If you’d told me
> that, I might have tried.
>
>
> Good luck.
>
>
>
> Brad
>
>
>
> *From:* David Haynes 
> *Sent:* Thursday, 11 February 2021 7:38 AM
> *To:* Brad Hards 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Preview VectorTileService
>
>
>
> Our setup is Geoserver 2.16 and the vector tiles extension.
>
>
>
> When using the preview of the mapbox, this is the error that I receive in
> the logs. The layer is a SQL view connected to a PostgreSQL database.
>
> Request: getServiceInfo
> 2021-02-10 14:15:07,097 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17be
> 2021-02-10 14:15:07,099 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17bf
> 2021-02-10 14:15:07,102 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c0
> 2021-02-10 14:15:07,106 WARN [wms.mapbox] - Cannot obtain numeric id from
> featureId: us_states_simplified.fid-76c64c7d_1778d31b3e1_17c1
>
>
>
> I did edit the layer "tile caching" an enabled more data types (mapbox
> vector tiles, topo json etc). Do I have to do this for each layer or is it
> something that can be done at the store or workspace level?
>
> Now in the main menu --> Tile Cachin --> I can now select the pwb for a
> layer.
>
>
>
>
>
>
>
> On Wed, Feb 10, 2021 at 2:07 PM Brad Hards  wrote:
>
> Exactly which versions of the extensions and geoserver did you install?
>
>
>
> What do the logs show when you do the preview for each format?
>
>
>
> Brad
>
>
>
> *From:* David Haynes 
> *Sent:* Thursday, 11 February 2021 5:46 AM
> *To:* GeoServer Mailing List List 
> *Subject:* [Geoserver-users] Preview VectorTileService
>
>
>
> Hello,
>
>
>
> I'm trying to incorporate vector tiles into a webmap. I have installed the
> appropriate extensions and Geoserver 2.16. I believe I have installed the
> correct extensions because under layer preview I can see both the mapbox
> vector tiles and the topojson vector tiles.
>
>
>
> However, I can't preview the vector tiles. When I select either of these
> options I don't get an image. The topojson is viewable in the browser and
> seem like it could be consumed by open layers. However, the mapbox file
> seems unreadable. How can I preview the vector tiles and what is the
> documentation to describe how to get the *.pbf format.
>
>
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tomcat and Java versions

2021-01-28 Thread Vera Green
I've had no issues with this, Replace xx with minor version . . .

Description: Ubuntu 20.04.1 LTS
apt install default-jdk

useradd -r -m -U -d /opt/tomcat -s /bin/false tomcatcd /tmpwget
http://apache.mirror.iweb.ca/tomcat/tomcat-9/v9.0.xx/bin/apache-tomcat-9.0.xx.tar.gz
-P /tmptar xf /tmp/apache-tomcat-9.0.xx.tar.gz -C /opt/tomcatln -s
/opt/tomcat/apache-tomcat-9.0.xx /opt/tomcat/latest


In case that helps anyone.

Vera


On Thu, Jan 28, 2021 at 10:23 AM Mark Prins  wrote:

> On 28-01-2021 17:12, Paul Wittle wrote:
> > Hi,
> >
> > I’m just looking at the website again and finding it confusing as it is
> > worded in such a way to suggest the version of Tomcat and Java is pretty
> > much open to the user. You would be forgiven for thinking it would be
> > best to install Tomcat 9 and Java 11 but is it still recommended to use
> > Tomcat 8 with Java 8?
>
> Tomcat 8.0.x is EOL, Tomcat 8.5.x is still a viable option, as is Tomcat
> 9.0.x.
>
> Currently all our new deployments are on Tomcat 9.0.x (whatever latest
> patch version the packagemanager has available) and mostly Java 11; we
> have some legacy apps that are stuck on Java 8 and sometimes need to be
> deployed in the same container.
>
> HTH, Mark
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Unable to set Global layer group rule in 2.18.1

2021-01-15 Thread Vera Green
Hello,
On this stack:
Ubuntu 20
Tomcat 9
GeoServer 2.18.1
(Note that I am proxying tomcat through apache2 and I also externalized the
data directory to a mounted volume)

When setting global data rules I am getting this error in the logs:

2021-01-15 22:53:56,022 WARN [form.Form] - IFormValidator in form `form`
depends on a component that has been removed from the page or is no longer
visible. Offending component id `layer`.
2021-01-15 22:54:06,755 WARN [security.impl] - Invalid rule
*.r=ROLE_AUTHENTICATED, when namespace is * then also layer must be *.
Skipping rule *.r=ROLE_AUTHENTICATED

With these settings:
[image: image.png]
And the rule is NOT added.

I am able to set the rule WITHOUT selecting the "Global layer group rule"
check box.
Not sure if this is a bug, or if I am doing things incorrectly.

Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Reverse Proxy routing

2021-01-15 Thread Vera Green
Have you done this?

<#proxy>Proxy

To support the reverse proxy setup we need to add this as per documentation


nano /opt/tomcat/latest/webapps/geoserver/WEB-INF/web.xmlsystemctl
restart tomcat

ADD this:


 GEOSERVER_CSRF_WHITELIST
subdomain.domain.com  


Hope that helps.

Vera



On Fri, Jan 15, 2021 at 12:08 PM Joe Murphy 
wrote:

> Hello,
>
> I'm working on moving our Geoserver 2.15.4 instance behind a Spring Cloud
> Gateway instance. These are all running in a standalone Docker instance on
> a local server. I've been able to get the requests for map data working
> fine. However the Admin interface is not functioning correctly. I can bring
> up the login page, but when I try to log in, it's not maintaining the route
> from the reverse proxy.
>
> So instead of POSTing to https://HOST/geoserver-admin/, it's going to
> https://HOST/, which is failing.
>
> My assumption is that I'll be able to pick up the X-Forwarded-* headers
> from the proxy, but what I can't figure out is how to update Tomcat and/or
> Geoserver configuration to pick up these headers.
>
> I've configured a standard route for the gateway that is routing correctly
> for api requests, its just the admin ui that I'm having issues with. I just
> wasn't sure if there was something I wasn't understanding related to the
> gateway. Like I said my assumption is all I should need on the gateway side
> is to add the XForwarded filter to the route.
>
> Thanks!
> Joe
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-10 Thread Vera Green
This might help you out:

""

Cheers,
Vera

On Thu, Sep 10, 2020 at 6:23 AM Endi Soares  wrote:

> Hi
> I already have the layers on the WEBGIS page, the new challenge is to
> present the styles, present them in legend
>
> I'm a little lost with that
>
> Best Regards
>
> Em qui., 10 de set. de 2020 às 03:14, Vera Green 
> escreveu:
>
>> In my experience figuring out this plugin is the way to go.
>> You can get the legend through getFeatureInfo.
>>
>> https://github.com/heigeo/leaflet.wms
>>
>>
>>
>> On Wed., Sep. 9, 2020, 5:11 p.m. Endi Soares, 
>> wrote:
>>
>>> Hi,
>>>
>>> I want to consume the Geoserver data in the leaflet, someone has an
>>> example index.html where I can see the procedures.
>>> If possible with presentation of the legend.
>>>
>>> Best regards
>>> --
>>> Endi Soares*Geógrafo *
>>> m:(+238) 5809479
>>> a:Praia, Cabo Verdee:
>>> esoares.bvc.2...@gmail.com e: endy.soare...@gmail.com
>>>
>>> <https://www.linkedin.com/in/endi-soares-081ab7105/>
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>
> --
> Endi Soares*Geógrafo *
> m:(+238) 5809479
> a:Praia, Cabo Verdee:
> esoares.bvc.2...@gmail.com e: endy.soare...@gmail.com
>
> <https://www.linkedin.com/in/endi-soares-081ab7105/>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] About the Geoserver data in leaflet

2020-09-09 Thread Vera Green
In my experience figuring out this plugin is the way to go.
You can get the legend through getFeatureInfo.

https://github.com/heigeo/leaflet.wms



On Wed., Sep. 9, 2020, 5:11 p.m. Endi Soares, 
wrote:

> Hi,
>
> I want to consume the Geoserver data in the leaflet, someone has an
> example index.html where I can see the procedures.
> If possible with presentation of the legend.
>
> Best regards
> --
> Endi Soares*Geógrafo *
> m:(+238) 5809479
> a:Praia, Cabo Verdee:
> esoares.bvc.2...@gmail.com e: endy.soare...@gmail.com
>
> 
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Vector CSS Color Map

2020-08-13 Thread Vera Green
Hello,
We have scoured the styling documentation looking for a way to assign a
random color map by type. In other words we have a layer which we want to
style on a field, however we do not want to define each field value
individually, we want to say:
Using this field, assign a random color to each unique field value.
Is this possible in GeoServer CSS or SLD?

Thanks much,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Use catalog parameters in SQL View layers

2020-07-02 Thread Vera Green
Hmm, for that to work the schema would need to be detected from the store
and then injected into the SQL, since when on PG the schema is required.
You do not have access to PG and can't create the  views on the database
end of things? From my understanding this is preferable in terms of
performance but perhaps you do not own the database.
Vee

On Thu, Jul 2, 2020 at 5:40 AM Alexandre Gacon 
wrote:

> Hi,
>
> I am using env parametrization on my geoserver instance to configure a PG
> datasource.
>
> The data I would like to publish are not in the public schema.
>
> I would like to be able to build SQL view layers from my tables but it
> only works if I explicitly use the name of my schema, even if I have
> declared it in the datasource configuration.
>
> It would be great to either be able to use catalog parameters in the SQL
> view or that the SQL evaluation takes into account the schema defined in
> the datasource.
>
> --
> Alexandre Gacon
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to filter raster data (geotiff format) using geoserver?

2020-06-28 Thread Vera Green
If you are just starting out I highly recommend looking into css styling.
It's much easier than sld. The extension is very easy to install.

https://docs.geoserver.org/stable/en/user/styling/css/cookbook/index.html

Vee

On Sun., Jun. 28, 2020, 4:10 a.m. Richard Duivenvoorde, 
wrote:

> On 6/28/20 5:02 AM, 정영호 wrote:
> > Hello. I am GIS Newbie.
> > I am currently publishing satellite images as layers in geotiff format.
> > And I am requesting it in wms and displaying it on openlayers.
> > I want to filter by giving a range of pixel values.
> > For example, if the layer has values from 1 to 1000, I would like to
> filter values from 50 to 200.
> > I tried using the cql filter, but the result was not displayed.
> > Is there a way to filter raster data using geoserver?
> > Is there any good way to do this?
>
> If you are only requesting it via WMS, then should you not just 'style'
> your layer in such a way that you only show 50-200 (and make the rest 100%
> transparent)?
>
> See
>
> https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html
> for more information about 'styling' your rasters.
>
> I'm not sure what the status is of the sld-export of rasterdata of QGIS,
> but for vector I often style the layer in QGIS and then export it to sld,
> to have at least a starting point or some usefull (color) snippets. But as
> said: I'm not sure if this is handy for rasters, as I do not now if there
> is good raster-style-export-to-sld ...
>
> Regards,
>
> Richard Duivenvoorde
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Leaflet to GeoServer Authentication

2020-06-11 Thread Vera Green
Thanks Phil, yes I control the GeoServer and everything about the system.

On Thu, Jun 11, 2020 at 4:00 PM Phil Scadden  wrote:

> I have only ever used public geoserver instances, but I have had to use
> leaflet to access a protected ArcGIS servers. The process there is:
>
> 1/ At start of session, backend authenticates against AGS and receives a
> token (session-limited credentials).
>
> 2/ the token is passed by Leaflet with every call to the AGS server. (just
> adding it to layer params when setting up the layer).
>
>
>
> Do you control the geoserver server?
>
>
>
> The other thing I have had to deal with a hidden geoserver – the geoserver
> is setup as “public”, (no authentication required), but only accessible via
> an authenticating proxy. After examining a few options, I wrote the proxy
> myself as it fitted within larger service supporting the mapping
> application.
>
>
>
> *From:* Vera Green 
> *Sent:* Friday, 12 June 2020 03:40
> *To:* GeoServer Mailing List List 
> *Cc:* John Poole ; Rob Jones 
> *Subject:* [Geoserver-users] Leaflet to GeoServer Authentication
>
>
>
> The issue I am solving currently is authenticating from Leaflet to
> GeoServer. There is this post
> <https://stackoverflow.com/questions/44640905/how-make-geoserver-and-leaflet-secure-in-a-web-applciation>
>  and
> I'm pretty sure that is what I need to do but I don't completely understand
> it. It doesn't really have much detail.
>
> I am not completely sure what the difference is between these two things
> from this documentation
> <https://docs.geoserver.org/latest/en/user/security/tutorials/index.html>:
>
>- Configuring HTTP Header Proxy Authentication
>- Configuring Apache HTTPD Session Integration
>
> My architecture is that leaflet is hosted in apache httpd and we are using
> apache session variables to authenticate users into the site. GeoServer is
> hosted on a different virtual machine. This user session variable is saved
> as a cookie and can be retrieved from the system.
>
>
>
> We are passing the session variables to PostgreSQL through PHP to
> establish a POD connection such as:
>
> # ---
> # CREATE POD
> # ---
> $host = 'geoserver.myHost.com';
> $port= '5432';
> $db   = 'myDB';
>
> parse_str($_SERVER['HTTP_SESSION'], $SESSION);
> $user = $SESSION['LDAP_secured-user'];
> $pass = $SESSION['LDAP_secured-pw'];
>
> $dsn = "pgsql:host=$host;dbname=$db;port=$port";
> $options = [
> PDO::*ATTR_ERRMODE*=> PDO::*ERRMODE_EXCEPTION*,
> PDO::*ATTR_DEFAULT_FETCH_MODE *=> PDO::*FETCH_ASSOC*,
> PDO::*ATTR_EMULATE_PREPARES   *=> false,
> ];
> try {
>  $pdo = new PDO($dsn, $user, $pass, $options);
> } catch (\PDOException $e) {
>  throw new \PDOException($e->getMessage(), (int)$e->getCode());
> }
>
> For the WMS we are using the leaflet.wms.js plugin.
>
> So my goal is to somehow authenticate the user to GeoServer using the
> apache session variable from the web server. As far as I understand this
> can happen in two different ways:
>
>1. The user credentials can be passed with the URL
>2. The user can be authenticated to GeoServer on the back end. This is
>the PREFERED method as:
>
>
>1. It is more secure as user credentials are not being passed in the
>   URL
>   2. User can be authenticated once per session instead of with each
>   request
>   3. Since the specific user is authenticated. GeoServer data
>   security rules apply.  IF it is actually not possible to authenticate 
> the
>   specific user but the authentication hapens server to server then we 
> could
>   manage this through a secondary permissions table which specifies the 
> user
>   role.
>
> Thanks much,
>
> Vera
> Notice: This email and any attachments are confidential and may not be
> used, published or redistributed without the prior written consent of the
> Institute of Geological and Nuclear Sciences Limited (GNS Science). If
> received in error please destroy and immediately notify GNS Science. Do not
> copy or disclose the contents.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requ

[Geoserver-users] Leaflet to GeoServer Authentication

2020-06-11 Thread Vera Green
The issue I am solving currently is authenticating from Leaflet to
GeoServer. There is this post

and
I'm pretty sure that is what I need to do but I don't completely understand
it. It doesn't really have much detail.
I am not completely sure what the difference is between these two things
from this documentation
:

   - Configuring HTTP Header Proxy Authentication
   - Configuring Apache HTTPD Session Integration

My architecture is that leaflet is hosted in apache httpd and we are using
apache session variables to authenticate users into the site. GeoServer is
hosted on a different virtual machine. This user session variable is saved
as a cookie and can be retrieved from the system.

We are passing the session variables to PostgreSQL through PHP to establish
a POD connection such as:

# ---
# CREATE POD
# ---
$host = 'geoserver.myHost.com';
$port= '5432';
$db   = 'myDB';

parse_str($_SERVER['HTTP_SESSION'], $SESSION);
$user = $SESSION['LDAP_secured-user'];
$pass = $SESSION['LDAP_secured-pw'];

$dsn = "pgsql:host=$host;dbname=$db;port=$port";
$options = [
PDO::ATTR_ERRMODE=> PDO::ERRMODE_EXCEPTION,
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
PDO::ATTR_EMULATE_PREPARES   => false,
];
try {
 $pdo = new PDO($dsn, $user, $pass, $options);
} catch (\PDOException $e) {
 throw new \PDOException($e->getMessage(), (int)$e->getCode());
}

For the WMS we are using the leaflet.wms.js plugin.
So my goal is to somehow authenticate the user to GeoServer using the
apache session variable from the web server. As far as I understand this
can happen in two different ways:

   1. The user credentials can be passed with the URL
   2. The user can be authenticated to GeoServer on the back end. This is
   the PREFERED method as:
  1. It is more secure as user credentials are not being passed in the
  URL
  2. User can be authenticated once per session instead of with each
  request
  3. Since the specific user is authenticated. GeoServer data security
  rules apply.  IF it is actually not possible to authenticate the specific
  user but the authentication hapens server to server then we could manage
  this through a secondary permissions table which specifies the user role.

Thanks much,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Hmmm...it's a little bit round about but...
1. Front end triggers error
2. PG populates table with error
3. Code looks up error in PG table ( through GeoServer or directly)
4. User is provided error

Theoretically it could work. Also with this method you could "translate"
common errors to user friendly language in the table automatically.

Vera

On Thu., May 28, 2020, 10:21 a.m. Vitor Fonseca, 
wrote:

>
> are you using check constraints or triggers in postgis?
>
> maybe you could use a trigger that performs the checks and in case of
> error sends an email or inserts a record in some table that the developers
> can poll
>
>
> fibizzo  escreveu no dia quinta, 28/05/2020 à(s) 16:34:
>
>> Hello
>>
>> This is exactly my concern, the front end developers (using openlayers
>> btw)
>> does not have any clue about what exactly happened with the transaction,
>> specially in this case when I have postgis constraints
>>
>>
>>
>> --
>> Sent from:
>> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> www.vfonsecaz.pt
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Interesting. So it would be possible for the admin to look up the error
later but the front end could not "pass" a meaningful error to the front
end user because the error can't be passed through with the users
authentication programmatically, user would not have access to server
side

I am currently not using wfs but going straight through PHP to postGIS with
my app and this allows me to capture the full error from Postgres.  This
list has suggested wfs is the preferred method however, this is good to
know.

Vera

On Thu., May 28, 2020, 4:45 a.m. Vitor Fonseca,  wrote:

>
> Maybe it would be better to check postgres logs to get that kind of info.
> I don't recall getting any database specific eror messages in geoserver
> log/responses...
>
> Richard Duivenvoorde  escreveu no dia quinta,
> 28/05/2020 à(s) 07:31:
>
>> Hi,
>>
>> If you raise the log file level (via the admin interface
>> Settings/Global/Logging Settings one of the developer or verbose
>> settings will show you queries and responses of the database.
>>
>> You can see the logs on your server, OR in the admin interface in
>> About/Geoserver Logs.
>>
>> Hope this helps,
>>
>> Regards,
>> Richard Duivenvoorde
>> On 5/27/20 9:34 PM, fibizzo wrote:
>> > I have deployed geoserver 2.14.5 in Wildfly 11
>> >
>> > My geoserver layers are connected to a postgres database with postgis;
>> in
>> > postgis I added certain constraints about inserting new records, i.e.
>> two
>> > polygons cannot touch each other/cannot contain another polygon
>> >
>> > In a POST request of inserting or updating, how can I get the constraint
>> > errors? with a WFS insert request, I just get this message:
>> >
>> > http://www.w3.org/2001/XMLSchema;
>> > xmlns:ows="http://www.opengis.net/ows;
>> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; version="1.0.0"
>> > xsi:schemaLocation="http://www.opengis.net/ows
>> > http://myserver:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd
>> ">
>> > 
>> > Update error: Error occured updating
>> > features
>> > 
>> > 
>> >
>> > I can get the entire stacktrace in geoserver and make sure what
>> constraint
>> > was triggered, is there a way to obtain more detail in my response?
>> >
>> >
>> >
>> >
>> > --
>> > Sent from:
>> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>> >
>> >
>> > ___
>> > Geoserver-users mailing list
>> >
>> > Please make sure you read the following two resources before posting to
>> this list:
>> > - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> > - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>> >
>> > If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>> >
>> >
>> > Geoserver-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> >
>>
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> www.vfonsecaz.pt
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 

Re: [Geoserver-users] Request to help on GIS Query improvement suggestion.

2020-05-22 Thread Vera Green
If you are transforming the geom  in your query this could be the issue. I
prefer to create views in PG, rather than using GeoServer queries but I
believe it is essentially the same. If I create a PG view where I am
altering the geom, basically any st_ function or aggrigation, this results
in poor performance as a view does not have a spatial index. Because the
geom was altered the spatial index of the parents table doesn't apply to
the view. Therefore, my solution is to create a secondary table (not a
view) with a spatial index. You can use a function to keep the tables in
sync if the source table is altered.

Vera

On Fri., May 22, 2020, 4:51 a.m. postgann2020 s, 
wrote:

> Hi Team,
>
> Thanks for your support.
>
> Could someone please suggest on the below query.
>
> One of the query which was created on GIS data is taking a long time and
> even it is not taking the index as well. I have included all the required
> details for reference.
>
> Database Stack:
> ===
> PostgreSQL : 9.5.15
> Postgis: 2.2.7
>
> Table Structure:
> ===
>
> ALTER TABLE SCHEMA.TABLE_NAME ADD COLUMN parental_path text;
>
> Created Indexes on column parental_path:
> =
>
> CREATE INDEX cable_pair_parental_path_idx
>   ON SCHEMA.TABLE_NAME
>   USING btree
>   (md5(parental_path) COLLATE pg_catalog."default");
>
> CREATE INDEX cable_pair_parental_path_idx_fulltext
>   ON SCHEMA.TABLE_NAME
>   USING gist
>   (parental_path COLLATE pg_catalog."default");
>
> Sample data in "parental_path" column:
> ==
>
>
> 'route--2309421/2951584/3373649/2511322/1915187/2696397/2623291/2420708/2144348/2294454,circuit--88458/88460,sheath--8874'
>
> Actual Query:
> =
>
> SELECT seq_no + 1 FROM SCHEMA.TABLE_NAME WHERE (parental_path LIKE
> '%,sheath--' || cable_seq_id || ',%' OR parental_path LIKE 'sheath--' ||
> cable_seq_id || ',%' OR parental_path LIKE '%,sheath--' || cable_seq_id OR
> parental_path = 'sheath--' || cable_seq_id) ORDER BY seq_no DESC LIMIT 1;
>
> Explain Plan:
> =
>
> Limit  (cost=108111.60..108111.61 rows=1 width=4) (actual
> time=4597.605..4597.605 rows=0 loops=1)
>  Output: ((seq_no + 1)), seq_no
>  Buffers: shared hit=2967 read=69606 dirtied=1
>  ->  Sort  (cost=108111.60..108113.09 rows=595 width=4) (actual
> time=4597.603..4597.603 rows=0 loops=1)
>Output: ((seq_no + 1)), seq_no
>Sort Key: TABLE_NAME.seq_no DESC
>Sort Method: quicksort  Memory: 25kB
>Buffers: shared hit=2967 read=69606 dirtied=1
>->  *Seq Scan on SCHEMA.TABLE_NAME  (cost=0.00..108108.63 rows=595
> width=4) (actual time=4597.595..4597.595 rows=0 loops=1)*
>  Output: (seq_no + 1), seq_no
>  Filter: ((TABLE_NAME.parental_path ~~
> '%,sheath--64690,%'::text) OR (TABLE_NAME.parental_path ~~
> 'sheath--64690,%'::text) OR (TABLE_NAME.parental_path ~~
> '%,sheath--64690'::text) OR (TABLE_NAME.parental_path =
> 'sheath--64690'::text))
>  Rows Removed by Filter: 1930188
>  Buffers: shared hit=2967 read=69606 dirtied=1
>
> Please share your suggestion.
> Thanks & Regards,
> PostgAnn.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Geoserver 2.17, first access to admin gui very slow

2020-05-08 Thread Vera Green
I have never had this issue on centOS or Ubuntu. If anyone is going to
assist they will probably need to know more details about your
installation...which OS , did you install as a web app or not? Etc.

Is performance slow only for GeoServer specifically but tomcat admin page
or access to other apps is fast?

Vera



On Fri., May 8, 2020, 2:45 a.m. Overkamp, Stefan,  wrote:

> Hi list,
>
>
>
> testing Geoserver 2.17.0 the web administration app has become very slow.
>
> With the first access to an administration part (e.g. Layers) I have to
> wait 15 seconds.
>
> The following access is fast as in 2.16.2
>
>
>
> Accessing this administration part from a different PC is fast too.
>
> So maybe there is some sort of caching.
>
> Is there any way to pre cache the web gui?
>
>
>
>
>
> Mit freundlichen Grüßen
> Im Auftrag
>
> *Stefan Overkamp *
>
> Team Geodaten-Technik
> *Referat Geoinformation und Raumbeobachtung*
>
> Kronprinzenstraße 6
> 45128 Essen
>
> T:
> F:
>
> +49 201 2069-700
> +49 201 2069-369
>
>
>
> overk...@rvr.ruhr
>
>
>
>
> Alle Informationen zum Jubiläum unter: 100jahre.rvr.ruhr
>
> *Regionalverband Ruhr *
> Die Regionaldirektorin
>
> Kronprinzenstraße 35
> 45128 Essen
> T: +49 201 2069-0
> F: +49 201 2069-500
> www.rvr.ruhr
>
> Postfach 10 32 64 | 45032 Essen
> Steuernummer: 112/5797/0116 | USt.-ldNr.: DE 173867500
>
> Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte
> Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder
> diese E- Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
> Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die
> unbefugte Weitergabe dieser E-Mail sind nicht gestattet.
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorised copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Server for GeoServer

2020-05-07 Thread Vera Green
Thanks for those details.  Much appreciated.
Yeah we are getting to the conclusion that cloud hosting will be cost
prohibitive.

Vera

On Thu, May 7, 2020 at 4:21 PM Greg Turner 
wrote:

> I am using specific VM size on azure as follows:
>
>
>
> As you can see it can scale up or down and then you can use Availability
> sets to scale out with multiple VMs. The huge benefit of this type of VM is
> dedicated storage and large RAM. The dedicated NVME storage gives fastest
> disk access just like it was on desktop and goes up in TBs size.
>
> It is quite fast and with Geoserver experts with right caching enabled
> make it very fast for Geoserver. I am currently serving about 2TB of data
> and adding 500GB per month. You can set up tiers of storage so that
> older/less used data runs on slower storage units like disk drives or even
> from a Data Lake or blob storage so then amount of data does not matter.
>
>
>
> Gregory Turner
>
> Chief Architect
>
> 
>
> *i4** Insight, Inc.*
>
>
>
> cell: +1.720.335.1744
>
> greg.tur...@i4-insight.com
>
>
>
> *A member of the Lloyd’s Register Group*
>
>
>
> *From:* Samy Otero 
> *Sent:* Thursday, May 7, 2020 1:16 PM
> *To:* Vera Green 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Server for GeoServer
>
>
>
> Hi Vera,
>
>
>
> You can dockerize the geoserver and add a load balancer, so basically it
> will spin up and shut down containers based on traffic.
>
>
>
> Kubernetes it is something to look at.
>
>
>
> Cheers
>
>
>
> On Thu, May 7, 2020, 3:05 PM Vera Green  wrote:
>
> Hello,
>
> We are putting together a project plan for hosting a large amount of
> raster data and  serving it out as a WMS service through GeoServer. We have
> been working with GeoServer for several years primarily with vector data so
> we are generally familiar and have a proof of concept but now we need to
> scale our system which is 150 GB in the cloud to 200  TB on a physical
> server. We have metrics from one of our clients which are, for 10TB of
> data, an average of 16,000 hits a month and average of 40 GB of bandwidth,
> which would also need to be scaled up.  Our expected top bracket for raw
> imagery is 200 TB.
>
>
>
> We also have some metrics from our existing server which tell us that if
> we don't do this correctly it will fail horribly :-).
>
>
>
> So, if anyone has ideas/information to share about how to build a server
> for this that would be greatly appreciated.  I am looking for specific
> details regarding information to provide to the server administrator whom
> will be an individual experienced with setting up servers such as a managed
> service at a data center, but will not have GeoServer specific knowledge.
>
>
>
> I am also wondering if this is something Geo Solutions supports through
> their subscriptions.
>
>
>
> Kind Regards,
>
> Vera
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Server for GeoServer

2020-05-07 Thread Vera Green
Hello,
We are putting together a project plan for hosting a large amount of raster
data and  serving it out as a WMS service through GeoServer. We have been
working with GeoServer for several years primarily with vector data so we
are generally familiar and have a proof of concept but now we need to scale
our system which is 150 GB in the cloud to 200  TB on a physical server. We
have metrics from one of our clients which are, for 10TB of data, an
average of 16,000 hits a month and average of 40 GB of bandwidth, which
would also need to be scaled up.  Our expected top bracket for raw imagery
is 200 TB.

We also have some metrics from our existing server which tell us that if we
don't do this correctly it will fail horribly :-).

So, if anyone has ideas/information to share about how to build a server
for this that would be greatly appreciated.  I am looking for specific
details regarding information to provide to the server administrator whom
will be an individual experienced with setting up servers such as a managed
service at a data center, but will not have GeoServer specific knowledge.

I am also wondering if this is something Geo Solutions supports through
their subscriptions.

Kind Regards,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Two questions on CSS styling

2020-04-18 Thread Vera Green
I can't answer #2 for you but for #1 this is an example I have for labeling
at different scales which works as you are describing:

/* @title ats_sec_centroid 20k-40k */
[@sd < 20]
*{
  label-anchor: 0.5 0.5;
  font-family: "Arial";
  font-fill: #44;
  font-style: normal;
  font-weight: bold;
  halo-radius: 1;
  halo-color: #FF;
  [@sd >= 10][@sd < 20] {
label: [sec];
font-size: 10;
  };
  [@sd >= 25000][@sd < 10] {
label: [labeltext];
font-size: 12;
  };
}

I think the trick is to put the subsets INSIDE the default definition
brackets.
Hope it helps,
Vera

On Sat, Apr 18, 2020 at 9:54 AM Árni Geirsson  wrote:

> Hello fellow Geoserver users
> I have two problems with CSS styling that I have not been able to find a
> solution for:
>
> 1. When I apply a simple rule for the basic style and then a scale
> dependent rule for labeling of the same features, the legend shows two
> entries. Is there a way to suppress the legend entry for the labeling rule?
>
> 2. I have a line stroke rendered with repeated small png external images.
> These are, by default, rotated as the line heading changes but can I
> suppress the rotation and have the images all rendered without any
> rotation, as for a horizontal line?
>
> Any hints are highly appreciated.
>
> Arni Geirsson
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GeoServer AD Integration

2020-03-25 Thread Vera Green
Hello,
If you have any related experience/advice we would appreciate it.
thanks much,
Vera

On Sat, Mar 21, 2020 at 8:01 PM Vera Green  wrote:

> Hello,
> We have integrated our GeoServer with active directory (AD) as per this
> documentation
> <https://docs.geoserver.org/latest/en/user/security/tutorials/activedirectory/index.html>
> .
> We are attempting to RESTRICT GeoServer access through the use of an
> active directory GROUP.
>
> Goal:
>
>- KEEP default/basic users and local user functionality as is. These
>users are created locally on GeoServer and authenticate using the basic
>method.  (Working)
>- UPDATE the AD-LDAP authentication to:
>   - automatically synchronize users between GeoServer and AD (Working)
>   - restrict AD users to the AD group: portal_user group:
>  - Only users in this group will be available in the GeoServer
>  user list (working).
>  - Only users in this AD group can log in to GeoServer (ISSUE:
>  ALL AD Users can log in)
>
>
> *Details On Issue:*
>
> AD-LDAP has been configured to synchronize with AD and restrict to the
> portal_user group.
>
> HOWEVER ... by doing a different test I realized still any AD user can
> log in. The configuration I put in place was apparently only for setting
> roles and permissions once the user has logged in, but not to restrict or
> limit who can log in.
>
> I tested other different LDAP filters trying to restrict *Portal_User* group
> only but it was worse (I got errors when trying to log in).
>
>
> Thanks in advance for any suggestions.
>
> Please reply all.
>
> Vera
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GeoServer AD Integration

2020-03-21 Thread Vera Green
Hello,
We have integrated our GeoServer with active directory (AD) as per this
documentation

.
We are attempting to RESTRICT GeoServer access through the use of an active
directory GROUP.

Goal:

   - KEEP default/basic users and local user functionality as is. These
   users are created locally on GeoServer and authenticate using the basic
   method.  (Working)
   - UPDATE the AD-LDAP authentication to:
  - automatically synchronize users between GeoServer and AD (Working)
  - restrict AD users to the AD group: portal_user group:
 - Only users in this group will be available in the GeoServer user
 list (working).
 - Only users in this AD group can log in to GeoServer (ISSUE: ALL
 AD Users can log in)


*Details On Issue:*

AD-LDAP has been configured to synchronize with AD and restrict to the
portal_user group.

HOWEVER ... by doing a different test I realized still any AD user can log
in. The configuration I put in place was apparently only for setting roles
and permissions once the user has logged in, but not to restrict or limit
who can log in.

I tested other different LDAP filters trying to restrict *Portal_User* group
only but it was worse (I got errors when trying to log in).


Thanks in advance for any suggestions.

Please reply all.

Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] WFS SHAPE-ZIP Output not working

2020-02-17 Thread Vera Green
I have previously had issues if there is a space in the layer name but
works fine for layers without spaces. But haven't used this recently.
Vera

On Mon., Feb. 17, 2020, 7:26 p.m. Tobias Schulmann, 
wrote:

> Hi
>
> When trying to generate shape-zip output for layers in PostGIS(JNDI) and
> PostGIS stores, GeoServer reports the following error:
>
> java.io.IOException: java.io.IOException: Error in shapefile schema. It is
> possible you don't have a geometry set in the output.
> at
> org.geotools.data.shapefile.ShapefileDumper.dump(ShapefileDumper.java:302)
> at
> org.geotools.data.shapefile.ShapefileDumper.dump(ShapefileDumper.java:215)
>
>
> The documentation on SHAPE-ZIP
> https://docs.geoserver.org/latest/en/user/services/wfs/outputformats.html#shapefile-output
> doesn't seem to mention anything useful. Is this a configuration problem on
> our end or an issue in GeoServer?
>
> Thanks
> Tobias
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
Oh...yes thank you. We have that part working . But we haven't used
WFS-T. So far we are just using WMS in leaflet.
V

On Wed., Jan. 29, 2020, 10:34 a.m. Ian Turton,  wrote:

> There is a full tutorial at
> https://docs.geoserver.org/latest/en/user/security/tutorials/activedirectory/index.html
>  which
> gives you an example LDAP set up to work with while you get the hang of it.
>
> Ian
>
> On Wed, 29 Jan 2020 at 17:18, Vera Green  wrote:
>
>> Haha...yes the authentication has been...not fun. We are integrating it
>> with active directory.
>> Thanks, will investigate. Any doc's you recommend would be appreciated.
>> V
>>
>> On Wed., Jan. 29, 2020, 9:24 a.m. Ian Turton,  wrote:
>>
>>>
>>>
>>> On Wed, 29 Jan 2020 at 16:12, Vera Green 
>>> wrote:
>>>
>>>> Sorry...even if we are retreating the data as geojason with the end
>>>> goal of pushing it back to PG with user edits.
>>>>
>>>
>>> Especially then, that is what WFS-T was designed for. Or are you going
>>> to write a state of the art authentication and authorisation system that
>>> can interact with active directory or just allow any passing hacker delete
>>> your data?
>>>
>>> Ian
>>>
>>> V
>>>>
>>>> On Wed., Jan. 29, 2020, 9:10 a.m. Vera Green, 
>>>> wrote:
>>>>
>>>>> Thanks. Even if our end goal is editing the data you would recommend
>>>>> going through WFS?
>>>>> V
>>>>>
>>>>> On Wed., Jan. 29, 2020, 9:01 a.m. Ian Turton, 
>>>>> wrote:
>>>>>
>>>>>> Yes, you can do that. But then you are responsible for working out
>>>>>> the bounding box or any filters that the user would like while if you go
>>>>>> via GeoServer you don't have to write and debug all that code. Also if 
>>>>>> you
>>>>>> stick with an international standard you can switch clients with no 
>>>>>> effort
>>>>>> rather than starting from scratch each time. Remember GeoServer does a 
>>>>>> lot
>>>>>> more for you than just return the data.
>>>>>>
>>>>>> Ian
>>>>>>
>>>>>> On Wed, 29 Jan 2020 at 15:55, Vera Green 
>>>>>> wrote:
>>>>>>
>>>>>>> This makes me wonder if it's more efficient to export geojason from
>>>>>>> wfs or directly from PG. Currently I'm going to the database for this 
>>>>>>> in my
>>>>>>> web applications.
>>>>>>> Vera
>>>>>>>
>>>>>>> On Wed., Jan. 29, 2020, 3:58 a.m. Ian Turton, 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> The obvious way to do this is to skip the geojson and just add the
>>>>>>>> PostGIS tables as new layers, you can export them from GeoServer as 
>>>>>>>> GeoJSON
>>>>>>>> using WFS if you want.
>>>>>>>>
>>>>>>>> Ian
>>>>>>>>
>>>>>>>> On Wed, 29 Jan 2020 at 09:48, Vitor Fonseca 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Confusing questions. Please elaborate more on what you want to
>>>>>>>>> do...
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Samann Long  escreveu no dia terça,
>>>>>>>>> 28/01/2020 à(s) 06:12:
>>>>>>>>>
>>>>>>>>>> Hello, I am having some troubles with the rest API of importing
>>>>>>>>>> geojson from Postgres PostGIS database to Geoserver to create layer 
>>>>>>>>>> and
>>>>>>>>>> register to WFS services.
>>>>>>>>>> Are there any ways we can do it?
>>>>>>>>>> Thank you
>>>>>>>>>> ___
>>>>>>>>>> Geoserver-users mailing list
>>>>>>>>>>
>>>>>>>>>> Please make sure you read the following two resources before
>>>>>>>>>> posting to this list:
&

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
Haha...yes the authentication has been...not fun. We are integrating it
with active directory.
Thanks, will investigate. Any doc's you recommend would be appreciated.
V

On Wed., Jan. 29, 2020, 9:24 a.m. Ian Turton,  wrote:

>
>
> On Wed, 29 Jan 2020 at 16:12, Vera Green  wrote:
>
>> Sorry...even if we are retreating the data as geojason with the end goal
>> of pushing it back to PG with user edits.
>>
>
> Especially then, that is what WFS-T was designed for. Or are you going to
> write a state of the art authentication and authorisation system that can
> interact with active directory or just allow any passing hacker delete your
> data?
>
> Ian
>
> V
>>
>> On Wed., Jan. 29, 2020, 9:10 a.m. Vera Green, 
>> wrote:
>>
>>> Thanks. Even if our end goal is editing the data you would recommend
>>> going through WFS?
>>> V
>>>
>>> On Wed., Jan. 29, 2020, 9:01 a.m. Ian Turton, 
>>> wrote:
>>>
>>>> Yes, you can do that. But then you are responsible for working out the
>>>> bounding box or any filters that the user would like while if you go via
>>>> GeoServer you don't have to write and debug all that code. Also if you
>>>> stick with an international standard you can switch clients with no effort
>>>> rather than starting from scratch each time. Remember GeoServer does a lot
>>>> more for you than just return the data.
>>>>
>>>> Ian
>>>>
>>>> On Wed, 29 Jan 2020 at 15:55, Vera Green 
>>>> wrote:
>>>>
>>>>> This makes me wonder if it's more efficient to export geojason from
>>>>> wfs or directly from PG. Currently I'm going to the database for this in 
>>>>> my
>>>>> web applications.
>>>>> Vera
>>>>>
>>>>> On Wed., Jan. 29, 2020, 3:58 a.m. Ian Turton, 
>>>>> wrote:
>>>>>
>>>>>> The obvious way to do this is to skip the geojson and just add the
>>>>>> PostGIS tables as new layers, you can export them from GeoServer as 
>>>>>> GeoJSON
>>>>>> using WFS if you want.
>>>>>>
>>>>>> Ian
>>>>>>
>>>>>> On Wed, 29 Jan 2020 at 09:48, Vitor Fonseca 
>>>>>> wrote:
>>>>>>
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Confusing questions. Please elaborate more on what you want to do...
>>>>>>>
>>>>>>>
>>>>>>> Samann Long  escreveu no dia terça,
>>>>>>> 28/01/2020 à(s) 06:12:
>>>>>>>
>>>>>>>> Hello, I am having some troubles with the rest API of importing
>>>>>>>> geojson from Postgres PostGIS database to Geoserver to create layer and
>>>>>>>> register to WFS services.
>>>>>>>> Are there any ways we can do it?
>>>>>>>> Thank you
>>>>>>>> ___
>>>>>>>> Geoserver-users mailing list
>>>>>>>>
>>>>>>>> Please make sure you read the following two resources before
>>>>>>>> posting to this list:
>>>>>>>> - Earning your support instead of buying it, but Ian Turton:
>>>>>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>>>>>> - The GeoServer user list posting guidelines:
>>>>>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>>>>>
>>>>>>>> If you want to request a feature or an improvement, also see this:
>>>>>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>>>>>
>>>>>>>>
>>>>>>>> Geoserver-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> www.vfonsecaz.pt
>>>>>>>
>>>>>>> ___
>>>>>>> Geoserver-users mailing list
>>>>>>>
>>>>>>> Please make sure you read the fol

Re: [Geoserver-users] Import geojson from Postgis to GeoServer

2020-01-29 Thread Vera Green
This makes me wonder if it's more efficient to export geojason from wfs or
directly from PG. Currently I'm going to the database for this in my web
applications.
Vera

On Wed., Jan. 29, 2020, 3:58 a.m. Ian Turton,  wrote:

> The obvious way to do this is to skip the geojson and just add the PostGIS
> tables as new layers, you can export them from GeoServer as GeoJSON using
> WFS if you want.
>
> Ian
>
> On Wed, 29 Jan 2020 at 09:48, Vitor Fonseca  wrote:
>
>>
>> Hi,
>>
>> Confusing questions. Please elaborate more on what you want to do...
>>
>>
>> Samann Long  escreveu no dia terça, 28/01/2020
>> à(s) 06:12:
>>
>>> Hello, I am having some troubles with the rest API of importing geojson
>>> from Postgres PostGIS database to Geoserver to create layer and register to
>>> WFS services.
>>> Are there any ways we can do it?
>>> Thank you
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>>
>> --
>>
>> www.vfonsecaz.pt
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
> Ian Turton
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Error while adding new cached layer under Tile Caching > Tile Layers

2020-01-25 Thread Vera Green
The first thing I would double check is permissions to make sure your
destination is writable by your apache host. But it's just a guess.
Vera

On Sat., Jan. 25, 2020, 11:46 a.m. Erick Opiyo,  wrote:

> Hi All,
>
> I'm getting the below stacktrace when I want to add a new cached layer
> under Tile Caching > Tile Layers.
>
> What could be the issue?
>
> org.apache.wicket.WicketRuntimeException: Can't instantiate page using
> constructor 'public org.geoserver.gwc.web.layer.NewCachedLayerPage()'. An
> exception has been thrown during construction! at
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:194)
> at
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:67)
> at
> org.apache.wicket.DefaultMapperContext.newPageInstance(DefaultMapperContext.java:102)
> at
> org.apache.wicket.core.request.handler.PageProvider.resolvePageInstance(PageProvider.java:271)
> at
> org.apache.wicket.core.request.handler.PageProvider.getPageInstance(PageProvider.java:169)
> at
> org.apache.wicket.request.handler.render.PageRenderer.getPage(PageRenderer.java:78)
> at
> org.apache.wicket.request.handler.render.WebPageRenderer.isPageStateless(WebPageRenderer.java:287)
> at
> org.apache.wicket.request.handler.render.WebPageRenderer.shouldRenderPageAndWriteResponse(WebPageRenderer.java:329)
> at
> org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:193)
> at
> org.apache.wicket.core.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:175)
> at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
> at
> org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
> at
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
> at
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
> at
> org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
> at
> org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)
> at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
> at
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:624) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:731) at
> org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:165)
> at
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
> at
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
> at
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1038)
> at
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
> at
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:998)
> at
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:890)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:624) at
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:875)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731) at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)
> at
> org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:73)
> at
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)
> at
> org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:41)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at
> org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:37)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
> at
> 

[Geoserver-users] Native SRS Not Detected for layer from PG Store After Permission Update

2019-12-03 Thread Vera Green
Hello,
This issue is a bit of a ghost so I apologies for the long lead-up but it
is necessary.

I WAS having an issue where some (but not all) tables coming from a PostGIS
database store did not automatically pick up the native SRS from the layer.
It can be resolved by declaring the SRS manually however this causes issues
downstream in our workflow where the layer is served as WMS to leaflet.
Even though the Open Layers preview will show the data, the WMS will not.

This issue can be resolved by setting PG permissions as per this post which
offers an excellent PG permission setup recipe:
https://stackoverflow.com/questions/41537825/restricted-postgresql-permissions-for-web-app/47955583#47955583

After completing this trust that the issue is no longer PG permissions!

*So finally the issue:*
After permissions are updated in PG *GeoServer continues to NOT pick up the
native SRS* from the layer. Even after disconnecting and reconnecting to
GeoServer. Even after connection from an incognito window to a new
GeoServer session! Somewhere it is stored and locked.
To resolve rename the table in PG (obviously not ideal and not always an
option). Then GeoServer immediately sees the native SRS.

*So my question is, where is the layer information being locked up and how
to refresh the connection between the PG data store and GeoServer?*

Versions:
GeoServer: 2.15.0
PG 10 (postGIS 2.4) , 11 and 12 (postGIS 2.5)
Browser: Chrome

Thank you,
Vera

*(PS, I am now taking some headache medication since I banged my head
against the wall for so long with regard to this. If this can not be
resolved at least I am hoping this post will help others work around it.) *
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] missing templates folder

2019-10-23 Thread Vera Green
Thanks Andea, we tested this and it works so I updated the issue
<https://osgeo-org.atlassian.net/projects/GEOS/issues/GEOS-9373?filter=allopenissues=priority%20DESC=template%20.ftl>to
reflect this.
Vera

On Sat, Oct 19, 2019 at 6:58 AM Andrea Aime 
wrote:

> Hi Vera,
> I kept on being surprised about the "templates" bit so I did a check, it's
> indeed still supported, as a general fallback,
> but it's really the last attempt on user visible resources*, performed
> even after checking the legacy GeoServer 1.x locations. See the full lookup
> code here:
>
>
> https://github.com/geoserver/geoserver/blob/eae842ab548519dbfb4e1923d3ff97f93180b550/src/main/src/main/java/org/geoserver/template/GeoServerTemplateLoader.java#L139
>
> So I'd rather document the main path, instead of the last desperate
> attempt: put the templates for
> headers and footers in "dataDir/workspaces" rather than in
> "dataDir/templates".
>
> Cheers
> Andrea
>
> *: there is another past that, which looks up the templates in the
> GeoServer own jar files.
>
>
>
> On Fri, Oct 18, 2019 at 3:35 PM Vera Green 
> wrote:
>
>> If anyone else is struggling with this here are the steps:
>> cd /opt/tomcat/webapps/geoserver/data/workspaces
>> cp /yourPath/content.ftl .
>> chown tomcat:tomcat content.ftl
>> cd ..
>> mkdir templates
>> chown tomcat:tomcat templates
>> cp / yourPath /header.ftl templates/.
>> cp / yourPath /footer.ftl templates/.
>> chown tomcat:tomcat templates/*
>>
>> So basically:
>>
>>1. create a *templates *folder at
>>/opt/tomcat/webapps/geoserver/data/
>>2. put your header and footer in this templates folder
>>3. put your content.ftl in
>>/opt/tomcat/webapps/geoserver/data/workspaces to have it apply to all
>>workspaces or as per the instructions in specific lower folders to apply 
>> at
>>the store or layer level.
>>
>> I'll try to post an issue in JIRA to request an update to the
>> documentation as I think this is currently unclear.
>> Vera
>>
>>
>> On Thu, May 23, 2019 at 1:19 AM Andrea Aime 
>> wrote:
>>
>>> Hi Vera,
>>> I'm don't remember about a "templates" folder, the files are normally
>>> put in the data dir,
>>> workspace directory, if you want them to apply to the entire workspace,
>>> datastore directory,
>>> to apply them to all feature types coming from the store, or the feature
>>> type directory itself,
>>> to have one specific for the layer in question.
>>>
>>> Here is an example:
>>> https://geoserver.geo-solutions.it/edu/en/pretty_maps/info.html
>>>
>>> Cheers
>>> Andrea
>>>
>>> On Tue, May 21, 2019 at 11:16 PM Vera Green 
>>> wrote:
>>>
>>>> Hello,
>>>> I am looking at customizing some templates
>>>> <https://docs.geoserver.org/latest/en/user/tutorials/GetFeatureInfo/> for
>>>> WMS but I do not have a templates folder.  Is this usual? Can I create it?
>>>> It should be here correct:
>>>> /opt/tomcat/webapps/geoserver/data
>>>>
>>>> GeoServer 2.15.0 running as web archive in tomcat 9.0.12
>>>>
>>>> Thanks much
>>>> Vera
>>>>
>>>> ___
>>>> Geoserver-users mailing list
>>>>
>>>> Please make sure you read the following two resources before posting to
>>>> this list:
>>>> - Earning your support instead of buying it, but Ian Turton:
>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>> - The GeoServer user list posting guidelines:
>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>
>>>> If you want to request a feature or an improvement, also see this:
>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>
>>>>
>>>> Geoserver-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>>
>>>
>>>
>>> --
>>>
>>> Regards, Andrea Aime == 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.ge

Re: [Geoserver-users] missing templates folder

2019-10-18 Thread Vera Green
If anyone else is struggling with this here are the steps:
cd /opt/tomcat/webapps/geoserver/data/workspaces
cp /yourPath/content.ftl .
chown tomcat:tomcat content.ftl
cd ..
mkdir templates
chown tomcat:tomcat templates
cp / yourPath /header.ftl templates/.
cp / yourPath /footer.ftl templates/.
chown tomcat:tomcat templates/*

So basically:

   1. create a *templates *folder at  /opt/tomcat/webapps/geoserver/data/
   2. put your header and footer in this templates folder
   3. put your content.ftl in
   /opt/tomcat/webapps/geoserver/data/workspaces to have it apply to all
   workspaces or as per the instructions in specific lower folders to apply at
   the store or layer level.

I'll try to post an issue in JIRA to request an update to the documentation
as I think this is currently unclear.
Vera


On Thu, May 23, 2019 at 1:19 AM Andrea Aime 
wrote:

> Hi Vera,
> I'm don't remember about a "templates" folder, the files are normally put
> in the data dir,
> workspace directory, if you want them to apply to the entire workspace,
> datastore directory,
> to apply them to all feature types coming from the store, or the feature
> type directory itself,
> to have one specific for the layer in question.
>
> Here is an example:
> https://geoserver.geo-solutions.it/edu/en/pretty_maps/info.html
>
> Cheers
> Andrea
>
> On Tue, May 21, 2019 at 11:16 PM Vera Green 
> wrote:
>
>> Hello,
>> I am looking at customizing some templates
>> <https://docs.geoserver.org/latest/en/user/tutorials/GetFeatureInfo/> for
>> WMS but I do not have a templates folder.  Is this usual? Can I create it?
>> It should be here correct:
>> /opt/tomcat/webapps/geoserver/data
>>
>> GeoServer 2.15.0 running as web archive in tomcat 9.0.12
>>
>> Thanks much
>> Vera
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> Regards, Andrea Aime == 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-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Which Java 8? A quick benchmark

2019-10-17 Thread Vera Green
Very interesting and useful. Thanks for sharing.
Vera

On Thu, Oct 17, 2019 at 4:55 PM timita  wrote:

> Since Oracle's long-term support JRE 8 is not available for free anymore,
> we
> needed to find an alternative that is just as performant. The advice on
> this page 
>
> might seem outdated, but there is still truth in it: in our experience
> OpenJDK 8 has always been outperformed by Oracle JRE 8. So we ran a quick
> and dirty benchmark using jMeter and the multiscale approach  described
> here
>   , for
> Oracle JRE 8, OpenJDK 8 (as  available here
>   ), AdoptOpenJDK
> (Hotspot), and Amazon Corretto.
>
> *Environment:*
> Ubuntu 16.04 LTS
> GeoServer 2.15.0
> Marlin 0.9.4.2
> Native JAI and ImageIO
>
> *JVM options: *
>
> I cannot give details about the dataset used, as it's confidential -
> initially, we did not plan to publish these results. But the numbers should
> be telling.
>
> And here are the results. See  this page
> <
> https://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report>
>
> for an explanation of the header, although not all of those columns are
> present in my reports. There's always room for debate, but /Average/ and
> /Throughput/ should give you a rough idea.
>
>
>
>
>
>
> So it turns out, at least in the realm of Java 8, AdoptOpenJDK and Amazon
> Corretto are viable alternatives to Oracle JRE. We are not rushing to
> upgrade to Java 11 yet, but it will be interesting to see if the difference
> between Oracle JRE and the "stock" OpenJDK still stands.
>
> I hope this is helpful to those who still need to run on Java 8.
>
> Manuel Timita
> illustreets.com
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] URL Error On Logout

2019-10-02 Thread Vera Green
Hello,
When I "logout" of GeoServer I often get this error:
[image: image.png]
Note the URL: https://.../geoserver/web/j_spring_security_logout

Is this an issue with redirecting to .../geoserver/web?
Thanks,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Tomcat and geoserver

2019-07-22 Thread Vera Green
I very recently (last week) installed geoserver-2.15.0-war
on apache-tomcat-9.0.22, openjdk version "1.8.0_191", no issues.
Did you set Tomcat up correctly? Opened port, made user, changed
permissions, allowed execution?
If Tomcat is running it should be easy.

GeoServer---
As Root:
systemctl stop tomcat
cd /home/me/
wget
http://sourceforge.net/projects/geoserver/files/GeoServer/2.15.0/geoserver-2.15.0-war.zip
unzip geoserver-2.15.0-war.zip
cd /opt/tomcat/webapps

If you already deployed GeoServer remove it.
rm geoserver.war
rm -rf geoserver
mv /home/me/geoserver.war /opt/tomcat/webapps/.
chown tomcat:tomcat /opt/tomcat/webapps/geoserver.war
chmod +x /opt/tomcat/webapps/geoserver.war
systemctl restart tomcat

Vera

On Mon, Jul 22, 2019 at 12:25 PM Pablo J. Zader  wrote:

> Hi Julierme
>
> I tryed copy my war file to wepapps but the continues error.
>
> What you mention is correct My intention is to launch the doubt on the
> list and know the experience of others to find the solution, which is to
> know reliably that the combination of tomcat and geoserver are the most
> updated and compatible. I'll do my tests and then tell them how it was.
>
> kind regards
>
> Pablo
>
>
> El lun., 22 jul. 2019 a las 13:54, 1520 gis (<
> juliermeopensourcedevelo...@gmail.com>) escribió:
>
>> Hi Pablo,
>>
>> If I am not wrong, GeoServer still compatible only with tomcat8. Have you
>> tried to copy your war file to webapps directory instead of making the
>> deployment?
>>
>> Kind regards
>>
>> Julierme
>>
>>
>>
>> On Sun, Jul 21, 2019 at 7:41 PM Humphries, Graham (StateGrowth) <
>> graham.humphr...@stategrowth.tas.gov.au> wrote:
>>
>>> Without knowing what the errors were people on this forum will not be
>>> able to offer much help.
>>>
>>> But having said that, I have recently deployed Geoserver 2.15.2 into
>>> Tomcat 8.5.4 with no issues
>>>
>>>
>>>
>>> *From:* Pablo J. Zader [mailto:pza...@gmail.com]
>>> *Sent:* Sunday, 21 July 2019 11:00 AM
>>> *To:* geoserver-users 
>>> *Subject:* [Geoserver-users] Tomcat and geoserver
>>>
>>>
>>>
>>> Hi list
>>>
>>>
>>>
>>> I am trying install a geoserver 14.13 ltr in tomcat 9, but i have a
>>> problem, when i deployed geoserver.war file raise errors. Also i tryed
>>> using geosever version 15 and ocurred the same problem. Other combination
>>> was tomcat 8 and geoserver version 15 ( and version 14), the error
>>> continues.
>>>
>>> Which is the correct combination of thats software?
>>>
>>> I need install the version latest  in a secure production environment.
>>>
>>>
>>>
>>> Thanks in advanced
>>>
>>>
>>>
>>> Best regards
>>>
>>>
>>>
>>> Pablo
>>>
>>> --
>>>
>>> CONFIDENTIALITY NOTICE AND DISCLAIMER
>>> The information in this transmission may be confidential and/or
>>> protected by legal professional privilege, and is intended only for the
>>> person or persons to whom it is addressed. If you are not such a person,
>>> you are warned that any disclosure, copying or dissemination of the
>>> information is unauthorised. If you have received the transmission in
>>> error, please immediately contact this office by telephone, fax or email,
>>> to inform us of the error and to enable arrangements to be made for the
>>> destruction of the transmission, or its return at our cost. No liability is
>>> accepted for any unauthorised use of the information contained in this
>>> transmission.
>>> ___
>>> Geoserver-users mailing list
>>>
>>> Please make sure you read the following two resources before posting to
>>> this list:
>>> - Earning your support instead of buying it, but Ian Turton:
>>> http://www.ianturton.com/talks/foss4g.html#/
>>> - The GeoServer user list posting guidelines:
>>> http://geoserver.org/comm/userlist-guidelines.html
>>>
>>> If you want to request a feature or an improvement, also see this:
>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>
>>>
>>> Geoserver-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>
>>
>
> --
>
> Pablo J. Zader
> Lic. en Cs. de la Computación + MSc. en Aplicaciones Espaciales de Alerta
> y Respuesta Temprana a Emergencias
> pablo.za...@gmail.com
>
> Universidad Nacional de Córdoba
> Av. Valpáraíso s/n Ciudad Universitaria
>  [image: skype] [image: linkedIn]
> 
>
> *"Los Grandes Hombres hablan sobre ideas...  Los Hombres Promedio hablan
> sobre cosas...  Los Hombres Pequeños hablan.. de otros Hombres.*
>
> *del libro Matemática estas ahí? A. Paenza "*
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
That's a good suggestion.  Easier to change the config file than to move
backups back and forth which is what I did.
Vera

On Wed, Jun 12, 2019 at 6:49 PM Humphries, Graham (StateGrowth) <
graham.humphr...@stategrowth.tas.gov.au> wrote:

> Just to add my 2c worth
>
>
>
> Don’t install your data files into the
> /tomcat/webapps/geoserver/data directory. Host your data
> elsewhere on the file system.
>
>
>
> You can change the value for GEOSERVER_DATA_DIR in the web.xml file in
> /tomcat/webapps/geoserver/WEB-INF directory to point to this
> location.
>
>
>
> Eg:
>
>
>
>GEOSERVER_DATA_DIR
>
> /opt/spatial/geoserver/data
>
> 
>
>
>
> This way you can:
>
> · Install your new instance of Geoserver and check that it works.
>
> · Stop Geoserver
>
> · Change the web.xml file as outlined above
>
> · Start Geoserver.
>
>
>
> All your data should now be available
>
>
>
> *From:* Vera Green [mailto:vera.green...@gmail.com]
> *Sent:* Thursday, 13 June 2019 10:02 AM
> *To:* Uwe Seher 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Geoserver does not start up again after
> tomcat-restart
>
>
>
> I have had a similar issue migrating from a much older GeoServer version
> to a new one and my solution was to NOT migrate the data folder in it's
> entirety but instead to migrate only some components.  I won't pretend to
> understand the underlying issue but it fixed it for me.  The components I
> migrated resulted in me having all of the important stuff in the new
> GeoServer version and a running GeoServer. I migrated the following in the
> order specified:
>
>- workspaces
>- security
>- styles
>
> If you want to try this here are the steps:
>
>1.  shut down tomcat
>2. go to your freshly installed data folder
>(your_tomcat/webapps/geoserver/data)
>3. mv -rf fullpath_to_your_backup/workspaces/* workspaces/.
>4. mv -rf fullpath_to_your_backup/security/*  security/.
>5. mv -rf fullpath_to_your_backup/styles/*   styles/.
>6. cd ..
>7. chown -R tomcat:tomcat data
>8. restart tomcat
>
> Hope this helps,
> Vera
>
>
>
> On Wed, Jun 5, 2019 at 9:03 AM Uwe Seher  wrote:
>
> Hello group!
> At the moment i have a hard problem. After a restart of my running tomcat8
> the geoserver-application (2.11) did not start up. some other applications
> (geonetwork, jasper) run as good as before. After that i did an update to
> 2.15.1, whicht starts up with a clean data-directory. When i copy my old
> data-dir in the new installation, it does not start up again.
>
> in the catalina-log are the following lines, which i think descripbe the
> error, but i am not able to understand what they want to tell me. Somewhere
> else i found a reference to the encrytion used (
> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
> but i wanted to ask  someone before i do something weird. The whole logfile
> can be delievered also.
>
>
>
> So please, can someone tell me, what happened here?
>
>
>
> Thanks in advance
>
>
>
> Uwe Seher
>
>
>
> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@437d4b79]) and a value of type
> [org.springframework.security.core.context.SecurityContextImpl] (value
> [org.springframework.security.core.context.SecurityContextImpl@:
> Null authentication]) but failed to remov
> e it when the web application was stopped. Threads are going to be renewed
> over time to try and avoid a probable memory leak.
>
> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
> preferences directory. User preferences are unusable.
>
> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
> file or directory
>
> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@286a76ba]) and a value of type
> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
> the web application was stopped. Thr
> 

Re: [Geoserver-users] Geoserver does not start up again after tomcat-restart

2019-06-12 Thread Vera Green
I have had a similar issue migrating from a much older GeoServer version to
a new one and my solution was to NOT migrate the data folder in it's
entirety but instead to migrate only some components.  I won't pretend to
understand the underlying issue but it fixed it for me.  The components I
migrated resulted in me having all of the important stuff in the new
GeoServer version and a running GeoServer. I migrated the following in the
order specified:

   - workspaces
   - security
   - styles

If you want to try this here are the steps:

   1.  shut down tomcat
   2. go to your freshly installed data folder
   (your_tomcat/webapps/geoserver/data)
   3. mv -rf fullpath_to_your_backup/workspaces/* workspaces/.
   4. mv -rf fullpath_to_your_backup/security/*  security/.
   5. mv -rf fullpath_to_your_backup/styles/*   styles/.
   6. cd ..
   7. chown -R tomcat:tomcat data
   8. restart tomcat

Hope this helps,
Vera

On Wed, Jun 5, 2019 at 9:03 AM Uwe Seher  wrote:

> Hello group!
> At the moment i have a hard problem. After a restart of my running tomcat8
> the geoserver-application (2.11) did not start up. some other applications
> (geonetwork, jasper) run as good as before. After that i did an update to
> 2.15.1, whicht starts up with a clean data-directory. When i copy my old
> data-dir in the new installation, it does not start up again.
>
> in the catalina-log are the following lines, which i think descripbe the
> error, but i am not able to understand what they want to tell me. Somewhere
> else i found a reference to the encrytion used (
> http://osgeo-org.1560.x6.nabble.com/GeoServer-doesn-t-Start-up-td5268309.html),
> but i wanted to ask  someone before i do something weird. The whole logfile
> can be delievered also.
>
> So please, can someone tell me, what happened here?
>
> Thanks in advance
>
> Uwe Seher
>
> 05-Jun-2019 16:21:35.844 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@437d4b79]) and a value of type
> [org.springframework.security.core.context.SecurityContextImpl] (value
> [org.springframework.security.core.context.SecurityContextImpl@:
> Null authentication]) but failed to remov
> e it when the web application was stopped. Threads are going to be renewed
> over time to try and avoid a probable memory leak.
>
> 05-Jun-2019 16:21:35.858 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run Couldn't create user
> preferences directory. User preferences are unusable.
>
> 05-Jun-2019 16:21:35.859 WARNING [localhost-startStop-1]
> java.util.prefs.FileSystemPreferences$1.run java.io.IOException: No such
> file or directory
>
> 05-Jun-2019 16:21:35.875 SEVERE [localhost-startStop-1]
> org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
> The web application [geoserver] created a ThreadLocal with key of type
> [java.lang.ThreadLocal] (value [j
> ava.lang.ThreadLocal@286a76ba]) and a value of type
> [org.geotools.referencing.operation.projection.TransverseMercator.Provider]
> (value [PROJECTION["Transverse_Mercator"]]) but failed to remove it when
> the web application was stopped. Thr
> eads are going to be renewed over time to try and avoid a probable memory
> leak.
>
> 05-Jun-2019 16:21:35.916 INFO [Finalizer]
> org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading
> Illegal access: this web application instance has been stopped already.
> Could not load [org.geotools.metadata.i18n.Lo
> ggings]. The following stack trace is thrown for debugging purposes as
> well as to attempt to terminate the thread which caused the illegal access.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 

[Geoserver-users] missing templates folder

2019-05-21 Thread Vera Green
Hello,
I am looking at customizing some templates
 for
WMS but I do not have a templates folder.  Is this usual? Can I create it?
It should be here correct:
/opt/tomcat/webapps/geoserver/data

GeoServer 2.15.0 running as web archive in tomcat 9.0.12

Thanks much
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Sorry...you said. I can't recall 100% but the 777might be causing the issue.

On Thu, Apr 25, 2019, 10:19 AM Vera Green  wrote:

> Who's the owner of the data folder? I think it has to be tomcat...chown
> tomcat:tomcat data.
>
> On Thu, Apr 25, 2019, 10:03 AM Russ Hore  wrote:
>
>> I have just done a clean installation of Ubuntu 19.04, installed Tomcat
>> 9, installed OpenJDK 11 and installed GS 2.15
>>
>> I have a folder called /data to which I point GeoServer by editing web.xml
>>
>>
>>GEOSERVER_DATA_DIR
>>/data/
>> 
>>
>> Now when I start GeoServer I get an error in /var/log/syslog saying /data
>> is not writeable !
>>
>> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR
>> [storage.DefaultStorageFinder] - Found Servlet context parameter
>> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>>
>> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat
>> with permissions 777 (I know that is not the best but I am trying to get
>> things working)
>>
>> I have tried setting the data folder in her setclasspath.sh
>>
>> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>>
>> But I get the same error.
>>
>> Has anybody else seen this?
>>
>> Russ
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] /data directory not writeable

2019-04-25 Thread Vera Green
Who's the owner of the data folder? I think it has to be tomcat...chown
tomcat:tomcat data.

On Thu, Apr 25, 2019, 10:03 AM Russ Hore  wrote:

> I have just done a clean installation of Ubuntu 19.04, installed Tomcat 9,
> installed OpenJDK 11 and installed GS 2.15
>
> I have a folder called /data to which I point GeoServer by editing web.xml
>
>
>GEOSERVER_DATA_DIR
>/data/
> 
>
> Now when I start GeoServer I get an error in /var/log/syslog saying /data
> is not writeable !
>
> Apr 25 15:14:05 hostname tomcat9[13480]: 25 Apr 15:14:05 ERROR
> [storage.DefaultStorageFinder] - Found Servlet context parameter
> GEOSERVER_DATA_DIR set to /data/ , which is not writeable
>
> Tomcat is running as user ‘tomcat’. The /data folder is owned by tomcat
> with permissions 777 (I know that is not the best but I am trying to get
> things working)
>
> I have tried setting the data folder in her setclasspath.sh
>
> CATALINA_OPTS="-DGEOSERVER_DATA_DIR=/data"
>
> But I get the same error.
>
> Has anybody else seen this?
>
> Russ
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Authenticate WFS-T

2019-04-16 Thread Vera Green
Thanks Graham, much appreciated.  I am having some issues with the ajax
solution.  It does authenticate but I believe perhaps at the webserver
level because after the authentication the credentials are cashed and I can
see layers after re-staring the browser and also from another work station.
After further reading I think I should be using REST for this instead.
Eric, sorry to hijack your question.
Vera

On Mon, Apr 15, 2019 at 4:09 PM Humphries, Graham (StateGrowth) <
graham.humphr...@stategrowth.tas.gov.au> wrote:

> Hi Vera,
>
>
>
> To allow CORS in Tomcat add the following to the bottom of the web.xml
> file in the $TOMCAT_HOME/conf directory
>
>  
>
>  CorsFilter
>
>
> org.apache.catalina.filters.CorsFilter
>
>  
>
>  cors.allowed.origins
>
>  *
>
>  
>
>  
>
>  
>
>  CorsFilter
>
>  /*
>
>  
>
>
>
> Hope this helps.
>
>
>
> Graham
>
>
>
> *From:* Vera Green [mailto:vera.green...@gmail.com]
> *Sent:* Tuesday, 16 April 2019 7:25 AM
> *To:* Eric Plassot 
> *Cc:* GeoServer Mailing List List 
> *Subject:* Re: [Geoserver-users] Authenticate WFS-T
>
>
>
> I managed to get the authentication to work as well.  Perhaps you could
> share how you did it for future reference.
>
> From leaflet I used ajax as per one of the links I provided:
>
>
>
> //this option uses the leaflet.wms.js plugin:
> https://github.com/heigeo/leaflet.wms
>
>
>
> var options_l = {'transparent': true,'tiled':
> true,'format': 'image/png'};
>
> var source_l = L.WMS.source("
> https://your_server:8080/geoserver/wms?;, options_l);
>
>
>
> var  myLayer  = source_l.getLayer(' myLayer  ');// Get
> the layer
>
> // myLayer  .addTo(map);  //Optionally add the layer to
> the map
>
> layerControl.addOverlay( myLayer, " My Layer ");
> //Optionally add the layer to the layer control - object must exist.
>
>
>
> // Assuming myLayer **WITHOUT** user:pass in the url
>
> // The result is that when the request is first made a login window is
> initiated allowing the user to authenticate into GeoServer.
>
> /*
>
> $.ajax({
>
> url:  myLayer.url,
>
> data:  myLayer.params,
>
> method: 'GET',
>
> error: function(jqXHR, textStatus, errorThrown){
>
> // Handle not authorised here
>
> alert("Could not authorise!");
>
> },
>
> success: function(){
>
> alert("Authorised!");
>
> // Yuppiee!
>
> //map.addLayer(myLayer);// The browser will
> set up the
>
>   // authentication in the
> request for you
>
> }
>
>
>
> });  */
>
>
>
> I am not certain exactly how this functions because after the initial
> login the credentials seam to be saved somewhere even when the page is
> reloaded and even when the browser is re-started.  I would like to
> understand where the credentials are stored.
>
>
>
> Now I am trying to enable CORES on tomcat as the next issue is a "No
> 'Access-Control-Allow-Origin' header is present on the requested resource."
> error.
>
> https://server.boundlessgeo.com/docs/latest/sysadmin/cors/index.html
>
>
>
> Cheers,
> Vera
>
>
>
> On Mon, Apr 15, 2019 at 2:56 PM Eric Plassot 
> wrote:
>
> hello
> I finally managed to authenticate myself
> now it's the content of the query that does not pass :
> org.geoserver.wfs.WFSException: Error performing insert: Error inserting
> features
> Yet I try to replicate the examples
>
> Le 15/04/2019 à 00:05, Vera Green a écrit :
>
> I have the same problem with leaflet and WMS. Same setup with data in
> postgreSQL, basic authentication and the Catalog Mode set to Challenge
> which I have read is required.
>
> This related post suggest the authentication should be "handled
> automatically" but this does not occur:
>
>
> https://gis.stackexchange.com/questions/227553/geoserver-rest-authentication-form
> <https://gis.stackexchange.com/questions/227553/geoserver-rest-authentication-form>
>
> this post suggests using the fetch API although personally I was not able
> to implement this:
>
>
> https://gis.stackexchange.com/questio

Re: [Geoserver-users] Authenticate WFS-T

2019-04-15 Thread Vera Green
I managed to get the authentication to work as well.  Perhaps you could
share how you did it for future reference.
>From leaflet I used ajax as per one of the links I provided:

//this option uses the leaflet.wms.js plugin:
https://github.com/heigeo/leaflet.wms


var options_l = {'transparent': true,'tiled':
true,'format': 'image/png'};

var source_l = L.WMS.source("
https://your_server:8080/geoserver/wms?;, options_l);



var  myLayer  = source_l.getLayer(' myLayer  ');// Get the
layer

// myLayer  .addTo(map);  //Optionally add the layer to the
map

layerControl.addOverlay( myLayer, " My Layer ");
//Optionally add the layer to the layer control - object must exist.


// Assuming myLayer **WITHOUT** user:pass in the url

// The result is that when the request is first made a login window is
initiated allowing the user to authenticate into GeoServer.

/*

$.ajax({

url:  myLayer.url,

data:  myLayer.params,

method: 'GET',

error: function(jqXHR, textStatus, errorThrown){

// Handle not authorised here

alert("Could not authorise!");

},

success: function(){

alert("Authorised!");

// Yuppiee!

//map.addLayer(myLayer);// The browser will set
up the

  // authentication in the
request for you

}


});  */

I am not certain exactly how this functions because after the initial login
the credentials seam to be saved somewhere even when the page is reloaded
and even when the browser is re-started.  I would like to understand where
the credentials are stored.

Now I am trying to enable CORES on tomcat as the next issue is a "No
'Access-Control-Allow-Origin' header is present on the requested resource."
error.
https://server.boundlessgeo.com/docs/latest/sysadmin/cors/index.html

Cheers,
Vera

On Mon, Apr 15, 2019 at 2:56 PM Eric Plassot  wrote:

> hello
> I finally managed to authenticate myself
> now it's the content of the query that does not pass :
> org.geoserver.wfs.WFSException: Error performing insert: Error inserting
> features
> Yet I try to replicate the examples
> Le 15/04/2019 à 00:05, Vera Green a écrit :
>
> I have the same problem with leaflet and WMS. Same setup with data in
> postgreSQL, basic authentication and the Catalog Mode set to Challenge
> which I have read is required.
> This related post suggest the authentication should be "handled
> automatically" but this does not occur:
>
> https://gis.stackexchange.com/questions/227553/geoserver-rest-authentication-form
> <https://gis.stackexchange.com/questions/227553/geoserver-rest-authentication-form>
> this post suggests using the fetch API although personally I was not able
> to implement this:
>
> https://gis.stackexchange.com/questions/284954/how-to-authenticate-wfs-requests-being-made-to-geoserver-through-openlayers-appl/285069
> This post is also related:
>
> https://stackoverflow.com/questions/51758817/how-to-authorize-accessing-the-geoserver-layers
> And then there is also this post:
>
> https://gis.stackexchange.com/questions/86790/authentication-in-geoserver-2-4-x-from-a-web-application/97448#97448
> Despite of this I am still unable to establish the link between GeoServer
> and Leaflet receiving the 401 error.  Note that if I am already logged into
> GeoSever then the WMS layer works fine, therefore I am confident that
> establishing JavaScript or ajax based method to authenticate the user into
> GeoServer at the beginning of the session is the solution.  However I am
> still unsure about how to do this.
> Vera
>
> On Sun, Apr 14, 2019, 1:36 PM Eric Plassot via Geoserver-users <
> geoserver-users@lists.sourceforge.net> wrote:
>
>> Hello
>> I have a layer cite: administration that is linked to a POSTGRESQL
>> database and I can not configure a wfs-t authentication. My query in
>> openlayers always gives error 401 and in geoserver log 'Failed login'
>> The request is
>> > "http://www.opengis.net/wfs; <http://www.opengis.net/wfs> xmlns: cite =
>> "http://www.opengeospatial.net/cite; <http://www.opengeospatial.net/cite>
>> xmlns: gml = "http://www.opengis.net/gml; <http://www.opengis.net/gml>
>> xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance;
>> <http://www.w3.org/2001/XMLSchema-instance> xsi: schemaLocation = "http:
>> //www.opengis .net / wfs
>> http://schemas.opengis.net/wfs/1.1.0/W

Re: [Geoserver-users] Authenticate WFS-T

2019-04-14 Thread Vera Green
I have the same problem with leaflet and WMS. Same setup with data in
postgreSQL, basic authentication and the Catalog Mode set to Challenge
which I have read is required.
This related post suggest the authentication should be "handled
automatically" but this does not occur:
https://gis.stackexchange.com/questions/227553/geoserver-rest-authentication-form

this post suggests using the fetch API although personally I was not able
to implement this:
https://gis.stackexchange.com/questions/284954/how-to-authenticate-wfs-requests-being-made-to-geoserver-through-openlayers-appl/285069
This post is also related:
https://stackoverflow.com/questions/51758817/how-to-authorize-accessing-the-geoserver-layers
And then there is also this post:
https://gis.stackexchange.com/questions/86790/authentication-in-geoserver-2-4-x-from-a-web-application/97448#97448
Despite of this I am still unable to establish the link between GeoServer
and Leaflet receiving the 401 error.  Note that if I am already logged into
GeoSever then the WMS layer works fine, therefore I am confident that
establishing JavaScript or ajax based method to authenticate the user into
GeoServer at the beginning of the session is the solution.  However I am
still unsure about how to do this.
Vera

On Sun, Apr 14, 2019, 1:36 PM Eric Plassot via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello
> I have a layer cite: administration that is linked to a POSTGRESQL
> database and I can not configure a wfs-t authentication. My query in
> openlayers always gives error 401 and in geoserver log 'Failed login'
> The request is
>  "http://www.opengis.net/wfs;  xmlns: cite =
> "http://www.opengeospatial.net/cite; 
> xmlns: gml = "http://www.opengis.net/gml; 
> xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance;
>  xsi: schemaLocation = "http:
> //www.opengis .net / wfs
> http://schemas.opengis.net/wfs/1.1.0/WFS-transaction.xsd
> http://www.opengeospatial.net/cite http://ip_adress:8080/geoserver/wfs/
> DescribeFeatureType? Typename = cite: administration ">  <
> cite: administration>  http://www.opengis.net/gml "srsName =" EPSG: 2154 " 
>srsName = "EPSG: 2154">  793236.2285561005
> 5401066.196149358 793193.2327276901 5400993.3421067735 793272.0584131093
> 5400974.232849702 793300.7222987162 5401037.532263751 793236.2285561005
> 5401066.196149358 gml: Polygon>   < / cite:
> geom>   
>
>  and in openlayers I try:
> var headers = new Headers ({
>  'Authorization': 'Basic' + btoa (username + ':' + password),
>  'Content-Type': 'application / x-www-form-urlencoded'
>})
> fetch ( 'http: // ip_adress: 8080 / geoserver / wfs', {
> method: 'POST',
> headers: headers,
> body: request
>   }). then (function (response) {
> return response.text ();
>   }). then (function (text) {
> var result = text;
> console.log ( 'result  --
> ', result)
>  });
>
> I set up a user group
> I tried to put a data access rule for this layer - cite.administration.w -
> but
> it does not memorize. Even with reading the geoserver manual 2.15 I can
> not do it.
> Can you help me please ?
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Release of GeoServer 2.15-RC now available

2019-01-31 Thread Vera Green
I tested today in our environment. Everything worked. Environment is:
Centos 7, tomcat 8.5.31, openjdk version "1.8.0_171"
When we built this VM (May 2018) we tried to use oracle java because of the
recommendation for GeoServer but we could not get Tomcat to run on it so
ended up using openjdk.
If it is useful to you for me to test another build in this environment let
me know.  I used:
http://sourceforge.net/projects/geoserver/files/GeoServer/2.15-RC/geoserver-2.15-RC-war.zip
.
Cheers,
Vera

On Thu, Jan 31, 2019 at 1:47 AM Andrea Aime 
wrote:

> On Thu, Jan 31, 2019 at 9:39 AM Russ Hore  wrote:
>
>> Not as far as I know. This is a vanilla install of Ububtu, I have not
>> installed any other fonts.
>>
>
> What version of Tomcat was it?
>
> 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] cross layer geometry intersection

2019-01-25 Thread Vera Green
If your data is in PostgreSQL you can definitely do this type of query with
a view on the database side (I can provide an example) .  This is the
solution I am using and the performance is very good since the query occurs
database side.
When you say "subset of the geometry" is this subset based on an
attribute/field filter?  If not how are you selecting the subset?
I have not tried to do this in GeoServer but it would require access to the
geometry field of both layers.  Maybe someone else can comment on if the
geometry fields will be accessible between layers.  For example if you have
layerA and layerB.  Can you access the geometry of layerA when setting up a
query on layerB?
Let me know if I am understanding your question correctly.
Vera

On Fri, Jan 25, 2019 at 3:32 AM Andrea Aime 
wrote:

> On Mon, Jan 21, 2019 at 11:53 PM Matt Hakim  wrote:
>
>> hi all,
>> is it possible to write a WFS filter that intersects a subset of the
>> geometry from one layer with a subset of the geometry from another layer?
>> This is mainly for performance reasons.
>>
>> In the below query I am intersecting a subset of geometry over the whole
>> base layer. Instead, can I first select a part of the base layer?
>>
>
> You can put another filter criteria in "and" in the ogc:Filter, assuming
> that your "base layer" is ABS_States_2016_40M.
> The MMM_by_State is already filtered via CQL filter, but you can add more
> conditions in there too if necessary.
> I'm not sure I understood your question honestly, if I did not, could you
> clarify?
>
> 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Workspace Specific Services Security

2019-01-25 Thread Vera Green
You can get info about JIRA here:
https://docs.geoserver.org/stable/en/user/introduction/gettinginvolved.html
The JIRA site is here:
https://osgeo-org.atlassian.net/projects/GEOS/issues/GEOS-8552?filter=allopeniss
ues

Cheers,
Vera


On Fri, Jan 25, 2019 at 7:14 AM Olyster  wrote:

>
> Vera : I experience this behavior with every catalog mode.
>
> Andrea : I've never fill a JIRA bug. Can you point me to instructions ?
>
> Thanks
>
>
>
>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Workspace Specific Services Security

2019-01-25 Thread Vera Green
What is your catalogue mode? We have this issue as well but only with the
mixed or hide catalog mode.

On Fri, Jan 25, 2019, 2:56 AM Andrea Aime  Hi Olyster,
> confirmed, I believe it's a bug.
> Can you open a report in Jira?
>
> Cheers
> Andrea
>
>
> On Tue, Jan 22, 2019 at 10:25 PM Olyster 
> wrote:
>
>> HI,
>>
>> I run 2.14.1.
>>
>> Is it possible to grant a user access to Workspace Specific Services ?
>>
>> The user is granted admin rights to the workspace (Workspace.*.a = Group)
>> but when clicking the "WMS" or "WFS" link in the "Edit Workspace" page,
>> the
>> user receives :
>>
>> Access denied
>> The current user does not have sufficient privileges to access the page or
>> perform the requested operation
>>
>> Thanks
>>
>>
>>
>> --
>> Sent from:
>> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> Regards, Andrea Aime == 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] New feature request: meta-tiles greater than 256x256 in size

2019-01-19 Thread Vera Green
You can have the separate label layer for each layer you are labeling, that
way users can turn them on/off for each layer. A bit of setup but we use
this trick and it works well, also useful for more control over label
placement.

On Sat, Jan 19, 2019, 1:37 PM Eugene Podshivalov  Another common trick to have fast maps and good labelling at the same time
>> is to have separate styles for labels,
>> request tiles for the geometric part, and do full screen requests for the
>> labels. Not used very often, but imho, provides best of both words.
>
> My app allows user to enable or disable labels individually for each
> layer, so unfortunately this approach won't help either. Thanks anyway.
>
> Cheers,
> Eugene
>
>
> сб, 19 янв. 2019 г. в 14:37, Andrea Aime :
>
>> On Sat, Jan 19, 2019 at 12:33 PM Eugene Podshivalov 
>> wrote:
>>
>>> it could also do something similar by reading and stacking on each other
 different layer tiles.
>>>
>>> Will it not mess up the labels?
>>>
>>
>> That is right, if multiple layers are labelled, it would.
>> Another common trick to have fast maps and good labelling at the same
>> time is to have separate styles for labels,
>> request tiles for the geometric part, and do full screen requests for the
>> labels. Not used very often, but imho, provides best of both words.
>>
>> 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-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Shapefile export issue

2019-01-04 Thread Vera Green
Thanks Ian!
Based on the logs the first issue was a permission denied and I was able to
resolve it by changing ownership on .../Catalina/work from root to tomcat.
The second issue was that my layer had spaces and brackets in it. When
these are removed and the layer is called KP_Marker_C18 the shapefile
export works!
It would be a nice enhancement to have the function replace special
characters with underscores during a shapefile export.

Thanks again,
Vera

For reference the second error was:


2019-01-04 12:29:29,859 WARN [data.shapefile] - Error while writing
featuretype 'KP Marker (C18)' to shapefile.

java.io.IOException: Schema 'KP Marker (C18)' does not exist.

at
org.geotools.data.store.ContentDataStore.ensureEntry(ContentDataStore.java:535)

... etc.

2019-01-04 12:29:29,861 INFO [geoserver.servlets] - OutputStream was
successfully aborted.

2019-01-04 12:29:29,861 ERROR [geoserver.ows] -

java.io.IOException: java.io.IOException: Schema 'KP Marker (C18)' does not
exist.

at
org.geotools.data.shapefile.ShapefileDumper.dump(ShapefileDumper.java:284)

at
org.geoserver.wfs.response.ShapeZipOutputFormat.write(ShapeZipOutputFormat.java:223)

... etc.


Caused by: java.io.IOException: Schema 'KP Marker (C18)' does not exist.

at
org.geotools.data.store.ContentDataStore.ensureEntry(ContentDataStore.java:535)

at
org.geotools.data.store.ContentDataStore.getFeatureSource(ContentDataStore.java:333)

... etc.


On Fri, Jan 4, 2019 at 11:58 AM Ian Turton  wrote:

> Try opening the file it probably contains the error message, or you can
> look at the log file.
>
> Ian
>
> On Fri, 4 Jan 2019, 17:42 Vera Green 
>> Hello,
>> We are having an issue serving/exporting  Shapefile  files from
>> GeoServer.  Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5
>> on Centos7.
>>
>> When a user goes to the layer Preview page and selects Shapefile as the
>> format a .zip file is provided but the file is of extremely small size (532
>> bites) and contains no data.  The following error results when trying to
>> extract the file:
>> [image: image.png]
>>
>> Any suggestions appreciated,
>> Vera
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Shapefile export issue

2019-01-04 Thread Vera Green
Hello,
We are having an issue serving/exporting  Shapefile  files from GeoServer.
Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7.

When a user goes to the layer Preview page and selects Shapefile as the
format a .zip file is provided but the file is of extremely small size (532
bites) and contains no data.  The following error results when trying to
extract the file:
[image: image.png]

Any suggestions appreciated,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Issue with Catalog Mode

2019-01-04 Thread Vera Green
Hello,

We are running GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7.

I am having an issue with the Catalog Mode feature and am wondering if this
is a bug or an error with my configuration.  We are trying to restrict
access to the layer preview page to Authenticated users.  We also
extensively use GeoServer to serve live links to GoogleEarth.  Users are
provided the KMZ URL which they save in GoogleEarth.  With this setup users
are able to see data from PostGIS live in GoogleEarth with GeoServer as the
middle man.  The issue is when I switch the catalog mode to mixed or hide
(which does effectively hide the layer preview), the live links stop
updating/establishing a connection.  I have narrowed down the issue to the
fact that with the mixed or hide catalog mode GeoServer does NOT request
user credentials, it simply goes to the error message:

   - Mixed mode: "Cannot access *layer *with the current privileges.
   - Hide mode: HTTP Status 404: "Type Status Report Description The origin
   server did not find a current representation for the target resource or is
   not willing to disclose that one exists."

I tested this by placing the URL into an incognito window. So it looks like
with the mixed or hide mode GeoServer fails to ask for user credentials.

Any suggestions greatly appreciated,
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Monitoring Database Persistence

2018-12-22 Thread Vera Green
I have no advice but am looking forward to anyone's reply as I would like
to set this up as well.
Vera

On Fri, Dec 21, 2018, 2:26 PM Kris Johnson  Hello,
>
> I am attempting to setup and configure the monitoring extension for
> Geoserver 2.13.3 so that requests will be recorded in a postgresql database.
> I have followed the instructions provided here:
> https://docs.geoserver.org/stable/en/user/community/monitor-hibernate/db.html#monitor-db
> And two tables have been created in the database ("request" and
> "request_resources"). However, despite multiple new requests showing up on
> the [host]/geoserver/rest/monitor/requests page, I have zero records
> in either table.
>
> Is there something I'm missing here? Thank you in advance for your help.
>
> --
> Kris Johnson
> GIS Instructor
> Department of Geography, Urban and Environmental Sustainability Studies
> University of Minnesota - Duluth
> 324 Cina Hall
> Duluth, MN 55812
> 218-726-6226
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Zoom Dependant Rendering in KMZ

2018-12-09 Thread Vera Green
Thank you for your detailed explanation. Regarding your comment in the
second e-mail you sent, I am using 2.14.1 so I am on the latest stable
version. We are looking at some examples of KML generated by other software
and they do have zoom dependent rendering which makes me think that it is
not a KML limitation but an SLD to KML translation in GeoServer issue.

Providing funding for the development of this functionality from GeoServer
is an option and I would be able to provide examples in that situation.
The company I represent has asked for a quote on the development.

Thanks again,
Vera

On Sun, Dec 9, 2018 at 1:39 AM Andrea Aime 
wrote:

> Hi Vera,
> see notes inline.
>
> On Sun, Dec 9, 2018 at 1:32 AM Vera Green  wrote:
>
>> I am using GeoServer to publish password protected network links to
>> Google Earth. This all works but in the conversation to KMZ a lot of the
>> styling features are lost. For example dashed lines and any scale
>> dependency. I'm using 2.14.1 and tried with both the SLD and CSS styling.
>>
>
> KML has very limited styling abilities compared to SLD, in particular, its
> styling language misses dashed lines, see reference here:
> https://developers.google.com/kml/documentation/kmlreference#linestyle
>
> If we are thinking about a KMZ containing a straight KML file with actual
> features inside, then scale dependencies are lost too, because KML generated
> by GeoServer does not have a notion of scale dependencies either (I guess
> it could be mimicked by attaching a Region with a LOD to the KML elements,
> that has not been attempted but given funding it could be implemented).
>
> GeoServer normally addresses this by using a heuristic, returning a KMZ
> with network links back to the server which will return dynamic content
> based on the zoom level, either an image overlay or straight feature, and
> that has some ability to retain scale dependencies.
>
> I cannot comment more on your case since you haven't shared the link used
> to produce the KMZ (there are a lot of options), but
> long story short, some styling features are not available in KML and
> others can only be mimicked if you choose certain generation options
> (e.g., if you use the "download" mode then scale dependencies are surely
> getting lost).
>
> 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-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Zoom Dependant Rendering in KMZ

2018-12-08 Thread Vera Green
I am using GeoServer to publish password protected network links to Google
Earth. This all works but in the conversation to KMZ a lot of the styling
features are lost. For example dashed lines and any scale dependency. I'm
using 2.14.1 and tried with both the SLD and CSS styling.
Thanks for any advice!
Vera
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users