From d1ab432e0a9d823334c6a50e9fb009264cff504e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 4 Sep 2012 12:43:33 +0000 Subject: [PATCH] Re-quote the styles, needed here Here is ImageMagick 6.5.7-8 2012-08-17 Q16 Didn't look what exactly parses styles.conf git-svn-id: http://svn.osgeo.org/postgis/trunk@10224 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/image_src/styles.conf | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/html/image_src/styles.conf b/doc/html/image_src/styles.conf index acca3c10e..8c1fd5a17 100644 --- a/doc/html/image_src/styles.conf +++ b/doc/html/image_src/styles.conf @@ -21,44 +21,44 @@ polygonStrokeWidth = 0 # The bottom layer in the rendered WKT image styleName = Style1 pointSize = 6 -pointColor = #00bfff +pointColor = '#00bfff' lineWidth = 7 -lineColor = #00bfff -polygonFillColor = #00bfff -polygonStrokeColor = #00bfff +lineColor = '#00bfff' +polygonFillColor = '#00bfff' +polygonStrokeColor = '#00bfff' polygonStrokeWidth = 0 [Style] # The bottom layer in the rendered WKT image styleName = Style1-alpha pointSize = 6 -pointColor = #0000ff80 +pointColor = '#0000ff80' lineWidth = 7 -lineColor = #0000ff80 -polygonFillColor = #0000ff80 -polygonStrokeColor = #0000ff80 +lineColor = '#0000ff80' +polygonFillColor = '#0000ff80' +polygonStrokeColor = '#0000ff80' polygonStrokeWidth = 0 [Style] # The bottom layer in the rendered WKT image styleName = Style1-thinline pointSize = 6 -pointColor = #00bfff +pointColor = '#00bfff' lineWidth = 3 -lineColor = #00bfff -polygonFillColor = #00bfff -polygonStrokeColor = #00bfff +lineColor = '#00bfff' +polygonFillColor = '#00bfff' +polygonStrokeColor = '#00bfff' polygonStrokeWidth = 0 [Style] # The bottom layer in the rendered WKT image styleName = Style1-mediumline pointSize = 6 -pointColor = #00bfff +pointColor = '#00bfff' lineWidth = 5 -lineColor = #00bfff -polygonFillColor = #00bfff -polygonStrokeColor = #00bfff +lineColor = '#00bfff' +polygonFillColor = '#00bfff' +polygonStrokeColor = '#00bfff' polygonStrokeWidth = 0 @@ -77,11 +77,11 @@ polygonStrokeWidth = 0 # The second layer in the rendered WKT image styleName = Style2-alpha pointSize = 6 -pointColor = #00ff0080 +pointColor = '#00ff0080' lineWidth = 7 -lineColor = #00ff0080 -polygonFillColor = #00ff0080 -polygonStrokeColor = #00ff0080 +lineColor = '#00ff0080' +polygonFillColor = '#00ff0080' +polygonStrokeColor = '#00ff0080' polygonStrokeWidth = 0 [Style] -- 2.40.0