Skip to content

Commit

Permalink
fixing details
Browse files Browse the repository at this point in the history
  • Loading branch information
MarPetra committed Jan 14, 2019
1 parent 5f195be commit 1f60233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions pb_tool.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions pgRoutingLayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
class PgRoutingLayer:

SUPPORTED_FUNCTIONS = [

'pgr_aStar',
'pgr_aStarCost',
'pgr_bdAstar',
Expand All @@ -52,7 +51,7 @@ class PgRoutingLayer:
'pgr_bdDijkstraCost',
'pgr_dijkstra',
'pgr_dijkstraCost',
'pgr_KSP',
'pgr_KSP'
]

TOGGLE_CONTROL_NAMES = [
Expand Down

0 comments on commit 1f60233

Please sign in to comment.