瀏覽代碼

add new nodes in provider GIS

pull/847/head
AlexGacon 1 年之前
父節點
當前提交
0df735c344
共有 9 個文件被更改,包括 35 次插入0 次删除
  1. +15
    -0
      diagrams/gis/desktop.py
  2. +8
    -0
      diagrams/gis/server.py
  3. +12
    -0
      docs/nodes/gis.md
  4. 二進制
      resources/gis/desktop/qgis.png
  5. 二進制
      resources/gis/server/mapserver.png
  6. 二進制
      resources/gis/server/qgis-server.png
  7. 二進制
      website/static/img/resources/gis/desktop/qgis.png
  8. 二進制
      website/static/img/resources/gis/server/mapserver.png
  9. 二進制
      website/static/img/resources/gis/server/qgis-server.png

+ 15
- 0
diagrams/gis/desktop.py 查看文件

@@ -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

+ 8
- 0
diagrams/gis/server.py 查看文件

@@ -12,4 +12,12 @@ class Geoserver(_Server):
_icon = "geoserver.png"


class Mapserver(_Server):
_icon = "mapserver.png"


class QgisServer(_Server):
_icon = "qgis-server.png"


# Aliases

+ 12
- 0
docs/nodes/gis.md 查看文件

@@ -5,8 +5,20 @@ title: GIS

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


<img width="30" src="/img/resources/gis/server/geoserver.png" alt="Geoserver" style="float: left; padding-right: 5px;" >
**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**

二進制
resources/gis/desktop/qgis.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 18 KiB

二進制
resources/gis/server/mapserver.png 查看文件

Before After
Width: 256  |  Height: 365  |  Size: 31 KiB

二進制
resources/gis/server/qgis-server.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 18 KiB

二進制
website/static/img/resources/gis/desktop/qgis.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 18 KiB

二進制
website/static/img/resources/gis/server/mapserver.png 查看文件

Before After
Width: 256  |  Height: 365  |  Size: 31 KiB

二進制
website/static/img/resources/gis/server/qgis-server.png 查看文件

Before After
Width: 256  |  Height: 256  |  Size: 18 KiB

Loading…
取消
儲存