]> granicus.if.org Git - postgis/commitdiff
get rid of dangling para mark
authorRegina Obe <lr@pcorp.us>
Sat, 9 May 2015 23:13:29 +0000 (23:13 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 9 May 2015 23:13:29 +0000 (23:13 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13487 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_output.xml

index 59c7f7543c26d91d14906cfaeff0fc4dae2b6ef0..235d2096d7453b8d75801bf8e60ff094a5237028 100644 (file)
@@ -786,22 +786,23 @@ SELECT ST_AsGML(3, ST_GeomFromEWKT('POLYHEDRALSURFACE( ((0 0 0, 0 0 1, 0 1 1, 0
                    <para>Below is how we currently map PostGIS 2D/3D types to X3D types</para>
                </note>
                
-               <para>The 'options' argument is a bitfield. For PostGIS 2.2+, this is used to denote whether to represent coordinates with X3D GeoCoordinates Geospatial node and also whether to flip the x/y axis.  By default, <code>ST_AsX3D</code> outputs in database form (long,lat or X,Y), but X3D default of lat/lon, y/x may be preferred.</para>
-          <itemizedlist>
-                <listitem>
-                  <para>0: X/Y in database order (e.g. long/lat = X,Y is standard database order), default value, and non-spatial coordinates (just regular old Coordinate tag).</para>
-                </listitem>
-
-                <listitem>
-                  <para>1: Flip X and Y.  If used in conjunction with the GeoCoordinate option switch, then output will be default "latitude_first" and coordinates will be flipped as well.</para>
-                </listitem>
-
-                <listitem>
-                  <para>2: Output coordinates in GeoSpatial GeoCoordinates.  This option will throw an error if geometries are not in WGS 84 long lat (srid: 4326). This is currenlty the only GeoCoordinate type supported.  <ulink url="http://www.web3d.org/documents/specifications/19775-1/V3.2/Part01/components/geodata.html#Specifyingaspatialreference">Refer to X3D specs specifying a spatial reference system.</ulink>. Default output will be <code>GeoCoordinate geoSystem='"GD" "WE" "longitude_first"'</code>.  If
-                  you prefer the X3D default of  <code>GeoCoordinate geoSystem='"GD" "WE" "latitude_first"'</code> use <code>(2 + 1)</code> = <code>3</code> </para>
-                </listitem>
-          </itemizedlist>
-        </para>
+        <para>The 'options' argument is a bitfield. For PostGIS 2.2+, this is used to denote whether to represent coordinates with X3D GeoCoordinates Geospatial node and also whether to flip the x/y axis.  By default, <code>ST_AsX3D</code> outputs in database form (long,lat or X,Y), but X3D default of lat/lon, y/x may be preferred.</para>
+       
+        <itemizedlist>
+            <listitem>
+              <para>0: X/Y in database order (e.g. long/lat = X,Y is standard database order), default value, and non-spatial coordinates (just regular old Coordinate tag).</para>
+            </listitem>
+        
+            <listitem>
+              <para>1: Flip X and Y.  If used in conjunction with the GeoCoordinate option switch, then output will be default "latitude_first" and coordinates will be flipped as well.</para>
+            </listitem>
+        
+            <listitem>
+              <para>2: Output coordinates in GeoSpatial GeoCoordinates.  This option will throw an error if geometries are not in WGS 84 long lat (srid: 4326). This is currenlty the only GeoCoordinate type supported.  <ulink url="http://www.web3d.org/documents/specifications/19775-1/V3.2/Part01/components/geodata.html#Specifyingaspatialreference">Refer to X3D specs specifying a spatial reference system.</ulink>. Default output will be <code>GeoCoordinate geoSystem='"GD" "WE" "longitude_first"'</code>.  If
+              you prefer the X3D default of  <code>GeoCoordinate geoSystem='"GD" "WE" "latitude_first"'</code> use <code>(2 + 1)</code> = <code>3</code> </para>
+            </listitem>
+        </itemizedlist>
+        
                
                <informaltable>
                                <tgroup cols="3">