Daniel Koch
Daniel Koch
## Description This refactors the `FeatureGrid` to a function component (and makes use of the shared hook `useOlLayer`). Breaking change: map prop got removed. ## Related issues or pull requests...
## Description See https://github.com/terrestris/react-geo/discussions/3494. Not intended to be merged right now! ## Related issues or pull requests ## Pull request type - [ ] Bugfix - [ ] Feature -...
The method `getFeatureTypeNameFromGetFeatureInfoUrl` should be rewritten to become more generic in its usage for other OGC requests or should at least extend the functionality of a generic method. For example...
With #61 the GeoStyler plugin is taken from the official repository at https://github.com/geostyler/geostyler-geoserver-plugin while building the image. Unfortunately the existing packages can't be used without authentication, thus the plugin is...
The [build](https://github.com/terrestris/BasiGX/blob/master/.github/workflows/on-push-master.yml) pipeline is currently failing, see e.g. [here](https://github.com/terrestris/BasiGX/actions/runs/4042246182/jobs/6949723574): ``` Run actions/setup-ruby@v1 ------------------------ NOTE: This action is deprecated and is no longer maintained. Please, migrate to https://github.com/ruby/setup-ruby, which is being...
## Description This suggests to introduce a generic filter parameter for the REST (GET /) interfaces based on the [JSONPath](https://goessner.net/articles/JsonPath/) specification. TODOs - integration tests for all endpoints, actually for...
## Description This suggests to add an `uuid` field to all entities and an appropriate GET REST controller. During testing the newly created interface #450 became an issue as well....
This adds a new submodule `shogun-gs-importer` for managing uploads to the GeoServer via the `importer` extension. Basically this is a port of the existing code base found in [shogun-core](https://github.com/terrestris/shogun-core/tree/master/src/shogun-core-main/src/main/java/de/terrestris/shoguncore/importer).
This suggests to emit the newly introduced `LifecycleEvent` events on reset (`ResetEvent`) and reload (`ReloadEvent`) respectively. Connected services will receive this events to actually reload and/or reset their catalog and...
## Description Keycloak versions >= 26 [don't include the keycloak-js assets](https://www.keycloak.org/docs/latest/upgrading/index.html#keycloak-js) anymore. This suggests to include the assets in the shogun package. Please review @terrestris/devs. ## Related issues or pull...