Move mapnik node

pull/847/head
AlexGacon 8 months ago
parent e23ec4fe55
commit f19c3c9e06

@ -20,6 +20,10 @@ class Lastools(_Cli):
_icon = "lastools.png"
class Mapnik(_Cli):
_icon = "mapnik.png"
class Mdal(_Cli):
_icon = "mdal.png"

@ -8,8 +8,4 @@ class _Toolkit(_GIS):
_icon_dir = "resources/gis/toolkit"
class Mapnik(_Toolkit):
_icon = "mapnik.png"
# Aliases

@ -17,6 +17,9 @@ Node classes list of the gis provider.
<img width="30" src="/img/resources/gis/cli/lastools.png" alt="Lastools" style="float: left; padding-right: 5px;" >
**diagrams.gis.cli.Lastools**
<img width="30" src="/img/resources/gis/cli/mapnik.png" alt="Mapnik" style="float: left; padding-right: 5px;" >
**diagrams.gis.cli.Mapnik**
<img width="30" src="/img/resources/gis/cli/mdal.png" alt="Mdal" style="float: left; padding-right: 5px;" >
**diagrams.gis.cli.Mdal**
@ -238,6 +241,3 @@ Node classes list of the gis provider.
## gis.toolkit
<img width="30" src="/img/resources/gis/toolkit/mapnik.png" alt="Mapnik" style="float: left; padding-right: 5px;" >
**diagrams.gis.toolkit.Mapnik**

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save