From: Regina Obe Date: Thu, 10 Jul 2014 01:25:05 +0000 (+0000) Subject: Add visual examples of extrusion X-Git-Tag: 2.2.0rc1~987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ebc9cb90de000ef4c22e2ef5de06d168aaec458;p=postgis Add visual examples of extrusion git-svn-id: http://svn.osgeo.org/postgis/trunk@12769 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in index a2d22bf69..005e48278 100644 --- a/doc/html/image_src/Makefile.in +++ b/doc/html/image_src/Makefile.in @@ -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 index 000000000..7a1072aa9 --- /dev/null +++ b/doc/html/image_src/st_extrude01.wkt @@ -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)) diff --git a/doc/html/image_src/st_extrude03.wkt b/doc/html/image_src/st_extrude03.wkt new file mode 100644 index 000000000..7ee5d769c --- /dev/null +++ b/doc/html/image_src/st_extrude03.wkt @@ -0,0 +1 @@ +Style2;LINESTRING(50 50, 100 90, 95 150) diff --git a/doc/html/images/st_extrude02.png b/doc/html/images/st_extrude02.png new file mode 100644 index 000000000..13dc1f4ac 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 index 000000000..5b109590b Binary files /dev/null and b/doc/html/images/st_extrude04.png differ