-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e93780
commit d77ce30
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# QGIS Server Administration | ||
|
||
See QGIS Server Administration tool's [documentation](https://pblottiere.github.io/QSA/). | ||
Components: | ||
|
||
* [QSA REST API](https://pblottiere.github.io/QSA/qsa-api/): Flask web server with a REST API for administrating QGIS Server | ||
* [QSA plugin](https://pblottiere.github.io/QSA/qsa-plugin/): QGIS Server plugin for introspection | ||
* [QSA cli](https://pblottiere.github.io/QSA/qsa-cli/): Command line tool | ||
|
||
Main features: | ||
* Create and manage QGIS projects stored on filesystem | ||
* Create and update vector layers : symbology, theme, ... | ||
* Inspect online QGIS Server instances | ||
* Cache management with MapProxy | ||
|
||
|
||
See QGIS Server Administration tool's | ||
[documentation](https://pblottiere.github.io/QSA/) for more details. |