Just van den Broecke
Just van den Broecke
Thanks @ClintOxx for this awesome project! Hopefully we can all help here to maintain. Getting various build and run errors due to outdated and deprecated package versions. Resolved locally, will...
This PR resolves various build and run errors by upgrading/changing package versions in `package.json` and `.eslintrc.js`. See issue #80 for a full description of the problems and their solutions as...
The current login/logout `actions` in the Vuex `store`, that call the Axios REST API, use browser Local Storage to set/remove a Bearer Token. using the `secure-ls` package. The key-name on...
When adding a Project Post within the OSGeo WP Editor I noticed the following missing: * Communication|Social Media: some projects use `Gitter`: add entry and logo for Gitter Chat *...
**Description** The `pygeoapi` Docker image has an [entrypoint.sh](https://github.com/geopython/pygeoapi/blob/master/docker/entrypoint.sh) command argument to run unit tests. The command is simply `docker run geopython/pygeoapi:latest test` (by default the arg is `run` to run...
Came out of investigation for a [WFS3 GeoHealthCheck plugin](https://github.com/geopython/GeoHealthCheck/issues/221). Interesting, there is quite some OpenAPI Python stuff out there, like a Spec Validator: https://github.com/p1c2u/openapi-spec-validator Very easy to run, but gives...
After a push to `master` the Travis build may succeed but the then triggered Docker build on DockerHub may fail. Add a Docker build to [Travis YAML](https://github.com/geopython/pygeoapi/blob/master/.travis.yml) build (Travis supports...
Just wondering: it seems that the tiles have plain heights encoded (`TerrainTiler.cpp`?). If so, are there plans for quantized-mesh encoding as in http://cesiumjs.org/data-and-assets/terrain/formats/quantized-mesh-1.0.html? If not I/we may add this, though...
**Is your feature request related to a problem? Please describe.** Travis support will end. Also the CI workflow is slow. Docker build on DockerHub as well, plus the Docker image...
**Is your feature request related to a problem? Please describe.** Some Stetl apps need the latest/greatest GDAL and PROJ versions. For example [NLExtract](https://nlextract.nl) needs the GDAL/OGR [LVBAG Driver](https://gdal.org/drivers/vector/lvbag.html) which is...