From: Sandro Santilli Date: Thu, 15 Dec 2011 15:11:40 +0000 (+0000) Subject: Fix documentation for the new option for GML box output X-Git-Tag: 2.0.0alpha1~443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf368abd61e7a358b4be72bfb094fa32b2c72e81;p=postgis Fix documentation for the new option for GML box output git-svn-id: http://svn.osgeo.org/postgis/trunk@8430 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_output.xml b/doc/reference_output.xml index 4f21b0fb1..933be8685 100644 --- a/doc/reference_output.xml +++ b/doc/reference_output.xml @@ -515,7 +515,7 @@ st_asgeojson - 32: Output the box of the geometry (envelope). Only available for GML 3.1. + 32: Output the box of the geometry (envelope). @@ -526,7 +526,7 @@ namespace prefix or no prefix (if empty). If null or omitted 'gml' prefix is use Availability: 1.3.2 Availability: 1.5.0 geography support was introduced. - Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was introduced to allow using LineString instead of Curve tag for lines. GML3 Support for Polyhedral surfaces and TINS was introduced. + Enhanced: 2.0.0 prefix support was introduced. Option 4 for GML3 was introduced to allow using LineString instead of Curve tag for lines. GML3 Support for Polyhedral surfaces and TINS was introduced. Option 32 was introduced to output the box.