File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
QGIS-Server-Light is made of three subparts.
2
2
3
- - ** exporter** => export necesary data from a qgis project to a simple json (has deps to pyqgis)
4
- - ** interface** => defines all entities shipped around and may be used in 3rd party software (no deps to pyqgis)
5
- - ** worker** => the actual rendering system which you can spawn
3
+ | name | description | depends on pyqgis |
4
+ | ---------------| ---------------------------------------------------------------------------| -------------------|
5
+ | ** exporter** | export necesary data from a qgis project to a simple json | ✅|
6
+ | ** interface** | defines all entities shipped around and may be used in 3rd party software | ❌|
7
+ | ** worker** | the actual rendering system which you can spawn | ✅|
You can’t perform that action at this time.
0 commit comments