[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-43-g8cbb0c2

git at osgeo.org git at osgeo.org
Wed Jul 26 19:46:05 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  8cbb0c21767de8818a98310275c93cc214264549 (commit)
      from  b007fcf313542bbf7e5f94578fee5dc8b6206581 (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 8cbb0c21767de8818a98310275c93cc214264549
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 26 22:45:56 2023 -0400

    Add a note about accessing https resources with ogr_fdw on windows

diff --git a/content/documentation/getting_started/install_windows/enabling_postgis.md b/content/documentation/getting_started/install_windows/enabling_postgis.md
index 320298a..b27d3a5 100644
--- a/content/documentation/getting_started/install_windows/enabling_postgis.md
+++ b/content/documentation/getting_started/install_windows/enabling_postgis.md
@@ -31,7 +31,7 @@ These extensions are part of the PostGIS bundle, but you can also download
 the latest separately in [Unreleased Versions](../unreleased_versions).
 
 #### pgRouting
-As the crow flies distance is not enough, and you need real measures
+If 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.
 
@@ -45,8 +45,12 @@ For loading OpenStreetMap data (OSM) into pgrouting format, you can use [osm2pgr
 These extension you'll find in the `extras` PostgreSQL versioned folder if you want to use not yet released versions.
 
 ```postgres
--- foreign data wrapper for querying external spatial
--- and non-spatial data sources
+/** foreign data wrapper for querying external spatial
+    and non-spatial data sources
+    Note if you get an error accessing https sources,
+    you need to define the CURL_CA_BUNDLE system environment variable to something like
+    C:\Program Files\PostgreSQL\15\ssl\certs\curl-ca-bundle.crt **/
+
 CREATE EXTENSION ogr_fdw;
 
 -- for managing pointcloud data

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

Summary of changes:
 .../getting_started/install_windows/enabling_postgis.md        | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list