From 724e50dee365f7aa146440563c7a60bfafb13fa1 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 20 Nov 2013 13:45:36 +0100 Subject: [PATCH] Fix documentation for CSV export format Geoms are in hexewkb, not ewkt. --- NEWS.md | 2 ++ doc/API.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 84839e21..75217c29 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ 1.7.1 - 2013-MM-DD ------------------ +* Fix documentation for CSV export format: geoms are in hexewkb, not ewkt. + 1.7.0 - 2013-11-19 ------------------ diff --git a/doc/API.md b/doc/API.md index f6e938dc..62e9dae0 100644 --- a/doc/API.md +++ b/doc/API.md @@ -111,9 +111,9 @@ The GeoJSON response is follows: ### CSV CSV export format has field names in first line (header), -uses CR/NL line endings and EWKT format for geometri fields. +uses CR/NL line endings and HEXEWKB format for geometry fields. -See https://github.com/postgis/postgis/blob/svn-trunk/doc/ZMSgeoms.txt#L173 +See https://github.com/postgis/postgis/blob/svn-trunk/doc/ZMSgeoms.txt#L42 ### KML