﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Manifold Community Site: Drawing from db WKT stored in MS Access</title><link>http://95.79.92.2:8080/forum/t124663</link><description>Manifold Community Site thread</description><image><url>http://95.79.92.2:8080/forum/images/img-logo.png</url><title>Manifold Community Site: Drawing from db WKT stored in MS Access</title><link>http://95.79.92.2:8080/forum/t124663</link></image><item><title>RE: Drawing from db WKT stored in MS Access</title><link>http://95.79.92.2:8080/forum/t124663#124664</link><description>&lt;P&gt;I have dataset compiled with a one:many relationship in MS Access, where each record has spatial value stored in a WKT field.  Manifold allows for easy linking to any table in a *.mdb or *.accdb, but how do I encourage Manifold to recognize the WKT for drawing the polygons?  Thanks!&lt;/P&gt;</description><dc:creator>sclose</dc:creator><comments>http://95.79.92.2:8080/forum/t124663#124664</comments><guid>http://95.79.92.2:8080/forum/t124663#124664</guid><pubDate>Fri, 12 Dec 2014 14:50:03 GMT</pubDate></item><item><title>RE: Drawing from db WKT stored in MS Access</title><link>http://95.79.92.2:8080/forum/t124663#124665</link><description>&lt;P&gt;I dont`t believe that Manifold create a Drawing from a WKT Geometry. WKB isn`t a problem but i don`t find a possibility to do this with WKT.&lt;/P&gt;&lt;P&gt;Curios cause is no problem to  make a WKB to WKT in Manfiold.&lt;/P&gt;&lt;P&gt;ogr2ogr should do this but i never tried it...&lt;/P&gt;&lt;P&gt;http://giswiki.hsr.ch/HowTo_OGR2OGR&lt;/P&gt;</description><dc:creator>volker</dc:creator><comments>http://95.79.92.2:8080/forum/t124663#124665</comments><guid>http://95.79.92.2:8080/forum/t124663#124665</guid><pubDate>Fri, 12 Dec 2014 19:24:15 GMT</pubDate></item><item><title>RE: Drawing from db WKT stored in MS Access</title><link>http://95.79.92.2:8080/forum/t124663#124666</link><description>&lt;P&gt;&amp;quot;Just import the table in and you can create a linked drawing from the table with SQL: SELECT CGeomWKB([wktfield]),[thetable].* FROM [thetable] that will create an OGC WKB field. If you want a Manifold geometry then you can do this: CGeom(CGeomWKB([wktfield])),[thetable].* This clause takes the WKB and turns it into a Manifold geometry.&amp;quot;&lt;P&gt;Quote from elsewhere in this forum.&lt;/P&gt;&lt;/P&gt;</description><dc:creator>Sloots</dc:creator><comments>http://95.79.92.2:8080/forum/t124663#124666</comments><guid>http://95.79.92.2:8080/forum/t124663#124666</guid><pubDate>Fri, 12 Dec 2014 19:31:54 GMT</pubDate></item></channel></rss>