<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Ruler</title><link>https://sourceforge.net/p/mapframer/wiki/Ruler/</link><description>Recent changes to Ruler</description><atom:link href="https://sourceforge.net/p/mapframer/wiki/Ruler/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Dec 2014 18:48:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mapframer/wiki/Ruler/feed" rel="self" type="application/rss+xml"/><item><title>Ruler modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/Ruler/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,37 +3,38 @@

 The ruler element allows you to create coordinate ticks, coordinate labels and alternate fills along the frame.  A ruler can be placed individually on all sides of the main frame, or on all sides at once.

-You can place multiple rulers along the frame, either outside each other, or even on top of each other.  For, example, you can place one ruler for a main division, and one for a subdivsion.
+You can place multiple rulers along the frame, either outside each other, or even on top of each other.  For, example, you can place one ruler for a main division, and one for a subdivision.

-Basically, a Ruler element sets up a region on a frame into which you can place RulerLines, RulerLabels and RulerFills.
+Basically, a Ruler element sets up a region on a frame into which you can place [RulerLines], [RulerLabels] and [RulerFills].

 Attributes
 ----------

-* **type**
+##### type
 Is either "grid" (default), which refers to the map projection coordinates, or "graticule".  In  order to create graticule-related rulers, a spatial reference system (srs) for the frame must be specified.

-* **location**
+##### location
 Specifies the location of the ruler(s) relative to the main frame. The following values are legal:
-    * **top**
-    * **left**
-    * **right**
-    * **bottom**
-    * **top-bottom** - bottom and top
-    * **left-right** - left and right
-    * **all** (default) - on all sides

-* **offset**
+* **top**
+* **left**
+* **right**
+* **bottom**
+* **top-bottom** - bottom and top
+* **left-right** - left and right
+* **all** (default) - on all sides
+
+##### offset
 Specifies the distance in paper units from the main frame to the inner edge of the ruler. Positive values are outwards.

-* **width**
-Specifies in paper untis the width of the ruler, measuered from the inner edge and outwards. Note that ruler lines (ticks) and ruler fills will refer to the entire width of the ruler.
+##### width
+Specifies in paper units the width of the ruler, measured from the inner edge and outwards. Note that ruler lines (ticks) and ruler fills will refer to the entire width of the ruler.

-* **extend**
-Specifies in paper units the length added to each ruler end. The deault value is "auto" which means that the the ruler is extended by the same amount as the offset value.
+##### extend
+Specifies in paper units the length added to each ruler end. The default value is "auto" which means that the the ruler is extended by the same amount as the offset value.

-* **bgcolor**
-Specifies a background color for the ruler area. If ommited, will not paint any fill (default).
+##### bgcolor
+Specifies a background color for the ruler area. If omitted, will not paint any fill (default).

 Child Elements
 --------------
&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:48:44 -0000</pubDate><guid>https://sourceforge.net9ae1875a54ef329d7b4aaf9ff87f78c39c0caa33</guid></item><item><title>Ruler modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/Ruler/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -39,7 +39,7 @@
 --------------
 A Ruler can have zero or more instances of the following elements. The order determines the paint order, with the first element on top.

-* [Border9
+* [Border]
 * [RulerLines]
 * [RulerLabels]
 * [RulerFills]
&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 22:31:07 -0000</pubDate><guid>https://sourceforge.net85e6c356e8f04ad52f2a86c428e3964e8e3a8945</guid></item><item><title>Ruler modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/Ruler/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="ruler"&gt;Ruler&lt;/h1&gt;
&lt;p&gt;The ruler element allows you to create coordinate ticks, coordinate labels and alternate fills along the frame.  A ruler can be placed individually on all sides of the main frame, or on all sides at once.&lt;/p&gt;
&lt;p&gt;You can place multiple rulers along the frame, either outside each other, or even on top of each other.  For, example, you can place one ruler for a main division, and one for a subdivsion.&lt;/p&gt;
&lt;p&gt;Basically, a Ruler element sets up a region on a frame into which you can place RulerLines, RulerLabels and RulerFills.&lt;/p&gt;
&lt;h2 id="attributes"&gt;Attributes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;type&lt;/strong&gt;&lt;br /&gt;
Is either "grid" (default), which refers to the map projection coordinates, or "graticule".  In  order to create graticule-related rulers, a spatial reference system (srs) for the frame must be specified.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;location&lt;/strong&gt;&lt;br /&gt;
Specifies the location of the ruler(s) relative to the main frame. The following values are legal:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;top&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;left&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;right&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;bottom&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;top-bottom&lt;/strong&gt; - bottom and top&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;left-right&lt;/strong&gt; - left and right&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;all&lt;/strong&gt; (default) - on all sides&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;offset&lt;/strong&gt;&lt;br /&gt;
Specifies the distance in paper units from the main frame to the inner edge of the ruler. Positive values are outwards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;width&lt;/strong&gt;&lt;br /&gt;
Specifies in paper untis the width of the ruler, measuered from the inner edge and outwards. Note that ruler lines (ticks) and ruler fills will refer to the entire width of the ruler.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;extend&lt;/strong&gt;&lt;br /&gt;
Specifies in paper units the length added to each ruler end. The deault value is "auto" which means that the the ruler is extended by the same amount as the offset value.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;bgcolor&lt;/strong&gt;&lt;br /&gt;
Specifies a background color for the ruler area. If ommited, will not paint any fill (default).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="child-elements"&gt;Child Elements&lt;/h2&gt;
&lt;p&gt;A Ruler can have zero or more instances of the following elements. The order determines the paint order, with the first element on top.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[Border9&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[RulerLines]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[RulerLabels]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;[RulerFills]&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;Ruler&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;"grid"&lt;/span&gt; &lt;span class="na"&gt;location=&lt;/span&gt;&lt;span class="s"&gt;"all"&lt;/span&gt; &lt;span class="na"&gt;offset=&lt;/span&gt;&lt;span class="s"&gt;"0"&lt;/span&gt; &lt;span class="na"&gt;width=&lt;/span&gt;&lt;span class="s"&gt;"2mm"&lt;/span&gt; &lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;Border&lt;/span&gt; &lt;span class="err"&gt;...&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;RulerLabels&lt;/span&gt; &lt;span class="err"&gt;...&lt;/span&gt; &lt;span class="nt"&gt;&amp;gt;&lt;/span&gt; ... &lt;span class="nt"&gt;&amp;lt;/RulerLabels&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;RulerLines&lt;/span&gt; &lt;span class="err"&gt;...&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;RulerFills&lt;/span&gt; &lt;span class="err"&gt;...&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/Ruler&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&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 22:30:45 -0000</pubDate><guid>https://sourceforge.net7ac74a24caf0f9224bb8a5ff665128ecc3784217</guid></item></channel></rss>