[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-10-gde5c66f

git at osgeo.org git at osgeo.org
Sun May 14 10:16:42 PDT 2023


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.net".

The branch, website has been updated
       via  de5c66f235729a4ef676eb6d3a55a871abfa8ccc (commit)
      from  1aaaff08be4a1938e03d81c71506743d7dd0581e (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 de5c66f235729a4ef676eb6d3a55a871abfa8ccc
Author: Regina Obe <lr at pcorp.us>
Date:   Sun May 14 13:16:36 2023 -0400

    More cleanup and word-smithing

diff --git a/content/documentation/getting_started/install_windows/enabling_postgis.md b/content/documentation/getting_started/install_windows/enabling_postgis.md
index beec90c..edb60d7 100644
--- a/content/documentation/getting_started/install_windows/enabling_postgis.md
+++ b/content/documentation/getting_started/install_windows/enabling_postgis.md
@@ -30,19 +30,21 @@ CREATE EXTENSION postgis_tiger_geocoder;
 These extensions are part of the PostGIS bundle, but you can also download
 the latest separately in [Unreleased Versions](../unreleased_versions).
 
-If you want to use pgrouting, download the respective one for your PostgreSQL/
+As the crow flies distance is not enough, and you need real measures
+of time based on road paths, walking paths, bike paths, and other obstacles,
+then pgRouting is for you.  Run below to start your routing journey.
 
 ```postgres
 CREATE EXTENSION pgrouting;
 ```
 
-For loading OpenStreetMap data (OSM) into pgrouting format, you can use [osm2po](https://osm2po.de/) or [osm2pgrouting][10]. Windows binaries for osm2pgrouting can be found alongside pgrouting for each version. Refer to instructions in the zip.
+For loading OpenStreetMap data (OSM) into pgrouting format, you can use [osm2pgrouting][10] or [osm2po](https://osm2po.de/). Windows binaries for osm2pgrouting can be found alongside pgrouting for each version and are included in the windows bundle. Refer to instructions in the zip.
 
 Additional extensions included in the PostGIS Bundle, that are not part of PostGIS project
-are the following. These ones you'll find in the `extras` folder if you want to use not yet released versions.
+are the following. These ones you'll find in the `extras` PostgreSQL versioned folder if you want to use not yet released versions.
 
 ```postgres
--- for querying external spatial
+-- foreign data wrapper for querying external spatial
 -- and non-spatial data sources
 CREATE EXTENSION ogr_fdw;
 
diff --git a/content/documentation/getting_started/install_windows/released_versions.md b/content/documentation/getting_started/install_windows/released_versions.md
index 11f90a8..68b2632 100644
--- a/content/documentation/getting_started/install_windows/released_versions.md
+++ b/content/documentation/getting_started/install_windows/released_versions.md
@@ -1,5 +1,5 @@
 ---
-title: Released Versions
+title: Latest Released Version
 date: 2022-02-01
 weight: 10
 geekdocHidden: true
@@ -12,7 +12,7 @@ The rerelease includes updated pgRouting updated to 3.4.2 and a [fix for packagi
 
 There was also an issue with the PostgreSQL 13 which made it inaccessible from application stackbuilder.
 
-Binaries for versions of PostgreSQL 11-15 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 11-15(64-bit) are available on stackbuilder and [OSGeo downloads][5].
+Binaries for versions of PostgreSQL 11-15 (64-bit) available in `Unreleased PostGIS Versions` and [OSGeo downloads][5]). Installers for 11-15(64-bit) and older releases of PostGIS are available on stackbuilder and [OSGeo downloads][5].
 
 New feature in this release is [h3-pg](https://github.com/zachasme/h3-pg) which includes `h3` and `h3_postgis` extensions for utilizing Uber's Hexagon indexing system within PostgreSQL.
 
@@ -36,7 +36,7 @@ PostGIS 3.3.2 bundle includes:
   * [h3-pg](https://github.com/zachasme/h3-pg) 4.0.3 - this is the first PostGIS Bundle to include this feature
     for using Uber h3 api and converting h3 index representations to postgis geometry/geography.
 
-The simplest way to get PostGIS on Windows for the EnterpriseDb Windows PostgreSQL distribution is using the StackBuilder. 
+The simplest way to get PostGIS on Windows for the EnterpriseDb Windows PostgreSQL distribution is using the StackBuilder.
 
 Refer to [An Almost Idiot's Guide Installing PostGIS on Windows][4]
 
@@ -53,4 +53,4 @@ they are available:
 [4]: https://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01
 [5]: https://download.osgeo.org/postgis/windows
 [6]: https://download.osgeo.org/postgis/windows/source
-[7]: http://nsis.sourceforge.net/Download
\ No newline at end of file
+[7]: http://nsis.sourceforge.net/Download

-----------------------------------------------------------------------

Summary of changes:
 .../getting_started/install_windows/enabling_postgis.md        | 10 ++++++----
 .../getting_started/install_windows/released_versions.md       |  8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list