Re: [gdal-dev] Supporting measures in ogrinfo

2016-02-16 Thread Ari Jolma
16.02.2016, 15:31, Even Rouault kirjoitti: Le mardi 16 février 2016 14:17:12, Ari Jolma a écrit : I committed a change which adds WKT2 as a new option to the -geom switch. Setting -geom=WKT2 makes ogrinfo print the geometry using WKT according to the new specification ("POINT M (1 2 3)" etc). W

Re: [gdal-dev] Supporting measures in ogrinfo

2016-02-16 Thread Even Rouault
Le mardi 16 février 2016 14:17:12, Ari Jolma a écrit : > I committed a change which adds WKT2 as a new option to the -geom > switch. Setting -geom=WKT2 makes ogrinfo print the geometry using WKT > according to the new specification ("POINT M (1 2 3)" etc). WKT2 makes me rather think to the SRS WKT

[gdal-dev] Supporting measures in ogrinfo

2016-02-16 Thread Ari Jolma
I committed a change which adds WKT2 as a new option to the -geom switch. Setting -geom=WKT2 makes ogrinfo print the geometry using WKT according to the new specification ("POINT M (1 2 3)" etc). Where can one edit the (source) of the page http://www.gdal.org/ogrinfo.html ? Ari