ソースを参照

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 ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 18 KiB

バイナリ
resources/gis/server/mapserver.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 365  |  サイズ: 31 KiB

バイナリ
resources/gis/server/qgis-server.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 18 KiB

バイナリ
website/static/img/resources/gis/desktop/qgis.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 18 KiB

バイナリ
website/static/img/resources/gis/server/mapserver.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 365  |  サイズ: 31 KiB

バイナリ
website/static/img/resources/gis/server/qgis-server.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 18 KiB

読み込み中…
キャンセル
保存