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

 **Comment:** Also need to introduce feet conversions here for the American audience. But as of now, not  supported.

-For graticule, the following values are legal (In parentheis the result is given for the coordinate "123:45:00W")
+For graticule, the following values are legal (In parenthesis the result is given for the coordinate "123:45:00W")

 * **deg** (123)
 * **min** (45)
@@ -43,13 +43,13 @@
 Only applicable if **unit** is `ddeg`, `dmin` or `dsec`. Specifies the number of decimals to display in the
 coordinate.

-**NOTE:** Make sure that the width attribute is big enough to hold the descimals and the decimal separator.
+**NOTE:** Make sure that the width attribute is big enough to hold the decimals and the decimal separator.

 ##### smaller
 If specified gives the relative font size in fractions. That is, if the value is "60%" the text size will be reduced with 60% but on the same base line.

 ##### rised
-If specified, specified that the text size is to be reduced by a certain fraction.  Simlar to &amp;lt;smaller&amp;gt;, but raises the text to keep the text aligned with the ascent line.
+If specified, specified that the text size is to be reduced by a certain fraction.  Similar to *smaller*, but raises the text to keep the text aligned with the ascent line.

 Example
 -------
&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:57:09 -0000</pubDate><guid>https://sourceforge.neta83c17ea241638db4fbd61ddbc970338abc157f4</guid></item><item><title>CoordValue modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/CoordValue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -20,6 +20,7 @@
 **Comment:** Also need to introduce feet conversions here for the American audience. But as of now, not  supported.

 For graticule, the following values are legal (In parentheis the result is given for the coordinate "123:45:00W")
+
 * **deg** (123)
 * **min** (45)
 * **sec** (67)
&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:34:48 -0000</pubDate><guid>https://sourceforge.net6740bc38e8b7c546e5d2db8ebd69bec592635c51</guid></item><item><title>CoordValue modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/CoordValue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,55 +1,54 @@
 CoordValue
 ==========
-Provides a place holder for coordinate values. It is designed only to
-display parts of coordinate values.
+Provides a place holder for coordinate values. It is designed only to display parts of coordinate values.

-Note that the final string will be trimmed for leading and trailing
-spaces before added to the map frame.
+Note that the final string will be trimmed for leading and trailing spaces before added to the map frame.

 Attributes
 ----------
-* **unit**
+#### unit
 Specifies the coordinate unit to display. For projected map coordinates, the following values are legal (In parenthesis the result is given for the coordinate 87654321W).

-    * **m** (87654321)
-    * **km** (87654)
-    * **100km** (876)
-    * **1000km** (87)
-    * **sign** (-)
-    * **news** (W)
+* **m** (87654321)
+* **km** (87654)
+* **10km** (8765)
+* **100km** (876)
+* **1000km** (87)
+* **sign** (-)
+* **news** (W)

-**Comment:** Also need to introduce feet conversions here for the American audience. But as of now, not supported.
+**Comment:** Also need to introduce feet conversions here for the American audience. But as of now, not  supported.

 For graticule, the following values are legal (In parentheis the result is given for the coordinate "123:45:00W")
-    * **deg** (123)
-    * **min** (45)
-    * **sec** (67)
-    * **ddeg** - decimal degrees (123.75)
-    * **dmin** - decimal minutes (45.0)
-    * **dsec** - decimal seconds (0.0)
-    * **sign** (-)
-    * **news** (W)
+* **deg** (123)
+* **min** (45)
+* **sec** (67)
+* **ddeg** - decimal degrees (123.75)
+* **dmin** - decimal minutes (45.0)
+* **dsec** - decimal seconds (0.0)
+* **sign** (-)
+* **news** (W)

 **NOTE:** In order to use the graticule values, a spatial reference system (srs) must be specified for the map frame.

-* **width**
-Specifies the number of digits to display.  For example, for the coordinate 87654321W `\&amp;lt;CoordValue type="km" width="2" \=""&amp;gt;` would insert the value "54".
+##### width
+Specifies the number of digits to display.  For example, for the coordinate 87654321W `&amp;lt;CoordValue type="km" width="2"/&amp;gt;` would insert the value "54".

-* **zero-padding**
-If `yes` (default) will pad with zeroes, if there are not enough digits to fill the entire width.  For example for the coordinate 4321W `\&amp;lt;CoordValue type="km" width="2" padding="yes" \=""&amp;gt;`
+##### zero-padding
+If `yes` (default) will pad with zeroes, if there are not enough digits to fill the entire width.  For example for the coordinate 4321W `&amp;lt;CoordValue type="km" width="2" padding="yes"/&amp;gt;`
 would insert the value "04". If omitted wold only insert the value `4`.

-* **decimals**
-Only applicable if &amp;lt;unit&amp;gt; is `ddeg`, `dmin` or `dsec`. Specifies the number of decimals to display in the
+##### decimals
+Only applicable if **unit** is `ddeg`, `dmin` or `dsec`. Specifies the number of decimals to display in the
 coordinate.

-**NOTE:** Make sure that the width attirbute is big enough to hold the descimals and the decimal separator.
+**NOTE:** Make sure that the width attribute is big enough to hold the descimals and the decimal separator.

-* **smaller**
+##### smaller
 If specified gives the relative font size in fractions. That is, if the value is "60%" the text size will be reduced with 60% but on the same base line.

-* **rised**
-If specified, specified that the text size is to be reduced by a certain fraction.  Simlar to &amp;lt;smaller&amp;gt;, but raises the text to keep the text alligned with the ascent line.
+##### rised
+If specified, specified that the text size is to be reduced by a certain fraction.  Simlar to &amp;lt;smaller&amp;gt;, but raises the text to keep the text aligned with the ascent line.

 Example
 -------
&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:34:26 -0000</pubDate><guid>https://sourceforge.net210cdbfabfe0af21ce7a4ff521f73f57687d15de</guid></item><item><title>CoordValue modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/CoordValue/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -65,6 +65,6 @@

 ~~~~~
 &amp;lt;RulerLabels interval="1km"&amp;gt;
-   &amp;lt;CoordValue unit="100km rised=" 50%"=""/&amp;gt;&amp;lt;CoordValue unit="km" width="2"/&amp;gt;
+   &amp;lt;CoordValue unit="100km" rised="50%"/&amp;gt;&amp;lt;CoordValue unit="km" width="2"/&amp;gt;
 &amp;lt;/RulerLabels&amp;gt;
 ~~~~~
&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:35:46 -0000</pubDate><guid>https://sourceforge.net1dc1cfe3f48345e0fc60d3743aeb574f3cec8439</guid></item><item><title>CoordValue modified by Agnar Renolen</title><link>https://sourceforge.net/p/mapframer/wiki/CoordValue/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="coordvalue"&gt;CoordValue&lt;/h1&gt;
&lt;p&gt;Provides a place holder for coordinate values. It is designed only to&lt;br /&gt;
display parts of coordinate values.&lt;/p&gt;
&lt;p&gt;Note that the final string will be trimmed for leading and trailing&lt;br /&gt;
spaces before added to the map frame.&lt;/p&gt;
&lt;h2 id="attributes"&gt;Attributes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;unit&lt;/strong&gt;&lt;br /&gt;
Specifies the coordinate unit to display. For projected map coordinates, the following values are legal (In parenthesis the result is given for the coordinate 87654321W).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;m&lt;/strong&gt; (87654321)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;km&lt;/strong&gt; (87654)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;100km&lt;/strong&gt; (876)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;1000km&lt;/strong&gt; (87)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;sign&lt;/strong&gt; (-)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;news&lt;/strong&gt; (W)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Comment:&lt;/strong&gt; Also need to introduce feet conversions here for the American audience. But as of now, not supported.&lt;/p&gt;
&lt;p&gt;For graticule, the following values are legal (In parentheis the result is given for the coordinate "123:45:00W")&lt;br /&gt;
    * &lt;strong&gt;deg&lt;/strong&gt; (123)&lt;br /&gt;
    * &lt;strong&gt;min&lt;/strong&gt; (45)&lt;br /&gt;
    * &lt;strong&gt;sec&lt;/strong&gt; (67)&lt;br /&gt;
    * &lt;strong&gt;ddeg&lt;/strong&gt; - decimal degrees (123.75)&lt;br /&gt;
    * &lt;strong&gt;dmin&lt;/strong&gt; - decimal minutes (45.0)&lt;br /&gt;
    * &lt;strong&gt;dsec&lt;/strong&gt; - decimal seconds (0.0)&lt;br /&gt;
    * &lt;strong&gt;sign&lt;/strong&gt; (-)&lt;br /&gt;
    * &lt;strong&gt;news&lt;/strong&gt; (W)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; In order to use the graticule values, a spatial reference system (srs) must be specified for the map frame.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;width&lt;/strong&gt;&lt;br /&gt;
Specifies the number of digits to display.  For example, for the coordinate 87654321W &lt;code&gt;\&amp;lt;CoordValue type="km" width=2 \&amp;gt;&lt;/code&gt; would insert the value "54".&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;zero-padding&lt;/strong&gt;&lt;br /&gt;
If &lt;code&gt;yes&lt;/code&gt; (default) will pad with zeroes, if there are not enough digits to fill the entire width.  For example for the coordinate 4321W &lt;code&gt;\&amp;lt;CoordValue type="km" width=2 padding="yes"\&amp;gt;&lt;/code&gt;&lt;br /&gt;
would insert the value "04". If omitted wold only insert the value &lt;code&gt;4&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;decimals&lt;/strong&gt;&lt;br /&gt;
Only applicable if &amp;lt;unit&amp;gt; is &lt;code&gt;ddeg&lt;/code&gt;, &lt;code&gt;dmin&lt;/code&gt; or &lt;code&gt;dsec&lt;/code&gt;. Specifies the number of decimals to display in the&lt;br /&gt;
coordinate.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Make sure that the width attirbute is big enough to hold the descimals and the decimal separator.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;smaller&lt;/strong&gt;&lt;br /&gt;
If specified gives the relative font size in fractions. That is, if the value is "60%" the text size will be reduced with 60% but on the same base line.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;rised&lt;/strong&gt;&lt;br /&gt;
If specified, specified that the text size is to be reduced by a certain fraction.  Simlar to &amp;lt;smaller&amp;gt;, but raises the text to keep the text alligned with the ascent line.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;p&gt;The following sample will display a classic longitude coordinate:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;RulerLabels&lt;/span&gt; &lt;span class="na"&gt;interval=&lt;/span&gt;&lt;span class="s"&gt;"10min"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"deg"&lt;/span&gt; &lt;span class="na"&gt;width=&lt;/span&gt;&lt;span class="s"&gt;"3"&lt;/span&gt; &lt;span class="na"&gt;padding=&lt;/span&gt;&lt;span class="s"&gt;"yes"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;span class="ni"&gt;&amp;amp;#xb0;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"min"&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;span class="ni"&gt;&amp;amp;apos;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"sec"&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;span class="ni"&gt;&amp;amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"news"&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;/pre&gt;&lt;/div&gt;
&lt;p&gt;The following sample will display a typical UTM coordinate value.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;RulerLabels&lt;/span&gt; &lt;span class="na"&gt;interval=&lt;/span&gt;&lt;span class="s"&gt;"1km"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
   &lt;span class="nt"&gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"100km rised="&lt;/span&gt;&lt;span class="err"&gt;50%"&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&amp;lt;CoordValue&lt;/span&gt; &lt;span class="na"&gt;unit=&lt;/span&gt;&lt;span class="s"&gt;"km"&lt;/span&gt; &lt;span class="na"&gt;width=&lt;/span&gt;&lt;span class="s"&gt;"2"&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;/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:35:15 -0000</pubDate><guid>https://sourceforge.netf53ef3083820ffbc3f478cb2c88ab0ecb12b23e3</guid></item></channel></rss>