<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Importing Google Maps to your Nokia N95</title>
	<atom:link href="http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/feed/" rel="self" type="application/rss+xml" />
	<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 14:02:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: pzduke</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1551</link>
		<dc:creator>pzduke</dc:creator>
		<pubDate>Thu, 17 Dec 2009 22:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1551</guid>
		<description>If somebody needs till now. There&#039;s an official solution. )
http://thenokiablog.com/2008/07/12/how-to-send-locations-from-google-maps-on-computer-to-nokia-maps-on-phone/</description>
		<content:encoded><![CDATA[<p>If somebody needs till now. There&#8217;s an official solution. )<br />
<a href="http://thenokiablog.com/2008/07/12/how-to-send-locations-from-google-maps-on-computer-to-nokia-maps-on-phone/" rel="nofollow">http://thenokiablog.com/2008/07/12/how-to-send-locations-from-google-maps-on-computer-to-nokia-maps-on-phone/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainer</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1376</link>
		<dc:creator>Rainer</dc:creator>
		<pubDate>Sat, 25 Apr 2009 21:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1376</guid>
		<description>Maybe it is a stupid question but how did you manage to process the PHP on your webserver and have the content type of the output (I guess in .htaccess) set to &quot;application/vnd.nokia.landmarkcollection+xml&quot; so the Nokia phone can determine its type?

Cheers Rainer</description>
		<content:encoded><![CDATA[<p>Maybe it is a stupid question but how did you manage to process the PHP on your webserver and have the content type of the output (I guess in .htaccess) set to &#8220;application/vnd.nokia.landmarkcollection+xml&#8221; so the Nokia phone can determine its type?</p>
<p>Cheers Rainer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sthapit</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1233</link>
		<dc:creator>sthapit</dc:creator>
		<pubDate>Fri, 24 Oct 2008 05:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1233</guid>
		<description>you can find or create landmarks at http://socialect.com and click on &quot;send to nokia&quot; which will download landmarks on lmx format.</description>
		<content:encoded><![CDATA[<p>you can find or create landmarks at <a href="http://socialect.com" rel="nofollow">http://socialect.com</a> and click on &#8220;send to nokia&#8221; which will download landmarks on lmx format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qazi</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1191</link>
		<dc:creator>Qazi</dc:creator>
		<pubDate>Thu, 28 Aug 2008 20:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1191</guid>
		<description>ive used http://www.poieditor.com/poi_convert/kml-to-lmx/ and it works like a charm</description>
		<content:encoded><![CDATA[<p>ive used <a href="http://www.poieditor.com/poi_convert/kml-to-lmx/" rel="nofollow">http://www.poieditor.com/poi_convert/kml-to-lmx/</a> and it works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1189</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 21 Aug 2008 10:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1189</guid>
		<description>I have an update: newer versions of Google Earth save out waypoints with xmlns:kml=&quot;http://earth.google.com/kml/2.2&quot; , incremented from 2.1.

Additionally, you should search for //kml:Placemark as they do not always fall immediately below the kml:Document tag.

Otherwise, I have taken your kml_to_lmx.xsl and, with those minor modifications, used it to convert kml fresh from Google Earth into N95 waypoints with great success. Thanks for saving me a tonne of work!!</description>
		<content:encoded><![CDATA[<p>I have an update: newer versions of Google Earth save out waypoints with xmlns:kml=&#8221;http://earth.google.com/kml/2.2&#8243; , incremented from 2.1.</p>
<p>Additionally, you should search for //kml:Placemark as they do not always fall immediately below the kml:Document tag.</p>
<p>Otherwise, I have taken your kml_to_lmx.xsl and, with those minor modifications, used it to convert kml fresh from Google Earth into N95 waypoints with great success. Thanks for saving me a tonne of work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronan</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1164</link>
		<dc:creator>Ronan</dc:creator>
		<pubDate>Sat, 02 Aug 2008 16:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1164</guid>
		<description>Hi,
 Over at www.yourpinpoints.com you can search for an address on your computer and then send it to your Nokia ( N95 N82 N78 6210 etc) phone. The site sends the address in a format which is compatible with Nokia maps and Google maps.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 Over at <a href="http://www.yourpinpoints.com" rel="nofollow">http://www.yourpinpoints.com</a> you can search for an address on your computer and then send it to your Nokia ( N95 N82 N78 6210 etc) phone. The site sends the address in a format which is compatible with Nokia maps and Google maps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1129</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Tue, 08 Jul 2008 18:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1129</guid>
		<description>Hi,
nice web application. However, somtimes it is nice to have a independent converter on the own computer:
http://www.gpsbabel.org/

cheers
Martin</description>
		<content:encoded><![CDATA[<p>Hi,<br />
nice web application. However, somtimes it is nice to have a independent converter on the own computer:<br />
<a href="http://www.gpsbabel.org/" rel="nofollow">http://www.gpsbabel.org/</a></p>
<p>cheers<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wazza</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1123</link>
		<dc:creator>Wazza</dc:creator>
		<pubDate>Sun, 22 Jun 2008 08:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1123</guid>
		<description>This looks great but I have the same problem as others that the file downloaded is a &quot;.php&quot;.  Could someone explain what I specifically need to do to fix this.  I have this problem whether I click on the download file link OR scan the datamatrix using my N95...</description>
		<content:encoded><![CDATA[<p>This looks great but I have the same problem as others that the file downloaded is a &#8220;.php&#8221;.  Could someone explain what I specifically need to do to fix this.  I have this problem whether I click on the download file link OR scan the datamatrix using my N95&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diaa</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1099</link>
		<dc:creator>diaa</dc:creator>
		<pubDate>Thu, 29 May 2008 03:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1099</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N95-user</title>
		<link>http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/comment-page-1/#comment-1070</link>
		<dc:creator>N95-user</dc:creator>
		<pubDate>Sun, 06 Apr 2008 17:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://wubbahed.com/2007/06/29/importing-google-maps-to-your-nokia-n95/#comment-1070</guid>
		<description>Mini Tutorial

In the beginning I encountered the same problem like Suat.
It took me a lot of time to find out that this is not an application but a handling error.
To save people with the same problems this time I wrote a mini tutorial. It is based on the example wubbahed gave in his introduction.

1. Open the link to wubbaheds &quot;custom map of restaurants and locations&quot; in your browser --&gt; Google maps opens up
2. Click the link &quot;Link to this page&quot; in Google Maps
3. Copy the link into the clipboard. In this example: http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=105131228954528113132.0000011282baf4e8057cf&amp;om=1&amp;z=9
4. Paste the link into the field &quot;URL for date feed&quot; of wubbaheds form
5. DO NOT CLICK THE &quot;UPDATE DATA MATRIX and URL&quot; button yet!
6. Append &quot;&amp;output=kml&quot; at the end of the URL. The result for this example is: http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=105131228954528113132.0000011282baf4e8057cf&amp;om=1&amp;z=9&amp;output=kml
7. Select &quot;KML&quot; as Feed Type
8. Click the &quot;UPDATE DATA MATRIXand URL&quot; button.
9. Now either cklick the link to download the LMX file to your PC or use your N95 camera to direcly get the landmarks into you phone

Thanks wubbahed for this innovative tool!</description>
		<content:encoded><![CDATA[<p>Mini Tutorial</p>
<p>In the beginning I encountered the same problem like Suat.<br />
It took me a lot of time to find out that this is not an application but a handling error.<br />
To save people with the same problems this time I wrote a mini tutorial. It is based on the example wubbahed gave in his introduction.</p>
<p>1. Open the link to wubbaheds &#8220;custom map of restaurants and locations&#8221; in your browser &#8211;&gt; Google maps opens up<br />
2. Click the link &#8220;Link to this page&#8221; in Google Maps<br />
3. Copy the link into the clipboard. In this example: <a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=105131228954528113132.0000011282baf4e8057cf&#038;om=1&#038;z=9" rel="nofollow">http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=105131228954528113132.0000011282baf4e8057cf&#038;om=1&#038;z=9</a><br />
4. Paste the link into the field &#8220;URL for date feed&#8221; of wubbaheds form<br />
5. DO NOT CLICK THE &#8220;UPDATE DATA MATRIX and URL&#8221; button yet!<br />
6. Append &#8220;&amp;output=kml&#8221; at the end of the URL. The result for this example is: <a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=105131228954528113132.0000011282baf4e8057cf&#038;om=1&#038;z=9&#038;output=kml" rel="nofollow">http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;msid=105131228954528113132.0000011282baf4e8057cf&#038;om=1&#038;z=9&#038;output=kml</a><br />
7. Select &#8220;KML&#8221; as Feed Type<br />
8. Click the &#8220;UPDATE DATA MATRIXand URL&#8221; button.<br />
9. Now either cklick the link to download the LMX file to your PC or use your N95 camera to direcly get the landmarks into you phone</p>
<p>Thanks wubbahed for this innovative tool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

