]> granicus.if.org Git - postgis/commitdiff
Re-quote the styles, needed here
authorSandro Santilli <strk@keybit.net>
Tue, 4 Sep 2012 12:43:33 +0000 (12:43 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 4 Sep 2012 12:43:33 +0000 (12:43 +0000)
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

index acca3c10e6b9a830f02363a74bb4dcc974704d75..8c1fd5a170ebf1028d435671302c1bbef5720775 100644 (file)
@@ -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]