Re: [Geoserver-users] JAI and IMAGEIO on JRE11

2019-06-03 Thread Jody Garnett
We ship GeoServer with a pure java version of JAI. On Java 8 and older versions an extension mechanism was provided which allowed JAI to be installed as an "extension" to the JRE (and shared between applications). Companies like Sun and Apple used this as an opportunity to provide a copy with

Re: [Geoserver-users] 4 weighted rasters into 1 raster

2019-06-03 Thread Simone Giannecchini
Ciao Erik, the easiest thing in geoserver would most probably be to: - create a coverage view that result in a 4 band raster --> https://docs.geoserver.org/latest/en/user/data/raster/coverageview.html - create a jiffle style that merges the 3 and uses env vars from the client to control the merge

[Geoserver-users] JAI and IMAGEIO on JRE11

2019-06-03 Thread Joe Murphy
Hello All, I am currently using the latest GeoServer .war Build in a Docker Image; using Debian latest, Tomcat latest, and JRE8. Its been working flawless for some time now, and i have been asked to move to OpenJDK JRE11. I was reading up on JAI and IMAGEIO and and came across this link in

Re: [Geoserver-users] How to use Geometry intersection correctly in GeoServer SLD?

2019-06-03 Thread Jody Garnett
Having a look at the docs I did not see information about the parameter I was asking you to change. Pull request updating the docs is here (page is here

[Geoserver-users] Layer name compliance

2019-06-03 Thread Marta IP. Medeiros
Hi, We are using the app-schemas, generated by HALE Studio, to have our services compliance with INSPIRE. Many fields in GeoServer are automatically filled but we are having a problem with the Layer Name. I will give you the example of the Cadastral Parcels Theme. In the layer name we have

Re: [Geoserver-users] How to use Geometry intersection correctly in GeoServer SLD?

2019-06-03 Thread Jody Garnett
That is interesting, can you try changing your PostGIS connection parameter settings and uncheck "Support on the fly geometry simplification" ? Perhaps the simplification is dynamically producing an invalid geometry which is failing to intersect? -- Jody Garnett On Fri, 31 May 2019 at 01:24,

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Bar-On, Itay
Hi, Your memory did serve you well and you are correct new keywords are added and existing ones are deleted when omitted. Thanks for your help. Regards, Itay Van: Nuno Oliveira [mailto:nuno.olive...@geo-solutions.it] Verzonden: maandag 3 juni 2019 16:00 Aan: Bar-On, Itay;

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Bar-On, Itay
Hi, Thanks for your answer….this is a very risky approach ☺ and I rather not use it unless all else fails…luckily it seems that the REST API is suitable! Regards, Itay Van: Tõnis Kärdi [mailto:tonis.ka...@gmail.com] Verzonden: maandag 3 juni 2019 14:23 Aan: Bar-On, Itay CC:

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Bar-On, Itay
Hi, Thanks for sharing this, I will try it out but first let me see if I understand it correctly: To add new keywords I just add a new tag with the corresponding value e.i. newKeyword, in the upload body, do I need to mention the existing keywords? And if I omit them will they be deleted

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Nuno Oliveira
Hi, If my memory serves me well, you need to put there the keyword you want to have, so new ones will be added and missing existing ones will be deleted. You should give it a try, this is an easy check. Regards, On Mon, 2019-06-03 at 13:44 +, Bar-On, Itay wrote: > Hi, >   > Thanks for sharing

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread vizes dzso via Geoserver-users
How can I raise the logging level, I need to make some settings in Geoserver? I read Raster Data Optimization — GeoServer Training.  | | | | Raster Data Optimization — GeoServer Training | | | I understand well that for 23 Gbyte Geotiff and ImagePyramid don't make difference?

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Nuno Oliveira
Hi, Yes you can from the featureTypes end point (https://docs.geoserver.org /latest/en/api/#/latest/en/api/1.0.0/featuretypes.yaml): geoserver/rest/workspaces/{workspace}/datastores/{dataStore}/featuretyp es/{featureType}.xml The POST content should look like this (for updating keywords only):

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Daniele Romagnoli
Hi, Any chance to raise the logging level and see if some more explicit message get reported? >From that line of code it looks like the granule loading is unable to setup any raster image. Daniele On Mon, Jun 3, 2019 at 10:29 AM vizes dzso via Geoserver-users <

Re: [Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Tõnis Kärdi
Hi, I don't know about the REST API but a few years ago for some obscure reason I needed to move a whole bunch of layer definitions from one workspace (id) to another. Cooked a quick python script for that ( https://gist.github.com/tkardi/97ef9bc6b0cde411bfb85feccdb9b7ed). It will not suite your

[Geoserver-users] Update layer keywords programmatically

2019-06-03 Thread Bar-On, Itay
Hi there, I am currently searchning for a way to update ca. 280 layers with new keywords. The reason I would like to do this is to be able to harvest the getcapabilities documents of the services and set up a services catalog. After googling it for a while and searching the users group the

Re: [Geoserver-users] create wfs extension

2019-06-03 Thread bradh
GeoTools is the GeoServer I/O library. You can read how to create the required classes and configuration here: http://docs.geotools.org/latest/userguide/tutorial/datastore/index.html If you only need to write CZML out (not read/parse it back in), not all of that will be applicable, but you'll be

[Geoserver-users] create wfs extension

2019-06-03 Thread shyoon
hi. I want to develop a wfs extension module (create czml format). I do not know how to get started. Could you help me? -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___ Geoserver-users mailing list Please make

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread vizes dzso via Geoserver-users
Geoserver run on Linux  (Debian 9.3) Geoserver version 2.12.2 . On Monday, June 3, 2019, 10:40:35 AM GMT+3, Russ Hore wrote: It is worth replying to the list so everybody knows what you have tried. Are you on Linux/Windows? Russ On 3 Jun 2019, at 08:23, vizes dzso wrote: Thanks

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Daniele Romagnoli
Hi. Which GeoServer version? Daniele On Mon, Jun 3, 2019 at 9:48 AM Russ Hore wrote: > It is worth replying to the list so everybody knows what you have tried. > > Are you on Linux/Windows? > > Russ > > On 3 Jun 2019, at 08:23, vizes dzso wrote: > > Thanks Russ. > > I check the path and path

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Russ Hore
It is worth replying to the list so everybody knows what you have tried. Are you on Linux/Windows? Russ > On 3 Jun 2019, at 08:23, vizes dzso wrote: > > Thanks Russ. > > I check the path and path is OK. Something else not working. > > Joe > > > On Monday, June 3, 2019, 10:16:54 AM GMT+3,

Re: [Geoserver-users] ImagePyramid publish error

2019-06-03 Thread Russ Hore
Have you checked the path to the files? > Failed to load granule file:/home/mapbender/pyramid/0/sfgh_001_001.tif Russ > On 3 Jun 2019, at 07:21, vizes dzso via Geoserver-users > wrote: > > Hello, > > I have a big 27Gbytes Geotif. I load it and publish, cached layer ect. and > works. > > I

[Geoserver-users] ImagePyramid publish error

2019-06-03 Thread vizes dzso via Geoserver-users
Hello, I have a big 27Gbytes Geotif. I load it and publish, cached layer ect. and works. I like to try as ImagePyramid. >From QGIS I made pyramids with gdal_retile. Create a ImagePyramid Store. No problem, next screen shows available layers to publish within the store. When I click on a layer to