@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Cli(_GIS):
|
||||
_type = "cli"
|
||||
_icon_dir = "resources/gis/cli"
|
||||
|
||||
|
||||
class Gdal(_Cli):
|
||||
_icon = "gdal.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Data(_GIS):
|
||||
_type = "data"
|
||||
_icon_dir = "resources/gis/data"
|
||||
|
||||
|
||||
class BAN(_Data):
|
||||
_icon = "ban.png"
|
||||
|
||||
|
||||
class IGN(_Data):
|
||||
_icon = "ign.png"
|
||||
|
||||
|
||||
class Openstreetmap(_Data):
|
||||
_icon = "openstreetmap.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Database(_GIS):
|
||||
_type = "database"
|
||||
_icon_dir = "resources/gis/database"
|
||||
|
||||
|
||||
class Postgis(_Database):
|
||||
_icon = "postgis.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Format(_GIS):
|
||||
_type = "format"
|
||||
_icon_dir = "resources/gis/format"
|
||||
|
||||
|
||||
class Geopackage(_Format):
|
||||
_icon = "geopackage.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Geocoding(_GIS):
|
||||
_type = "geocoding"
|
||||
_icon_dir = "resources/gis/geocoding"
|
||||
|
||||
|
||||
class Addok(_Geocoding):
|
||||
_icon = "addok.png"
|
||||
|
||||
|
||||
class Nominatim(_Geocoding):
|
||||
_icon = "nominatim.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Java(_GIS):
|
||||
_type = "java"
|
||||
_icon_dir = "resources/gis/java"
|
||||
|
||||
|
||||
class Geotools(_Java):
|
||||
_icon = "geotools.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,27 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Javascript(_GIS):
|
||||
_type = "javascript"
|
||||
_icon_dir = "resources/gis/javascript"
|
||||
|
||||
|
||||
class Maplibre(_Javascript):
|
||||
_icon = "maplibre.png"
|
||||
|
||||
|
||||
class OlExt(_Javascript):
|
||||
_icon = "ol-ext.png"
|
||||
|
||||
|
||||
class Openlayers(_Javascript):
|
||||
_icon = "openlayers.png"
|
||||
|
||||
|
||||
class Turfjs(_Javascript):
|
||||
_icon = "turfjs.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Mobile(_GIS):
|
||||
_type = "mobile"
|
||||
_icon_dir = "resources/gis/mobile"
|
||||
|
||||
|
||||
class Mergin(_Mobile):
|
||||
_icon = "mergin.png"
|
||||
|
||||
|
||||
class Qfield(_Mobile):
|
||||
_icon = "qfield.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _OGC(_GIS):
|
||||
_type = "ogc"
|
||||
_icon_dir = "resources/gis/ogc"
|
||||
|
||||
|
||||
class OGC(_OGC):
|
||||
_icon = "ogc.png"
|
||||
|
||||
|
||||
class WFS(_OGC):
|
||||
_icon = "wfs.png"
|
||||
|
||||
|
||||
class WMS(_OGC):
|
||||
_icon = "wms.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Organization(_GIS):
|
||||
_type = "organization"
|
||||
_icon_dir = "resources/gis/organization"
|
||||
|
||||
|
||||
class Osgeo(_Organization):
|
||||
_icon = "osgeo.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Python(_GIS):
|
||||
_type = "python"
|
||||
_icon_dir = "resources/gis/python"
|
||||
|
||||
|
||||
class Geopandas(_Python):
|
||||
_icon = "geopandas.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GIS
|
||||
|
||||
|
||||
class _Routing(_GIS):
|
||||
_type = "routing"
|
||||
_icon_dir = "resources/gis/routing"
|
||||
|
||||
|
||||
class Osmr(_Routing):
|
||||
_icon = "osmr.png"
|
||||
|
||||
|
||||
class Pgrouting(_Routing):
|
||||
_icon = "pgrouting.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 72 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 273 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 49 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 28 KiB |