Skip to content

Commit e48844c

Browse files
committed
fixed conflicts
1 parent 4903395 commit e48844c

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

pgRoutingLayer.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
class PgRoutingLayer:
4444

4545
SUPPORTED_FUNCTIONS = [
46-
<<<<<<< HEAD
4746
'pgr_aStar',
4847
'pgr_aStarCost',
4948
'pgr_bdAstar',
@@ -53,23 +52,6 @@ class PgRoutingLayer:
5352
'pgr_dijkstra',
5453
'pgr_dijkstraCost',
5554
'pgr_KSP'
56-
=======
57-
'alphashape',
58-
'astar',
59-
'bdAstar',
60-
'bdDijkstra',
61-
'dijkstra',
62-
# 'dijkstraCost',
63-
'drivingDistance',
64-
'ksp',
65-
'trsp_edge',
66-
'trsp_vertex',
67-
'trspViaEdges',
68-
'trspViaVertices',
69-
# 'tsp_euclid',
70-
# 'with_Points',
71-
# 'with_PointsCost'
72-
>>>>>>> master
7355
]
7456

7557
TOGGLE_CONTROL_NAMES = [

0 commit comments

Comments
 (0)