Skip to content

Commit

Permalink
[processing] add icon for network analysis algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 13, 2016
1 parent 0823bb4 commit f25cb14
Show file tree
Hide file tree
Showing 2 changed files with 799 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ShortestPath.py
Expand Up @@ -69,7 +69,7 @@ class ShortestPath(GeoAlgorithm):
OUTPUT_LAYER = 'OUTPUT_LAYER'

def getIcon(self):
return QIcon(os.path.join(pluginPath, 'images', 'networkanalysis.png'))
return QIcon(os.path.join(pluginPath, 'images', 'networkanalysis.svg'))

def defineCharacteristics(self):
self.DIRECTIONS = {self.tr('Forward direction'): QgsVectorLayerDirector.DirectionForward,
Expand Down

0 comments on commit f25cb14

Please sign in to comment.