<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>nearby.org.uk blog &#187; mgrs</title>
	<atom:link href="http://www.nearby.org.uk/blog/category/mgrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nearby.org.uk/blog</link>
	<description>GIS, maps, mapping, geo, UK, Geograph, PHP, Perl and more</description>
	<lastBuildDate>Fri, 01 Jul 2011 18:59:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>MGRS coordinate entry</title>
		<link>http://www.nearby.org.uk/blog/2008/12/12/mgrs-coordinate-entry/</link>
		<comments>http://www.nearby.org.uk/blog/2008/12/12/mgrs-coordinate-entry/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:26:53 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Coordinate Converter]]></category>
		<category><![CDATA[Experimental]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[mgrs]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=211</guid>
		<description><![CDATA[Prompted by one of those infernal* posts on a Google Maps group, have finally been inspired to cobble together a MGRS -&#62; Lat/Long conversion. It seems trvial, the UTM-&#62;MGRS conversion is quite simple, but there are a few gotchas!, so after much puzzleing over some C code from GeoTrans (and Trial&#38;Error for good measure!), I [...]]]></description>
			<content:encoded><![CDATA[<p>Prompted by one of those infernal* posts on a Google Maps group, have finally been inspired to cobble together a MGRS -&gt; Lat/Long conversion. It seems trvial, the UTM-&gt;MGRS conversion is quite simple, but there are a few gotchas!, so after much puzzleing over some C code from GeoTrans (and Trial&amp;Error for good measure!), I think** have something working.</p>
<p>Anyway try it out here: </p>
<blockquote><p><a href="http://www.nearby.org.uk/flyto.php">Coordinate Flyto for Google Earth/Maps</a></p></blockquote>
<p>also added today is a tickbox to open the result direct in Google Maps (rather than Google Earth). </p>
<p>I&#8217;ll tidy it up and post the code, which is based on the <a href="http://www.jstott.me.uk/phpcoord/">PHPcoord conversion class</a>, incase others have a use. I&#8217;ll also add it to the API &#8211; and possibly even back port it into Perl for use on the on site coordinate covertor. </p>
<p>Finally possibly of interest is the realisation that the <a href="http://www.nearby.org.uk/google.html#17">MGRS Google Earth Gridlines layer</a>, will actully load directly in Google Maps, so:</p>
<blockquote><p><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Fwww.nearby.org.uk%2Fgoogle%2FGridlines_mgrs.kml.pl&amp;ie=UTF8&amp;ll=-16.57039,133.942566&amp;spn=4.39532,4.213257&amp;z=8">MGRS Gridlines in Google Maps</a></p></blockquote>
<p>the lines should update a few seconds after dragging/zooming. Ideally will suppress the big blue pins (which are show as numbers in GE) , but not tonight&#8230;</p>
<p> </p>
<p> </p>
<p>* in the nicest possible sence!</p>
<p>** I tested it by converting utm-&gt;mgrs-&gt;utm globally on a worldwide 1 degree grid &#8211; all check out with absolute precision.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2008/12/12/mgrs-coordinate-entry/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MGRS fix for &lt; 1km gratitules</title>
		<link>http://www.nearby.org.uk/blog/2007/11/29/mgrs-fix-for-1km-gratitules/</link>
		<comments>http://www.nearby.org.uk/blog/2007/11/29/mgrs-fix-for-1km-gratitules/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 23:08:38 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[KML]]></category>
		<category><![CDATA[mgrs]]></category>
		<category><![CDATA[Nearby]]></category>
		<category><![CDATA[network-link]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2007/11/29/mgrs-fix-for-1km-gratitules/</guid>
		<description><![CDATA[Following the update in July for hiding the 100km numbers from the gridline labels, it seems the same fix broke the sub KM lines, thanks to a comment on the original post for letting me know. Anyway, the online hosted version has been updated (and checked at all scales as best I can!), and the [...]]]></description>
			<content:encoded><![CDATA[<p>Following the update in July for hiding the 100km numbers from the gridline labels, it seems the same fix broke the sub KM lines, thanks to a <a href="http://www.nearby.org.uk/blog/2007/06/25/tweaking-the-number-of-the-mgrs-layer/#comment-12864">comment </a>on the original post for letting me know.</p>
<p>Anyway, the <a href="http://www.nearby.org.uk/google.html#17">online hosted version</a> has been updated (and checked at all scales as best I can!), and the same file pushed into the <a href="http://www.nearby.org.uk/blog/2007/06/19/mgrs-layer-for-google-earth-offline/">downloadable zip for the offline version</a>, so can download the latest code from the file. And just for completeness the <a href="http://www.nearby.org.uk/offline/mgrs_mod_fix.txt">diff</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2007/11/29/mgrs-fix-for-1km-gratitules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking the number of the MGRS layer</title>
		<link>http://www.nearby.org.uk/blog/2007/06/25/tweaking-the-number-of-the-mgrs-layer/</link>
		<comments>http://www.nearby.org.uk/blog/2007/06/25/tweaking-the-number-of-the-mgrs-layer/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 10:13:27 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[mgrs]]></category>
		<category><![CDATA[Nearby]]></category>
		<category><![CDATA[network-link]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2007/06/25/tweaking-the-number-of-the-mgrs-layer/</guid>
		<description><![CDATA[Ever since releasing the MGRS layer for Google Earth, I&#8217;ve been asked a number of times (well about 10) about tweaking the numbers on the gridlines, to be more &#8216;MGRS like&#8217;. To be honest havent had a clue what this means, but a recent email made me twig whats going on. Basically the numbers included [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since releasing the MGRS layer for Google Earth, I&#8217;ve been asked a number of times (well about 10) about tweaking the numbers on the gridlines, to be more &#8216;MGRS like&#8217;. To be honest havent had a clue what this means, but a recent email made me twig whats going on.</p>
<p>Basically the numbers included the hundreds of KM, but in fact that number is already represented in the Grid Letters so doesnt make sence to include again (it was there because the layer was an almost direct port of the UTM code, which of course needs it).</p>
<p>So the <a href="http://www.nearby.org.uk/google.html#17">server hosted version</a> has been updated, and also the file inside the <a href="http://www.nearby.org.uk/blog/2007/06/19/mgrs-layer-for-google-earth-offline/">zip for the offline version</a> (which are in fact identical code!), and if really interested <a href="/offline/mgrs_mod.txt">heres the diff</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2007/06/25/tweaking-the-number-of-the-mgrs-layer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

