Skip to content

Commit

Permalink
Cleaning, resizing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGacon committed Jan 15, 2025
1 parent 5aab960 commit 839def2
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 13 deletions.
15 changes: 15 additions & 0 deletions diagrams/gis/toolkit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _GIS


class _Toolkit(_GIS):
_type = "toolkit"
_icon_dir = "resources/gis/toolkit"


class Mapnik(_Toolkit):
_icon = "mapnik.png"


# Aliases
4 changes: 0 additions & 4 deletions diagrams/onprem/certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ class CertManager(_Certificates):
_icon = "cert-manager.png"


class Certbot(_Certificates):
_icon = "certbot.png"


class LetsEncrypt(_Certificates):
_icon = "lets-encrypt.png"

Expand Down
12 changes: 6 additions & 6 deletions docs/nodes/gis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ Node classes list of the gis provider.
<img width="30" src="/img/resources/gis/cli/pdal.png" alt="Pdal" style="float: left; padding-right: 5px;" >
**diagrams.gis.cli.Pdal**

## gis.cplusplus


<img width="30" src="/img/resources/gis/cplusplus/mapnik.png" alt="Mapnik" style="float: left; padding-right: 5px;" >
**diagrams.gis.cplusplus.Mapnik**

## gis.data


Expand Down Expand Up @@ -241,3 +235,9 @@ Node classes list of the gis provider.

<img width="30" src="/img/resources/gis/server/zooproject.png" alt="Zooproject" style="float: left; padding-right: 5px;" >
**diagrams.gis.server.Zooproject**

## gis.toolkit


<img width="30" src="/img/resources/gis/toolkit/mapnik.png" alt="Mapnik" style="float: left; padding-right: 5px;" >
**diagrams.gis.toolkit.Mapnik**
3 changes: 0 additions & 3 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ Node classes list of the onprem provider.
<img width="30" src="/img/resources/onprem/certificates/cert-manager.png" alt="CertManager" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.CertManager**

<img width="30" src="/img/resources/onprem/certificates/certbot.png" alt="Certbot" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.Certbot**

<img width="30" src="/img/resources/onprem/certificates/lets-encrypt.png" alt="LetsEncrypt" style="float: left; padding-right: 5px;" >
**diagrams.onprem.certificates.LetsEncrypt**

Expand Down
Binary file removed resources/cas.png
Binary file not shown.
Binary file modified resources/gis/cli/mdal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/gis/desktop/maptunik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/gis/geocoding/pelias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/gis/mobile/smash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/gis/server/kepler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed resources/onprem/certificates/certbot.png
Binary file not shown.
Binary file removed resources/openldap.png
Binary file not shown.
Binary file modified website/static/img/resources/gis/cli/mdal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/resources/gis/desktop/maptunik.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/resources/gis/geocoding/pelias.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/resources/gis/mobile/smash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/resources/gis/server/kepler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 839def2

Please sign in to comment.