Revert "compatible with the commit 0ae2084"

This reverts commit 982166728a.

	modified:   pygeoapi/provider/postgresql.py
	modified:   requirements-provider.txt
This commit is contained in:
Jorge S. Mendes de Jesus
2020-02-24 18:49:25 +01:00
parent 982166728a
commit eb2a92de08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ class PostgreSQLProvider(BaseProvider):
properties=properties, bbox=bbox)
sql_query = SQL("DECLARE \"geo_cursor\" CURSOR FOR \
SELECT DISTINCT {},ST_AsGeoJSON({}) FROM {}{}").\
SELECT {},ST_AsGeoJSON({}) FROM {}{}").\
format(db.columns,
Identifier(self.geom),
Identifier(self.table),
+1 -1
View File
@@ -1,4 +1,4 @@
elasticsearch==7.1.0
GDAL>=2.2,<3.0
psycopg2-binary==2.7.6
psycopg2==2.7.6
pymongo