We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b191c commit 6804bcaCopy full SHA for 6804bca
pgRoutingLayer.py
@@ -46,15 +46,15 @@ class PgRoutingLayer(object):
46
'astar',
47
'bdDijkstra',
48
'bdAstar',
49
- 'dijkstraCost',
50
'ksp',
51
'trsp_vertex',
52
'trsp_edge',
53
'trsp_via_vertices',
54
'trsp_via_edges',
55
'drivingDistance',
56
'alphashape',
57
- 'tsp_euclid',
+ # 'dijkstraCost',
+ # 'tsp_euclid',
58
# 'with_Points',
59
# 'with_PointsCost'
60
]
0 commit comments