﻿<?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: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664</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: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664</link></image><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160665</link><description>&lt;P&gt;&lt;B&gt;9.0.177.3&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;A HREF='https://www.manifoldgis.com/updates/working/manifold-9.0.177.3.zip'&gt;manifold-9.0.177.3.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SHA256: 2ffcfb8fac0bea7f94951e8530c5adc4aaf3d96abb8d3ed5be4ce75a4e4b6f0a&lt;/P&gt;&lt;P&gt;&lt;A HREF='https://www.manifoldgis.com/updates/working/manifold-viewer-9.0.177.3.zip'&gt;manifold-viewer-9.0.177.3.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SHA256: 612b0c7f6145e315deb5f4667285f84a9eef668dfeec03f9d86a88e397d0d253&lt;/P&gt;&lt;P&gt;&lt;A HREF='https://www.manifoldgis.com/updates/working/sql4arc-9.0.177.3.zip'&gt;sql4arc-9.0.177.3.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SHA256: 005c7996359008c579eaf47ddf61d2a8a649ab2ae38f184aa4ebae3ef00461c2&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160665</comments><guid>http://95.79.92.2:8080/forum/t160664#160665</guid><pubDate>Tue, 26 Jul 2022 13:12:27 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160666</link><description>&lt;P&gt;&lt;B&gt;Changes&lt;/B&gt;&lt;/P&gt;&lt;P&gt;(Fix) The table window for a table / query / command window for a MAP file behind MANIFOLDSRV shows the first sample of records instead of all records.&lt;/P&gt;&lt;P&gt;(Fix) The table window for a table in a MAP file no longer autorefreshes data after changes to a big table if there is a filter applied and the number of records that pass the filter is small.&lt;/P&gt;&lt;P&gt;Multiple progress messages have been simplified from &amp;#39;mmm (xxx)&amp;#39; to &amp;#39;mmm: xxx&amp;#39; for readability and consistency.&lt;/P&gt;&lt;P&gt;(Fix) Writing TIFF with FLOAT64 values correctly writes missing pixels (as NaN).&lt;/P&gt;&lt;P&gt;(Fix) Writing TIFF with INT8U values and a palette no longer fails to write the palette.&lt;/P&gt;&lt;P&gt;(Fix) Writing JSON escapes component and field names.&lt;/P&gt;&lt;P&gt;(Fix) Writing GEOJSON escapes component and field names.&lt;/P&gt;&lt;P&gt;Printing geometry to GeoJSON no longer prints optional bounding box data. This reduces output size, particularly for points. In the future, if there will be a particular need to include bounding box data, we will add an explicit option to do so.&lt;/P&gt;&lt;P&gt;There is a new dataport for JSONL files. JSONL files are line-delimited JSON, this is a simple format designed to be friendly to streaming data. A JSONL file contains a single table. Reading a JSONL file parses it dynamically. Each line should fit into 2 GB, but the file itself can be of any size.&lt;/P&gt;&lt;P&gt;There is a new export for JSONL files. The export takes a table. Binary fields are ignored. The export tracks progress and can be canceled.&lt;/P&gt;&lt;P&gt;There is a new dataport for GEOJSONL files. GEOJSONL files are line-delimited JSON, similar to JSONL, but with GeoJSON data. A GEOJSONL file contains a single drawing. Reading a GEOJSONL file parses it dynamically. Each line should fit into 2 GB, but the file itself can be of any size. Field names &amp;#39;Geom&amp;#39; and &amp;#39;Geom_x&amp;#39; are reserved, properties with these names are ignored.&lt;/P&gt;&lt;P&gt;There is a new export for GEOJSONL files. The export takes a drawing. Binary fields except the geometry field used by the drawing are ignored. Exported geometry is automatically converted to lat/lon WGS84, curves are linearized, areas are normalized to OGC rules. The export tracks progress and can be canceled.&lt;/P&gt;&lt;P&gt;(Fix) Writing DBF no longer sometimes miswrites boolean values.&lt;/P&gt;&lt;P&gt;(Fix) Tracking progress when writing DBF / SHP no longer sometimes counts every written record twice.&lt;/P&gt;&lt;P&gt;The -runscriptfile:xxx command in MANIFOLDCMD can work in the context of a data file. (As in, the command will open the data file and then run the script from the specified script file.)&lt;/P&gt;&lt;P&gt;There is a new -runqueryfile:xxx command for MANIFOLDCMD. The command is similar to -queryrun:xxx, but the text of the query is taken from the specified file.&lt;/P&gt;&lt;P&gt;There is a new -runquerytext:xxx command for MANIFOLDCMD. The command is similar to -queryrun:xxx, but the text of the query is taken directly from the command line.&lt;/P&gt;&lt;P&gt;(Example: manifoldcmd data.map -runquerytext:&amp;quot;SELECT * FROM blocks WHERE state=&amp;#39;CA&amp;#39;&amp;quot; -out:out.jsonl)&lt;/P&gt;&lt;P&gt;Editing a text style allows specifying vertical alignment. Vertical alignment is used when painting text in layout frames.&lt;/P&gt;&lt;P&gt;Editing a text style allows specifying offset for labels following lines. The default is 0 = place a label for each visible branch directly on top of the line. If the offset is not 0, the system will try to place a label for each visible branch on each side of the line until it succeeds (so, for example, if the system succeeded in putting a label on the left side of a particular branch, it won&amp;#39;t try to place a label on the right side of that branch, and vice versa).&lt;/P&gt;&lt;P&gt;End of list.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160666</comments><guid>http://95.79.92.2:8080/forum/t160664#160666</guid><pubDate>Tue, 26 Jul 2022 13:13:37 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160667</link><description>&lt;P&gt;Hi Adam, I&amp;#39;m running this last cutting edge build and all the legends&amp;#39; text in my previous layouts are top aligned. Is there a way to revert this or to choose the default behavior? Also, the distance between the legend symbol (or area) also decreased and by default it&amp;#39;s almost contiguous to the text. Is this a bug or is there any option to revert to the previous settings?&lt;/P&gt;&lt;P&gt;Attached I&amp;#39;m sending a quick preview of both behaviors.&lt;/P&gt;&lt;p class='file'&gt;&lt;b&gt;Attachments:&lt;/b&gt;&lt;br&gt;&lt;a href='bOUIvMTYwNjY3LzAxLnBuZw__'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt; &lt;a href='bOUIvMTYwNjY3LzAxLnBuZw__'&gt;01.png&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>HMS</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160667</comments><guid>http://95.79.92.2:8080/forum/t160664#160667</guid><pubDate>Tue, 26 Jul 2022 14:23:44 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160668</link><description>&lt;P&gt;After a second reading of my post, probably this could make it clearer: (...) &lt;SPAN&gt;all the legends&amp;#39; text in my previous layouts are &lt;B&gt;now &lt;/B&gt;top aligned, &lt;B&gt;instead of the previous vertical centre option&lt;/B&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This affects all layouts I&amp;#39;ve made, so I wonder if there is a way of not turning on this behavior or changing the default behavior to respect the format of previous layouts&lt;/P&gt;</description><dc:creator>HMS</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160668</comments><guid>http://95.79.92.2:8080/forum/t160664#160668</guid><pubDate>Tue, 26 Jul 2022 14:51:12 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160669</link><description>&lt;P&gt;This happens because we added a new setting. The previous behavior for that setting was mostly align center (although in some cases you were getting align top depending on other things), but using center as the default for vertical align conflicted with using left as the default for horizontal align. We chose to break things once rather than live with the conflict forever.&lt;/P&gt;&lt;P&gt;If we had a version tag in the style definition of a layout frame, we&amp;#39;d have altered the style on load to set vertical align to center. But unfortunately we don&amp;#39;t have version tags there.&lt;/P&gt;&lt;P&gt;I can provide a script that will inspect each layout in the project and set vertical align to center if it is missing. Will that help?&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160669</comments><guid>http://95.79.92.2:8080/forum/t160664#160669</guid><pubDate>Tue, 26 Jul 2022 16:14:01 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160670</link><description>&lt;P&gt;OK, here&amp;#39;s the script. Import it into a project with layouts and run. The script will go into each layout and frame, and explicitly set vertical alignment for frames with text that do not have it set yet. (Please make a backup of your data before running the script just in case.)&lt;/P&gt;&lt;p class='file'&gt;&lt;b&gt;Attachments:&lt;/b&gt;&lt;br&gt;&lt;a href='bOUUvMTYwNjcwL2ZpeGxheW91dHMuY3M_'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt; &lt;a href='bOUUvMTYwNjcwL2ZpeGxheW91dHMuY3M_'&gt;fixlayouts.cs&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>adamw</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160670</comments><guid>http://95.79.92.2:8080/forum/t160664#160670</guid><pubDate>Tue, 26 Jul 2022 16:58:41 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160672</link><description>&lt;P&gt;Hi Adam, thanks for looking into this and for the script. Can&amp;#39;t try it right now, but I&amp;#39;ll return to this thread asap.&lt;/P&gt;</description><dc:creator>HMS</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160672</comments><guid>http://95.79.92.2:8080/forum/t160664#160672</guid><pubDate>Tue, 26 Jul 2022 21:59:55 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160679</link><description>&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Just in case, there are three options.&lt;/P&gt;&lt;P&gt;Option 1: import the script into a MAP file with the layouts and run it from there.&lt;/P&gt;&lt;P&gt;Option 2: put the script into the Extras folder (invoke Tools - Add-ins - Rescan if you don&amp;#39;t want to restart Manifold), then invoke it as Tools - Add-ins - Extras - Fixlayouts, the script will work on the currently opened MAP file.&lt;/P&gt;&lt;P&gt;Option 3: if you have a lot of MAP files and just want to change them all in one go, use MANIFOLDCMD. Example BAT file:&lt;/P&gt;&lt;P class='code'&gt;@echo&amp;#160;off&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;setlocal&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;mfdcmd=&lt;span class=s&gt;&amp;quot;c:\manifold-9.0.177.3\manifoldcmd.exe&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;set&lt;/span&gt;&amp;#160;script=&lt;span class=s&gt;&amp;quot;c:\data\fixlayouts.cs&amp;quot;&lt;/span&gt;&lt;/P&gt;&lt;P class='code'&gt;&lt;span class=k&gt;for&lt;/span&gt;&amp;#160;/R&amp;#160;&lt;span class=s&gt;&amp;quot;c:\data\layouts&amp;quot;&lt;/span&gt;&amp;#160;%%i&amp;#160;&lt;span class=k&gt;IN&lt;/span&gt;&amp;#160;(*.map)&amp;#160;&lt;span class=k&gt;do&lt;/span&gt;&amp;#160;%mfdcmd%&amp;#160;%%i&amp;#160;^&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;-runscriptfile:%script%&amp;#160;-open:readwritesave&amp;#160;-logfilter:min&lt;/P&gt;&lt;P class='code'&gt;&amp;#160;&lt;/P&gt;&lt;P class='code'&gt;endlocal&lt;/P&gt;&lt;P&gt;There are three paths to edit: the path to MANIFOLDCMD (set mfdcmd=...), the path to the script (set script=...) and the path to the folder with the MAP files (for /R ...), the /R key in for makes it search the subfolders.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160679</comments><guid>http://95.79.92.2:8080/forum/t160664#160679</guid><pubDate>Wed, 27 Jul 2022 08:15:01 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160680</link><description>&lt;P&gt;Hi Adam, thank you again. Indeed it helped a lot. &lt;/P&gt;&lt;P&gt;The script worked wonderfully! &lt;/P&gt;</description><dc:creator>HMS</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160680</comments><guid>http://95.79.92.2:8080/forum/t160664#160680</guid><pubDate>Wed, 27 Jul 2022 10:33:38 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160673</link><description>&lt;P&gt;Yes, such a kind thing to do. Unheard of.&lt;/P&gt;</description><dc:creator>tjhb</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160673</comments><guid>http://95.79.92.2:8080/forum/t160664#160673</guid><pubDate>Tue, 26 Jul 2022 22:32:40 GMT</pubDate></item><item><title>RE: Manifold 9.0.177.3</title><link>http://95.79.92.2:8080/forum/t160664#160675</link><description>&lt;P&gt;Improvements to text style for better control over alignment greatly appreciated.&lt;/P&gt;</description><dc:creator>ranger.sean</dc:creator><comments>http://95.79.92.2:8080/forum/t160664#160675</comments><guid>http://95.79.92.2:8080/forum/t160664#160675</guid><pubDate>Wed, 27 Jul 2022 03:57:51 GMT</pubDate></item></channel></rss>