Results 5 issues of Michael Auer

## Context I configures a geoserver wms backend as source. I configured forward_req_params to forward the CQL_FILTER param to geoserver. It works fine with the GetMap Request but is not...

feature request

SLD_1_0_0_Geosever **does not work**, because it exports an undefined property. It Must refer to `require('./lib/SLD_1_0_0_GeoServer').SLD_1_0_0` instead of `require('./lib/SLD_1_0_0_GeoServer').SLD_1_0_0_GeoServer`.

It seem to be inconsistent to me that all groupBy endpoints except the ratio/groupBy/boundary are structured like this: ``` { groupByResult:[ result:[ ... ], groupByObject ] } ``` only the...

enhancement
brainstorming

### Bug Description The way the CSV output is configured differs between endpoints. Sometimes fields are quoted with double-quotes (/elements/count) and s.t. not (/elements/count/groupBy/boundary) E.g.: #### elements/count/ ``` curl -X...

bug

### Use Case Description An is_valid filter option would give the opportunity to: - avoid summing up negative areas from broken polygons - analysing the amount of bad geometries as...

enhancement