[postgis-tickets] [PostGIS] #4612: No WFS support for OGR FDW under Windows
PostGIS
trac at osgeo.org
Thu Jan 2 07:54:04 PST 2020
#4612: No WFS support for OGR FDW under Windows
------------------------------------+----------------------------------
Reporter: davis | Owner: robe
Type: defect | Status: new
Priority: high | Milestone: PostGIS 3.0.1
Component: build/upgrade/install | Version: 3.0.x
Resolution: | Keywords: wfs, ogr fdw windows
------------------------------------+----------------------------------
Comment (by robe):
Okay I was able to replicate the issue on my:
{{{
PostgreSQL 12.1, compiled by Visual C++ build 1914, 64-bit POSTGIS="3.0.0
r17983" [EXTENSION] PGSQL="120" GEOS="3.8.0-CAPI-1.13.1 " PROJ="Rel.
5.2.0, September 15th, 2018" GDAL="GDAL 2.4.3, released 2019/10/28"
LIBXML="2.9.9" LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.4.3 (Internal)"
TOPOLOGY RASTER
}}}
doing
{{{
CREATE SERVER geoserver
FOREIGN DATA WRAPPER ogr_fdw
OPTIONS (
datasource 'WFS:https://demo.geo-solutions.it/geoserver/wfs',
format 'WFS' );
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4612#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list