<p dir="ltr">Hi Ive been looking for a way to take several hundred lines and split them where they intersect a polygon while also giving them the ID of the polygon they fall in. Ive seen many posts on splitting polygons. But its been difficult for me to adapt those examples.</p>
<p dir="ltr">Ive been able to get an output from this:</p>
<p dir="ltr">select st_intersection(t.geom, d.geom),t.trails_id, <a href="http://d.id">d.id</a> from public.temp_trails as t, public.polys as d; </p>
<p dir="ltr">Its giving me the line and IDs that I wanted but the geom is unreadable for some reason by QGIS.</p>
<p dir="ltr">99.9% of the lines fall within a polygon. Id like to still hang on to those few lines that arent contained in a polygon. They should just be split with no ID added</p>
<p dir="ltr">Im using; postgis 2.2, postgresql 9.5</p>
<p dir="ltr">Thank you<br>
Garret</p>