From 45fb1a1b240c6ed7997513e078efbcf7303135ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicklas=20Av=C3=A9n?= Date: Tue, 14 Oct 2014 18:25:27 +0000 Subject: [PATCH] Update url to twkb-specification and client example git-svn-id: http://svn.osgeo.org/postgis/trunk@13068 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_output.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0