[postgis-users] point in polygon

Paul Hastings paul.hastings at gmail.com
Thu Sep 30 02:49:49 PDT 2004


> try
> 
> select prov_eng
> from provinces
> where GeometryFromText('POINT(100.65 23.85)', 4240) && the_geom
> and
> contains( GeometryFromText('POINT(100.65 23.85)', 4240) ,the_geom)

thanks for the response but sorry that's not working either.



More information about the postgis-users mailing list