]> granicus.if.org Git - postgis/commitdiff
ST_DelaunayTriangle examples and a 3D example
authorRegina Obe <lr@pcorp.us>
Tue, 11 Sep 2012 14:01:09 +0000 (14:01 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 11 Sep 2012 14:01:09 +0000 (14:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10275 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/Makefile.in
doc/html/image_src/st_delaunaytriangles04.wkt [new file with mode: 0644]
doc/html/image_src/styles.conf

index 606b03355f58e5098cf578cbee0bbf4fd152cf53..ef5dcea519f1fb2dab88f65d7032e0d18f5ebfa2 100644 (file)
@@ -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 (file)
index 0000000..3538199
--- /dev/null
@@ -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)))\r
+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)))\r
+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)))\r
+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)))\r
+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)))\r
+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)))\r
+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)\r
index b557942abd53da248f03e202de10821091f63c65..5d7f11e124782ad72e0199319fb5b316c8f4d04a 100644 (file)
@@ -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