added an ST_DumpPoints image to the collection.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4891 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Kevin Neufeld 2009-11-24 21:46:00 +00:00
parent 8a1a0d43af
commit 53c2686d73
3 changed files with 39 additions and 0 deletions

View file

@ -43,6 +43,7 @@ IMAGES= \
../images/st_crosses03.png \
../images/st_crosses04.png \
../images/st_difference01.png \
../images/st_dumppoints01.png \
../images/st_issimple01.png \
../images/st_issimple02.png \
../images/st_issimple03.png \

View file

@ -0,0 +1,5 @@
Style1;POINT( 26 25 )
Style2;LINESTRING ( 26 75, 101 100 )
Style3;POLYGON (( 76 0, 76 75, 26 50, 76 0 ))
Style4;POLYGON (( 101 0, 101 75, 176 75, 176 0, 101 0 ), ( 151 25, 126 50, 151 50, 151 25 ))
Style5;MULTIPOLYGON ((( 26 125, 26 200, 126 200, 126 125, 26 125 ), ( 51 150, 101 150, 76 175, 51 150 )), (( 151 100, 151 200, 176 175, 151 100 )))

View file

@ -83,3 +83,36 @@ lineColor = DarkSeaGreen4
polygonFillColor = DarkSeaGreen4
polygonStrokeColor = DarkGreen
polygonStrokeWidth = 0
[Style]
# The third layer in the rendered WKT image
styleName = Style3
pointSize = 6
pointColor = yellow
lineWidth = 3
lineColor = yellow
polygonFillColor = yellow
polygonStrokeColor = yellow
polygonStrokeWidth = 0
[Style]
# The fourth layer in the rendered WKT image
styleName = Style4
pointSize = 6
pointColor = olive
lineWidth = 3
lineColor = olive
polygonFillColor = olive
polygonStrokeColor = olive
polygonStrokeWidth = 0
[Style]
# The fifth layer in the rendered WKT image
styleName = Style5
pointSize = 6
pointColor = turquoise
lineWidth = 3
lineColor = turquoise
polygonFillColor = turquoise
polygonStrokeColor = turquoise
polygonStrokeWidth = 0