From 0cdf6b81cb61b54cb83a3b1e6007e2eab3f17673 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 8 Jul 2014 00:37:00 +0000 Subject: [PATCH] change example to one that takes up more of the realestate git-svn-id: http://svn.osgeo.org/postgis/trunk@12760 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/html/image_src/st_straightskeleton01.wkt | 3 +-- doc/html/image_src/st_straightskeleton02.wkt | 20 +++++++++++++++----- doc/reference_sfcgal.xml | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/doc/html/image_src/st_straightskeleton01.wkt b/doc/html/image_src/st_straightskeleton01.wkt index b212002ec..417be1a4c 100644 --- a/doc/html/image_src/st_straightskeleton01.wkt +++ b/doc/html/image_src/st_straightskeleton01.wkt @@ -1,2 +1 @@ -Style1;POLYGON((175 150, 20 40, 50 60, 125 100, 175 150)) - +Style1;POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20, 160 30, 60 30, 60 130, 190 140, 190 190 )) diff --git a/doc/html/image_src/st_straightskeleton02.wkt b/doc/html/image_src/st_straightskeleton02.wkt index fd68b3380..9f78e9695 100644 --- a/doc/html/image_src/st_straightskeleton02.wkt +++ b/doc/html/image_src/st_straightskeleton02.wkt @@ -1,5 +1,15 @@ -Style2;LINESTRING(175 150,121.456565534391 104.78234711288) -Style2;LINESTRING(20 40,49.7293800158567 60.4525085450564) -Style2;LINESTRING(50 60,49.7293800158567 60.4525085450564) -Style2;LINESTRING(125 100,121.456565534391 104.78234711288) -Style2;LINESTRING(49.7293800158567 60.4525085450564,121.456565534391 104.78234711288) +Style1-mediumline;LINESTRING(190 190,164.039879739868 164.039879739868) +Style1-mediumline;LINESTRING(10 190,40.6970772062924 159.302922793708) +Style1-mediumline;LINESTRING(10 10,35 35) +Style1-mediumline;LINESTRING(190 10,184.188611699158 15.8113883008419) +Style1-mediumline;LINESTRING(190 20,184.188611699158 15.8113883008419) +Style1-mediumline;LINESTRING(160 30,158.377223398316 20) +Style1-mediumline;LINESTRING(60 30,50 20) +Style1-mediumline;LINESTRING(60 130,35 153.150778481549) +Style1-mediumline;LINESTRING(190 140,164.039879739868 164.039879739868) +Style1-mediumline;LINESTRING(184.188611699158 15.8113883008419,158.377223398316 20) +Style1-mediumline;LINESTRING(50 20,158.377223398316 20) +Style1-mediumline;LINESTRING(50 20,35 35) +Style1-mediumline;LINESTRING(35 153.150778481549,35 35) +Style1-mediumline;LINESTRING(35 153.150778481549,40.6970772062924 159.302922793708) +Style1-mediumline;LINESTRING(164.039879739868 164.039879739868,40.6970772062924 159.302922793708) diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml index a574541d7..48b7fda87 100644 --- a/doc/reference_sfcgal.xml +++ b/doc/reference_sfcgal.xml @@ -101,7 +101,7 @@ Examples - SELECT ST_StraightSkeleton(ST_GeomFromText('POLYGON((175 150, 20 40, 50 60, 125 100, 175 150))')); + SELECT ST_StraightSkeleton(ST_GeomFromText('POLYGON (( 190 190, 10 190, 10 10, 190 10, 190 20, 160 30, 60 30, 60 130, 190 140, 190 190 ))')); -- 2.40.0