We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fd5f641 commit 5b9d11bCopy full SHA for 5b9d11b
python/plugins/processing/algs/qgis/ShortestPath.py
@@ -77,10 +77,6 @@ def defineCharacteristics(self):
77
self.tr('Both directions'): QgsVectorLayerDirector.DirectionForward
78
}
79
80
- self.UNITS = {self.tr('Meters'): 1,
81
- self.tr('Kilometers'): 1000
82
- }
83
-
84
self.name, self.i18n_name = self.trAlgorithm('Shortest path')
85
self.group, self.i18n_group = self.trAlgorithm('Network analysis')
86
@@ -117,7 +113,6 @@ def defineCharacteristics(self):
117
113
self.tr('Topology tolerance'),
118
114
0.0, 0.0, 99999999.999999))
119
115
120
121
116
for p in params:
122
p.isAdvanced = True
123
self.addParameter(p)
0 commit comments