Re: [gdal-dev] WFS Vector Layer Improvement

2021-08-30 Thread aharon david
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.

[gdal-dev] WFS Vector Layer Improvement

2021-08-28 Thread aharon david
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

[gdal-dev] WKT user data

2021-08-28 Thread aharon david
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

[gdal-dev] ECEF CRS

2021-08-28 Thread aharon david
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

[gdal-dev] proj_context_set_network_callbacks

2021-06-26 Thread aharon david
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-