mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-20 00:06:36 -04:00
Merge pull request #8908 from neteler/patch-76
Complete grass76 support
This commit is contained in:
commit
e3fda18aca
@ -132,8 +132,8 @@ class Grass7Utils:
|
|||||||
Find GRASS binary path on the operating system.
|
Find GRASS binary path on the operating system.
|
||||||
Sets global variable Grass7Utils.command
|
Sets global variable Grass7Utils.command
|
||||||
"""
|
"""
|
||||||
cmdList = ["grass74", "grass72", "grass71", "grass70", "grass",
|
cmdList = ["grass76", "grass74", "grass72", "grass70", "grass",
|
||||||
"grass74.sh", "grass72.sh", "grass71.sh", "grass70.sh", "grass.sh"]
|
"grass76.sh", "grass74.sh", "grass72.sh", "grass70.sh", "grass.sh"]
|
||||||
|
|
||||||
def searchFolder(folder):
|
def searchFolder(folder):
|
||||||
"""
|
"""
|
||||||
@ -544,7 +544,7 @@ class Grass7Utils:
|
|||||||
return 'https://grass.osgeo.org/grass{}/manuals/'.format(version)
|
return 'https://grass.osgeo.org/grass{}/manuals/'.format(version)
|
||||||
else:
|
else:
|
||||||
# GRASS not available!
|
# GRASS not available!
|
||||||
return 'https://grass.osgeo.org/grass72/manuals/'
|
return 'https://grass.osgeo.org/grass76/manuals/'
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getSupportedOutputRasterExtensions():
|
def getSupportedOutputRasterExtensions():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user