[postgis-users] getting unexpected results on an ST_Intersects query
islanis at infomed.sld.cu
islanis at infomed.sld.cu
Sat Apr 5 12:28:07 PDT 2014
Hi folks, I'm having problems when I try to run a simple query to
update the gidmunic field of ft_cubo layer, and it assigns a value
that does not exists in said field, please, i need help , the two
layers are multipolygon type. what should I do?
UPDATE
ft_cubo
SET
gidmunic = sigfre_cub_adm_munic.gid
FROM sigfre_cub_adm_munic
WHERE
ST_Intersects(ft_cubo.the_geom,sigfre_cub_adm_munic.the_geom);
thanks in advance
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas
Infomed: http://www.sld.cu/
More information about the postgis-users
mailing list