Lukas Lohoff

Results 10 comments of Lukas Lohoff

I think 9 is the default value. You can overwrite it by setting the `maxColumns` parameter: http://mapfish.github.io/mapfish-print-doc/processors.html#!prepareTable

Please note: This should be compatible with the graphql-java version used by Spring Boot (v21). See https://github.com/graphql-java/graphql-java-extended-scalars?tab=readme-ov-file#how-to-install

With the upgrade to spring-boot-starter-partent 3.3.4 via #925 this can now be merged. See https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html

> First, the way we have designed APIs so far was mostly driven by usage. If you have a sample of application code that can demonstrate how these new features...

> * rename `getStyleMetadata` into `getStyle` for clarity > * only read style metadata from the metadata.json document, instead of parsing it both from the endpoint and the metadata documents...

> I have tested the updates, and everything works!! :+1: > I do have a few suggestions regarding the styles. Perhaps we could consider implementing the following endpoints for more...

Hi @jahow first of all, sorry for the delay. Implemented your suggestions and also added support for collections. I didn't add the `styles` property to the collection (for caching?) yet,...

Sounds great! I'll try to implement the Styles API Setup is working now. I had a small issue starting the application - I think you need to run the docs...

See https://github.com/camptocamp/ogc-client/pull/43

Test failures: When creating users currently two entities with the same `auth_provider_id` are saved. This might be related to `getUserBySession`, more precisely the fact that getUserBySession also creates a user...