[postgis-devel] [PostGIS] #1040: ST_MinimumBoundingCircle using deprecated function X

PostGIS trac at osgeo.org
Mon Jun 20 02:05:48 PDT 2011


#1040: ST_MinimumBoundingCircle using deprecated function X
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  robe         
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 {{{

  SELECT ST_MinimumBoundingCircle(foo1.the_geom, 3) As result
                                                         FROM ((SELECT geom
 As the_geom
 FROM (VALUES ( ST_GeomFromEWKT('SRID=4326;POLYGONM((-71.1319 42.2503
 1,-71.132 42.2502 3,-71.1323 42.2504 -2,-71.1322 42.2505 1,-71.1319
 42.2503 0))') ),
         ( ST_GeomFromEWKT('SRID=4326;POLYGONM((-71.1319 42.2512 0,-71.1318
 42.2511 20,-71.1317 42.2511 -20,-71.1317 42.251 5,-71.1317 42.2509
 4,-71.132 42.2511 6,-71.1319 42.2512 30))') ) ) As g(geom))) As foo1 LIMIT
 3;
 }}}

 Yields:

 function x(geometry) does not exist

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1040>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list