[postgis-tickets] [SCM] PostGIS branch master updated. 3d4d1049c2324b523fe05e3d4b798baf23a4e0d4
git at osgeo.org
git at osgeo.org
Fri Jan 17 14:56:35 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 3d4d1049c2324b523fe05e3d4b798baf23a4e0d4 (commit)
from d5ab9d4e27d0ccbf87e0986b9cfc780e8c6d772e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d4d1049c2324b523fe05e3d4b798baf23a4e0d4
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Jan 17 14:56:26 2020 -0800
fix image reference in hexagon doc
diff --git a/doc/reference_constructor.xml b/doc/reference_constructor.xml
index 1b38b5f..bce1aae 100644
--- a/doc/reference_constructor.xml
+++ b/doc/reference_constructor.xml
@@ -875,7 +875,7 @@ SELECT ST_AsText( ST_TileEnvelope(3, 1, 1, ST_MakeEnvelope(-180, -90, 180, 90, 4
out those that do not intersect their hexagons, we end up with a tiling for
each polygon.</para>
<para><inlinemediaobject><imageobject>
- <imagedata fileref='images/st_hexagongrid02.png' />
+ <imagedata fileref='images/st_hexagongrid03.png' />
</imageobject></inlinemediaobject></para>
<para>Tiling states results in a hexagon coverage of each state, and multiple
hexagons overlapping at the borders between states.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_constructor.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list