From: Nicklas Avén Date: Tue, 14 Oct 2014 18:25:27 +0000 (+0000) Subject: Update url to twkb-specification and client example X-Git-Tag: 2.2.0rc1~782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45fb1a1b240c6ed7997513e078efbcf7303135ed;p=postgis Update url to twkb-specification and client example git-svn-id: http://svn.osgeo.org/postgis/trunk@13068 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index cf7598724..9b5286dec 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -1178,7 +1178,7 @@ SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)')); The third parameter is optional. It is used to give each TWKB-geometry an unique ID The fourth parameter is optional. If it is set to true, the size of the geometry is included - TWKB is still a moving target. The format is described https://github.com/nicklasaven/TWKB , and code for building a client can be found https://github.com/nicklasaven/twkb_web" + TWKB is still a moving target. The format is described https://github.com/TWKB/Specification , and code for building a client can be found https://github.com/TWKB/twkb.js TWKB doesn't make any difference of Z and M. So PointM and PointZ will give the same twkb representation.