mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
407 B
28 lines
407 B
# 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 Graphhopper(_Routing):
|
|
_icon = "graphhopper.png"
|
|
|
|
|
|
class Osrm(_Routing):
|
|
_icon = "osrm.png"
|
|
|
|
|
|
class Pgrouting(_Routing):
|
|
_icon = "pgrouting.png"
|
|
|
|
|
|
class Valhalla(_Routing):
|
|
_icon = "valhalla.png"
|
|
|
|
|
|
# Aliases
|