<div dir="ltr">I have a table of simple polygons named work.aliquot with a primary key named ogc_fid and several columns of attribute data. I created a topology and added a topogeometry column and then:<br><br>UPDATE aliquot SET topogeom = toTopoGeom(wkb_geometry, 'aliquot_topology', 1);<br clear="all">
<div><br></div><div>The various fields and tables all appear to have been populated correctly.<br></div><div><br></div><div>Now I need to join the attributes from the work.aliquot table to aliquot_topology.face but I'm stuck. I was guessing that aliquot_topology.relation would be the route but after some experimenting that seems not to be the case, or else I'm not getting it. Do I have to do a spatial join to get my attributes from the source table into my new topology?<br>
<br></div><div>Thanks,<br>Rich<br></div><div><br>-- <br><div dir="ltr">Richard W. Greenwood, PLS<br><a href="http://www.greenwoodmap.com" target="_blank">www.greenwoodmap.com</a></div>
</div></div>