Thanks! It is very helpful.
Aharon David.
בתאריך יום ב׳, 30 באוג׳ 2021 ב-12:15 מאת Robert Coup <
robert.c...@koordinates.com>:
> FYI, the way it works with GeoServer is to use the URL paths:
>
> /geoserver/wfs?service=WFS&request=GetCapabilities&version=2.
Hi,
I want to suggest an improvement in WFS Vector Layer.
my suggestion is just to remove the lines 839 and 840:
osURL = CPLURLAddKVP(osURL, "TYPENAME", nullptr);
osURL = CPLURLAddKVP(osURL, "TYPENAMES", nullptr);
in file: "gdal-3.3.1\ogr\ogrsf_frmts\wfs\ogrwfsdatasource.cpp".
The big advan
Hi,
What is the formal way for storing a user data section into a WKT ?
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
Hi,
ECEF is a pure matemtiacl Coordinate System
In that way it is not reflect an area on the real world.
Suppose that I got from some where, a layer with an ECEF CRS, is there a
way to know what was the original CRS (that reflected on earth) of this
layer?
Is there a way to create ECEF layer and k
I want to get a callback when GTX file is needed.
but proj_context_set_network_callbacks need PJ_CONTEXT.
How can I get PJ_CONTEXT from OGRSpatialReference.
Is there another way to get a callback when GTX file is needed ?
___
gdal-dev mailing list
gdal-