Re: [gdal-dev] WFS Vector Layer Improvement

2021-08-28 Thread Brad Hards
On Sunday, 29 August 2021 4:06:33 PM AEST aharon david wrote: > I want to suggest an improvement in WFS Vector Layer. You can make Pull Requests at https://github.com/OSGeo/gdal Please check the CONTRIBUTING.md file in that repository (or your checkout) first. Brad _

[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

Re: [gdal-dev] ECEF CRS

2021-08-28 Thread Even Rouault
Le 28/08/2021 à 18:08, aharon david a écrit : 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 th

Re: [gdal-dev] WKT user data

2021-08-28 Thread Even Rouault
Hi, What is the formal way for storing a user data section into a WKT ? Not completely sure what you've in mind, and assuming you speak about WKT CRS, probably using the REMARK[] optional node. See http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#38 (there are other examples using RE

[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