You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QGIS Server Related PR: Add geonode.qgis_server module.
This commit add geonode.qgis_server module as an alternative backend.
This commit also contains necessary changes to help integrate this module
into geonode, such as:
* Configured Travis to run unittests for both GeoServer and QGIS Server
in parallel
* Configured development setup for QGIS Server in pavement.py
* Modified unittests code branching to include QGIS Server unittests
* Sample file of Django Settings to use QGIS Server
* Code improvements to integrate QGIS Server backend to use
Leaflet map viewer in layer view and maps view page
* geonode.qgis_server module to integrate QGIS Server backend with
GeoNode models and provides helpers to communicate with QGIS Server
{# if links doesn't exist, make this tab active by default #}
302
+
<divclass="tab-pane active" id="download_tab2">
303
+
{% else %}
300
304
<divclass="tab-pane" id="download_tab2">
305
+
{% endif %}
301
306
</br>
302
307
{% if layer_type == "vector" %}
303
308
<buttontype="button" id = "button-toggle" class="btn btn-primary btn-circle" data-toggle="button" data-toggle="tooltip" title="Click to filter the layer">
@@ -453,6 +458,14 @@ <h4>{% trans "Styles" %}</h4>
0 commit comments