geonode
geonode copied to clipboard
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
## Expected Behavior Check any layer in database, the column name for the geometry type has to be the same for all tables: "geom". This should happen for all kinds...
https://github.com/GeoNode/geonode/blob/3d6ab6e0a5e536fecf75b28242d0301526f01e58/monitoring-cron#L1-L2 There is the remote possibility that these commands are executed more than once (it can happen that collect_metrics needs more than a minute on an overloaded server sometimes). I...
ref #12167, #12180 minor fix to allow mutiple APPS defined in an `openid_connect` , `SOCIALACCOUNT_PROVIDERS`. Further it includes check that client_id must be set. closes #12167 closes #12180 ## Checklist...
## Expected Behavior When configuring `SOCIALACCOUNT_PROVIDERS` like: ``` SOCIALACCOUNT_PROVIDERS = { "openid_connect": { "OAUTH_PKCE_ENABLED": True, "APPS": [ { "provider_id": "keycloak-bonares", "name": "BonaRes Account", "client_id": "geonode-bonares", "secret": "", "settings": { "server_url":...
Hi, in our GeoNode system user data is integrated on the one hand via WebUi and on the other hand by admin on the backend side. For the latter vector...
Does anyone have Geonode 4.xx running on Docker with no problems? All features working, etc.... Can you tell me how you get it? For me is 98%, only Edit Style...
I edited the footer.html template in order to set a custom footer, but since that footer has many elements, it does not give enough space for the dataset's result list...
I edited the footer.html template in order to set a custom footer, but since that footer has many elements, it does not give enough space for the dataset's result list...
## Expected Behavior When defining multiple `openid_connect` APPS within the `SOCIALACCOUNT_PROVIDERS` in `settings.py` like e.g. defined in the allauth [docs](https://docs.allauth.org/en/latest/socialaccount/providers/openid_connect.html): ``` SOCIALACCOUNT_PROVIDERS = { "openid_connect": { "APPS": [ { "provider_id":...
## Expected Behavior Make a search from profile page return proper and clickable results ## Actual Behavior Search is working however pressing enter or datasets are not clickable. Url return...