geonode
geonode copied to clipboard
Remove the legacy / unused code from the Maps app
The Maps app contains legacy code, due to the replacement of various parts of the GeoNode client. We need to -- review the codebase and mainly the views / URLS / templates, -- identify any legacy or unused code, -- clean it up.
For example, map_download.html is used by map_download view but again it seems unused.
The PR for this issue is available here: #13274