-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Good to know
AlexGacon edited this page Jul 21, 2021
·
9 revisions
This page documents some user experiences on how to solve problems
https://docs.google.com/document/d/1yaO-fKXbMNTtWXbcit2wPAht0zNuFd8XYN6k4JXzk6E/edit (Author Bruno Voisin)
https://docs.google.com/document/d/1JnS6bYteVrznWcN-_czswqDlhqubVNb6yg0TuNR5Bd0/edit (Author Toni Schönbuchner)
https://docs.google.com/document/d/1wzdndnfYMTtbinEMbD-KEUHPD4RliYXYWaZxIqmcx2M/edit?usp=sharing (Author Alex Gacon)
To display new vector formats in the download window:
- You have to change the
wfs_link
function in thegeonode/geoserver/ows.py
file (https://github.com/GeoNode/geonode/blob/3.2.x/geonode/geoserver/ows.py#L108) to add the parameters for your new format - You have to check the
DOWNLOAD_FORMATS_VECTOR
setting (https://github.com/GeoNode/geonode/blob/3.2.x/geonode/settings.py#L1278) : it must contain the name of the object you add in the Python code