Re: [Geoserver-users] Unable to download GeoServer 2.15.2 Windows Installer

2019-07-19 Thread Jody Garnett
Technically one of the things that is nice about NSIS is that it is available as a linux application, so you can create an unsigned installer on linux for use on a windows machine. Sadly will all the "trust" mechanisms in place we really need a windows machine to sign the result at the end of the d

Re: [Geoserver-users] YSLD filter does not work on attributes that are multiple on MongoDB DataSource

2019-07-19 Thread Jody Garnett
I think only a few of the filters are set up to work with multiples (say in the result of a join), I imagine these could be adapted to work on a dataset that has some kind of array type natively... It is relatively uncommon to have multiples so not a lot of functions are going to be set up to work

Re: [Geoserver-users] YSLD style "x-firstMatch" property does not work

2019-07-19 Thread Jody Garnett
Thanks for experimenting and confirming their is a bug, please report it to the issue tracker (you can upload the screen snaps as well). I had a look, see other thread, and it appears that the functionality is present just incorrectly documented. -- Jody Garnett On Fri, 19 Jul 2019 at 10:28, Art

Re: [Geoserver-users] YSLD featureType parameter x-firstMatch does not work. Why?..

2019-07-19 Thread Jody Garnett
The "x-" is used to indicate that this is a extension to the base SLD spec. YSLD does not do anything special here it just generates the equivalent data structure as SLD would Searching through the code: https://github.com/geotools/geotools/search?q=firstMatch&unscoped_q=firstMatch only shows

[Geoserver-users] YSLD filter does not work on attributes that are multiple on MongoDB DataSource

2019-07-19 Thread Artem Groznykh
Hello. I use: - window 7 - mongoDB 3.6 - GeoServer 2.15.2 - mongoDB plugin (for GeoServer 2.15.2) - YSLD plugin (for GeoServer 2.15.2) I've created a collection with data from here (just two records), create

[Geoserver-users] YSLD style "x-firstMatch" property does not work

2019-07-19 Thread Artem Groznykh
Hello. According to documentation "x-firstMatch" property of featureType in YSLD style "Stops rule evaluation after the first match". But somehow it does not. I use: - window 7 - mongoDB 3.6 - GeoServe

[Geoserver-users] YSLD filter does not work on attributes that are multiple on MongoDB DataSource

2019-07-19 Thread Artem Groznykh
Hello. According to documentation "x-firstMatch" property of featureType in YSLD style "Stops rule evaluation after the first match". But somehow it does not. I use: - window 7 - mongoDB 3.6 - GeoServe

Re: [Geoserver-users] Imagemosaic: long coverage names and Postgis datastore index

2019-07-19 Thread Alexander Petkov
Hi Daniele: The WrapStore parameter set to true works!! Thank you so much!! Kind regards, Alex On 7/19/19, Daniele Romagnoli wrote: > Hi Alexander-Petkov, > you can set the WrapStore=true parameter in the indexer.xml. > It should do wrapping through a hidden mapping between long names and > tru

[Geoserver-users] YSLD featureType parameter x-firstMatch does not work. Why?..

2019-07-19 Thread groznykh
Hello. According to documentation x-firstMatch property of featureType in YSLD style "Stops rule evaluation after the first match". But somehow it does not. I use: - window 7 - GeoServer 2.15.2 - mon

Re: [Geoserver-users] Imagemosaic: long coverage names and Postgis datastore index

2019-07-19 Thread Daniele Romagnoli
Hi Alexander-Petkov, you can set the WrapStore=true parameter in the indexer.xml. It should do wrapping through a hidden mapping between long names and truncated names. Please, let us know if that works. (We need to better document that option somewhere in the doc.) Regards, Daniele On Thu, Jul