-
Bug
-
Resolution: Done
-
Major
-
None
-
None
For example:
select st_srid(st_boundary(st_geomfromewkt('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))')));
should return 4326, but instead is returning 0.
For example:
select st_srid(st_boundary(st_geomfromewkt('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))')));
should return 4326, but instead is returning 0.