From: Regina Obe Date: Tue, 4 Sep 2012 12:53:07 +0000 (+0000) Subject: #1974 evidentally Unix really needs the RGB, RGBA quoted and windows doesn't like... X-Git-Tag: 2.1.0beta2~676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493365c284568c4d18da35a7c8412bbbe39de9ec;p=postgis #1974 evidentally Unix really needs the RGB, RGBA quoted and windows doesn't like single quotes. Change to double quotes to satisfy both :) git-svn-id: http://svn.osgeo.org/postgis/trunk@10226 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/styles.conf b/doc/html/image_src/styles.conf index 8c1fd5a17..b557942ab 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]