Skip to content

Commit

Permalink
Resurrect GDAL import to PostGIS (available connections) alg
Browse files Browse the repository at this point in the history
Fixes #17605
  • Loading branch information
nyalldawson committed Dec 8, 2017
1 parent 3a5caaf commit 846400c
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 146 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/gdal/GdalAlgorithmProvider.py
Expand Up @@ -82,10 +82,10 @@
from .ogr2ogr import ogr2ogr
from .ogrinfo import ogrinfo
from .OgrToPostGis import OgrToPostGis
from .ogr2ogrtopostgislist import Ogr2OgrToPostGisList
from .OneSideBuffer import OneSideBuffer
from .PointsAlongLines import PointsAlongLines

# from .ogr2ogrtopostgislist import Ogr2OgrToPostGisList
# from .ogr2ogrtabletopostgislist import Ogr2OgrTableToPostGisList

pluginPath = os.path.normpath(os.path.join(
Expand Down Expand Up @@ -187,9 +187,9 @@ def loadAlgorithms(self):
ogr2ogr(),
ogrinfo(),
OgrToPostGis(),
Ogr2OgrToPostGisList(),
OneSideBuffer(),
PointsAlongLines(),
# Ogr2OgrToPostGisList(),
# Ogr2OgrTableToPostGisList(),
]
for a in self.algs:
Expand Down

0 comments on commit 846400c

Please sign in to comment.