I have Multipolygon (multiple islands). If I plot geometry in QGis, all looks correct.Now, I run this query
SELECT id, ST_Contains(ST_GeomFromText('POINT(lon lat)', 4326), geom)FROM islands WHERE id = some_island_idI know for sure, that my point lon, lat are on the some_island_id (even in QGis if I plot the point it is inside). But query returns false, why?
أكثر...
SELECT id, ST_Contains(ST_GeomFromText('POINT(lon lat)', 4326), geom)FROM islands WHERE id = some_island_idI know for sure, that my point lon, lat are on the some_island_id (even in QGis if I plot the point it is inside). But query returns false, why?
أكثر...