﻿<?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 Area: All posts</title><link>http://forum.manifold.net/forum/a0</link><description>All posts in all areas. Use to browse or search the entire forum.</description><image><url>http://forum.manifold.net/forum/images/img-feedhead.png</url><title>Manifold Community Site Area: All posts</title><link>http://forum.manifold.net/forum/a0</link></image><item><title>7x</title><link>http://forum.manifold.net/forum/t76393</link><description>&lt;P&gt;hi everyone, does manifold 7x support vista thanks. I know its old but i cant afford a new version. &lt;IMG SRC='http://forum.manifold.net/forum/images/emo-grin.gif'&gt;&lt;/P&gt;</description><dc:creator>sour</dc:creator><comments>http://forum.manifold.net/forum/t76393</comments><guid>http://forum.manifold.net/forum/t76393</guid><pubDate>Tue, 06 Jan 2009 01:00:41 GMT</pubDate></item><item><title>USGS GetElevation webservice</title><link>http://forum.manifold.net/forum/t76390</link><description>&lt;P&gt;While in Manifold, I have an interest in obtaining elevation data for point data and was wondering if anyone has utilized the USGS GetElevation web service.  If so, would you be willing share your method(s) or techniques.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description><dc:creator>Ketch</dc:creator><comments>http://forum.manifold.net/forum/t76390</comments><guid>http://forum.manifold.net/forum/t76390</guid><pubDate>Mon, 05 Jan 2009 20:59:04 GMT</pubDate></item><item><title>Problems Reprojecting a Surface</title><link>http://forum.manifold.net/forum/t76264</link><description>&lt;P&gt;I'm trying to reproject a surface.  I have drawings that are in the projection that I would like to use and they have no local offsets for the x and y.  However, when I try to reproject my surface the computer automatically puts in the local offset in the X and Y.  I have tried different settings in the projection window, only to get the same results.  Ultimately, I want to export the surface as a grid to be imported into a program that cannot reproject data.    So I need the data to be in a projected XY.   Even if i do a simple ascii grid, it puts in the unprocted coordinates.   What am I doing wrong, or is there an easy way to generate a grid with projected data.&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;</description><dc:creator>miken</dc:creator><comments>http://forum.manifold.net/forum/t76264</comments><guid>http://forum.manifold.net/forum/t76264</guid><pubDate>Tue, 30 Dec 2008 08:59:53 GMT</pubDate></item><item><title>I need a hand held device to work with manifold</title><link>http://forum.manifold.net/forum/t76384</link><description>&lt;P&gt;Which hand held device works best with manifold? I would like the map trees in an urban setting.&lt;/P&gt;</description><dc:creator>Paul Tibbets</dc:creator><comments>http://forum.manifold.net/forum/t76384</comments><guid>http://forum.manifold.net/forum/t76384</guid><pubDate>Mon, 05 Jan 2009 12:45:31 GMT</pubDate></item><item><title>Concave hull</title><link>http://forum.manifold.net/forum/t76235</link><description>&lt;P&gt;Something we've been trying to do for a while. This seems to work and is simple. Please criticise.&lt;/P&gt;&lt;P&gt;The method is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create a triangulation of the point set, splitting the result into individual triangles.&lt;LI&gt;Create a concave hull of the point set.&lt;LI&gt;Cull triangles touching the boundary of the concave hull exactly twice.&lt;/OL&gt;&lt;P class='code'&gt;&lt;span class=c&gt;--&amp;#160;SQL&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;UnionAll(&lt;span class=i&gt;[Triangle]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Concave&amp;#160;hull]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;FROM&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;(&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Triangle]&lt;/span&gt;,&amp;#160;Count(&lt;span class=i&gt;[Coord]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[N]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;(&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Triangle]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;(&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;AllCoords(&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Points]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Drawing]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;WHERE&lt;/span&gt;&amp;#160;IsPoint(&lt;span class=i&gt;[ID]&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;SPLIT&lt;/span&gt;&amp;#160;&lt;span class=k&gt;BY&lt;/span&gt;&amp;#160;Branches(Triangulation(&lt;span class=i&gt;[Points]&lt;/span&gt;))&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Triangle]&lt;/span&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;LEFT&lt;/span&gt;&amp;#160;&lt;span class=k&gt;JOIN&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;(&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Coord]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;(&lt;span class=k&gt;SELECT&lt;/span&gt;&amp;#160;AllCoords(&lt;span class=i&gt;[Geom&amp;#160;(I)]&lt;/span&gt;)&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Points]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;FROM&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Drawing]&lt;/span&gt;&amp;#160;&lt;span class=k&gt;WHERE&lt;/span&gt;&amp;#160;IsPoint(&lt;span class=i&gt;[ID]&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;SPLIT&lt;/span&gt;&amp;#160;&lt;span class=k&gt;BY&lt;/span&gt;&amp;#160;Coords(ConvexHull(&lt;span class=i&gt;[Points]&lt;/span&gt;))&amp;#160;&lt;span class=k&gt;AS&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Coord]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;ON&lt;/span&gt;&amp;#160;Touches(&lt;span class=i&gt;[Triangle]&lt;/span&gt;,&amp;#160;&lt;span class=i&gt;[Coord]&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=k&gt;GROUP&lt;/span&gt;&amp;#160;&lt;span class=k&gt;BY&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[Triangle]&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;)&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;WHERE&lt;/span&gt;&amp;#160;&lt;span class=i&gt;[N]&lt;/span&gt;&amp;#160;&amp;lt;&amp;gt;&amp;#160;2;&lt;/P&gt;&lt;P&gt;The extra wrap using WHERE is used because I can't get HAVING to work (suspecting a bug).&lt;/P&gt;</description><dc:creator>tjhb</dc:creator><comments>http://forum.manifold.net/forum/t76235</comments><guid>http://forum.manifold.net/forum/t76235</guid><pubDate>Mon, 29 Dec 2008 19:50:50 GMT</pubDate></item><item><title>Geo-referencing scanned image files</title><link>http://forum.manifold.net/forum/t76180</link><description>&lt;P&gt;I have been having difficulty geo-referencing an image file.  How many control points are necessary, and does anyone have a preferred method?  When I do a large number of control points, the image loses all it's resolution and get's blurry.  I am trying to do lakes, and they have irregular shapes.  I have the best luck maintaining the images resolution using only a couple of points, and the simple.  This doesn't give me a good fit across the whole image, though. &lt;/P&gt;&lt;P&gt;Thanks for any assistance, as always...&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description><dc:creator>bgaber</dc:creator><comments>http://forum.manifold.net/forum/t76180</comments><guid>http://forum.manifold.net/forum/t76180</guid><pubDate>Sat, 27 Dec 2008 11:04:32 GMT</pubDate></item><item><title>IMS development resources</title><link>http://forum.manifold.net/forum/t76363</link><description>&lt;P&gt;I have a working IMS up and running, but I want to develop more features. http://maps.clearview.ca&lt;/P&gt;&lt;P&gt;Can anyone suggest some books or resources to help with development of tools for the IMS?&lt;/P&gt;&lt;P&gt;I was thinking of a good ASP, HTML and Java Script book. &lt;/P&gt;&lt;P&gt;I have almost no programming experience except in SQL and VBA, so I feel like I should start from the beginning and work my way up.&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;</description><dc:creator>clearviewgis</dc:creator><comments>http://forum.manifold.net/forum/t76363</comments><guid>http://forum.manifold.net/forum/t76363</guid><pubDate>Mon, 05 Jan 2009 07:41:31 GMT</pubDate></item><item><title>IMS imgery display issue - sql linked imagery</title><link>http://forum.manifold.net/forum/t76104</link><description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry if this gets double posted. I have an IMS site that is supposed to display some imagery that is stored in and linked from SQLServer. But does not display them.&lt;/P&gt;&lt;P&gt;I'm pretty sure I have IUSR_WWW set to all the correct folders/files, and within the SQL tables. I reset the Data Cache folder location, and gave it appropriate permissions, as per an older thread I had perused regarding similar issues.&lt;/P&gt;&lt;P&gt;But for the life of me I cannot get the imagery to display in the IMS. Any ideas?&lt;/P&gt;</description><dc:creator>schiggi</dc:creator><comments>http://forum.manifold.net/forum/t76104</comments><guid>http://forum.manifold.net/forum/t76104</guid><pubDate>Tue, 23 Dec 2008 07:50:31 GMT</pubDate></item><item><title>Linked ECW moving for certain zoom levels</title><link>http://forum.manifold.net/forum/t52558</link><description>&lt;P&gt;Linked ECW still moving around when in a map. For certain zoom levels, linked imagens (ECW) moves from its position, making everything with digitizing vectors over images very very difficult.&lt;/P&gt;&lt;P&gt;Anyone else with this behavior?&lt;/P&gt;&lt;P&gt;same behavior running M8 last release on different machines with Win XP (x32 and x64).&lt;/P&gt;</description><dc:creator>SeaTrails</dc:creator><comments>http://forum.manifold.net/forum/t52558</comments><guid>http://forum.manifold.net/forum/t52558</guid><pubDate>Thu, 18 Oct 2007 17:48:03 GMT</pubDate></item><item><title>Manifold files not showing the Manifold icon</title><link>http://forum.manifold.net/forum/t76304</link><description>&lt;P&gt;&lt;SPAN&gt;A small but annoying problem... After a new re-install of the XPpro &amp;amp; applications including Manifold and VS2008 I can’t get .map files to show the Manifold icon. I’ve associated all map extensions to be opened with Manifold and they all open just fine, but explorer still insists on listing them as “linker address map” under ‘type’ and giving them a boring looking icon. Any ideas? Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;</description><dc:creator>lovelace</dc:creator><comments>http://forum.manifold.net/forum/t76304</comments><guid>http://forum.manifold.net/forum/t76304</guid><pubDate>Sat, 03 Jan 2009 13:03:20 GMT</pubDate></item><item><title>ExportDrawing method</title><link>http://forum.manifold.net/forum/t52336</link><description>&lt;P&gt;I am getting an &amp;quot;invalud argument&amp;quot; error on the following VB.NET code:&lt;/P&gt;&lt;P&gt;mDrawing = gComponentSet.Item(gComponentSet.ItemByName(&amp;quot;TempDrawing&amp;quot;)) mDSource.ExportDrawing(mDrawing, &amp;quot;Exp_Drawing&amp;quot;, mDrawing.TypeName)&lt;/P&gt;&lt;P&gt;which appears to be related to the drawing type (3rd argument). I checked the help files but cannot find any examples of that the proper values are for the mDrawing.TypeName argument. I have tried &amp;quot;Drawing&amp;quot;, &amp;quot;Point&amp;quot;, &amp;quot;PointDrawing&amp;quot;, and the TypeName from the Drawing component itself.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description><dc:creator>mdsumner</dc:creator><comments>http://forum.manifold.net/forum/t52336</comments><guid>http://forum.manifold.net/forum/t52336</guid><pubDate>Tue, 20 Nov 2007 11:42:29 GMT</pubDate></item><item><title>IMS Map Fade in effect</title><link>http://forum.manifold.net/forum/t73524</link><description>&lt;P&gt;&lt;SPAN&gt;Attached is a default IMS export with some additional code inserted to nicely fade in the IMS map image on loading (attachment if 450k). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Enjoy!&lt;/SPAN&gt;&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/35/73525/IMS FADE MAP EFFECT.zip'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/35/73525/IMS FADE MAP EFFECT.zip'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;IMS FADE MAP EFFECT.zip&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>danb</dc:creator><comments>http://forum.manifold.net/forum/t73524</comments><guid>http://forum.manifold.net/forum/t73524</guid><pubDate>Tue, 04 Nov 2008 14:52:46 GMT</pubDate></item><item><title>date and time using current</title><link>http://forum.manifold.net/forum/t76328</link><description>&lt;P&gt;when i set one of the columns in a table to format 'date and time', every single object i add to a drawing gets a current date stamp, but the time is always 0:00. i would like it to be also set to current. how can this be achieved?&lt;/P&gt;</description><dc:creator>atomek</dc:creator><comments>http://forum.manifold.net/forum/t76328</comments><guid>http://forum.manifold.net/forum/t76328</guid><pubDate>Sun, 04 Jan 2009 04:43:57 GMT</pubDate></item><item><title>linked image update</title><link>http://forum.manifold.net/forum/t76330</link><description>&lt;P&gt;I am doing a project that doesnt have much to do with GIS but Manifold seems to be the only tool. But still there is a problem which I explain and hope someone can help.&lt;/P&gt;&lt;P&gt;I have a camera (webcam) that updates an image every 10 seconds. In that time I put points on a drawing layer where features appear and then I want to update my image so I can digitize the refreshed view from camera. The problem is that when I have a linked image in my project panel it doesnt update fast enough (I tried to close/open the image to see if it updates and it does once for few minutes). Can I have a query that takes the image from my hard drive and link an image to that query so the refresh can be made with a mouse click (refresh data/ alt+F5)? is there any way to have my image updated in Manifold?&lt;/P&gt;</description><dc:creator>atomek</dc:creator><comments>http://forum.manifold.net/forum/t76330</comments><guid>http://forum.manifold.net/forum/t76330</guid><pubDate>Sun, 04 Jan 2009 05:27:26 GMT</pubDate></item><item><title>IMS Background color change</title><link>http://forum.manifold.net/forum/t76325</link><description>&lt;P&gt;Hello all and Happy new year!&lt;/P&gt;&lt;P&gt;Is there way to change the background color in the IMS?&lt;/P&gt;&lt;P&gt;I know you can do it via the Manifold professional program settings, however, if you want the background color to chage in a IMS is there a line of script that you can change or write that will create the desire effect?&lt;/P&gt;</description><dc:creator>Donmap</dc:creator><comments>http://forum.manifold.net/forum/t76325</comments><guid>http://forum.manifold.net/forum/t76325</guid><pubDate>Sun, 04 Jan 2009 03:35:04 GMT</pubDate></item><item><title>Enterprise spatial databases - do any support global grids and non-cartesian geospatial gridpoint/cell indexing</title><link>http://forum.manifold.net/forum/t76298</link><description>&lt;P&gt;I am working on some new feature suggestions based on a future version of Manifold being able to support Gaussian global grids and the Isocahedral Snyder Equal Area Aperture 3 Hexagonal (ISEA3H) geodesic discrete global grid. To help with this, I would be grateful if anyone who is familiar with the major enterprise database systems could answer the following for me:&lt;/P&gt;&lt;P&gt;Do any of the major enterprise databases provide support for these or any other kinds of non-planar global grids, together with the non-cartesian spatial gridpoint/gridcell indexing these require? if so which kinds of global grid? if you can direct me to any documentation, the better.&lt;/P&gt;&lt;P&gt;I have had a look at the white paper on the Oracle 11g Georaster model and cannot see any mention of it supporting anything other than planar grids and cartesian spatial indexing. I am hoping someone will be able to confirm this about Georaster and hopefully the give information on this wrt database products from other vendors. I doubt any do, but it would help to know this for sure.&lt;/P&gt;&lt;P&gt;Support for Gaussian global grids, ISEA3H and perhaps also triangular GDGGs by a future version of Manifold would provide the basis for it to provide some very cool new features and perform operations, currently very difficult if not impossible in most commercial-off-the-shelf GISs. If these and other forms of global grid were supported by the major enterprise database products, it could make providing global grid support in Manifold a whole lot simpler and provide standard around which new features could be provided. Hence my question.&lt;/P&gt;&lt;P&gt;If you are not familiar with Gaussian global grids and ISEA3H geodesic discrete global grids, why they are so useful and essential for some purposes, then this is this weeks homework. ;-)&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;</description><dc:creator>Nick Verge</dc:creator><comments>http://forum.manifold.net/forum/t76298</comments><guid>http://forum.manifold.net/forum/t76298</guid><pubDate>Fri, 02 Jan 2009 12:06:04 GMT</pubDate></item><item><title>Shared Nearest Neighbour Algorithm - Python Script Attached</title><link>http://forum.manifold.net/forum/t76320</link><description>&lt;P&gt;More Python Stuff:- &lt;/P&gt;&lt;P&gt;Please see &lt;/P&gt;&lt;P&gt;&lt;A HREF='http://forum.manifold.net/forum/t76235.10'&gt;http://forum.manifold.net/forum/t76235.10&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Shared Nearest Neighbour algo courtesty of Moreira et al - &lt;/P&gt;&lt;P&gt;http://ubicomp.algoritmi.uminho.pt/local/concavehull.html&lt;/P&gt;&lt;P&gt;Python Conversion - Courtesy of Me&lt;/P&gt;&lt;P&gt;SNN Algorithm identifies  Cluster Points and Noise points based upon preset value K&lt;/P&gt;&lt;P&gt;To use script with your project, you need to :-&lt;/P&gt;&lt;P&gt;1) Change Value of K [top of Script] - currently at 7&lt;/P&gt;&lt;P&gt;2) Change Value of manifold project path [bottom of Script]&lt;/P&gt;&lt;P&gt;3) In Manifold Drawing add 3 fields to Table [ClusterID(int),ClusterPointType(String),ClusterDensity(float)]&lt;/P&gt;&lt;P&gt;4) Update Drawing Name for Query in UpdateDS Function&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/21/76321/Manifold.py'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/21/76321/Manifold.py'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;Manifold.py&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>jonno</dc:creator><comments>http://forum.manifold.net/forum/t76320</comments><guid>http://forum.manifold.net/forum/t76320</guid><pubDate>Sun, 04 Jan 2009 01:41:46 GMT</pubDate></item><item><title>Import table with line numbers</title><link>http://forum.manifold.net/forum/t76307</link><description>&lt;P&gt;I have a table that I import into Manifold, but the position in the table is important.  Is there anyway to create a column with row numbers?&lt;/P&gt;</description><dc:creator>iluv2fly1</dc:creator><comments>http://forum.manifold.net/forum/t76307</comments><guid>http://forum.manifold.net/forum/t76307</guid><pubDate>Sat, 03 Jan 2009 16:11:54 GMT</pubDate></item><item><title>Scale Escape Sequence Fix</title><link>http://forum.manifold.net/forum/t76300</link><description>&lt;P&gt;From the latest &lt;A HREF='http://forum.manifold.net/forum/t75570'&gt;update&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;(Fix)&lt;/STRONG&gt; Scale escape sequences used in text layout elements correctly truncate scale values to the desired number of decimal digits.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If I create a View set to 1:1,250 scale, the scale escape sequence in the layout still displays the incorrect value of 1:1300 regardless of the number of decimal digits I specify. What does this actually fix?&lt;/P&gt;</description><dc:creator>BCowper</dc:creator><comments>http://forum.manifold.net/forum/t76300</comments><guid>http://forum.manifold.net/forum/t76300</guid><pubDate>Fri, 02 Jan 2009 12:26:10 GMT</pubDate></item><item><title>Linked drawings from linked tables or queries</title><link>http://forum.manifold.net/forum/t76161</link><description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;How can I create linked drawings from linked tables, or queries from linked tables, in Manifold ?&lt;/P&gt;&lt;P&gt;I've got 3 tables in a Manifold project, linked from an .mdb database. 2 of them are geocoded ( on containing points coordinates, the second containing lines defined by coordinates, Line ID, Line Order, like the example in the Manifold User Manual ). I will also use queries on these 3 linked tables, from which I want to create a linked drawing.&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Chris Lang&lt;/P&gt;</description><dc:creator>chris lang</dc:creator><comments>http://forum.manifold.net/forum/t76161</comments><guid>http://forum.manifold.net/forum/t76161</guid><pubDate>Fri, 26 Dec 2008 04:41:39 GMT</pubDate></item><item><title>loading a form</title><link>http://forum.manifold.net/forum/t76250</link><description>&lt;P&gt;i am trying to load a form when i click on a drawing , well as far as i have studied we can load an object with a script using &lt;/P&gt;&lt;P&gt;Create a VBScript script named OnClick and enter the following script:&lt;/P&gt;&lt;P&gt;Sub Main&lt;/P&gt;&lt;P&gt;If EventArgs.HasObject Then&lt;/P&gt;&lt;P&gt;Application.MessageBox EventArgs.Object.ID, &amp;quot;Clicked Object&amp;quot;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;this code opend an message with the object Id selected.&lt;/P&gt;&lt;P&gt;i am able to load the drawing table into form and view the record... &lt;/P&gt;&lt;P&gt;but the only thing which i am unable to do is that load the form when i click the drawing anywhere...&lt;/P&gt;&lt;P&gt;waiting for your help...&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;P&gt;&lt;IMG SRC='images/emo-smile.gif'&gt;&lt;/P&gt;</description><dc:creator>MohsinQasim</dc:creator><comments>http://forum.manifold.net/forum/t76250</comments><guid>http://forum.manifold.net/forum/t76250</guid><pubDate>Tue, 30 Dec 2008 04:17:07 GMT</pubDate></item><item><title>Add Objects in an ACCESS-Table</title><link>http://forum.manifold.net/forum/t76287</link><description>&lt;P&gt;I have problems to add Objects to a drawing that is stored in an Access-Table.&lt;/P&gt;&lt;P&gt;Look the screenshoots in the attachement.&lt;/P&gt;&lt;P&gt;&amp;lt;!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--&amp;gt;  &lt;/P&gt;&lt;P&gt;Add Points to the Drawing works, until i go out of the Drawing. I get an error „Can`t add object“.&lt;P&gt;&amp;lt;!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--&amp;gt;  &lt;/P&gt;&lt;P&gt;It seems the Drawing is limited about a „Virtual Box“ of coordinates around the Drawing.&lt;/P&gt;&lt;P&gt;Is there a possibility to do this, without to store the Drawing in a real Database, or making a&lt;/P&gt;&lt;P&gt;&amp;quot;virtual&amp;quot; box (border lines, area, etc.) that is big enough for my Area of interest to add objects ?&lt;/P&gt;&lt;/P&gt;&lt;P&gt;Damn, i can`t get away the &amp;lt;!.....&amp;gt;, sorry.&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/00/76288/Add Objects.pdf'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/00/76288/Add Objects.pdf'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;Add Objects.pdf&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>volker</dc:creator><comments>http://forum.manifold.net/forum/t76287</comments><guid>http://forum.manifold.net/forum/t76287</guid><pubDate>Wed, 31 Dec 2008 03:44:17 GMT</pubDate></item><item><title>Export line drawing to SQL Server 2008 fails</title><link>http://forum.manifold.net/forum/t75868</link><description>&lt;P&gt;When I attempt to export a simple drawing containing line geometries, get the message in a Manifold dialog stating &amp;quot;The statement has been terminated&amp;quot;.  Always get the same message when attempting to export a number of different drawings and no matter what options are selected in the export dialog - do not reproject data, create spatial index create sequences or triggers.&lt;/P&gt;&lt;P&gt;&lt;P&gt;Am running 8.0.10.0 in 64-bit mode in Windows Vista 64 against Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709-1414), connecting to the database using integrated security.&lt;/P&gt;&lt;P&gt;Any clues?&lt;/P&gt;&lt;/P&gt;</description><dc:creator>Norris Evans</dc:creator><comments>http://forum.manifold.net/forum/t75868</comments><guid>http://forum.manifold.net/forum/t75868</guid><pubDate>Thu, 18 Dec 2008 12:05:20 GMT</pubDate></item><item><title>FYI: Big virtual earth update</title><link>http://forum.manifold.net/forum/t76271</link><description>&lt;P&gt;See here for more details: &lt;A HREF='http://blogs.msdn.com/virtualearth/archive/2008/12/29/virtual-earth-data-release-december-2008.aspx'&gt;http://blogs.msdn.com/virtualearth/archive/2008/12/29/virtual-earth-data-release-december-2008.aspx&lt;/A&gt;&lt;/P&gt;</description><dc:creator>dmbrubac</dc:creator><comments>http://forum.manifold.net/forum/t76271</comments><guid>http://forum.manifold.net/forum/t76271</guid><pubDate>Tue, 30 Dec 2008 10:58:28 GMT</pubDate></item><item><title>Problem connecting to postgres from .HTA application</title><link>http://forum.manifold.net/forum/t75942</link><description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm at it again with more questions for the ready and willing.&lt;/P&gt;&lt;P&gt;okay, so i have this script which connects to postgreSQL database and imports drawings at multiple points during its execution. it was working perfectly.&lt;/P&gt;&lt;P&gt;i thought it would be neat to add a UI for it as there are some choices to be made before it can be run, so i wrapped it in an HTML Application (HTA). &lt;/P&gt;&lt;P&gt;now, for some reason, it doesn't want to connect to the database anymore. i have researched the issue to the fullest extent of my abilities and now must call out to the tech savvy. &lt;/P&gt;&lt;P&gt;when run from the HTA wrapper, the following code throws this: &lt;STRONG&gt;ERROR: Cannot connect to the data source&lt;/STRONG&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SET&lt;/span&gt;&amp;#160;ds&amp;#160;=&amp;#160;doc.NewDataSource()&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.ConnectionType&amp;#160;=&amp;#160;&lt;span class=s&gt;&amp;quot;PostgreSQL&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.ConnectionString&amp;#160;=&amp;#160;&lt;span class=s&gt;&amp;quot;host='myHost'&amp;#160;port='5433'&amp;#160;user='tcrow'&amp;#160;password='myPwd'&amp;#160;dbname='myDB'&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.importDrawing(&lt;span class=s&gt;&amp;quot;public.tableName.geometry&amp;quot;&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P&gt;if i change the above code to the following it throws this: &lt;STRONG&gt;ERROR: relation &amp;quot;GDB_GeomColumns&amp;quot; does not exist; Error while executing the query&lt;/STRONG&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;SET&lt;/span&gt;&amp;#160;ds&amp;#160;=&amp;#160;doc.NewDataSource()&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.ConnectionType&amp;#160;=&amp;#160;&lt;span class=s&gt;&amp;quot;ODBC&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.ConnectionString&amp;#160;=&amp;#160;&lt;span class=s&gt;&amp;quot;Dsn=PostgreSQL30;database=myDB;server=myServer;port=5433;uid=tcrow;pwd=myPwd&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;if&lt;/span&gt;&amp;#160;ds.probe&amp;#160;&lt;span class=k&gt;then&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;ds.importDrawing(&lt;span class=s&gt;&amp;quot;public.tableName.geometry&amp;quot;&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;end&lt;/span&gt;&amp;#160;&lt;span class=k&gt;if&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P&gt;the server logs confirmed that with the latter code, i was connected. also, i noticed and confirmed that this error &lt;STRONG&gt;&amp;quot;GDB_GeomColumns&amp;quot;&lt;/STRONG&gt; is thrown regardless of a successful import, for reference see this thread &lt;A HREF='http://69.17.46.171/forum/t68848.7'&gt;http://69.17.46.171/forum/t68848.7&lt;/A&gt;. i dunno. the script worked great as a standalone .vbs, the &lt;STRONG&gt;&lt;U&gt;ONLY &lt;/U&gt;&lt;/STRONG&gt;thing that has changed is that the code is now executed on button's on_click event in the HTA application.&lt;/P&gt;&lt;P&gt;HTA leverages IE to provide a graphical user interface but runs in a seperate process called mshta.exe&lt;/P&gt;&lt;P&gt;i also get the same result when having the .hta launch a .bat file which in turn launches the original vbs file&lt;/P&gt;&lt;P&gt;so question 1 is: regarding the first code, what would keep me from connecting to the database? &lt;/P&gt;&lt;P&gt;question 2: regarding the second code, once connected, what would keep me from importing the drawing? &lt;/P&gt;&lt;P&gt;question 3: is the problems with the hta, what about the hta would prevent this?&lt;/P&gt;</description><dc:creator>t-crow</dc:creator><comments>http://forum.manifold.net/forum/t75942</comments><guid>http://forum.manifold.net/forum/t75942</guid><pubDate>Fri, 19 Dec 2008 14:06:50 GMT</pubDate></item><item><title>Is NAD83 HARN supported in Manifold?</title><link>http://forum.manifold.net/forum/t66375</link><description>&lt;P&gt;I have data in State Plane, NAD83 HARN (HPGN), New Mexico West. I wanted to project it to NAD 83, but wasn't able to find any support for NAD83 HARN in the projections list. The difference between NAD83 and NAD83 harn is a little over a foot for our area. Am I missung something, or do I need to send in a request to Manifold?&lt;/P&gt;&lt;P&gt;I can do the reprojections with ArcGIS, but would prefer to have it directly available in Manifold.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;</description><dc:creator>rfriedman</dc:creator><comments>http://forum.manifold.net/forum/t66375</comments><guid>http://forum.manifold.net/forum/t66375</guid><pubDate>Thu, 12 Jun 2008 16:10:48 GMT</pubDate></item><item><title>&amp;quot;higher-order&amp;quot; parameter queries</title><link>http://forum.manifold.net/forum/t75743</link><description>&lt;P&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Manofold allows parameter queries. From &lt;A HREF='http://www.manifold.net/doc/parameter_queries.htm'&gt;documentation&lt;/A&gt;(emphasis mine):&lt;/P&gt;&lt;P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[It] can use the parameters to substitute any &lt;SPAN&gt;value &lt;/SPAN&gt;within the query. [It] &lt;SPAN&gt;cannot&lt;/SPAN&gt;, however, use the parameters to substitute &lt;SPAN&gt;names of columns or tables&lt;/SPAN&gt;, or to specify functions or operators. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;&lt;P&gt;What do you think of going a bit (actually much) further and allow table- and column names (even functions) to be parameters? I imagine, that a drop-down list of available tables/columns can be provided to user for substitution of such &amp;quot;higher order&amp;quot; parameters.&lt;/P&gt;&lt;P&gt;It's like dynamic SQL creation and execution, only in more user-friendly way. Are there any technical difficulties involved? I cannot see many. Of course the created SQL can fail with type error, but there's no harm done. &lt;/P&gt;&lt;P&gt;I can imagine many applications of such generic kind. Powerful, relatively easy to define (having already the powerful functions/operators of Manifold) and very easy to use. In fact I think of every transformation from Transform Toolbar as one such generic (ie it accepts any drawing/table) operation. The implicit arguments in the latter case are Target and/or Selection. Isn't it so?&lt;/P&gt;&lt;/P&gt;</description><dc:creator>rk</dc:creator><comments>http://forum.manifold.net/forum/t75743</comments><guid>http://forum.manifold.net/forum/t75743</guid><pubDate>Tue, 16 Dec 2008 02:05:03 GMT</pubDate></item><item><title>Another GIS opportunity</title><link>http://forum.manifold.net/forum/t76276</link><description>&lt;P&gt;Found this opportunity out there. Any consultants looking to bring a City into the fold? &lt;/P&gt;&lt;P&gt;&lt;A HREF='http://www.townofsuperior.com/Portals/7/Documents/PDFs/Misc/RFP%20-%20GIS%20Program%20Services.pdf'&gt;http://www.townofsuperior.com/Portals/7/Documents/PDFs/Misc/RFP%20-%20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;GIS%20Program%20Services.pdf&lt;/P&gt;</description><dc:creator>eandelin</dc:creator><comments>http://forum.manifold.net/forum/t76276</comments><guid>http://forum.manifold.net/forum/t76276</guid><pubDate>Tue, 30 Dec 2008 12:28:05 GMT</pubDate></item><item><title>Drawings are not updated</title><link>http://forum.manifold.net/forum/t76202</link><description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a project which reads a lot of data from mySQL.&lt;/P&gt;&lt;P&gt;Everything was OK until few days back when after I open the Manifold project&lt;/P&gt;&lt;P&gt;I have to manualy refresh data for the drawing, otherwise data is missed on the map.&lt;/P&gt;&lt;P&gt;Any idea what could cause it ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Piotr&lt;/P&gt;</description><dc:creator>mysiar</dc:creator><comments>http://forum.manifold.net/forum/t76202</comments><guid>http://forum.manifold.net/forum/t76202</guid><pubDate>Mon, 29 Dec 2008 05:13:17 GMT</pubDate></item><item><title>manifold + esri sde geodatabase connection</title><link>http://forum.manifold.net/forum/t76073</link><description>&lt;P&gt;I connect to ESRI SDE Geodatabase stored in oracle database than link tabels with manifold but when I make drawing using this table - copy than past as drawing - I can not see shape I just saw point shape what can be the problem with this and could anyone tell me how to link to sde and set properties for new created drawing.&lt;/P&gt;&lt;P&gt;I send you sample map created with linking to sde geodatabase but I not make link instead import table than create drawing and solution is same you will see...&lt;/P&gt;&lt;P&gt;I choose latitude/x longitude/y shape!&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/2A/76074/kentRehberi.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/2A/76074/kentRehberi.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;kentRehberi.map&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>coreWeb</dc:creator><comments>http://forum.manifold.net/forum/t76073</comments><guid>http://forum.manifold.net/forum/t76073</guid><pubDate>Tue, 23 Dec 2008 00:14:17 GMT</pubDate></item><item><title>Newbie has problem with Layouts</title><link>http://forum.manifold.net/forum/t76204</link><description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I am unfamiliar with layouts, but did read the manual. It says:&lt;/P&gt;&lt;P&gt;&amp;quot;We drag and drop items into a layout from the project pane.  Begin by double clicking on the layout component to open it in a project pane.  We can now click on an item in the project pane and drag and drop it into the layout window.   Components that are dragged and dropped into a layout will at first appear as a fairly small layout element so they do not obscure other elements in the layout. &lt;B&gt;Click on the component that's just been dropped to select it and then &lt;U&gt;resize and reposition&lt;/U&gt; the element as desired&lt;/B&gt;.&amp;quot;&lt;/P&gt;&lt;P&gt;But how do we resize and reposition it? All that I get is a red selected square. Should I see little resize handles&lt;/P&gt;&lt;P&gt;on the object so I can move it around? Once I drop it onto the layout I can't do anything else to it. Obviously&lt;/P&gt;&lt;P&gt;I am misunderstanding something in this tutorial.&lt;/P&gt;&lt;P&gt;Mike S&lt;/P&gt;</description><dc:creator>mike s</dc:creator><comments>http://forum.manifold.net/forum/t76204</comments><guid>http://forum.manifold.net/forum/t76204</guid><pubDate>Mon, 29 Dec 2008 06:59:14 GMT</pubDate></item><item><title>Postgresql &amp;amp; ims trouble :S</title><link>http://forum.manifold.net/forum/t75299</link><description>&lt;P&gt;&lt;SPAN&gt;Hello to all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've been facing a strange issue when serving an ims application that gets data from postgresql.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is that my ims application has a few linked postgresql tables and when using the application, manifold does not refresh them, so nothing shows up in the map.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When working inside the map file i can connect to postgresql using the database console without any problem and retrieve the data. Or in other words, by just opening the map file with manifold the program will refresh the data and load all components, but for ims application this does not happen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've checked the iusr permissions and all were fine, and i even tried to connect to postgresql using different data sources like the manifold's postgresql data source, ado.net odbc and odbc which allowed me to get the data but only from inside the manifold (lastest version) GUI application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What could be wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;</description><dc:creator>Gustavo Palminha</dc:creator><comments>http://forum.manifold.net/forum/t75299</comments><guid>http://forum.manifold.net/forum/t75299</guid><pubDate>Sat, 06 Dec 2008 16:36:43 GMT</pubDate></item><item><title>Mainifold mobile</title><link>http://forum.manifold.net/forum/t76138</link><description>&lt;P&gt;has anyone done this or is it possible to install Manifold on a notebook computer - plug a vehicle GPS unit into the notebook - and see the position of the vehicle on a map in realtime?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description><dc:creator>tkurland@kurcom.com</dc:creator><comments>http://forum.manifold.net/forum/t76138</comments><guid>http://forum.manifold.net/forum/t76138</guid><pubDate>Wed, 24 Dec 2008 07:54:48 GMT</pubDate></item><item><title>Is there a way to use Geom in memory to construct a SQL query?</title><link>http://forum.manifold.net/forum/t76253</link><description>&lt;P&gt;When we select GEOMS by using Geom from other drawing, it will work.  Now, we want to use a Geom in memory to do the query.  How to construct such a SQL query?  We would like to provide the users with a selection function by using a window.  Thanks, SW&lt;/P&gt;</description><dc:creator>sqwang</dc:creator><comments>http://forum.manifold.net/forum/t76253</comments><guid>http://forum.manifold.net/forum/t76253</guid><pubDate>Tue, 30 Dec 2008 05:21:06 GMT</pubDate></item><item><title>Transformation from MTM NAD83 to MTM NAD83 SCRS</title><link>http://forum.manifold.net/forum/t76215</link><description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;Is there a way to transform data in the MTM NAD83 coordinates system to MTM NAD83(CSRS) coordinates system, using GSB grid shift file, or is the NAD83 coordinates system as to be shift down to NAD27 before ?&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Chris Lang&lt;/P&gt;</description><dc:creator>chris lang</dc:creator><comments>http://forum.manifold.net/forum/t76215</comments><guid>http://forum.manifold.net/forum/t76215</guid><pubDate>Mon, 29 Dec 2008 10:50:51 GMT</pubDate></item><item><title>How to calculate/convert track lengths</title><link>http://forum.manifold.net/forum/t76158</link><description>&lt;P&gt;&lt;P&gt;&lt;SPAN&gt;How to calculate track length ? I have created a linked line drawing from a set of geographical positions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and revealed the hidden columns in the related table. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One of them is titled &amp;quot;Length(I)&amp;quot;, and I believe should give me the length of the line. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However the values I get are not sensible (too small) since the animals have travelled several hundreds &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or thousands of km and my results are all under 100. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I presume there must be some sort of unit issue, but i don't know how to convert these values into meters &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or kilometers. My line drawing is in Lat/lon projection and the map I am using is in Albers Conical projection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have attempted to use queries and scripts found on the Manifold website, but nothing has worked so far ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas ? Thanks a lot !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/P&gt;</description><dc:creator>Phil</dc:creator><comments>http://forum.manifold.net/forum/t76158</comments><guid>http://forum.manifold.net/forum/t76158</guid><pubDate>Fri, 26 Dec 2008 03:08:12 GMT</pubDate></item><item><title>ArcSDE?</title><link>http://forum.manifold.net/forum/t76066</link><description>&lt;P&gt;I've finally been able to get the magic beans to connect to our downtown ArcSDE server. I have a connection in my data sources. The Administrator Console lists the drawings present.&lt;/P&gt;&lt;P&gt;When I try to link or import the data source I set a set of drawings and a set of tables - not one combined layer. The imported drawing has no attributes or key fields. The attribute table does not have a key field that cam be used to link to the drawing. I can combine the records in using the ordinal but that doesn't seem like a good idea.&lt;/P&gt;&lt;P&gt;I must be doing something wrong.&lt;/P&gt;&lt;P&gt;How to I import a drawing from ArcSDE and have the drawing layer and attributes automatically joined?&lt;/P&gt;</description><dc:creator>rheitzman</dc:creator><comments>http://forum.manifold.net/forum/t76066</comments><guid>http://forum.manifold.net/forum/t76066</guid><pubDate>Mon, 22 Dec 2008 15:54:22 GMT</pubDate></item><item><title>Happy Christmas</title><link>http://forum.manifold.net/forum/t76144</link><description>&lt;P&gt;Don't forget everyone....it's Christmas. Manifold is an amazing product and I'm looking forward to the new release in 2009, but, it's christmas and I'm going to try not to look at the Manifold forum over the break...however tempting it is to see what's going on!&lt;/P&gt;&lt;P&gt;Lets hope the standard of posts and answers in 2009 is as good as it has been for 2008.&lt;/P&gt;&lt;P&gt;Happy Xmas!!&lt;/P&gt;</description><dc:creator>James</dc:creator><comments>http://forum.manifold.net/forum/t76144</comments><guid>http://forum.manifold.net/forum/t76144</guid><pubDate>Wed, 24 Dec 2008 10:59:36 GMT</pubDate></item><item><title>Active column creating a text string from 2 other columns</title><link>http://forum.manifold.net/forum/t76167</link><description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;How can I write a vbscript in an active column that takes the value of 2 columns in a table ( one colum is text, the second is integer ), and merge them as a single text string in the active column.&lt;/P&gt;&lt;P&gt;Thank you for your help,&lt;/P&gt;&lt;P&gt;Chris Lang&lt;/P&gt;</description><dc:creator>chris lang</dc:creator><comments>http://forum.manifold.net/forum/t76167</comments><guid>http://forum.manifold.net/forum/t76167</guid><pubDate>Fri, 26 Dec 2008 08:44:04 GMT</pubDate></item><item><title>Import component by script without Copy method or UI scripting</title><link>http://forum.manifold.net/forum/t76116</link><description>&lt;P&gt;Is it possible to import a manifold component from another .map file using VB script without using the Copy method or UI scripting?&lt;/P&gt;&lt;P&gt;i.e. is there a method of the importer object to import a specified component from a manifold project?&lt;/P&gt;</description><dc:creator>firsttube</dc:creator><comments>http://forum.manifold.net/forum/t76116</comments><guid>http://forum.manifold.net/forum/t76116</guid><pubDate>Tue, 23 Dec 2008 11:12:19 GMT</pubDate></item><item><title>Data Sources</title><link>http://forum.manifold.net/forum/t75707</link><description>&lt;P&gt;Ever since I upgraded to 64-bit, my data sources won't save to my database console.  Any ideas?&lt;/P&gt;</description><dc:creator>EmV</dc:creator><comments>http://forum.manifold.net/forum/t75707</comments><guid>http://forum.manifold.net/forum/t75707</guid><pubDate>Mon, 15 Dec 2008 11:08:22 GMT</pubDate></item><item><title>Closin Parcel Fabric</title><link>http://forum.manifold.net/forum/t76102</link><description>&lt;P&gt;Ive got Parcel Fabric for a good size county and I've Bounded areas but many areas didn't close because of small gaps between the lines. &lt;/P&gt;&lt;P&gt;Is there any quick solution to this rather than drawing areas over all my empty areas? thanks in advance&lt;/P&gt;</description><dc:creator>mrsyer</dc:creator><comments>http://forum.manifold.net/forum/t76102</comments><guid>http://forum.manifold.net/forum/t76102</guid><pubDate>Tue, 23 Dec 2008 07:36:27 GMT</pubDate></item><item><title>SQL Linked Drawing Query woes</title><link>http://forum.manifold.net/forum/t76129</link><description>&lt;P&gt;Hi, I am having trouble running a query set up in Manifold from within my web application. The setup in Manifold is a linked drawing ('Accidents') to an external SQL database. A query is set up called 'SelectAccidents' which interrogates this drawing for matches. A second linked drawing is created that is linked to the result of the query and is a layer within my map.&lt;/P&gt;&lt;P&gt;In Manifold, I can run the query and then refresh drawing2 to see the results in the map. When I try and run this in my web application, I get nothing returned. The Accidents drawing used to be a static table and this worked fine. It is only since I have been trying to use 'Accidents' as a linked table to SQL that I have been having problems. The Below is the snippet of code I am using and I would appreciate any thoughts or ideas anyone has:&lt;/P&gt;&lt;P class='code'&gt;[code]&lt;/P&gt;&lt;P&gt;else if (command == &amp;quot;query&amp;quot;) {&lt;/P&gt;&lt;P&gt;var TempDataset1 = mapserver.Document.ComponentSet(&amp;quot;Drawing2&amp;quot;);&lt;/P&gt;&lt;P&gt;mapserver.Query(&amp;quot;SelectAccidents&amp;quot;, queryPars, true, true);&lt;/P&gt;&lt;P&gt;TempDataset1.Refresh();&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;</description><dc:creator>Ross</dc:creator><comments>http://forum.manifold.net/forum/t76129</comments><guid>http://forum.manifold.net/forum/t76129</guid><pubDate>Wed, 24 Dec 2008 02:21:36 GMT</pubDate></item><item><title>Mexico.map,Routing</title><link>http://forum.manifold.net/forum/t75910</link><description>&lt;P&gt;I try to understand the important point in &amp;quot;Mexico.map&amp;quot; sample map for to be able to obtain result using OptimalRoute method.I draw my sample map with line and point and set each line coordinates to match with one line branch coordinates on which stand it.But After choosing start and final location and compute route I get this error message:NOT(My code is working properly with Mexico.map sample map.)&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;var routeObj = analyzer.OptimalRoute(points, roads, &amp;quot;LENGTH&amp;quot;, &amp;quot;SPEED&amp;quot;, true, roads.Item(begIndex),roads.Item(endIndex));&lt;/P&gt; &lt;P&gt;route = routeObj.Geom.ToTextWKT();&lt;/P&gt;&lt;P&gt;report = escape(routeObj.Report(&amp;quot;NAME&amp;quot;).replace(/\n/g, &amp;quot;&amp;lt;br&amp;gt;\n&amp;quot;).replace(/ /g, &amp;quot;&amp;amp;nbsp;&amp;quot;));&lt;/P&gt;  &lt;P&gt;ERROR at first line:&lt;/P&gt;&lt;P&gt;Set of objects contains no lines suitable for routing.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think I have deficient column or row which connects point and line.&lt;/P&gt;&lt;P&gt;This is my sample map.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/87/75911/KentRehberi.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/87/75911/KentRehberi.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;KentRehberi.map&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>coreWeb</dc:creator><comments>http://forum.manifold.net/forum/t75910</comments><guid>http://forum.manifold.net/forum/t75910</guid><pubDate>Fri, 19 Dec 2008 05:09:57 GMT</pubDate></item><item><title>Display selected records in IMS</title><link>http://forum.manifold.net/forum/t76069</link><description>&lt;P&gt;I am trying to implement a Select by Box tool in IMS using the Downloads sample (passing the box as wkt). I have been successful, finally, to get the tool to select and display the selected features in the map, but I don't know how to display the corresponding selected records of the attribute table.  Any pointers appreciated.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description><dc:creator>udai</dc:creator><comments>http://forum.manifold.net/forum/t76069</comments><guid>http://forum.manifold.net/forum/t76069</guid><pubDate>Mon, 22 Dec 2008 18:53:43 GMT</pubDate></item><item><title>Copy/paste surface to image and back without loss of height value decimal places</title><link>http://forum.manifold.net/forum/t76071</link><description>&lt;P&gt;Merry Christmas to you all!&lt;/P&gt;&lt;P&gt;I've been working on adding a sea surface to a coastal LIDAR DEM so as to overlay some aerial imagery on a terrain. In a typical Manifold way I found a couple of ways to do this.&lt;/P&gt;&lt;P&gt;However in my trials, I found I could not copy and paste the DEM from a surface with values to two decimal places ( no pallete and no hillshading) to an image and then copy that image and paste back as a surface without losing the two decimal places. &lt;/P&gt;&lt;P&gt;Is this a restriction on the levels of greyscale that the no pallete DEM has when pasted as an image? I tried pasting as a range of integer values (32 bit - 64 bit etc) but my DEM always pastes as a surface with one metre steps.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Dale&lt;/P&gt;</description><dc:creator>dale</dc:creator><comments>http://forum.manifold.net/forum/t76071</comments><guid>http://forum.manifold.net/forum/t76071</guid><pubDate>Mon, 22 Dec 2008 21:01:36 GMT</pubDate></item><item><title>CoInitialize Error in VBS when trying to copy component</title><link>http://forum.manifold.net/forum/t76114</link><description>&lt;P&gt;I am getting a CoInitialize error on the Copy line when I run this VB script from Windows Explorer:&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=c&gt;'vbscript&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;Set&lt;/span&gt;&amp;#160;app&amp;#160;=&amp;#160;CreateObject(&lt;span class=s&gt;&amp;quot;Manifold.Application&amp;quot;&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;doc1&amp;#160;=&amp;#160;app.NewDocument(&lt;span class=s&gt;&amp;quot;C:\map1.map&amp;quot;&lt;/span&gt;,&amp;#160;&lt;span class=k&gt;False&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;doc2&amp;#160;=&amp;#160;app.NewDocument(&lt;span class=s&gt;&amp;quot;c:\map2.map&amp;quot;&lt;/span&gt;,&amp;#160;&lt;span class=k&gt;False&lt;/span&gt;)&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;comps1&amp;#160;=&amp;#160;doc1.Componentset&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;comps2&amp;#160;=&amp;#160;doc2.Componentset&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;for&lt;/span&gt;&amp;#160;&lt;span class=k&gt;each&lt;/span&gt;&amp;#160;comp1&amp;#160;&lt;span class=k&gt;in&lt;/span&gt;&amp;#160;comps1&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;span class=k&gt;if&lt;/span&gt;&amp;#160;comp1.Type&amp;#160;=&amp;#160;3&amp;#160;&lt;span class=k&gt;then&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&lt;span class=k&gt;for&lt;/span&gt;&amp;#160;&lt;span class=k&gt;each&lt;/span&gt;&amp;#160;comp2&amp;#160;&lt;span class=k&gt;in&lt;/span&gt;&amp;#160;comps2&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;comps1.Remove(comp1.Name)&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;comp2.Copy&amp;#160;&lt;span class=k&gt;False&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;doc1.Paste&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&amp;#160;&lt;span class=k&gt;next&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;span class=k&gt;end&lt;/span&gt;&amp;#160;&lt;span class=k&gt;if&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;next&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;msgbox&amp;#160;&lt;span class=s&gt;&amp;quot;Done&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P&gt;There are a few threads on the board about this regarding the windows clipboard, but I can't find a solution that works in VBS.  Any help is appreciated.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description><dc:creator>firsttube</dc:creator><comments>http://forum.manifold.net/forum/t76114</comments><guid>http://forum.manifold.net/forum/t76114</guid><pubDate>Tue, 23 Dec 2008 10:09:31 GMT</pubDate></item><item><title>Script runs paging file out</title><link>http://forum.manifold.net/forum/t76094</link><description>&lt;P&gt;I have a script that runs in manifold after I leave for the day.  Basically, it updates all the drawings in other manifold projects that are used in an IMS.  Recently, the script has been failing.  The error that is given by manifold is &amp;quot;No memory&amp;quot;.  When I click OK, the error pops again.  Then I click OK, and it does not come back.  But a new error &amp;quot;The memory could not be referenced...&amp;quot; comes.  After click through these errors, manifold shuts down.&lt;/P&gt;&lt;P&gt;When I check task manager, all seems fine.  The paging file is low, and CPU usage is nil.  Now, if I run the script while I'm here and watch the task manager, I notice that the Paging file usage steadily increases.  And the amount of RAM used by manifold increases as well.  I'm thinking that eventually, the script uses all of the RAM and paging file, and that's where the &amp;quot;No memory&amp;quot; error is coming from?  I have the paging file set to 8000/8000.  I have 4 GB RAM, Windows XP pro SP3.&lt;/P&gt;&lt;P&gt;Is there any way to prevent this from happening?  Now this is a recent development on my system - it never used to happen, so there may be a configuration change that I'm unaware of.  I recently had a string of malware removed, and I'm not sure if this could cause a problem like this.&lt;/P&gt;&lt;P&gt;I was looking in the Registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\.  Could any of these registry values be modified to solve this problem?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ft&lt;/P&gt;</description><dc:creator>firsttube</dc:creator><comments>http://forum.manifold.net/forum/t76094</comments><guid>http://forum.manifold.net/forum/t76094</guid><pubDate>Tue, 23 Dec 2008 05:50:05 GMT</pubDate></item><item><title>New data file format support proposal - support for import/export of data in GriB1 &amp;amp; GriB2 (Gridded Binary Format)</title><link>http://forum.manifold.net/forum/t76100</link><description>&lt;P&gt;The following is part of new feature request I will be submitting shortly to Manifold.net, posted here for your amusement and discussion&lt;/P&gt;&lt;HR&gt;&lt;P&gt;&lt;STRONG&gt;Support within Manifold System GIS for import and export of arrayed environmental data in gridded binary (GriB) format&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It is requested that a future version of Manifold System be able to import and export information in Gridded Binary (GriB) format.&lt;/P&gt;&lt;P&gt;GriB (Gridded Binary Format) is a well-documented file definition standard administered by the World Meteorological Organisation (WMO) and used to allow efficient distribution of often large volumes of multifield, static or time-varying 2D or 3D arrayed (&amp;quot;gridded&amp;quot;) scientific information about the natural environment. &lt;/P&gt;&lt;P&gt;GriB in the form of GriB1 was initially developed as a file standard by the World's major weather forecasting centres as a means of efficiently transmitting observational data about the atmosphere (including satellite remote sensing data) and/or the output of numerical weather prediction modelling. As such what is now known as GriB1 was probably the first, or one of the first, standard geographic information file formats, albeit one for what was originally a small community with access to supercomputing facilities. &lt;/P&gt;&lt;P&gt;Latterly, the GriB1 format has been found to be deficient and a successor format, GriB2 was concieved. As a result GriB2 is now used to distribute a wider range of information. GriB2 is now routinely used to distribute in addition to information about the past, present and future state and behaviour of the atmosphere, information about the state of the oceans, the soil, snow, ice and vegetation cover. Importantly, much such information can only be obtained in GriB format.&lt;/P&gt;&lt;P&gt;For any scientist or other professional who needs to study or monitor the atmosphere, the oceans, vegetation cover, soil properties the hydrosphere and the natural environment in general, with the aid of a COTS GIS, support for reading and writing information in GriB1 and GriB2 format by their GIS is essential. For this reason, I recommend that a future version of Manifold, provide the ability to import and ideally, also export, data in GriB1 and GriB2 formats. Providing this capability would enable a wider usage of such information, otherwise not easily imported into conventional COTS GISs at the current time.&lt;/P&gt;&lt;P&gt;GriB format documentation can be found at the URL below:&lt;/P&gt;&lt;P&gt;http://www.wmo.ch/pages/prog/www/WMOCodes/GRIB.html&lt;/P&gt;&lt;P&gt;GriB is a flexible file standard. As such, GriB files produced by one organisation need not be indentical in content to files produced by another. Fortunately there are not many organisations producing data in GriB format. The largest is the USA's NCEP (National Centers for Envionmental Prediction), the umbrella organisation ofthe US national Weather Service, NOAA, National Hurricane Prediction Center, Storm Prediction Center etc).&lt;/P&gt;&lt;P&gt;Information about the GriB products produced by NCEP is available here:&lt;/P&gt;&lt;P&gt;http://www.nco.ncep.noaa.gov/pmb/docs/grib2/&lt;/P&gt;&lt;P&gt;and includes code for a GriB1/GriB2 decoder/encoder.&lt;/P&gt;&lt;P&gt;It is recommended, that as a first step, a future version of Manifold be able to import and export NCEP generated GriB1/GriB2 format information products. When this is possible without issue, adding import and export capabilities for GriB format products from other major weather/environmental prediction/monitoring centres, mostly weather forcasting centres (eg UKMO, ECMWF, MeteoFrance, DLR, EUMETSAT etc) could then be addressed.&lt;/P&gt;</description><dc:creator>Nick Verge</dc:creator><comments>http://forum.manifold.net/forum/t76100</comments><guid>http://forum.manifold.net/forum/t76100</guid><pubDate>Tue, 23 Dec 2008 07:31:43 GMT</pubDate></item><item><title>looking for isobath data</title><link>http://forum.manifold.net/forum/t75767</link><description>&lt;P&gt;Hello, I'm trying to find specific ocean isobaths. The World Seas and Oceans manifold file (in the data folder on the dvd), is close, but doesn't have the specific depth that I need. Is there a place where I can find this online? I have Tom Patterson's CLEANTOPO2, is there an accurate way to process the vectors from that grayscale data?&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description><dc:creator>dave223</dc:creator><comments>http://forum.manifold.net/forum/t75767</comments><guid>http://forum.manifold.net/forum/t75767</guid><pubDate>Tue, 16 Dec 2008 12:10:51 GMT</pubDate></item></channel></rss>