diff --git a/pb_tool.cfg b/pb_tool.cfg index 12b295d..2acdb69 100644 --- a/pb_tool.cfg +++ b/pb_tool.cfg @@ -6,9 +6,8 @@ name: pgRoutingLayer # Full path to where you want your plugin directory copied. If empty, # the QGIS default path will be used. Don't include the plugin name in # the path. -# plugin_path: ~/.local/share/QGIS/QGIS3/profiles/pgrouting/python/plugins -plugin_path: /home/marpetra/.local/share/QGIS/QGIS3/profiles/pgrouting/python/plugins - +# plugin_path: ~/.local/share/QGIS/QGIS3/profiles/pgrouting/python/plugins/ +plugin_path: /home/vicky/.local/share/QGIS/QGIS3/profiles/pgrouting/python/plugins [files] # Python files that should be deployed with the plugin diff --git a/pgRoutingLayer.py b/pgRoutingLayer.py index 29fa578..a697111 100644 --- a/pgRoutingLayer.py +++ b/pgRoutingLayer.py @@ -43,7 +43,6 @@ class PgRoutingLayer: SUPPORTED_FUNCTIONS = [ - 'pgr_aStar', 'pgr_aStarCost', 'pgr_bdAstar', @@ -52,7 +51,7 @@ class PgRoutingLayer: 'pgr_bdDijkstraCost', 'pgr_dijkstra', 'pgr_dijkstraCost', - 'pgr_KSP', + 'pgr_KSP' ] TOGGLE_CONTROL_NAMES = [