[processing] fix icons for TauDEM algs

This commit is contained in:
Alexander Bruy 2014-07-16 10:45:28 +03:00
parent c72e881595
commit 0c7ce60d1d
9 changed files with 9 additions and 9 deletions

View File

@ -69,7 +69,7 @@ class DinfDistDown(GeoAlgorithm):
}
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'D-Infinity Distance Down'

View File

@ -70,7 +70,7 @@ class DinfDistUp(GeoAlgorithm):
}
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'D-Infinity Distance Up'

View File

@ -59,7 +59,7 @@ class DinfTransLimAccum(GeoAlgorithm):
OUT_CONCENTR_GRID = 'OUT_CONCENTR_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'D-Infinity Transport Limited Accumulation'

View File

@ -59,7 +59,7 @@ class DinfTransLimAccum2(GeoAlgorithm):
OUT_CONCENTR_GRID = 'OUT_CONCENTR_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'D-Infinity Transport Limited Accumulation - 2'

View File

@ -63,7 +63,7 @@ class DropAnalysis(GeoAlgorithm):
STEPS = ['Logarithmic', 'Linear']
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'Stream Drop Analysis'

View File

@ -57,7 +57,7 @@ class GridNet(GeoAlgorithm):
STRAHLER_GRID = 'STRAHLER_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'Grid Network'

View File

@ -54,7 +54,7 @@ class LengthArea(GeoAlgorithm):
STREAM_SOURCE_GRID = 'STREAM_SOURCE_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'Length Area Stream Source'

View File

@ -49,7 +49,7 @@ class PeukerDouglas(GeoAlgorithm):
STREAM_SOURCE_GRID = 'STREAM_SOURCE_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'Peuker Douglas'

View File

@ -54,7 +54,7 @@ class SlopeArea(GeoAlgorithm):
SLOPE_AREA_GRID = 'SLOPE_AREA_GRID'
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../images/taudem.png')
return QIcon(os.path.dirname(__file__) + '/../../images/taudem.png')
def defineCharacteristics(self):
self.name = 'Slope Area Combination'