<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to About MapFramer</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>Recent changes to About MapFramer</description><atom:link href="https://sourceforge.net/p/mapframer/wiki/About%20MapFramer/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Dec 2014 18:11:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mapframer/wiki/About%20MapFramer/feed" rel="self" type="application/rss+xml"/><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -28,9 +28,9 @@
 OSX and Linux
 -------------
 Currently, you will have to install Python 2.7 and add ReportLab and PyProj (and their dependencies) manually. You may use pip or easy_install to do that.  Then download the source code using Subversion using the following command:
-~~~~~~~~
-svn checkout svn://svn.code.sf.net/p/mapframer/code/ mapframer-code
-~~~~~~~
+
+    svn checkout svn://svn.code.sf.net/p/mapframer/code/ mapframer-code
+

 The XML-file
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Sat, 27 Dec 2014 18:11:30 -0000</pubDate><guid>https://sourceforge.net77fdae9ed09b2bed69adb042799b3bb0684eb35f</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,35 +1,46 @@
 What is MapFramer?
 ================

-MapFramer is a simple command line tool that I wrote in Python to help automate the process of creating and designing frames around maps that contain coordinate ticks, coordinate value, title ans so forth.
+MapFramer is a simple command line tool that I wrote in Python to help automate the process of creating and designing frames around maps that contain coordinate ticks, coordinate values, title and so forth.

-Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. 
+Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or spatial reference system used. 

-MapFramer then parses this file along with the command line arguments, and creates a PDF-file for the frame. If you have Adobe Illustrator, you can open your map frame in Illustrator, and if you have your map in illustrator- or  PDF-format too, it easy to put your frame on top of the map, using Illustrator, or even Adobe InDesign.
+MapFramer then parses this file along with the command line arguments, and creates a PDF-file for the frame. If you have Adobe Illustrator, you can open your map frame in Illustrator, and if you have your map in illustrator- or in PDF-format too, it easy to put your frame on top of the map, using Illustrator, or even Adobe InDesign.

 At the current stage, MapFramer is rather crude (after all, this was my first Python project); you can't do a whole lot with it, but if you need more sophisticated content, you can add that in Illustrator.

 Getting MapFramer
 ===============
 MapFramer is a free software copylefted by me under the GPL license, version 3.
-It is hosted on sourceforge.net, at mapframer.sourceforge.net
+It is hosted on sourceforge.net, here at mapframer.sourceforge.net

-Currently, executables are available only under the windows platform. But by obtaining the source (using Subversion), installing Python 2.7 and the dependent libraries Reportlab and PyPROJ, you can even use it on OSX and Linux.
+Currently, executables are available only under the windows platform. But by obtaining the source (using Subversion), installing Python 2.7 and the dependent libraries, Reportlab and PyProj, you can even use it on OSX and Linux.

 Executables for other platforms is on the wish list. If you are a developer and know how to do it, I'm happy to accept some help.

-Installing MapFramer
+Installing and running MapFramer
 ================
-To be written
+
+Windows
+-------
+Simply download and run the installer.  Then you may start the MapFramer shell which basically is an ordinary CMD window, but with the path to the mapframer.exe file set up for you.
+
+OSX and Linux
+-------------
+Currently, you will have to install Python 2.7 and add ReportLab and PyProj (and their dependencies) manually. You may use pip or easy_install to do that.  Then download the source code using Subversion using the following command:
+~~~~~~~~
+svn checkout svn://svn.code.sf.net/p/mapframer/code/ mapframer-code
+~~~~~~~
+

 The XML-file
 ==========
 The content of the XML file is described in the [XML-specification].
-Although, not directly used by MapFramer to validate the XML (actually refering to the DTD in the XML-file as DOCTYPE will cause errors), a [DTD-File] has been produced.
+Although, not directly used by MapFramer to validate the XML (actually referring to the DTD in the XML-file as DOCTYPE will cause errors), a [DTD-File] has been produced.

 Running MapFramer
 ================
-MapFramer is invoked using the following command in your cammand shell.
+MapFramer is invoked using the following command in your command shell.

     mapframer [-h] [-s map_scale] [-p srs]
               [-b minx miny maxx maxy] [-o pdf_file] xml_file
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Sat, 27 Dec 2014 18:10:36 -0000</pubDate><guid>https://sourceforge.netcb3fd9911cd98120645ccb3067a08b3c548ee64a</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,7 +3,7 @@

 MapFramer is a simple command line tool that I wrote in Python to help automate the process of creating and designing frames around maps that contain coordinate ticks, coordinate value, title ans so forth.

-Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. (See the [XML-specification])
+Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. 

 MapFramer then parses this file along with the command line arguments, and creates a PDF-file for the frame. If you have Adobe Illustrator, you can open your map frame in Illustrator, and if you have your map in illustrator- or  PDF-format too, it easy to put your frame on top of the map, using Illustrator, or even Adobe InDesign.

@@ -25,7 +25,7 @@
 The XML-file
 ==========
 The content of the XML file is described in the [XML-specification].
-Although, not directly used by MapFramer to validate the XML (actually refering to the DTD in the XML-file as DOCTYPE will cause errors), a DTD-file has been produced.
+Although, not directly used by MapFramer to validate the XML (actually refering to the DTD in the XML-file as DOCTYPE will cause errors), a [DTD-File] has been produced.

 Running MapFramer
 ================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Thu, 25 Dec 2014 23:09:15 -0000</pubDate><guid>https://sourceforge.netaf8321f7f53be4a804b9a692a799a288c01561f8</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,7 +3,7 @@

 MapFramer is a simple command line tool that I wrote in Python to help automate the process of creating and designing frames around maps that contain coordinate ticks, coordinate value, title ans so forth.

-Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. 
+Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. (See the [XML-specification])

 MapFramer then parses this file along with the command line arguments, and creates a PDF-file for the frame. If you have Adobe Illustrator, you can open your map frame in Illustrator, and if you have your map in illustrator- or  PDF-format too, it easy to put your frame on top of the map, using Illustrator, or even Adobe InDesign.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Thu, 25 Dec 2014 23:02:52 -0000</pubDate><guid>https://sourceforge.net4b62a90d5b0fb98971ee0546bf2e4224d785b3b8</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -43,20 +43,20 @@
   --help
   print help message
  
-  -s map_scale
-  --scale map_scale
+  -s &lt;i&gt;map_scale&lt;/i&gt;
+  --scale &lt;i&gt;map_scale&lt;/i&gt;
   map scale denominator
  
-  -p srs
-  --srs srs
+  -p &lt;i&gt;srs&lt;/i&gt;
+  --srs &lt;i&gt;srs&lt;/i&gt;
   spatial reference system(any string accepted by the PROJ.4 library)
  
-  -b minx miny maxx maxy
-  --bounds minx miny maxx maxy
+  -b &lt;i&gt;minx miny maxx maxy&lt;/i&gt;
+  --bounds &lt;i&gt;minx miny maxx maxy&lt;/i&gt;
   geographical bounds of map frame
  
-  -o pdf_file
-  --output pdf_file
+  -o &lt;i&gt;pdf_file&lt;/i&gt;
+  --output &lt;i&gt;pdf_file&lt;/i&gt;
   Name of PDF file to output (defaults to the name of the xml-file but with pdf-extension). Any existing PDF-file will be overwritten
  
 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Thu, 25 Dec 2014 21:39:27 -0000</pubDate><guid>https://sourceforge.netef3949f94218e17e52ab859676d074b6dcb37729</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -37,20 +37,29 @@
 Arguments
 ---------

-short argument         | long argument                 | explanation
------------------------------------------------------------------------------------------------------
--h                     |  --help                       | print help message
------------------------------------------------------------------------------------------------------
--s map_scale           |  --scale map_scale            | map scale denominator
------------------------------------------------------------------------------------------------------
--p srs                 |  --srs srs                    | spatial reference system
-                       |                               | (any string accepted by the PROJ.4 library)
------------------------------------------------------------------------------------------------------
--b minx miny maxx maxy |  --bounds minx miny maxx maxy | geographical bounds of map frame
------------------------------------------------------------------------------------------------------
--o pdf_file            |  --output pdf_file            | Name of PDF file to output.
-                                                       | (defaults to the xml
------------------------------------------------------------------------------------------------------
+
+ 
+  
+  
+  
+ 
+  
+  
+  
+ 
+  
+  
+  
+ 
+  
+  
+  
+ 
+  
+  
+  
+ 
+&lt;table&gt;&lt;tr&gt;&lt;td&gt;-h&lt;/td&gt;&lt;td&gt;--help&lt;/td&gt;&lt;td&gt;print help message&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-s map_scale&lt;/td&gt;&lt;td&gt;--scale map_scale&lt;/td&gt;&lt;td&gt;map scale denominator&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-p srs&lt;/td&gt;&lt;td&gt;--srs srs&lt;/td&gt;&lt;td&gt;spatial reference system(any string accepted by the PROJ.4 library)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-b minx miny maxx maxy&lt;/td&gt;&lt;td&gt;--bounds minx miny maxx maxy&lt;/td&gt;&lt;td&gt;geographical bounds of map frame&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;-o pdf_file&lt;/td&gt;&lt;td&gt;--output pdf_file&lt;/td&gt;&lt;td&gt;Name of PDF file to output (defaults to the name of the xml-file but with pdf-extension). Any existing PDF-file will be overwritten&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

 ** NOTE: ** map_scale and map bounds must be specified either in the XML file or on the command line.  If it is not specified either place, mapframer will exit wit error.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Thu, 25 Dec 2014 21:36:36 -0000</pubDate><guid>https://sourceforge.net7fd4aa469eab446c8762009603253d246b8bd2bd</guid></item><item><title>About MapFramer modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/About%2520MapFramer/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="what-is-mapframer"&gt;What is MapFramer?&lt;/h1&gt;
&lt;p&gt;MapFramer is a simple command line tool that I wrote in Python to help automate the process of creating and designing frames around maps that contain coordinate ticks, coordinate value, title ans so forth.&lt;/p&gt;
&lt;p&gt;Basically, you 'design' the map frame by writing an XML-file specifying the various components of the frame. This may even include the geographical bounds of the map, the map scale and the map projection or sparial reference system used. &lt;/p&gt;
&lt;p&gt;MapFramer then parses this file along with the command line arguments, and creates a PDF-file for the frame. If you have Adobe Illustrator, you can open your map frame in Illustrator, and if you have your map in illustrator- or  PDF-format too, it easy to put your frame on top of the map, using Illustrator, or even Adobe InDesign.&lt;/p&gt;
&lt;p&gt;At the current stage, MapFramer is rather crude (after all, this was my first Python project); you can't do a whole lot with it, but if you need more sophisticated content, you can add that in Illustrator.&lt;/p&gt;
&lt;h1 id="getting-mapframer"&gt;Getting MapFramer&lt;/h1&gt;
&lt;p&gt;MapFramer is a free software copylefted by me under the GPL license, version 3.&lt;br /&gt;
It is hosted on sourceforge.net, at mapframer.sourceforge.net&lt;/p&gt;
&lt;p&gt;Currently, executables are available only under the windows platform. But by obtaining the source (using Subversion), installing Python 2.7 and the dependent libraries Reportlab and PyPROJ, you can even use it on OSX and Linux.&lt;/p&gt;
&lt;p&gt;Executables for other platforms is on the wish list. If you are a developer and know how to do it, I'm happy to accept some help.&lt;/p&gt;
&lt;h1 id="installing-mapframer"&gt;Installing MapFramer&lt;/h1&gt;
&lt;p&gt;To be written&lt;/p&gt;
&lt;h1 id="the-xml-file"&gt;The XML-file&lt;/h1&gt;
&lt;p&gt;The content of the XML file is described in the &lt;span&gt;[XML-specification]&lt;/span&gt;.&lt;br /&gt;
Although, not directly used by MapFramer to validate the XML (actually refering to the DTD in the XML-file as DOCTYPE will cause errors), a DTD-file has been produced.&lt;/p&gt;
&lt;h1 id="running-mapframer"&gt;Running MapFramer&lt;/h1&gt;
&lt;p&gt;MapFramer is invoked using the following command in your cammand shell.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;mapframer&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;h&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;s&lt;/span&gt; &lt;span class="n"&gt;map_scale&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt; &lt;span class="n"&gt;srs&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
          &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;b&lt;/span&gt; &lt;span class="n"&gt;minx&lt;/span&gt; &lt;span class="n"&gt;miny&lt;/span&gt; &lt;span class="n"&gt;maxx&lt;/span&gt; &lt;span class="n"&gt;maxy&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;o&lt;/span&gt; &lt;span class="n"&gt;pdf_file&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="n"&gt;xml_file&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="arguments"&gt;Arguments&lt;/h2&gt;
&lt;h2 id="short-argument-long-argument-explanation"&gt;short argument         | long argument                 | explanation&lt;/h2&gt;
&lt;h2 id="-h-help-print-help-message"&gt;-h                     |  --help                       | print help message&lt;/h2&gt;
&lt;h2 id="-s-map_scale-scale-map_scale-map-scale-denominator"&gt;-s map_scale           |  --scale map_scale            | map scale denominator&lt;/h2&gt;
&lt;p&gt;-p srs                 |  --srs srs                    | spatial reference system&lt;br /&gt;
                       |                               | (any string accepted by the PROJ.4 library)&lt;/p&gt;
&lt;hr /&gt;
&lt;h2 id="-b-minx-miny-maxx-maxy-bounds-minx-miny-maxx-maxy-geographical-bounds-of-map-frame"&gt;-b minx miny maxx maxy |  --bounds minx miny maxx maxy | geographical bounds of map frame&lt;/h2&gt;
&lt;p&gt;-o pdf_file            |  --output pdf_file            | Name of PDF file to output.&lt;br /&gt;
                                                       | (defaults to the xml&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt; NOTE: &lt;/strong&gt; map_scale and map bounds must be specified either in the XML file or on the command line.  If it is not specified either place, mapframer will exit wit error.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt; NOTE: &lt;/strong&gt; the spatial reference system (srs) must be specified only if your map frame contains graticule elements, either in the XML-file, or at command line.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Agnar Renolen</dc:creator><pubDate>Thu, 25 Dec 2014 21:28:36 -0000</pubDate><guid>https://sourceforge.netdd502d3439a5f023d10124e2c73a942d9a30b988</guid></item></channel></rss>