-
We introduced the following flow:
geospatial data resource --> tilesets --> tileset --> tiles
It was unclear if tilesets will provide all the necessary information to bypass tileset completely (by…
-
It is foreseeable that a future extension of OGC API - Coverages may offer coverage processing capabilities similar to those offered by WCPS.
So what would such an extension look like?
Please co…
-
There is a need for the SWG to also consider the "HTTP dilemma".
* HTTP POST /collections/ => alternative to HTTP GET /collections/? if URL gets too long!
* HTTP POST /collections/ => create one…
-
**Describe the bug**
Adding a Gilbert engineering wreath object such as the "MOAW" is followed by a "Failed to download model file". If I go to other manufactures wreaths, props or objects, they load…
-
Section [7.9.2](https://htmlpreview.github.io/?https://github.com/opengeospatial/wps-rest-binding/blob/master/docs/18-062.html#_request_body) and [7.11.2](https://htmlpreview.github.io/?https://github…
-
Here is my model class:
``` java
public class Data {
private final String foo;
private final String bar;
private final boolean foobar;
}
```
The definition swagger generates is:
``` js
"Data…