Changes between Version 22 and Version 23 of Clients
- Timestamp:
- Dec 18, 2015, 2:11:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v22 v23 48 48 - copy the `qgis-wcps/QgsWcpsClient1` directory to your `qgis-python-plugin directory`, usually located in `$HOME/.qgis2/python/plugins`: 49 49 {{{ 50 $mkdir -p $HOME/.qgis2/python/plugins/51 $cp -r rasdaman/applications/qgis-wcps/QgsWcpsClient1 $HOME/.qgis2/python/plugins/50 mkdir -p $HOME/.qgis2/python/plugins/ 51 cp -r rasdaman/applications/qgis-wcps/QgsWcpsClient1 $HOME/.qgis2/python/plugins/ 52 52 }}} 53 53 - now you can start QGIS and access the `QgsWcpsClient1` plug-in via the `Qgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client`