Skip to content

Commit

Permalink
disabled postgis algs until they are ready
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 9, 2012
1 parent 1c0f7a2 commit d5dc331
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -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'
Expand All @@ -41,7 +38,7 @@ def __init__(self):
AlgorithmProvider.__init__(self)
self.alglist = [ImportVectorIntoGeoServer(), ImportRasterIntoGeoServer(),
CreateWorkspace(), DeleteWorkspace(), DeleteDatastore(),
CreateStyleGeoServer(), PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]
CreateStyleGeoServer()]#] PostGISExecuteSQL(), ImportIntoPostGIS()]#, TruncateSeedGWC()]

def initializeSettings(self):
AlgorithmProvider.initializeSettings(self)
Expand Down

0 comments on commit d5dc331

Please sign in to comment.