kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
7 stars 17 forks source link

Expose WMS / WFS for GeoNode with QGIS Server #177

Open ismailsunni opened 7 years ago

ismailsunni commented 7 years ago

QGIS (The Client) should be able to access WMS / WFS from GeoNode with QGIS Server like it does with GeoNode+GeoServer.

IIRC, since in QGIS Server has different way to access a layer (one QGIS project for one layer), we should create documentation about it, so that client can access it properly.

gubuntu commented 6 years ago

you can access QGIS OWS services directly but not if you need a GetCapabilities request for (like with the QGIS WMS or WFS provider) since we don't support GetCapabilities yet.

The QGIS GeoNode provider overcomes this but we should also figure out a way to support GetCapabilities #334