[SCM] PostGIS branch master updated. 3.6.0rc2-219-ge137ea4cb
git at osgeo.org
git at osgeo.org
Tue Nov 25 11:34:12 PST 2025
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 e137ea4cb571d659520bb25d803d24a51b4d5850 (commit)
from 6bc133599bd77505649192a48e5986dd85cb5633 (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 e137ea4cb571d659520bb25d803d24a51b4d5850
Author: Regina Obe <lr at pcorp.us>
Date: Tue Nov 25 14:33:25 2025 -0500
Minor doc cleanup
Add 3.7 to version what's new section
diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml
index 8ddd36ab8..2889f6286 100644
--- a/doc/extras_tigergeocoder.xml
+++ b/doc/extras_tigergeocoder.xml
@@ -52,7 +52,7 @@ you can upgrade the scripts using the accompanying upgrade_geocoder.bat
<listitem><para><link xlink:href="http://wiki.openstreetmap.org/wiki/Nominatim">Nominatim</link>
uses OpenStreetMap gazeteer formatted data. It requires osm2pgsql for loading the data together with PostgreSQL and PostGIS. It is packaged as a webservice interface and seems designed to be called as a webservice.
Just like the TIGER Geocoder, it has both a geocoder and a reverse geocoder component. From the documentation, it is unclear if it has a pure SQL interface like the TIGER Geocoder, or if a good deal of the logic is implemented in the web interface.</para></listitem>
- <listitem><para><link xlink:href="http://www.gisgraphy.com/">GIS Graphy</link> also utilizes PostGIS and like Nominatim works with OpenStreetMap (OSM) data. It comes with a loader to load OSM data and similar to Nominatim is capable of geocoding not just US. Much like Nominatim, it runs as a webservice and relies on Java 1.5, Servlet apps, Solr. GisGraphy is cross-platform and also has a reverse geocoder among some other neat features.</para></listitem>
+ <listitem><para><link xlink:href="https://www.gisgraphy.com/">GIS Graphy</link> can utilize PostGIS and like Nominatim uses OpenStreetMap (OSM) data along with some other sources. It comes with a loader to load OSM data and similar to Nominatim is capable of geocoding not just US. Much like Nominatim, it runs as a webservice and relies on Java 1.5, Servlet apps, Solr. GisGraphy is cross-platform and also has a reverse geocoder among some other neat features.</para></listitem>
</itemizedlist>
<refentry xml:id="Drop_Indexes_Generate_Script">
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index af249573e..502fcb873 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -1937,12 +1937,13 @@ msgstr ""
#. Tag: para
#, no-c-format
msgid ""
-"<link xlink:href=\"http://www.gisgraphy.com/\">GIS Graphy</link> also "
-"utilizes PostGIS and like Nominatim works with OpenStreetMap (OSM) data. It "
-"comes with a loader to load OSM data and similar to Nominatim is capable of "
-"geocoding not just US. Much like Nominatim, it runs as a webservice and "
-"relies on Java 1.5, Servlet apps, Solr. GisGraphy is cross-platform and also "
-"has a reverse geocoder among some other neat features."
+"<link xlink:href=\"https://www.gisgraphy.com/\">GIS Graphy</link> can "
+"utilize PostGIS and like Nominatim uses OpenStreetMap (OSM) data along with "
+"some other sources. It comes with a loader to load OSM data and similar to "
+"Nominatim is capable of geocoding not just US. Much like Nominatim, it runs "
+"as a webservice and relies on Java 1.5, Servlet apps, Solr. GisGraphy is "
+"cross-platform and also has a reverse geocoder among some other neat "
+"features."
msgstr ""
#. Tag: refpurpose
diff --git a/doc/xsl-config.xml b/doc/xsl-config.xml
index c4395a8fa..fe373c755 100644
--- a/doc/xsl-config.xml
+++ b/doc/xsl-config.xml
@@ -21,6 +21,7 @@
<!-- List of maj/min versions we want to know about -->
<postgis_versions>
+ <v>3.6</v>
<v>3.6</v>
<v>3.5</v>
<v>3.4</v>
-----------------------------------------------------------------------
Summary of changes:
doc/extras_tigergeocoder.xml | 2 +-
doc/po/templates/postgis-manual.pot | 13 +++++++------
doc/xsl-config.xml | 1 +
3 files changed, 9 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list