[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha3-39-g2c29b14
git at osgeo.org
git at osgeo.org
Mon Dec 7 17:08:31 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 2c29b14327957a2762a63af98da1e7994f1e28be (commit)
from ed2e5a8aab00a0e91e1e18c69a9ec6a1137e412b (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 2c29b14327957a2762a63af98da1e7994f1e28be
Author: Martin Davis <mtnclimb at gmail.com>
Date: Mon Dec 7 17:08:23 2020 -0800
Misc Doc Usage changes
diff --git a/doc/performance_tips.xml b/doc/performance_tips.xml
index e567f5a..3cc188b 100644
--- a/doc/performance_tips.xml
+++ b/doc/performance_tips.xml
@@ -17,7 +17,7 @@
information).</para>
<para>The problem appears if you happen to have a table with rather
- large geometries, but not too manyrows of them (like a table containing
+ large geometries, but not too many rows of them (like a table containing
the boundaries of all European countries in high resolution). Then the
table itself is small, but it uses lots of TOAST space. In our example
case, the table itself had about 80 rows and used only 3 data pages, but
diff --git a/doc/reference_relationship.xml b/doc/reference_relationship.xml
index fff8479..65fe750 100644
--- a/doc/reference_relationship.xml
+++ b/doc/reference_relationship.xml
@@ -1512,7 +1512,7 @@ FF1FF0102
<refnamediv>
<refname>ST_RelateMatch</refname>
- <refpurpose>Returns true if a DE-9IM Intersection Matrix value matches an Intersection Matrix pattern
+ <refpurpose>Tests if a DE-9IM Intersection Matrix matches an Intersection Matrix pattern
</refpurpose>
</refnamediv>
diff --git a/doc/usage.xml b/doc/usage.xml
index 1df9965..09c1c2e 100644
--- a/doc/usage.xml
+++ b/doc/usage.xml
@@ -3,12 +3,12 @@
<title>PostGIS Usage</title>
&using_postgis_dataman;
+ &performance_tips;
&using_postgis_app;
&using_raster_dataman;
&extras_topology;
&extras_address_standardizer;
&extras;
- &performance_tips;
<!-- &extras_historytable; why not here/disabled ? -->
<!-- &extras_tigergeocoder; is in extras.xml -->
diff --git a/doc/using_postgis_app.xml b/doc/using_postgis_app.xml
index 642ac51..9c918fd 100644
--- a/doc/using_postgis_app.xml
+++ b/doc/using_postgis_app.xml
@@ -5,7 +5,7 @@
<title>Using MapServer</title>
<para>The Minnesota MapServer is an internet web-mapping server which
- conforms to the OpenGIS Web Mapping Server specification.</para>
+ conforms to the OpenGIS Web Map Service specification.</para>
<itemizedlist>
<listitem>
@@ -14,7 +14,7 @@
</listitem>
<listitem>
- <para>The OpenGIS Web Map Specification is at <ulink
+ <para>The OpenGIS Web Map Service specification is at <ulink
url="http://www.opengeospatial.org/standards/wms">http://www.opengeospatial.org/standards/wms</ulink>.</para>
</listitem>
</itemizedlist>
@@ -22,9 +22,9 @@
<sect3>
<title>Basic Usage</title>
- <para>To use PostGIS with MapServer, you will need to know about how to
+ <para>To use PostGIS with MapServer, you need to know how to
configure MapServer, which is beyond the scope of this documentation.
- This section will cover specific PostGIS issues and configuration
+ This section covers specific PostGIS issues and configuration
details.</para>
<para>To use PostGIS with MapServer, you will need:</para>
@@ -40,7 +40,7 @@
</itemizedlist>
<para>MapServer accesses PostGIS/PostgreSQL data like any other
- PostgreSQL client -- using the <filename>libpq</filename> interface. This means that
+ PostgreSQL client, using the <filename>libpq</filename> interface. This means that
MapServer can be installed on any machine with network access to the
PostGIS server, and use PostGIS as a source of data. The faster the connection
between the systems, the better.</para>
-----------------------------------------------------------------------
Summary of changes:
doc/performance_tips.xml | 2 +-
doc/reference_relationship.xml | 2 +-
doc/usage.xml | 2 +-
doc/using_postgis_app.xml | 10 +++++-----
4 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list