[postgis-tickets] [PostGIS] #4325: Solid flag is not serialized in either EWKT or EWKB
PostGIS
trac at osgeo.org
Mon Feb 11 13:39:34 PST 2019
#4325: Solid flag is not serialized in either EWKT or EWKB
---------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.2
Component: postgis | Version: 2.4.x
Keywords: |
---------------------+---------------------------
{{{
00:38:41 [kom] > select ST_IsSolid((ST_MakeSolid('BOX3D(0 0 0, 1 1
1)'::box3d::geometry)));
┌────────────┐
│ st_issolid │
├────────────┤
│ t │
└────────────┘
(1 row)
Time: 0,932 ms
00:38:44 [kom] > select ST_IsSolid((ST_MakeSolid('BOX3D(0 0 0, 1 1
1)'::box3d::geometry)::text)::geometry);
┌────────────┐
│ st_issolid │
├────────────┤
│ f │
└────────────┘
(1 row)
Time: 1,043 ms
00:38:48 [kom] > select ST_IsSolid(ST_AsEWKT(ST_MakeSolid('BOX3D(0 0 0, 1
1 1)'::box3d::geometry))::geometry);
┌────────────┐
│ st_issolid │
├────────────┤
│ f │
└────────────┘
(1 row)
Time: 1,361 ms
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4325>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list