Fix documentation for CSV export format

Geoms are in hexewkb, not ewkt.
This commit is contained in:
Sandro Santilli 2013-11-20 13:45:36 +01:00
parent 22fba12dca
commit 724e50dee3
2 changed files with 4 additions and 2 deletions

View File

@ -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
------------------

View File

@ -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