<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/symmapnet/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 02 Feb 2013 20:11:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/symmapnet/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For open source plug-in developers:&lt;/p&gt;
&lt;p&gt;There is a bug/type found in the source codes attched:&lt;/p&gt;
&lt;p&gt;At file SysMAP.SymbolLanguage.Parser\Parser.cs, &lt;br /&gt;
line 104 shall be repalced by: &lt;br /&gt;
    else if (command.Contains( "+")) //The first char is NOT "+", and not "++"&lt;br /&gt;
line 108 shall be repalced by:&lt;br /&gt;
    else if (command.Contains("-")) //The first char is NOT "-", and not "--"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Sat, 02 Feb 2013 20:11:27 -0000</pubDate><guid>https://sourceforge.netfeb9d672b6237987f1f018af3a98bac958ef385a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here I provide a brief instruction to play with the map controller and plugins.&lt;/p&gt;
&lt;p&gt;First download SysMap.Net.v1.1.0.0.zip from&lt;br /&gt;
&lt;a href="https://sourceforge.net/projects/symmapnet/files/"&gt;https://sourceforge.net/projects/symmapnet/files/&lt;/a&gt;&lt;br /&gt;
Unzip it to a folder which can be anywhere in the hard disk. By default you get a folder named 'Release'.&lt;/p&gt;
&lt;p&gt;Run Demo.SymbolLanguage.exe (the map controller) under Release folder, it will pop up a dialog to let you choose from available plug-ins. I have provided two plug-ins at the Release older: 'Symbol Language Parser v1.0.0.0 (Default)' and 'Symbol Language Parser v1.1.0.0'. You can choose any of them from the ComboBox, then press Continue. You shall see a window with two parts: teh left side provides control, while the right side show a map. The control part has 3 modules: Symbol Script, Load File, Help.&lt;/p&gt;
&lt;p&gt;Click the expand symbol at the top-right corner of the Help module, the Help module will show you theHelp Content, which is achieved dynamically from the plug-in you had chosen before. Every plug-in is able to provide its own Help because it may implment different functionalities, such as different symbol languages. &lt;/p&gt;
&lt;p&gt;Click the Symbol Script window, you shall see a Command History Pane, a Command Input Textbox, and a button named Execute. Type your script command in the command textbox, then press Execute, you shall see how your script command is executed and the map will change accordingly. The command you typed will be added to the Command History Pane.&lt;/p&gt;
&lt;p&gt;Here I provide a list ofample script commands that are supported by current plug-ins. Try them and have fun!&lt;/p&gt;
&lt;p&gt;p1(51.0544, -114.0669)&lt;/p&gt;
&lt;p&gt;p2(51.0566, -113.9669)&lt;/p&gt;
&lt;p&gt;A&lt;span&gt;[p1,p2]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;p3(51.0544, -114.0669)&lt;/p&gt;
&lt;p&gt;B&lt;span&gt;[p3]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;+A&lt;/p&gt;
&lt;p&gt;-A&lt;/p&gt;
&lt;p&gt;A+B&lt;/p&gt;
&lt;p&gt;+A&lt;/p&gt;
&lt;p&gt;-A&lt;/p&gt;
&lt;p&gt;A-B&lt;/p&gt;
&lt;p&gt;+A&lt;/p&gt;
&lt;p&gt;++&lt;/p&gt;
&lt;p&gt;++&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;+g&lt;/p&gt;
&lt;p&gt;+r&lt;/p&gt;
&lt;p&gt;+b&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;--A&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Sat, 02 Feb 2013 19:32:45 -0000</pubDate><guid>https://sourceforge.net18d583415324abe8ed84c1d058b968ea845bb4e2</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Main features of SysMap.Net V1.1.0.0:&lt;/p&gt;
&lt;p&gt;Installed TestDriven.Net for VS to use NUnit 2.6.1 for unit testing.&lt;/p&gt;
&lt;p&gt;Created customer error class to handle error messages.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Thu, 31 Jan 2013 20:54:32 -0000</pubDate><guid>https://sourceforge.net40dea52da63443834e4694bb1044ed9b28207849</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Main features of SysMap.Net V1.0.0.0:&lt;/p&gt;
&lt;p&gt;p(lat,lon) : define a point with lat and lon. The point name can be any name, preferrably lower case for the first letter.&lt;/p&gt;
&lt;p&gt;A&lt;span&gt;[p1, p2, ..., pn]&lt;/span&gt; : A represents one set of points, while p* (or any name, preferrably lower case for the first letter) represents n points. Define a set A with n points. &lt;/p&gt;
&lt;p&gt;A+B: A (or any name, preferrably capital case for the first letter) represents one set of points, while B represents another set. Applying '+' symbol will aggregate A and B &lt;br /&gt;
and assign the results to A. &lt;/p&gt;
&lt;p&gt;A-B: Similarly, Applying '-' symbol will remove the common subset of A and B from A, then assign the results to A.&lt;/p&gt;
&lt;p&gt;*c: c resprents a Color object. Applying '+' symbol to c will set the color of all point sets in the meory.&lt;/p&gt;
&lt;p&gt;+A: A represents one set of points. Applying '+' symbol before A will display/unhide all the points in A on the screen.&lt;/p&gt;
&lt;p&gt;-A: A represents one set of points. Applying '-' symbol before A will hide all the points in A on the screen.&lt;/p&gt;
&lt;p&gt;++: Applying '++' symbol will zoom in all point sets in the meory (zoom level increases by one).&lt;/p&gt;
&lt;p&gt;--: Applying '--' symbol will zoom out all point sets in the meory (zoom level decreases by one).&lt;/p&gt;
&lt;p&gt;--A: A represents one set of points. Applying '--' symbol before A will remove A from the memory and the display.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Thu, 31 Jan 2013 20:51:58 -0000</pubDate><guid>https://sourceforge.net6d8c10cb011e87ac6a259bbd15a6e312cbcaf04b</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have created and launched a DEMO project with Rapid application development (RAD) for concept testing. A formal project as well the source codes will be provided soon.&lt;br /&gt;
Here I list a brief instruction for playing with the DEMO. &lt;br /&gt;
Once you have run the DEMO by clicking Demo.SymbolLanguage.exe, you shall see a window is launched. A control pane at the left contains 3 modules: Symbol Script, Load File, and Help.&lt;/p&gt;
&lt;p&gt;The Help includes both audio and text-based help for using the DEMO, pretty much self-explained. Click Help will trigger the audio-based help. Click the "Expand/Close" symbol at the top right corner of Help will turn on/off the audio help.&lt;/p&gt;
&lt;p&gt;Symbol Script provides a Command Line for you to type in the symbol language commands, such as "++", "--", "+g", "+b", "A+B", "+A", "-B", etc. The DEMO doesn't support the function to deserialize the Point Sets yet, so for now click button "Load Sample" will load a 6-point set A, a 4-point set B, together with 3 color objects: r for Red, g for Green, b for Blue. After type in a command, click "Execute" and you shall see the command will be copied to Command Histor, and the command will be executed immediately. If you type in render color commands such as "+g", you won't see the effect immediately, instead, you have to type in display set command such as "+A" or "+B" to see the effects.&lt;/p&gt;
&lt;p&gt;If you already save the commands into a script, you are able to load the script fie via Load File. The functionalities of Load File hasn't been completed yet, so you can only see the contents for now.&lt;/p&gt;
&lt;p&gt;Have fund with the DEMO. Pass me some comments if you like.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Fri, 25 Jan 2013 18:06:12 -0000</pubDate><guid>https://sourceforge.neta5dcfb77c701846bdbd339c4bf4e52302c97275d</guid></item><item><title>WikiPage Home modified by Zhe Liu</title><link>https://sourceforge.net/p/symmapnet/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;a class="alink" href="SamplePage"&gt;[SamplePage]&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/symmapnet/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/canabear/"&gt;Zhe Liu&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;span class="download-button-51007c26b9363c079fee77a0" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhe Liu</dc:creator><pubDate>Thu, 24 Jan 2013 00:11:18 -0000</pubDate><guid>https://sourceforge.net1c1b69ed13a4c3ca1820ad50bd1ddb3c5a781f32</guid></item></channel></rss>