소스 검색

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. BIN
      resources/gis/desktop/qgis.png
  5. BIN
      resources/gis/server/mapserver.png
  6. BIN
      resources/gis/server/qgis-server.png
  7. BIN
      website/static/img/resources/gis/desktop/qgis.png
  8. BIN
      website/static/img/resources/gis/server/mapserver.png
  9. BIN
      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**

BIN
resources/gis/desktop/qgis.png 파일 보기

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

BIN
resources/gis/server/mapserver.png 파일 보기

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

BIN
resources/gis/server/qgis-server.png 파일 보기

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

BIN
website/static/img/resources/gis/desktop/qgis.png 파일 보기

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

BIN
website/static/img/resources/gis/server/mapserver.png 파일 보기

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

BIN
website/static/img/resources/gis/server/qgis-server.png 파일 보기

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

불러오는 중...
취소
저장