Coder Social home page Coder Social logo

geoserver-enterprise's Introduction

geoserver-enterprise

geoserver-enterprise

geoserver-enterprise's People

Watchers

 avatar  avatar  avatar  avatar  avatar

geoserver-enterprise's Issues

The download service GUI does not send down OGC filters

The filtering has been enabled in the GUI

image

and yet, the request sent down to GeoServer does not have any filter:

<wps:Execute xmlns:wps="http://www.opengis.net/wps/1.0.0" version="1.0.0" service="WPS" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ows:Identifier xmlns:ows="http://www.opengis.net/ows/1.1">gs:ClusterManager</ows:Identifier><wps:DataInputs><wps:Input><ows:Identifier xmlns:ows="http://www.opengis.net/ows/1.1">executionId</ows:Identifier><ows:Title xmlns:ows="http://www.opengis.net/ows/1.1">executionId</ows:Title><wps:Data><wps:LiteralData>8f31e3e3-3859-42bc-8efd-ceb623ab35c7</wps:LiteralData></wps:Data></wps:Input></wps:DataInputs><wps:ResponseForm><wps:RawDataOutput mimeType="application/json"><ows:Identifier xmlns:ows="http://www.opengis.net/ows/1.1">result</ows:Identifier></wps:RawDataOutput></wps:ResponseForm></wps:Execute>

The GUI allows to select layer groups, and then download fails

The mapstore gui allows the selection of layer groups, allowing the download in geotiff format, but then the download fails at the estimator level:

Caused by: org.geotools.process.ProcessException: java.lang.IllegalArgumentException: Unable to locate layer: tiger-ny
    at org.geoserver.wps.gs.DownloadProcess.execute(DownloadProcess.java:227)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.geotools.process.factory.AnnotationDrivenProcessFactory$InvokeMethodProcess.execute(AnnotationDrivenProcessFactory.java:386)
    at org.geoserver.wps.executor.ClusterProcessManager$ClusterProcessCallable.call(ClusterProcessManager.java:220)
    ... 6 more
Caused by: java.lang.IllegalArgumentException: Unable to locate layer: tiger-ny
    at org.geoserver.wps.gs.DownloadEstimatorProcess.execute(DownloadEstimatorProcess.java:132)
    at org.geoserver.wps.gs.DownloadProcess.execute(DownloadProcess.java:119)
    ... 12 more

By the way, in this case no mail is sent about the status of the process (not even the one about the process starting it seems). Might be wrong about this one though.

Better CRS handling on Download Process

If targetCRS is incompatible with referenceCRS, the transform fails and the process returns an empty feature collection (the envelope is a point).
Add a return message to report this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.