[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-433-gde6d58115

git at osgeo.org git at osgeo.org
Mon Jan 31 13:54:31 PST 2022


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  de6d5811516f0a4da81f382525ce89a4ab56297b (commit)
      from  faaff2d1fd2052cc0a03b1238455e60a0835885b (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 de6d5811516f0a4da81f382525ce89a4ab56297b
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Mon Jan 31 13:54:24 2022 -0800

    Fix doc image style color code

diff --git a/doc/html/image_src/styles.conf b/doc/html/image_src/styles.conf
index c23037657..72b5dc58f 100644
--- a/doc/html/image_src/styles.conf
+++ b/doc/html/image_src/styles.conf
@@ -101,7 +101,7 @@ styleName = Result-light
 pointSize = 4
 pointColor = "#ff0000"
 lineWidth = 4
-lineColor = "ff0000"
+lineColor = "#ff0000"
 polygonFillColor = "#ff000020"
 polygonStrokeColor = "#ff0000"
 polygonStrokeWidth = 2
@@ -117,6 +117,17 @@ polygonFillColor = "#ffff99"
 polygonStrokeColor = yellow
 polygonStrokeWidth = 0
 
+[Style]
+# Highlight - Red
+styleName = Highlight-red
+pointSize = 6
+pointColor = red
+lineWidth = 4
+lineColor = red
+polygonFillColor = red
+polygonStrokeColor = red
+polygonStrokeWidth = 0
+
 #-------------------------------------------
 [Style]
 # The bottom layer in the rendered WKT image

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

Summary of changes:
 doc/html/image_src/styles.conf | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list