Lukas Lohoff

Results 8 issues of Lukas Lohoff

## Description ## Related issues or pull requests ## Pull request type - [ ] Bugfix - [ ] Feature - [ ] Dependency updates - [ ] Code style...

## Description ## Related issues or pull requests ## Pull request type - [ ] Bugfix - [ ] Feature - [ ] Dependency updates - [ ] Tests -...

## Description ## Related issues or pull requests ## Pull request type - [ ] Bugfix - [ ] Feature - [ ] Dependency updates - [ ] Tests -...

This attempts to add basic support for styles. For now just retrieving styles is supported. Examples: Get a list of available style identifiers: ```js const endpoint = new OgcApiEndpoint('https://demo.ldproxy.net/zoomstack'); await...

First of all, thanks for providing this library! So far it looks great, especially the caching is very useful. Do you have plans for supporting Tiles and Styles? We would...

## Description Uses modules instead of packages. See https://www.ag-grid.com/react-data-grid/modules/ Breaking change: - the modules used now have to be registered. Only relevant if you are using CSV export or Infinite...

## Description There should never be more than one user entity for a keycloak entity. So this adds unique constraints on `auth_provider_id` to users and groups. `roles` already have the...

### Current Behavior Passing format='pdf' to the PrintButton results in a typescript error (`Type 'string' is not assignable to type 'undefined'`) e.g. ```tsx ``` See https://github.com/terrestris/react-geo/blob/main/src/Button/PrintButton/PrintButton.tsx#L13 ### Expected Behavior There...

bug