disabled postgis algs until they are ready

This commit is contained in:
Victor Olaya 2012-11-10 00:36:06 +01:00
parent 1c0f7a2279
commit d5dc331fab

View File

@ -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)