[postgis-users] Identity Overlay
Aaron Koning
aaronkoning at gmail.com
Wed Nov 22 11:23:34 PST 2006
Hi All,
I am trying to perform an identity overlay where each point in a point layer
gets a value from a polygon layer based on what polygon contains the point.
I have come up with the following query which is working fairly well.
UPDATE point_layer SET b250k_tag = polygon_layer.b250k_tag WHERE
contains(polygon_layer.the_geom, point_layer.the_geom);
I am just wondering if other people have performed identity like overlays in
PostGIS and is there a better / more efficient way to perform them?
Thanks,
Aaron
+-------------------------------------------------
| Aaron Koning
| Information Technologist
| Prince George, BC, Canada.
+-------------------------------------------------
| Flexible Internet Spatial Template:
| http://fist-mapping.org
+-------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20061122/e68c1d1d/attachment.html>
More information about the postgis-users
mailing list