Henning Bredel
Henning Bredel
Don't get me wrong here. Separating responsibilities is a good thing! Perhaps it is just a documentation issue: Adding a WFS instance to the Ilwis framework by setting it as...
> I would want to develop our own frontend and connect to geonode api but i can not find in the docs how to only run the backend API. We...
> I see the django and api are in same container so the API isnt really seperated yet. GeoSolutions is going away from using Django templates and using react client...
Hey @dgquail, GeoSolutions is currently working on updating geonode-mapstore-client to [use latest MapStore2](https://github.com/GeoNode/geonode-mapstore-client/pull/1712). The dependency is declared as [Git submodule](https://github.com/GeoNode/geonode-mapstore-client/blob/master/.gitmodules). However, that MapStore2 version is using [react version 16](https://github.com/geosolutions-it/MapStore2/blob/ae76e4d9be71281a7780452ad64e58fda6a4838a/package.json#L237) .....
@ahmdthr what do you think of setting the file name instead of None in case the title is missing?
> Keep in mind that there are plans to drop the hierarchical model for keywords @giohappy do you have more details on that? Would this somehow affect terms/keywords from an...
@giohappy after fixing the Regression, can this issue be closed then?
Did not test this on 4.x. Maybe I will find some time next week to re-test.
@mattiagiupponi on `4.2.2`, I could not reproduce the error with regard the message `psycopg2.errors.InternalError_: Cannot find SRID (404000) in spatial_ref_sys`. Seems, [GeoServer uses](https://github.com/geoserver/geoserver/blob/fb441eefa631a2f66b31b62c6811e44517493b2c/src/main/src/main/java/org/geoserver/catalog/CatalogBuilder.java#L91-L92) the code `404000` [to indicate an unknown...
Nice to add that the geoserver logs are a bit hidden: ``` docker-compose exec geoserver tail -f /geoserver_data/data/logs/geoserver.log ``` Not sure, why this is not streamed to the Docker `stdout`.