Re: [Geoserver-devel] by layer interpolation

2015-05-13 Thread Andrea Aime
On Thu, May 14, 2015 at 1:19 AM, Jody Garnett wrote: > When a layer group is used these two lists no longer line up (as the > number of mapContent.layers is greater than the number of interpolations > provided). > Hum... layer groups are expanded into the list of layers at the kvp parser, do not

[Geoserver-devel] Build failed in Jenkins: 2.7-cite-wms-1.3 #83

2015-05-13 Thread monitor
See -- [...truncated 4059 lines...] [exec] at net.sf.saxon.expr.LetExpression.eval(LetExpression.java:341) [exec] at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpressio

[Geoserver-devel] Build failed in Jenkins: 2.7-cite-wfs-1.0 #83

2015-05-13 Thread monitor
See -- [...truncated 4897 lines...] [exec] at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409) [exec] at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpres

[Geoserver-devel] Build failed in Jenkins: 2.7-cite-wms-1.1 #84

2015-05-13 Thread monitor
See -- [...truncated 2655 lines...] [exec] at net.sf.saxon.instruct.DocumentInstr.evaluateItem(DocumentInstr.java:282) [exec] at net.sf.saxon.expr.ExpressionTool.evaluate(Expressi

[Geoserver-devel] by layer interpolation

2015-05-13 Thread Jody Garnett
Mauro: I was looking into layer group interpolation quality for a customer, and had a chance to step through the code associated with the recent back port of GEOS-7005 and GEOS-6614. The following code in RenderedImageMapOutputFormat: if(request.getInterpolations() != null && !request.ge

Re: [Geoserver-devel] Add a WMS GetMap timeout option

2015-05-13 Thread Torben Barsballe
As with all other service exceptions, the return code is HTTP 200. I agree that this is suboptimal. I am fine with vnd.gs.se_partial if you think that is better, I went with vnd.gs.wms_partial because this Exception format is only valid for WMS requests, wherease we can get ServiceExceptions from

Re: [Geoserver-devel] Add a WMS GetMap timeout option

2015-05-13 Thread Jody Garnett
Well I like the creativity behind "EXCEPTIONS=application/vnd.gs.wms_partial" (vs "EXCEPTIONS=application/vnd.ogc.se_blank"). I am tempted to call it vnd.gs.se_partial so it is clear it is still a service exception. What is the HTTP status code when returning this partial image? One thing I do no

Re: [Geoserver-devel] Add a WMS GetMap timeout option

2015-05-13 Thread Torben Barsballe
I have now added a new WMS exception format ( EXCEPTIONS=application/vnd.gs.wms_partial) to return a partial image in the case a getMap request throws an exception while rendering. Exceptions of this format extends ServiceException to store the rendered WebMap inside the exception. Also added docu

Re: [Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Jody Garnett
May be able to make use of SemanticTypeIdentifier (and “generic:line”, “generic:polygon”, “generic:point”, “generic:text”, “generic:raster”). -- Jody Garnett On 13 May 2015 at 02:35, Andrea Aime wrote: > Hi folks, > as you know, in GeoServer we have four built-in styles, "point", "line", > "pol

Re: [Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Phil Scadden
Sounds like an excellent idea to me. Re: generic collections. Well I think there are real world examples but because most software is useless at handling mixed geometry, modellers automatically abstract into multiple geometry classes and then battle to maintain topological correctness. Anyone d

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-05-12

2015-05-13 Thread Jim Hughes
Hi Jody, Tyler, Here's what happened with GeoMesa, EPSG, and hsqldb... For simplicity, we've by and large restricted our early attention to EPSG:4326. For GeoMesa, we tried out gt-epsg-hsql* and gt-epsg-wkt. At the moment, we boldly depend on neither. Ingest code and the code distributed t

Re: [Geoserver-devel] Importer and grabbing files from external (remote) locations

2015-05-13 Thread Andrea Aime
On Wed, May 13, 2015 at 9:51 PM, Jody Garnett wrote: > Sorry that was my assumption: > - sometimes an import applies to more than one file (say in a directory) > - The result of processing may result in multiple files out of a single > raster (say if tiling was used match the block size of the di

Re: [Geoserver-devel] Importer and grabbing files from external (remote) locations

2015-05-13 Thread Jody Garnett
Sorry that was my assumption: - sometimes an import applies to more than one file (say in a directory) - The result of processing may result in multiple files out of a single raster (say if tiling was used match the block size of the distributed file system). I was more interested in the async wor

Re: [Geoserver-devel] GeoTools / GeoServer Meeting 2015-05-12

2015-05-13 Thread Jody Garnett
Well keep us informed, if you can Jim can submit pull requests they can be reviewed in due course. -- Jody Garnett On 13 May 2015 at 01:47, Tyler Battle wrote: > As far as GeoGig's LocationTech IP review goes, the only dependency (so > far) from GeoTools that we need bumped is hsqldb 2.2.8 -> 2

Re: [Geoserver-devel] Importer and grabbing files from external (remote) locations

2015-05-13 Thread Andrea Aime
On Wed, May 13, 2015 at 8:06 PM, Jody Garnett wrote: > Sorry Andrea, I was away ... and do not have much to say about the > importer REST API for fear of making it more complicated. I will check with > Torben who has more recently looked at the importer internals and get back > to you for any spe

Re: [Geoserver-devel] Importer and grabbing files from external (remote) locations

2015-05-13 Thread Jody Garnett
Sorry Andrea, I was away ... and do not have much to say about the importer REST API for fear of making it more complicated. I will check with Torben who has more recently looked at the importer internals and get back to you for any specific feedback. In general I like the workflow of uploading th

Re: [Geoserver-devel] Add a WMS GetMap timeout option

2015-05-13 Thread Torben Barsballe
> I am currently getting two test failures that I cannot explain: > > Failed tests: > testParameterizedStyle(org.geoserver.wms.featureinfo.GetFeatureInfoJSONTest): > expected:<[1]> but was:<[0]> > > testParameterizedStyle(org.geoserver.wms.wms_1_1_1.GetFeatureInfoTest): > expected:<[1]> but was:<[0

[Geoserver-devel] Importer and grabbing files from external (remote) locations

2015-05-13 Thread Andrea Aime
Hi, some time ago I asked feedback on this question, related to importing (eventually big) rasters: 1) The client indicates that one or more "golden" images need to be importer into GeoServer for WMS/WCS usage. The original files are big, and must not be touched, so ideally the client wo

[Geoserver-devel] [JIRA] (GEOS-7021) Rendering process failed java.io.IOException No more data to read from socket

2015-05-13 Thread Martin Wegner (JIRA)
Title: Message Title Martin Wegner created an issue

Re: [Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Andrea Aime
On Wed, May 13, 2015 at 1:19 PM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > > Could it be enough to check the dimension of the geometry (0,1,2) instead > of exact geometrytype? > That's also a nice idea, better than checking the type names like in the example

[Geoserver-devel] [JIRA] (GEOS-7020) GetFeatureInfo request in a scale range

2015-05-13 Thread Per Reinholdt (JIRA)
Title: Message Title Per Reinholdt created an issue

Re: [Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Rahkonen Jukka (MML)
Hi, Could it be enough to check the dimension of the geometry (0,1,2) instead of exact geometrytype? Just this week Michaël Michaud implemented a geometry type constraint to OpenJUMP based on the dimensions of the features: return feature.getGeometry().getDimension() == dimension; But

Re: [Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Ian Turton
Sounds like a great idea to me. I'm always seeing questions about why do my polygons come out as points? Ian On Wed, 13 May 2015 11:36 am Andrea Aime wrote: > Hi folks, > as you know, in GeoServer we have four built-in styles, "point", "line", > "polygon", "raster", > that GeoServer automatical

[Geoserver-devel] Adding a new "generic" built-in style

2015-05-13 Thread Andrea Aime
Hi folks, as you know, in GeoServer we have four built-in styles, "point", "line", "polygon", "raster", that GeoServer automatically associates to layers based on their geometry type. I was considering adding a fifth built-in one, "generic", which would paint the right symbolizer based on the geom

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #1387

2015-05-13 Thread monitor
See -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performan

[Geoserver-devel] Jenkins build is back to normal : geoserver-master-nightly #633

2015-05-13 Thread monitor
See -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Pe