Opened 13 years ago

Closed 13 years ago

#1040 closed defect (fixed)

ST_MinimumBoundingCircle using deprecated function X

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

 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

Change History (1)

comment:1 by robe, 13 years ago

Resolution: fixed
Status: newclosed

Fixed at r7430

Note: See TracTickets for help on using tickets.