]> granicus.if.org Git - postgis/commitdiff
Add visual examples of extrusion
authorRegina Obe <lr@pcorp.us>
Thu, 10 Jul 2014 01:25:05 +0000 (01:25 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 10 Jul 2014 01:25:05 +0000 (01:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12769 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/Makefile.in
doc/html/image_src/st_extrude01.wkt [new file with mode: 0644]
doc/html/image_src/st_extrude03.wkt [new file with mode: 0644]
doc/html/images/st_extrude02.png [new file with mode: 0644]
doc/html/images/st_extrude04.png [new file with mode: 0644]

index a2d22bf69bbb6763cff3beb7bc63106c83db0298..005e48278ab55191a0ceb25209a9846e163a4223 100644 (file)
@@ -59,6 +59,8 @@ IMAGES= \
        ../images/st_delaunaytriangles04.png \
        ../images/st_difference01.png \
        ../images/st_dumppoints01.png \
+       ../images/st_extrude01.png \
+       ../images/st_extrude03.png \
        ../images/st_issimple01.png \
        ../images/st_issimple02.png \
        ../images/st_issimple03.png \
diff --git a/doc/html/image_src/st_extrude01.wkt b/doc/html/image_src/st_extrude01.wkt
new file mode 100644 (file)
index 0000000..7a1072a
--- /dev/null
@@ -0,0 +1 @@
+Style2;POLYGON((150 90,135.355339059327 54.6446609406727,100 40,64.6446609406727 54.6446609406725,50 89.9999999999998,64.6446609406725 125.355339059327,99.9999999999998 140,135.355339059327 125.355339059328,150 90))\r
diff --git a/doc/html/image_src/st_extrude03.wkt b/doc/html/image_src/st_extrude03.wkt
new file mode 100644 (file)
index 0000000..7ee5d76
--- /dev/null
@@ -0,0 +1 @@
+Style2;LINESTRING(50 50, 100 90, 95 150)\r
diff --git a/doc/html/images/st_extrude02.png b/doc/html/images/st_extrude02.png
new file mode 100644 (file)
index 0000000..13dc1f4
Binary files /dev/null and b/doc/html/images/st_extrude02.png differ
diff --git a/doc/html/images/st_extrude04.png b/doc/html/images/st_extrude04.png
new file mode 100644 (file)
index 0000000..5b10959
Binary files /dev/null and b/doc/html/images/st_extrude04.png differ