Opened 14 years ago
Closed 14 years ago
#727 closed defect (fixed)
|>> crashes with TIN
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
SELECT ST_GeomFromEWKT('SRID=4326;POINT(-11.1111111 40)') |>> ST_GeomFromEWKT('SRID=4326;TIN(((-71.0821 42.3036 0,-71.0821 42.3036 1,-71.0821 42.3436 0,-71.0821 42.3036 0)),((-71.0821 42.3036 0,-71.0821 42.3436 0,-71.0831 42.3436 0,-71.0821 42.3036 0)))');
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Not at the moment, but I have gserialized at its default state — undefined I think. Was only crashing when on.
comment:3 by , 14 years ago
Right, but it didn't crash for me with gserialized defined… so, for you?
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to work now with gserialized on (but will it come back once you switch back to 3D index mode or are we not going to have 3D indexes in PostGIS 2.0 because of Mark's whining?)
Note:
See TracTickets
for help on using tickets.
At r6514 this is not crashing for me. Is it for you? (The new 2d operators have gone in since this ticket, so it could just have been fixed by accident.)