Re: [Geoserver-users] Authentication page error

2018-04-09 Thread Kris Johnson
Hi Manuel,

I think you might be on to something with the authKey exception. I did
experiment with using authKey, but forgot about it and maybe changed a
setting that is throwing off the whole site. I'll look into that.

On Sat, Mar 31, 2018 at 10:42 AM, timita  wrote:

> Hi Kris,
>
> The way I work with GeoServer is to write comprehensive Node.js wrapper
> apps
> around it, with their own authentication mechanisms and the rest, and only
> control it via REST. So I'm not familiar too much with GS's auth system.
> I'm
> trying here my best, mostly guiding you with respect to debugging and
> hoping
> that you will uncover the issue by yourself.
>
> I can't know exactly what is causing the warning, but in the screenshot I
> can see an exception called 'authKeyAuthentication'. I know that GeoServer
> has a community module called 'Key authentication'
> http://docs.geoserver.org/latest/en/user/community/authkey/index.html
>
> Are you using the above module? Can you think of any plugins which you
> installed and which might be affecting the authentication process (e.g.
> GeoFence)?
>
> Also, try and remember any configuration steps that you have performed
> before this started to happen.
>
> Best,
> Manuel
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-
> f3786390.html
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> 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
>



-- 
Kris Johnson
Natural Resources Research Institute
5013 Miller Trunk Highway, Duluth, MN 55811
p: 218.788.2767
www.nrri.umn.edu
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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] CQL filter using lat/lon coordinates

2018-04-09 Thread Kris Johnson
Great. Thank you for this response.
I will test out 2.13 and see how it goes.

On Fri, Mar 30, 2018 at 11:01 AM, Andrea Aime 
wrote:

> Hi Kris,
> something similar was implemented starting version 2.13.0, the ECQL parser
> now accepts the EWKT syntax already
> in use in PostGIS, see here:
>
> http://docs.geotools.org/stable/userguide/library/cql/ecql.html
>
> An example of geometry with SRID is thus:
>
> SRID=4326;LINESTRING (-134.921387 58.687767, -135.303391 59.092838)
>
> Mind, the order is fixed lon/lat, just like in postgis, there is no
> supported way to get the other way around (lat/lon).
> (other ways to specify the SRS might be added in the future).
>
> Cheers
> Andrea
>
>
> On Thu, Mar 29, 2018 at 10:45 PM, Kris Johnson  wrote:
>
>> Hello,
>>
>> I am trying to filter a WMS using a WKT geometry in lat/lon (EPSG:4326)
>> coordinates.
>> According to this page (http://osgeo-org.1560.x6.nabb
>> le.com/How-to-tell-SRID-in-CQL-FILTER-td5289150.html) this might be
>> possible.
>>
>> Here is my CQL filter: INTERSECTS(geom, setSRS(POLYGON((-93.53759765625001
>> 47.609403608607785,-93.53759765625001 48.02988662072008,-92.93334960937501
>> 48.02988662072008,-92.93334960937501 47.609403608607785,-93.53759765625001
>> 47.609403608607785)), 'EPSG:4326'))
>>
>> And here is the error that returns:
>>
>> > ServiceExceptionReport SYSTEM 
>> "https://data.nrri.umn.edu/nra-geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd;>
>> 
>>   Could not parse CQL filter list.
>> Function not found. Parsing : INTERSECTS(geom, 
>> setSRS(POLYGON((-93.53759765625001 47.609403608607785,-93.53759765625001 
>> 48.02988662072008,-92.93334960937501 48.02988662072008,-92.93334960937501 
>> 47.609403608607785,-93.53759765625001 47.609403608607785)), 
>> EPSG:4326)).
>> Details:
>> org.geoserver.platform.ServiceException: Could not parse CQL filter list.
>>  at 
>> org.geoserver.ows.kvp.CQLFilterKvpParser.parse(CQLFilterKvpParser.java:30)
>>  at org.geoserver.ows.util.KvpUtils.parse(KvpUtils.java:417)
>>  at org.geoserver.ows.Dispatcher.parseKVP(Dispatcher.java:1501)
>>  at org.geoserver.ows.Dispatcher.parseKVP(Dispatcher.java:1497)
>>  at org.geoserver.ows.Dispatcher.init(Dispatcher.java:319)
>>  at 
>> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:238)
>>  at 
>> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:174)
>>  at 
>> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
>>  at 
>> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
>>  at 
>> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
>>  at 
>> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
>>  at 
>> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
>>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
>>  at 
>> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
>>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>  at 
>> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>  at 
>> org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:423)
>>  at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:169)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>  at 
>> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>>  at 
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>>  at 
>> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
>>  at 
>> org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
>>  at 
>> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
>>  at org.geoserver.monitor.MonitorFilter.doFilter(MonitorFilter.java:144)
>>  at 
>> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
>>  at 

Re: [Geoserver-users] Authentication page error

2018-04-09 Thread Kris Johnson
Hi Manuel,

I tried rebuilding my geoserver (I run it as a docker container), which has
fixed some issues in the past, but did not work this time.
I think the issue may be that I need to disable authKey authentication but
to do so I need to access the Authentication page. But when I attempt to
access that page it throws the error. So kind of a catch-22.
Do you know of any way I can side step accessing the Authentication page
via the web interface and disable authKey through some other means?

Thanks

On Mon, Apr 9, 2018 at 12:22 PM, Kris Johnson  wrote:

> Hi Manuel,
>
> I think you might be on to something with the authKey exception. I did
> experiment with using authKey, but forgot about it and maybe changed a
> setting that is throwing off the whole site. I'll look into that.
>
> On Sat, Mar 31, 2018 at 10:42 AM, timita  wrote:
>
>> Hi Kris,
>>
>> The way I work with GeoServer is to write comprehensive Node.js wrapper
>> apps
>> around it, with their own authentication mechanisms and the rest, and only
>> control it via REST. So I'm not familiar too much with GS's auth system.
>> I'm
>> trying here my best, mostly guiding you with respect to debugging and
>> hoping
>> that you will uncover the issue by yourself.
>>
>> I can't know exactly what is causing the warning, but in the screenshot I
>> can see an exception called 'authKeyAuthentication'. I know that GeoServer
>> has a community module called 'Key authentication'
>> http://docs.geoserver.org/latest/en/user/community/authkey/index.html
>>
>> Are you using the above module? Can you think of any plugins which you
>> installed and which might be affecting the authentication process (e.g.
>> GeoFence)?
>>
>> Also, try and remember any configuration steps that you have performed
>> before this started to happen.
>>
>> Best,
>> Manuel
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.
>> html
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> 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-req
>> uesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>
> --
> Kris Johnson
> Natural Resources Research Institute
> 5013 Miller Trunk Highway, Duluth, MN 55811
> p: 218.788.2767
> www.nrri.umn.edu
>
>


-- 
Kris Johnson
Natural Resources Research Institute
5013 Miller Trunk Highway, Duluth, MN 55811
p: 218.788.2767
www.nrri.umn.edu
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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] Geopackage Extension Geoserver 2.8.3

2018-04-09 Thread cartotech
Im trying to locate the geopackage extension for geoserver 2.8.3, but cant
seem to find it anywhere. I don't have the option of upgrading to a newer
version of geoserver at this time.

Thanks,



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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] Geopackage Extension Geoserver 2.8.3

2018-04-09 Thread mark

On 04/09/18 18:52, cartotech wrote:

Im trying to locate the geopackage extension for geoserver 2.8.3, but cant
seem to find it anywhere. I don't have the option of upgrading to a newer
version of geoserver at this time.
It's a community module (in 2.8.3 but afaik also in later releases) so 
you'll have to build it yourself I guess or perhaps get a service 
provider to do it for you.


basically:
- git clone https://github.com/geoserver/geoserver.git
- git checkout 2.8.3
- cd geoserver/geoserver/src/community/geopkg && mvn install

some dependencies may want to be built, there's quite a list of 
dependencies.


--m

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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] Geopackage Extension Geoserver 2.8.3

2018-04-09 Thread Rahkonen Jukka (MML)
Hi,

Be aware that that version had quite many bugs and was slow. Don't imagine to 
use it for real work.

- Jukka Rahkonen-

Lähettäjä: mark
Lähetetty: ‎9.‎4.‎2018 23:36
Vastaanottaja: 
geoserver-users@lists.sourceforge.net
Aihe: Re: [Geoserver-users] Geopackage Extension Geoserver 2.8.3

On 04/09/18 18:52, cartotech wrote:
> Im trying to locate the geopackage extension for geoserver 2.8.3, but cant
> seem to find it anywhere. I don't have the option of upgrading to a newer
> version of geoserver at this time.
It's a community module (in 2.8.3 but afaik also in later releases) so
you'll have to build it yourself I guess or perhaps get a service
provider to do it for you.

basically:
- git clone https://github.com/geoserver/geoserver.git
- git checkout 2.8.3
- cd geoserver/geoserver/src/community/geopkg && mvn install

some dependencies may want to be built, there's quite a list of
dependencies.

--m

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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] Geopackage Extension Geoserver 2.8.3

2018-04-09 Thread Andrea Aime
For the lazy and adventorous there is also what's left of the nightly
builds:

https://build.geoserver.org/geoserver/2.8.x/community-latest/

However... coupling that with a specific release done months earlier is
asking for trouble (may work, may fail spectacularly).
The path described by Mark is the safer one.

And yes, I know you said you cannot upgrade, but we corrected so many
things in geopackage since 2.8.x that I
honestly would not use that plugin, no matter how you get it built...

Cheers
andrea


On Mon, Apr 9, 2018 at 10:29 PM, mark  wrote:

> On 04/09/18 18:52, cartotech wrote:
>
>> Im trying to locate the geopackage extension for geoserver 2.8.3, but cant
>> seem to find it anywhere. I don't have the option of upgrading to a newer
>> version of geoserver at this time.
>>
> It's a community module (in 2.8.3 but afaik also in later releases) so
> you'll have to build it yourself I guess or perhaps get a service provider
> to do it for you.
>
> basically:
> - git clone https://github.com/geoserver/geoserver.git
> - git checkout 2.8.3
> - cd geoserver/geoserver/src/community/geopkg && mvn install
>
> some dependencies may want to be built, there's quite a list of
> dependencies.
>
> --m
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> 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-req
> uesting-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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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] Authentication page error

2018-04-09 Thread timita
Hi Kris,

As mentioned above, I'm by no means familiar with the authentication options
for GeoServer, so I'll do my best to help with debugging it yourself.

You say you use a Docker container. Did you look at the installation script?
Try and remove any line that pulls in and installs the authKey module. If
all else fails, try to SSH into the box and 'rm -f' the jar from GeoServer's
WEB-INF/lib directory. Then restart the GeoServer instance.

If you have multiple GS instances (i.e. multiple Tomcat containers), make
sure you do the same for all.

According to the last paragraph on this page, the file seems to be called
'authkey.jar': 
http://docs.geoserver.org/latest/en/user/community/authkey/index.html#provider-pluggability

  

*Exercise common sense!* Make sure you back up the GS data directory before
doing any of the above.

Good luck!



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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] Variable substitution in SLD for geoserver 2.13 RasterSymbolizer ChannelSelection

2018-04-09 Thread Roboubi, Shahin
This is a cross-post from 
https://gis.stackexchange.com/questions/278774/variable-substitution-in-sld-for-geoserver-2-13-rastersymbolizer-channelselectio
 as I was told that this may be a better place to ask this question:

I'm trying to publish a layer with a style that allows the extended WMS request 
to specify what image bands to map to the RGB values. Based on existing 
examples I assumed that my SLD should have something like the following 
RasterSymbolizer element:



  

  
   redchan
   1
  

  ...

But the SLD validation fails with the following error:

Element 'SourceChannelName' is a simple type, so it must have no element 
information item [children]

I am following this documentation:

http://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html
 
http://docs.geoserver.org/stable/en/user/styling/sld/extensions/substitution.html

Is there a way to do this or is it not supported for the ChannelSelection 
element? Are there any more examples and/or documentation for SLD variable 
substitution that I can look at?

Thanks,
Shahin

This electronic correspondence, including any attachments, is intended solely 
for the use of the intended recipient(s) and may contain legally privileged, 
proprietary and/or confidential information. If you are not the intended 
recipient, please immediately notify the sender by reply e-mail and permanently 
delete all copies of this electronic correspondence and associated attachments. 
Any use, disclosure, dissemination, distribution or copying of this electronic 
correspondence and any attachments for any purposes that have not been 
specifically authorized by the sender is strictly prohibited.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
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] Pass Paramviews in GWC

2018-04-09 Thread geomatick
Hi,

I have a sql view layer with one parameter x.
I would like to pass some variable in GWC url like in wms url with
viewparams:

wms url :
http://localhost/geoserver/cadastre/wms?service=WMS=1.1.0=GetMap=workspace:layer=x:variable...

gwc wmts url :
http://localhost/geoserver/gwc/service/wmts?layer=workspace:layer=EPSG:900913=WMTS=GetTile=1.0.0=image/png=EPSG:900913:...=...=...

I read it's possible with gwc configuration :
https://stackoverflow.com/questions/11558704/geowebcache-with-viewparam-for-wms-layer

And I read it's possible too adding filter to layer caching
:https://gis.stackexchange.com/questions/234382/geoserver-caching-with-sql-view/234482#234482

I tried the 2 solutions without success and I think the second one adding
filter is better but I don't show any result. I add the filter x as
parameter x in caching layer. The filter box appear like style but when i
write some variable in x box, nothing works.

What should it be the result? the entity selected would appear alone in map? 
How could I pass this variable in gwc URL?

Thanks for your return.

Florian D.

So, 




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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] Catalog initialization slow

2018-04-09 Thread Robertafoster8
Mark

I tried creating a GEOMETRY_COLUMNS table as you had suggested. 
Unfortunately there is no performance gain from doing that.  It uses that
new table rather than the oracle user_sdo_geom_metadata table, but still
does an open connection, query, then close connection for each layer.  I was
hoping it would query the table once for all the data, then use that for
each layer.  The gt_pk_metadata table I created is being used but is quicker
(even though it does the same for each layer open connection, query, close
connection) because it can get all of the view's keys in one query versus a
query for each key's column name.

Bob



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
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