Fix documentation for CSV export format
Geoms are in hexewkb, not ewkt.
This commit is contained in:
parent
22fba12dca
commit
724e50dee3
2
NEWS.md
2
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
|
||||
------------------
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user