Opened 5 years ago

Last modified 3 years ago

#991 new enhancement

XMLTester doesn't check Z dimension

Reported by: pramsey Owned by: pramsey
Priority: minor Milestone: 3.11.0
Component: Default Version: main
Severity: Unassigned Keywords:
Cc:

Description

select st_asewkt(ST_Intersection(
  ST_GeomFromText('LINESTRING(0 0, 5 5, 10 10, 20 0)'),
  ST_GeomFromText('LINESTRINGZ(0 10 100, 10 0 100, 15 5 100, 20 10 100)')
));

Only tests the 2D part.

Attachments (1)

issue-geos-xxx.xml (332 bytes ) - added by pramsey 5 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by pramsey, 5 years ago

Owner: changed from geos-devel@… to pramsey

by pramsey, 5 years ago

Attachment: issue-geos-xxx.xml added

comment:2 by mdavis, 5 years ago

Probably another effect of using equalsExact.

comment:3 by pramsey, 4 years ago

Milestone: 3.9.03.10.0

comment:4 by robe, 3 years ago

Milestone: 3.10.03.11.0

Retargeting in prep for GEOS 3.10.0 release

Note: See TracTickets for help on using tickets.