From: Regina Obe Date: Tue, 11 Sep 2012 14:01:09 +0000 (+0000) Subject: ST_DelaunayTriangle examples and a 3D example X-Git-Tag: 2.1.0beta2~658 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74c04650f5ab85f2fff5fb9a51fdfe5d68ef8af7;p=postgis ST_DelaunayTriangle examples and a 3D example git-svn-id: http://svn.osgeo.org/postgis/trunk@10275 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in index 606b03355..ef5dcea51 100644 --- a/doc/html/image_src/Makefile.in +++ b/doc/html/image_src/Makefile.in @@ -56,6 +56,7 @@ IMAGES= \ ../images/st_crosses02.png \ ../images/st_crosses03.png \ ../images/st_crosses04.png \ + ../images/st_delaunaytriangles04.png \ ../images/st_difference01.png \ ../images/st_dumppoints01.png \ ../images/st_issimple01.png \ diff --git a/doc/html/image_src/st_delaunaytriangles04.wkt b/doc/html/image_src/st_delaunaytriangles04.wkt new file mode 100644 index 000000000..353819932 --- /dev/null +++ b/doc/html/image_src/st_delaunaytriangles04.wkt @@ -0,0 +1,7 @@ +Style3;MULTIPOLYGON(((74 6,74 14,54 14,74 6)),((54 6,34 14,34 6,54 6)),((10 6,6 10,7 7,10 6)),((6 30,14 34,6 50,6 30)),((6 90,14 74,14 94,6 90)),((6 110,14 114,6 130,6 110)),((150 14,14 134,134 14,150 14))) +Style1;MULTIPOLYGON(((154 14,14 154,150 14,154 14)),((154 14,150 14,154 6,154 14)),((6 50,14 54,6 70,6 50)),((6 170,14 154,14 174,6 170)),((150 14,134 14,134 6,150 14)),((150 14,134 6,154 6,150 14)),((134 6,114 14,114 6,134 6)),((114 6,94 14,94 6,114 6)),((94 6,94 14,74 14,94 6)),((14 94,94 14,14 114,14 94))) +Style5;MULTIPOLYGON(((14 194,14 174,154 14,14 194)),((34 6,34 14,14 14,34 6)),((34 6,14 14,14 6,34 6)),((14 6,14 14,10 6,14 6)),((6 70,14 74,6 90,6 70)),((6 130,14 114,14 134,6 130)),((6 170,14 174,6 190,6 170)),((134 6,134 14,114 14,134 6)),((74 14,94 14,14 94,74 14)),((34 14,14 54,14 34,34 14)),((14 134,114 14,134 14,14 134))) +Style4;MULTIPOLYGON(((74 6,54 14,54 6,74 6)),((54 6,54 14,34 14,54 6)),((10 6,7 7,8 6,10 6)),((6 10,14 14,6 30,6 10)),((6 30,14 14,14 34,6 30)),((6 150,14 134,14 154,6 150)),((114 6,114 14,94 14,114 6)),((74 14,14 74,54 14,74 14)),((54 14,14 74,14 54,54 14))) +Style6;MULTIPOLYGON(((74 6,94 6,74 14,74 6)),((10 6,14 14,6 10,10 6)),((7 7,6 10,6 8,7 7)),((6 50,14 34,14 54,6 50)),((6 130,14 134,6 150,6 130)),((6 150,14 154,6 170,6 150)),((14 154,14 134,150 14,14 154)),((74 14,14 94,14 74,74 14)),((14 114,94 14,114 14,14 114))) +Style2;MULTIPOLYGON(((6 194,6 190,14 194,6 194)),((14 194,6 190,14 174,14 194)),((154 14,14 174,14 154,154 14)),((6 70,14 54,14 74,6 70)),((6 90,14 94,6 110,6 90)),((6 110,14 94,14 114,6 110)),((54 14,14 54,34 14,54 14)),((34 14,14 34,14 14,34 14)),((14 114,114 14,14 134,14 114))) +Style7-smallpoint;MULTIPOINT(14 14,34 14,54 14,74 14,94 14,114 14,134 14,150 14,154 14,154 6,134 6,114 6,94 6,74 6,54 6,34 6,14 6,10 6,8 6,7 7,6 8,6 10,6 30,6 50,6 70,6 90,6 110,6 130,6 150,6 170,6 190,6 194,14 194,14 174,14 154,14 134,14 114,14 94,14 74,14 54,14 34,14 14) diff --git a/doc/html/image_src/styles.conf b/doc/html/image_src/styles.conf index b557942ab..5d7f11e12 100644 --- a/doc/html/image_src/styles.conf +++ b/doc/html/image_src/styles.conf @@ -149,3 +149,14 @@ lineColor = red polygonFillColor = red polygonStrokeColor = red polygonStrokeWidth = 0 + +[Style] +# The fifth layer in the rendered WKT image +styleName = Style7-smallpoint +pointSize = 3 +pointColor = orange +lineWidth = 5 +lineColor = orange +polygonFillColor = orange +polygonStrokeColor = orange +polygonStrokeWidth = 0