Henning Bredel

Results 94 comments of Henning Bredel

@mattiagiupponi thanks for your feedback. I am getting more and more into the rest_framework stuff. There is so much "magic" underneath .. once you have cases which diverge from the...

@gannebamm it seems, that the feature by-passes the CSW xml generation: https://github.com/GeoNode/geonode/blob/9e3977441da9792096979e2903584c9f610177db/geonode/catalogue/models.py#L83-L94 But I may be wrong here

> I have a lot of open issues, and contribs but they don't care. But they took my work as own on the upgrade to django 4.2 without credit on...

> This is due to the checkpoint URLs which are being written to the`${GEOSERVER_DATA_DIR}/security/role/geonode REST role service/config.xml` as `http://geonode:80/api/o/v4/tokeninfo/` > > # Solution > * Update `set_geoserver_auth.sh` to the following...

@giohappy as far I can see, the API you have in mind would provide client instructions how to render widgets based on metadata which is might be configurable on the...

> Where should these configurations stay? How do you give it to the client? An API is what I would use. I'm not expecting to implement such an API in...

> What is the worst case in using the geonode-mapstore-client django app to enable that API? I understand your resentments and that thus API would put pressure on the geonode-mapstore-client...

@giohappy I forgot to reply on this one > > You already have [an OpenAPI description](https://stable.demo.geonode.org/api/v2/schema/swagger-ui/) available. Did you accounted this already, and why not to extend metadata this way?...

Thanks @kilichenko-pixida for summarizing your findings. I just wanted to emphasize why we evaluated this path: * A good OpenAPI schema gives a structured view how an API is structured....

This [SO answer summarizes](https://stackoverflow.com/a/15414811) cases when `$host` and `http_host` are not the same: > This variable may have a different value from $http_host in such cases: 1) when the Host...