<?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/"
	>

<channel>
	<title>blog.watashii &#187; maps</title>
	<atom:link href="http://blog.watashii.com/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 07:15:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mobile GMaps &#8211; Stored Maps on Mobile</title>
		<link>http://blog.watashii.com/2008/08/mobile-gmaps-stored-maps-on-mobile/</link>
		<comments>http://blog.watashii.com/2008/08/mobile-gmaps-stored-maps-on-mobile/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 04:41:54 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[gmapmaker]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[hong kong]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[mapcacher]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[maptilecacher]]></category>
		<category><![CDATA[maptilefe]]></category>
		<category><![CDATA[memory stick]]></category>
		<category><![CDATA[mgmaps]]></category>
		<category><![CDATA[mgmapscache]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sonyericsson]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=34</guid>
		<description><![CDATA[Mobile GMaps is a free application for the java enabled mobile phone.  The application can display maps downloaded from Google Maps, Live Maps/Virtual Earth, Yahoo Maps, Ask.com and OpenStreetMap.org.  This means users can view stored/offline maps on the mobile phone without the need to connect to mobile internet.  It can also use [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/google-maps-finding-latitude-and-longitude/' rel='bookmark' title='Permanent Link: Google Maps &#8211; Finding Latitude and Longitude'>Google Maps &#8211; Finding Latitude and Longitude</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps.jpg"><img class="float-left size-full wp-image-24" title="mgmaps" src="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps.jpg" alt="" width="153" height="279" /></a><a href="http://www.mgmaps.com">Mobile GMaps</a> is a free application for the java enabled mobile phone.  The application can display maps downloaded from Google Maps, Live Maps/Virtual Earth, Yahoo Maps, Ask.com and OpenStreetMap.org.  This means users can view stored/offline maps on the mobile phone without the need to connect to mobile internet.  It can also use the phone&#8217;s GPS for locating the current position.</p>
<p>My mission was to store offline map tile-images from Google Maps on my phone memory stick and access it when ever I wanted without paying a cent!  The other feature I used is the pin-point location bookmark to mark the places of interest for me.  Although my phone is not GPS-enabled, it is quite a convenient tool to have around when I&#8217;m out, instead of carrying a big fat map book.</p>
<p>Here are the steps to get stored maps on the phone.  The phone I used was a SonyEricsson W580 phone.  It should work on most java enabled phone / PDA / Pocket PC.  <a href="http://www.mgmaps.com/download.php">Download</a> and install the free java application on to the mobile phone (JAD/JAR files) to begin.</p>
<p><span id="more-34"></span></p>
<ol>
<li>Use the <a href="http://www.mapcacher.com/">Map Creation Tool</a> to select the region to store.  Basically you need to single-click on the Google map to setup the red boundary points which defines the region you would like to cache on the phone. I recommend setting zoom level from 0 to 17 which provides details up to street level. The more zoom, the more tiles you would need to download, hence more storage on the phone. The level of detail is not that important, so just use fast and rough, and choose Google Road Maps.<br />
<a href="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps01.png"><img class="alignnone size-medium wp-image-35" title="mgmaps01" src="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps01-300x177.png" alt="" width="300" height="177" /></a></li>
<li>Press the generate button to download the map definition file named <em>MapYYMMDDHHIISS.map</em>.    If you read the file on a text editor, its just some info about the latitude and longitudes of the selected regions, with the zoom level of interest.    You can modify this file yourself for an enhanced setting.  This is my map definition for Hong Kong.<br />
<code>GoogleMap<br />
00-14 : 22.5468, 113.8252 : 22.1486, 114.4507<br />
13-17 : 22.5154, 113.9304 : 22.2093, 114.3089 </code></li>
<li>The next step is to download and run the tools that will interpret the map definition above.   There are 2 tools available to do this:<br />
<a href="http://www.mgmaps.com/cache/">gMapMaker</a> and <a href="http://www.mgmaps.com/cache/">MapTileCacher</a><a href="http://www.mgmaps.com/cache/">/MapTileFE </a>.</li>
<li><em>gMapMaker </em>is a GUI based (open source) tool that runs on Windows.  I had some bad experiences with not being able to download the tile set completely.  The GUI may seem user friendly, but downloaded results were somehow incomplete.   Maybe this will work for you instead!<a href="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps04.png"><br />
<img class="alignnone size-medium wp-image-40" title="mgmaps04" src="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps04-266x300.png" alt="" width="266" height="300" /></a></li>
<li><em>MapTileCacher</em>/<em>MapTileFE </em>is a command line based perl script which worked perfectly for me, but requires a few setup steps before use.   Make sure <a href="http://www.activestate.com/">ActivePerl</a> and <a href="http://www.cygwin.com/">Cygwin</a> is installed with the <a href="http://www.gnu.org/software/wget/">wget</a> package.  To get the perl script tools running, we just need to place the map definition and the 2 perl scripts on the same folder and run the <em>MapTileFE </em>script from Cygwin.    This script will repeately call the <em>MapTileCacher </em>for each zoom level.   The <em>MapTileCacher </em>performs the actual tile image downloads from Google maps.<br />
<a href="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps02.png"><img class="alignnone size-medium wp-image-37" title="mgmaps02" src="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps02-300x180.png" alt="" width="300" height="180" /></a></li>
<li>Open Cygwin, locate the folder containing the above files, and run the command to begin download: <code>perl MapTileFE.pl Map20080722232903.map</code></li>
<li>A folder <em>MGMapsCache </em>is created, and each subfolder will contain the map tiles for each zoom level.<br />
<a href="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps03.png"><img class="alignnone size-medium wp-image-38" title="mgmaps03" src="http://blog.watashii.com/wp-content/uploads/2008/08/mgmaps03-300x287.png" alt="" width="300" height="287" /></a></li>
<li>Transfer the <em>MGMapsCache </em>folder on to the phone&#8217;s memory stick.  Any location is fine.</li>
<li>Run the Mobile GMaps java application on the phone, and select Settings (7) &gt; Map Browsing &gt;  Storage Path &gt; and locate the MGMapsCache folder</li>
<li>Restart the <em>Mobile GMaps</em> java application, and it should start showing the maps.</li>
</ol>
<p><strong>Some additional notes:</strong></p>
<ol>
<li>For advanced users, modify the <em>MapTileCacher </em>file to specify a proxy.  This is needed because you can get banned from excessive download (eg Google maps)</li>
<li>You can interrupt/kill the download scripts in the middle of operation.  To resume, just run the script again and it will automatically skip the files that are already been downloaded.</li>
<li>You can download regions from multiple map definitions and place them all into the same <em>MGMapsCache </em>folder.  For example, Hong Kong and London.</li>
<li>You can download tiles from multiple sources such as Google satellite and Google hybrid for the same region.  They are stored in a non-overlapping seperate subfolders under the <em>MGMapsCache </em>folder.</li>
</ol>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/07/google-maps-finding-latitude-and-longitude/' rel='bookmark' title='Permanent Link: Google Maps &#8211; Finding Latitude and Longitude'>Google Maps &#8211; Finding Latitude and Longitude</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/08/mobile-gmaps-stored-maps-on-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps &#8211; Finding Latitude and Longitude</title>
		<link>http://blog.watashii.com/2008/07/google-maps-finding-latitude-and-longitude/</link>
		<comments>http://blog.watashii.com/2008/07/google-maps-finding-latitude-and-longitude/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:19:16 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[center point]]></category>
		<category><![CDATA[google map]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[longitude]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=32</guid>
		<description><![CDATA[
Here is a very useful method (hack?) to locate the latitude and longitude of the google map center-point.  Move the map center-point to your chosen location, and at the URL address bar, enter this:
javascript:void(prompt('',gApplication.getMap().getCenter()));
Immediately, the prompt pops up with the latitude and longitude values.  Sweet.  Works on most web browsers.


Related Posts:Mobile GMaps &#8211; Stored Maps [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/mobile-gmaps-stored-maps-on-mobile/' rel='bookmark' title='Permanent Link: Mobile GMaps &#8211; Stored Maps on Mobile'>Mobile GMaps &#8211; Stored Maps on Mobile</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-33" title="google map" src="http://blog.watashii.com/wp-content/uploads/2008/07/googlemap.png" alt="" width="498" height="277" /></p>
<p>Here is a very useful method (hack?) to locate the latitude and longitude of the google map center-point.  Move the map center-point to your chosen location, and at the URL address bar, enter this:<br />
<code>javascript:void(prompt('',gApplication.getMap().getCenter()));</code><br />
Immediately, the prompt pops up with the latitude and longitude values.  Sweet.  Works on most web browsers.</p>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/08/mobile-gmaps-stored-maps-on-mobile/' rel='bookmark' title='Permanent Link: Mobile GMaps &#8211; Stored Maps on Mobile'>Mobile GMaps &#8211; Stored Maps on Mobile</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/07/google-maps-finding-latitude-and-longitude/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
