<div dir="ltr">Hi all,<div><br></div><div>After creating a topology on a trail network, the unique IDs used in my dataset are not the showing up as they should in relations.topogeo_id. </div><div><br></div><div>I tested the data out on a new test table I created directly from the production data and everything worked fine. </div><div><br></div><div>Here are my steps (pretty standard):</div><div><br></div><div><div>SELECT CreateTopology('trails_topo', 3435);</div><div>SELECT AddTopoGeometryColumn('trails_topo', 'myschema', 'temp_trails', 'topogeom', 'LINESTRING');</div><div>UPDATE public.temp_trails SET topogeom = toTopoGeom(geom, 'trails_topo', 1, 3);</div></div><div><br></div><div>Afterwards Im just using the relations table to join the attributes to the new topological data.</div><div><br></div><div>Ive been able to workaround the issue for now. But I thought I would bring this up to the user group, hoping someone with better understanding could help confirm whether it is a bug within the topology extension or user error.</div><div><br></div><div>Here is my setup:</div><div>Ubuntu 14.04.3 LTS</div><div><br></div><div>Postgres 9.5</div><div><br></div><div><div>POSTGIS="2.2.1 r14555" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0, 6 March 2012" GDAL="GDAL 1.10.1, released 2013/08/26" LIBXML="2.9.1" LIBJSON="0</div><div>.11.99" TOPOLOGY RASTER</div></div><div><br></div><div>Thanks for the help</div><div>Garret</div></div>