Skip to content

Commit 6804bca

Browse files
committed
turn off DijktraCost and tsp_euclid
1 parent 73b191c commit 6804bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgRoutingLayer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ class PgRoutingLayer(object):
4646
'astar',
4747
'bdDijkstra',
4848
'bdAstar',
49-
'dijkstraCost',
5049
'ksp',
5150
'trsp_vertex',
5251
'trsp_edge',
5352
'trsp_via_vertices',
5453
'trsp_via_edges',
5554
'drivingDistance',
5655
'alphashape',
57-
'tsp_euclid',
56+
# 'dijkstraCost',
57+
# 'tsp_euclid',
5858
# 'with_Points',
5959
# 'with_PointsCost'
6060
]

0 commit comments

Comments
 (0)