Hi everyone,<div><br></div><div>I&#39;m attempting to move a .shp file into a MySQL table, and turn the shapes into their component vertices/lines. So far I&#39;ve gotten each of the shapes into their own row using ogr2ogr -f &quot;MySQL&quot; MYSQL:&quot;dbname,host=127.0.0.1,user=user,password=password,port=3306&quot; -nln &quot;tableName&quot; -a_srs &quot;EPSG:4326&quot; ../../US_tract_2000.shp</div>
<div><br></div><div>Now I seem to have the shape data as blobs in the database - does anyone have any ideas as to the best way to turn those into vertices/lines?</div><div><br></div><div>Thanks very much,</div><div>Eric</div>