Opened 10 years ago
Last modified 9 years ago
#2756 new defect
ST_Extrude of M geometries looses M
Reported by: | robe | Owned by: | colivier |
---|---|---|---|
Priority: | low | Milestone: | PostGIS SFCGAL |
Component: | sfcgal | Version: | 2.1.x |
Keywords: | Cc: |
Description
I'm not sure if this is a bug or anything that can be done about it. At very least we should probably document the behavior that M coordinates are lost during extrude process.
SELECT ST_AsText(ST_Extrude('LINESTRING M (-10 50 1,50 -10 1)'::geometry, 20.1,20.1,20.1) );
This is one of the garden monkey tests which yields:
POLYHEDRALSURFACE Z (((-10 50 0,50 -10 0,70.1 10.1 20.1,10.1 70.1 20.1,-10 50 0)))
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS SFCGAL |
---|
comment:4 by , 9 years ago
Yes this is a feature we don't know what to do when creating a new M, so we ignore them.
Note:
See TracTickets
for help on using tickets.
Still issue with SFCGAL 1.2.0