]> granicus.if.org Git - postgis/commitdiff
typos
authorRegina Obe <lr@pcorp.us>
Tue, 8 Sep 2009 05:28:50 +0000 (05:28 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 8 Sep 2009 05:28:50 +0000 (05:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4450 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/st_minimumboundingcircle01.wkt
doc/reference.xml

index c614f65cd1573bb854bc3f5574b085ec8733dcbb..78b2fbdc9b2f968618f6714b9e0d84b9d3814a88 100644 (file)
@@ -1,3 +1,3 @@
-Style1;POLYGON((158.852549156242 137.5,157.241345936731 121.141179183236,152.469653914349 105.411018676327,144.720846537521 90.914019725979,134.292706128157 78.2072938718429,121.585980274021 67.7791534624793,107.088981323673 60.0303460856514,91.3588208167646 55.2586540632694,75.0000000000001 53.6474508437579,58.6411791832357 55.2586540632694,42.911018676327 60.0303460856513,28.4140197259791 67.7791534624792,15.707293871843 78.2072938718428,5.27915346247937 90.9140197259787,-2.46965391434857 105.411018676327,-7.24134593673054 121.141179183235,-8.85254915624212 137.5,-7.24134593673065 153.858820816764,-2.46965391434878 169.588981323673,5.27915346247906 184.085980274021,15.7072938718426 196.792706128157,28.4140197259786 207.220846537521,42.9110186763265 214.969653914349,58.6411791832352 219.741345936731,74.9999999999997 221.352549156242,91.3588208167642 219.741345936731,107.088981323673 214.969653914349,121.585980274021 207.220846537521,134.292706128157 196.792706128157,144.720846537521 184.085980274021,152.469653914349 169.588981323673,157.241345936731 153.858820816765,158.852549156242 137.5))
-Style2;LINESTRING(50 100,150 175)
-Style2;ST_Point(0, 100)
+Style1;POLYGON((131.82712311931 120,130.495021888122 106.474949226202,126.549910097821 93.4696585687052,120.143396182064 81.4839140540262,111.521678877819 70.9783211221811,101.016085945974 62.3566038179363,89.0303414312949 55.9500899021793,76.0250507737981 52.004978111878,62.5000000000001 50.6728768806898,48.9749492262021 52.004978111878,35.9696585687053 55.9500899021792,23.9839140540263 62.3566038179362,13.4783211221812 70.9783211221809,4.85660381793639 81.483914054026,-1.5499100978207 93.469658568705,-5.49502188812194 106.474949226202,-6.82712311931024 120,-5.49502188812203 133.525050773798,-1.54991009782087 146.530341431295,4.85660381793614 158.516085945974,13.4783211221809 169.021678877819,23.9839140540259 177.643396182064,35.9696585687049 184.049910097821,48.9749492262017 187.995021888122,62.4999999999997 189.32712311931,76.0250507737978 187.995021888122,89.0303414312946 184.049910097821,101.016085945974 177.643396182064,111.521678877819 169.021678877819,120.143396182064 158.516085945974,126.549910097821 146.530341431295,130.495021888122 133.525050773798,131.82712311931 120))
+Style2;LINESTRING(50 90,125 150)
+Style2;POINT(0 90)
index 2ac32ffd09cd1f6f95070b0772cb1469fb6bd68e..656e03b605275510167d84c525bb0742d5e7d155 100644 (file)
@@ -12836,20 +12836,20 @@ SELECT ST_AsEWKT(ST_LineToCurve(ST_GeomFromEWKT('LINESTRING(1 2 3, 3 4 8, 5 6 4,
 <programlisting>
        SELECT ST_AsText(ST_MinimumBoundingCircle(
                ST_Collect(
-                       ST_GeomFromEWKT('LINESTRING(50 100,150 175)'),
-                               ST_Point(0, 100)), 8
+                       ST_GeomFromEWKT('LINESTRING(50 90,125 150)'),
+                               ST_Point(0, 90)), 8
                                )) As wktmbc;
 wktmbc
 -----------
-POLYGON((158.852549156242 137.5,157.241345936731 121.141179183236,152.469653914349 105.411018676327,144.720846537521 90.914019725979,
-134.292706128157 78.2072938718429,121.585980274021 67.7791534624793,107.088981323673 60.0303460856514,
-91.3588208167646 55.2586540632694,75.0000000000001 53.6474508437579,58.6411791832357 55.2586540632694,42.911018676327 60.0303460856513,
-28.4140197259791 67.7791534624792,15.707293871843 78.2072938718428,5.27915346247937 90.9140197259787,-2.46965391434857 105.411018676327,
--7.24134593673054 121.141179183235,-8.85254915624212 137.5,-7.24134593673065 153.858820816764,-2.46965391434878 169.588981323673,
-5.27915346247906 184.085980274021,15.7072938718426 196.792706128157,28.4140197259786 207.220846537521,42.9110186763265 214.969653914349,
-58.6411791832352 219.741345936731,74.9999999999997 221.352549156242,91.3588208167642 219.741345936731,107.088981323673 214.969653914349,
-121.585980274021 207.220846537521,134.292706128157 196.792706128157,144.720846537521 184.085980274021,152.469653914349 169.588981323673,
-157.241345936731 153.858820816765,158.852549156242 137.5))
+POLYGON((131.82712311931 120,130.495021888122 106.474949226202,126.549910097821 93.4696585687052,120.143396182064 81.4839140540262,
+111.521678877819 70.9783211221811,101.016085945974 62.3566038179363,89.0303414312949 55.9500899021793,76.0250507737981 52.004978111878,6
+2.5000000000001 50.6728768806898,48.9749492262021 52.004978111878,35.9696585687053 55.9500899021792,23.9839140540263
+62.3566038179362,13.4783211221812 70.9783211221809,4.85660381793639 81.483914054026,-1.5499100978207 93.469658568705,
+-5.49502188812194 106.474949226202,-6.82712311931024 120,-5.49502188812203 133.525050773798,-1.54991009782087 146.530341431295,
+4.85660381793614 158.516085945974,13.4783211221809 169.021678877819,23.9839140540259 177.643396182064,35.9696585687049 184.049910097821,
+48.9749492262017 187.995021888122,62.4999999999997 189.32712311931,76.0250507737978 187.995021888122,89.0303414312946 184.049910097821,
+101.016085945974 177.643396182064,111.521678877819 169.021678877819,
+120.143396182064 158.516085945974,126.549910097821 146.530341431295,130.495021888122 133.525050773798,131.82712311931 120))
                                </programlisting>
          </refsection>
          <refsection>