[postgis-tickets] r16884 - Pass clean html parameter, fix a couple old references that should be <warning>

Paul Ramsey pramsey at cleverelephant.ca
Fri Oct 12 01:33:09 PDT 2018


Author: pramsey
Date: 2018-10-12 13:33:09 -0700 (Fri, 12 Oct 2018)
New Revision: 16884

Modified:
   trunk/doc/Makefile.in
   trunk/doc/reference_output.xml
   trunk/doc/reference_processing.xml
Log:
Pass clean html parameter, fix a couple old references that should be <warning>


Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in	2018-10-12 19:57:59 UTC (rev 16883)
+++ trunk/doc/Makefile.in	2018-10-12 20:33:09 UTC (rev 16884)
@@ -58,6 +58,7 @@
 	--param funcsynopsis.style kr \
 	--param admon.graphics 1 \
 	--param admon.textlabel 0 \
+	--param make.clean.html 1 \
 	--param simplesect.in.toc 0 \
 	--param use.id.as.filename 1 \
 	--param chunk.quietly 1 \

Modified: trunk/doc/reference_output.xml
===================================================================
--- trunk/doc/reference_output.xml	2018-10-12 19:57:59 UTC (rev 16883)
+++ trunk/doc/reference_output.xml	2018-10-12 20:33:09 UTC (rev 16884)
@@ -272,9 +272,9 @@
 			<note>
 			  <para>The WKT spec does not include the SRID.  To get the OGC WKT format use ST_AsText.</para>
 			</note>
-			<para><inlinegraphic fileref="images/warning.png" />
-				WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.
-			</para>
+			<warning>
+        <para>WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.</para>
+			</warning>
 			<note>
 			  <para>ST_AsEWKT is the reverse of <xref linkend="ST_GeomFromEWKT" />.  Use <xref linkend="ST_GeomFromEWKT" /> to convert to a postgis geometry from ST_AsEWKT representation.</para>
 			</note>
@@ -954,9 +954,9 @@
 			  <para>The WKT spec does not include the SRID.  To get the SRID as part of the data, use the non-standard
 				PostGIS <xref linkend="ST_AsEWKT" /></para>
 			</note>
-			<para><inlinegraphic fileref="images/warning.png" />
-				WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.
-			</para>
+      <warning>
+			<para>WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport.</para>
+      </warning>
 			<note>
 			  <para>ST_AsText is the reverse of <xref linkend="ST_GeomFromText" />.  Use <xref linkend="ST_GeomFromText" /> to convert to a postgis geometry from ST_AsText representation.</para>
 			</note>

Modified: trunk/doc/reference_processing.xml
===================================================================
--- trunk/doc/reference_processing.xml	2018-10-12 19:57:59 UTC (rev 16883)
+++ trunk/doc/reference_processing.xml	2018-10-12 20:33:09 UTC (rev 16884)
@@ -68,8 +68,8 @@
 			<note><para>Negative radii: For polygons, a negative radius can be used, which will shrink the polygon rather than expanding it.</para></note>
 				<note><para>Geography: For geography this is really a thin wrapper around the geometry implementation. It first determines the best SRID that
 					fits the bounding box of the geography object (favoring UTM, Lambert Azimuthal Equal Area (LAEA) north/south pole, and falling back on mercator in worst case scenario) and then buffers in that planar spatial ref and retransforms back to WGS84 geography.</para></note>
-			<para><inlinegraphic fileref="images/warning.png" />
-			For geography this may not behave as expected if object is sufficiently large that it falls between two UTM zones or crosses the dateline</para>
+			<warning><para>
+			For geography this may not behave as expected if object is sufficiently large that it falls between two UTM zones or crosses the dateline</para></warning>
 				<para>Enhanced: 2.5.0 - ST_Buffer geometry support was enhanced to allow for side buffering specification <code>side=both|left|right</code>.</para>
 				<para>Availability: 1.5 - ST_Buffer was enhanced to support different endcaps and join types. These are useful for example to convert road linestrings
 					into polygon roads with flat or square edges instead of rounded edges. Thin wrapper for geography was added. - requires GEOS >= 3.2 to take advantage of advanced geometry functionality.
@@ -2880,9 +2880,9 @@
 			plotted in a 180 centric map</para>
 		<note><para>This is only useful for data in long lat e.g. 4326 (WGS 84 long lat)</para></note>
 
-		<para><inlinegraphic fileref="images/warning.png" />
-			Pre-1.3.4 bug prevented this from working for MULTIPOINT. 1.3.4+ works with MULTIPOINT as well.
-		</para>
+		<warning>
+			<para>Pre-1.3.4 bug prevented this from working for MULTIPOINT. 1.3.4+ works with MULTIPOINT as well.</para>
+    </warning>
 
 		<para>&Z_support;</para>
 		<para>Enhanced: 2.0.0 support for Polyhedral surfaces and TIN was introduced.</para>



More information about the postgis-tickets mailing list