Re: [gdal-dev] OGR support for POINT ZM

2014-08-12 Thread Even Rouault
Selon Gottfried Mandlburger : > Dear GDAL/OGR team, > > I just realized that there is no support for the OGC "POINT ZM" geometry > in GDAL/OGR. It is well possible to read in a 3D point with an > additional attribute from the following OGC compliant WKT string... > > POINT ZM(1. 2. 3. 4.) > > ...

Re: [gdal-dev] OGR support for POINT ZM

2014-08-12 Thread Mateusz Łoskot
On 12 August 2014 17:54, Gottfried Mandlburger wrote: > > Any plans to add POINT ZM support in GDAL in the near future? It was proposed to Google Summer of Code [1] this year, but not selected. I'm not sure if there is any ongoing initiative. [1] http://trac.osgeo.org/gdal/wiki/SummerOfCode Bes

[gdal-dev] OGR support for POINT ZM

2014-08-12 Thread Gottfried Mandlburger
Dear GDAL/OGR team, I just realized that there is no support for the OGC "POINT ZM" geometry in GDAL/OGR. It is well possible to read in a 3D point with an additional attribute from the following OGC compliant WKT string... POINT ZM(1. 2. 3. 4.) ... but the attribute value (i.e. 4.) is silen