add new nodes in provider GIS

pull/847/head
AlexGacon 3 years ago
parent 349baa5bd2
commit 0df735c344

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _GIS
class _Desktop(_GIS):
_type = "desktop"
_icon_dir = "resources/gis/desktop"
class Qgis(_Desktop):
_icon = "qgis.png"
# Aliases

@ -12,4 +12,12 @@ class Geoserver(_Server):
_icon = "geoserver.png" _icon = "geoserver.png"
class Mapserver(_Server):
_icon = "mapserver.png"
class QgisServer(_Server):
_icon = "qgis-server.png"
# Aliases # Aliases

@ -5,8 +5,20 @@ title: GIS
Node classes list of gis provider. Node classes list of gis provider.
## gis.desktop
<img width="30" src="/img/resources/gis/desktop/qgis.png" alt="Qgis" style="float: left; padding-right: 5px;" >
**diagrams.gis.desktop.Qgis**
## gis.server ## gis.server
<img width="30" src="/img/resources/gis/server/geoserver.png" alt="Geoserver" style="float: left; padding-right: 5px;" > <img width="30" src="/img/resources/gis/server/geoserver.png" alt="Geoserver" style="float: left; padding-right: 5px;" >
**diagrams.gis.server.Geoserver** **diagrams.gis.server.Geoserver**
<img width="30" src="/img/resources/gis/server/mapserver.png" alt="Mapserver" style="float: left; padding-right: 5px;" >
**diagrams.gis.server.Mapserver**
<img width="30" src="/img/resources/gis/server/qgis-server.png" alt="QgisServer" style="float: left; padding-right: 5px;" >
**diagrams.gis.server.QgisServer**

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save