mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
disabled postgis algs until they are ready
This commit is contained in:
parent
1c0f7a2279
commit
d5dc331fab
@ -16,9 +16,6 @@
|
||||
* *
|
||||
***************************************************************************
|
||||
"""
|
||||
from sextante.admintools.PostGISExecuteSQL import PostGISExecuteSQL
|
||||
from sextante.admintools.ImportIntoPostGIS import ImportIntoPostGIS
|
||||
|
||||
__author__ = 'Victor Olaya'
|
||||
__date__ = 'October 2012'
|
||||
__copyright__ = '(C) 2012, Victor Olaya'
|
||||
@ -41,7 +38,7 @@ class AdminToolsAlgorithmProvider(AlgorithmProvider):
|
||||
AlgorithmProvider.__init__(self)
|
||||
self.alglist = [ImportVectorIntoGeoServer(), ImportRasterIntoGeoServer(),
|
||||
CreateWorkspace(), DeleteWorkspace(), DeleteDatastore(),
|
||||
CreateStyleGeoServer(), PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]
|
||||
CreateStyleGeoServer()]#] PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]
|
||||
|
||||
def initializeSettings(self):
|
||||
AlgorithmProvider.initializeSettings(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user