Re: [Geoserver-users] What is wrong with the REST line - tells me it cant determine content type

2018-10-25 Thread bradh
Did you maybe mean "@swath.zip"? Brad From: Phil Scadden Sent: Friday, 26 October 2018 2:39 PM To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] What is wrong with the REST line - tells me it cant determine content type curl -v -u admin:xxx -XPUT -H

[Geoserver-users] What is wrong with the REST line - tells me it cant determine content type

2018-10-25 Thread Phil Scadden
curl -v -u admin:xxx -XPUT -H "Content-type:application/zip" --data-binary swath.zip http://myserver/geoserver/rest/workspaces/gns/swath/swath.imagemosaic gives error. "Could not determine format. Try setting the Content-type header" Geoserver 2.11.0 The header looks correct to me. A typo

[Geoserver-users] Imagemosaic spanning the dateline

2018-10-25 Thread Phil Scadden
Before I waste a lot of time on something impossible, I thought I would ask whether it is okay to have an image mosaic that crosses the dateline. None of the granules cross the 180 (more accurately, the data is split into tiles that don't cross the 180), but the mosaic itself will span a big

[Geoserver-users] Limited CRS Options of WMS

2018-10-25 Thread Lubomír Bucek
Hello, I am trying to limit the list of shown CRS for the WMS get capabilities of a single workspace to reduce the size of resulting xml for parsing on the front-end app side.  I have found the Limited SRS list option in the WMS admin interface, added the following: 4326, 3857  This makes the

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-10-25 Thread Olyster
Hi, if you copy the oracle query from the log and run it in your oracle client, you should get the same error. Try to make it work directly in Oracle first. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___

Re: [Geoserver-users] ImagePyramid and TIFF overviews

2018-10-25 Thread Daniele Romagnoli
On Thu, Oct 25, 2018 at 1:04 PM Arnaud L. wrote: > Hi Daniele, > thanks a lot for your help ! > > Le 25/10/2018 à 12:19, Daniele Romagnoli a écrit : > > Levels=0.2,0.2;0.4,0.4;0.8,0.8 1.6,1.6;3.2,3.2;6.4,6.4 > > 12.8,12.8;25.6,25.6;51.2,51.2 > > >

Re: [Geoserver-users] ImagePyramid and TIFF overviews

2018-10-25 Thread Arnaud L.
Hi Daniele, thanks a lot for your help ! Le 25/10/2018 à 12:19, Daniele Romagnoli a écrit : Levels=0.2,0.2;0.4,0.4;0.8,0.8 1.6,1.6;3.2,3.2;6.4,6.4 12.8,12.8;25.6,25.6;51.2,51.2 102.4,102.4;204.8,204.8;409.6,409.6;819.2,819.2;1638.4,1638.4;3276.8,3276.8;6553.6,6553.6 LevelsNum=4

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-10-25 Thread Andrea Aime
Unsure, the Oracle SQL encoder is the same as the PostGIS one, save the spatial part (they have the same superclass), the "like" encoding is basically the same, so not sure how this is happening. First, make sure that you are using the oracle plugin corresponding to the geoserver release

Re: [Geoserver-users] ImagePyramid and TIFF overviews

2018-10-25 Thread Daniele Romagnoli
Hi Arnaud, that should be possible. We are using it with some datasets. Let me quote an example of a property file I have around: Name=RGB Levels=0.2,0.2;0.4,0.4;0.8,0.8 1.6,1.6;3.2,3.2;6.4,6.4 12.8,12.8;25.6,25.6;51.2,51.2

[Geoserver-users] ImagePyramid and TIFF overviews

2018-10-25 Thread Arnaud L.
Hi all Is it possible to build an ImagePyramid with GeoTIFFs with overviews ? Actually, we have one raster folder per zoom level, and they are served as an ImagePyramid (index is in PostGIS). But since our dataset is updated very often, the process of recreating the rasters is long. Disk usage

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-10-25 Thread Martin Zeller
On 25.10.2018 08:55, Martin Zeller wrote: we use geoserver 2.14.0 with oracle and postgis. A postgis getfeature request with filter works: http://xxx:8080/geoserver/wfs?=getFeature=xxx:x_postgis=1.0.0=WFS=name=http://ogc.org; xmlns:gml="http://www.opengis.net/gml;>wildCard='*'

Re: [Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-10-25 Thread Martin Zeller
(nabble stripped the excerpt from the logfile) Caused by: java.io.IOException: Error occured calculating bounds for _oracle at org.geotools.jdbc.JDBCDataStore.getBounds(JDBCDataStore.java:1360) at

[Geoserver-users] ORA-00907 with filter in getfeature request - geoserver 2.14.0

2018-10-25 Thread Martin Zeller
Hi, we use geoserver 2.14.0 with oracle and postgis. A postgis getfeature request with filter works: http://xxx:8080/geoserver/wfs?=getFeature=xxx:x_postgis=1.0.0=WFS=name=http://ogc.org; xmlns:gml="http://www.opengis.net/gml;>name** Whereas a similar request to an oracle store doesn't