Skip to content

Commit f25cb14

Browse files
committedDec 13, 2016
[processing] add icon for network analysis algorithm
1 parent 0823bb4 commit f25cb14

File tree

2 files changed

+799
-1
lines changed

2 files changed

+799
-1
lines changed
 

‎python/plugins/processing/algs/qgis/ShortestPath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ShortestPath(GeoAlgorithm):
6969
OUTPUT_LAYER = 'OUTPUT_LAYER'
7070

7171
def getIcon(self):
72-
return QIcon(os.path.join(pluginPath, 'images', 'networkanalysis.png'))
72+
return QIcon(os.path.join(pluginPath, 'images', 'networkanalysis.svg'))
7373

7474
def defineCharacteristics(self):
7575
self.DIRECTIONS = {self.tr('Forward direction'): QgsVectorLayerDirector.DirectionForward,
Lines changed: 798 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.