[postgis-users] a bug sumbit (st_within)

jess_spring jess_spring at aliyun.com
Mon Aug 21 01:16:22 PDT 2023


It seems like a bug when i use "ST_Within" with multi-points.
Like : 
select 
ST_Within(
'SRID=4490;MULTILINESTRING(
(102 50,98 51,97 57,55 98,45 53,53 102,48 45,52 50,102 54,45 97,48 101,102 45,57 54,98 53,55 51,48 49,57 54,54 103))'::geometry
,'SRID=4490;MULTILINESTRING(
(102 50,98 51,97 57,55 98,45 53,53 102,48 45,52 50,102 54,45 97,48 101,102 45,57 54,98 53,55 51,48 49,57 54,54 103)
,(102 50,98 51,103 9))'::geometry
);
It return false ,but it should be true obviously.
(PostgisVerion:3.2)
since from jess,China.
wish heard from you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20230821/422782fc/attachment.htm>


More information about the postgis-users mailing list