Opened 15 years ago

Last modified 15 years ago

#84 closed defect (fixed)

Typo in Boundary error message

Reported by: robe Owned by: robe
Priority: low Milestone:
Component: postgis Version:
Keywords: Cc:

Description

What steps will reproduce the problem?

  1. SELECT ST_AsEWKT(ST_Boundary(the_geom)),

ST_AsEWKT(ST_Boundary(ST_Multi(the_geom)))

FROM ((SELECT

ST_Collect(ST_Collect(ST_SetSRID(ST_MakePoint(i,j,m),4326),ST_SetSRID(ST_MakePolygon(ST_AddPoint(ST_AddPoint(ST_MakeLine(ST_MakePoint(i+m,j,m),ST_MakePoint(j+m,i-m,m)),ST_MakePoint(i,j,m)),MakePointM(i+m,j,m))),4326)))

As the_geom

FROM generate_series(-10,50,20) As i

CROSS JOIN generate_series(50,70, 20) As j CROSS JOIN generate_series(1,2) As m GROUP BY m)) As foo;

What is the expected output? ERROR: GEOS boundary() threw an error!

What do you see instead? ERROR: GEOS bounary() threw an error!

Uncovered during testing 1.3.5SVN, but exists in 1.3.3 and admittedly is a petty complaint.

Change History (4)

comment:1 by mcayland, 15 years ago

LOL please go ahead fix this in 1.3 branch and trunk; I suspect the fix will take less time than filling in the bug report did ;)

ATB,

Mark.

comment:2 by robe, 15 years ago

done — don't have my compiler handy to compile and test at the moment.

comment:3 by mcayland, 15 years ago

Well 'make check' still works for me - I think you nailed this one :)

ATB,

Mark.

comment:4 by robe, 15 years ago

<i>(No comment was entered for this change.)</i>

Note: See TracTickets for help on using tickets.