<?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"
	>
<channel>
	<title>Comments on: Location Linking to Google Earth</title>
	<atom:link href="http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/</link>
	<description>GIS, maps, mapping, geo, UK, Geograph, PHP, Perl and more</description>
	<pubDate>Tue, 06 Jan 2009 05:56:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Barry</title>
		<link>http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-137</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Thu, 11 May 2006 09:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-137</guid>
		<description>Only just made the connection, but you can also label the destination like &lt;a href="http://maps.google.com/maps?q=52.9833333,-3.9333333+(Ffestiniog)&#038;output=kml" rel="nofollow"&gt;this&lt;/a&gt;!</description>
		<content:encoded><![CDATA[<p>Only just made the connection, but you can also label the destination like <a href="http://maps.google.com/maps?q=52.9833333,-3.9333333+(Ffestiniog)&#038;output=kml" rel="nofollow">this</a>!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luistxo - Tagzania</title>
		<link>http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-130</link>
		<dc:creator>Luistxo - Tagzania</dc:creator>
		<pubDate>Thu, 04 May 2006 09:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-130</guid>
		<description>The bookmarklet can be used to open any place found in any mashup, with just one additional click as explained at this post:
http://www.tagzania.com/blog/news/tip-save-places-found-in-other-mashups</description>
		<content:encoded><![CDATA[<p>The bookmarklet can be used to open any place found in any mashup, with just one additional click as explained at this post:<br />
<a href="http://www.tagzania.com/blog/news/tip-save-places-found-in-other-mashups" rel="nofollow">http://www.tagzania.com/blog/news/tip-save-places-found-in-other-mashups</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-108</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 01 May 2006 22:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-108</guid>
		<description>Hi Frank,

Is &lt;a href="javascript:location.href=(((document.getElementById)?document.getElementById('link').href:location.href)+'&#038;output=kml').replace(/spn=[^\&#038;]+/,'').replace(/q=[^\&#038;]+/,'').replace(/ll=/,'q=');" rel="nofollow"&gt;&lt;u&gt;this&lt;/u&gt;&lt;/a&gt; what you mean?

I hadn't noticed that the placemark in GE was quite so messy when didnt have a query! So this new version will center on the current view (rather than the placemark) and have a reasonably lat/long labled placemark, however it does mean you will loose the actual address entered.

So its still not perfect, wonder if can do an condictional, if there is an address query entered then use that (but will alway center on placemark even if map dragged) else use the ll to get the center of view.

(ideally Google Maps would correct this and show the placemark propelly and use the ll value to do a Lookat!)</description>
		<content:encoded><![CDATA[<p>Hi Frank,</p>
<p>Is <a href="javascript:location.href=(((document.getElementById)?document.getElementById('link').href:location.href)+'&#038;output=kml').replace(/spn=[^\&#038;]+/,'').replace(/q=[^\&#038;]+/,'').replace(/ll=/,'q=');" rel="nofollow"><u>this</u></a> what you mean?</p>
<p>I hadn&#8217;t noticed that the placemark in GE was quite so messy when didnt have a query! So this new version will center on the current view (rather than the placemark) and have a reasonably lat/long labled placemark, however it does mean you will loose the actual address entered.</p>
<p>So its still not perfect, wonder if can do an condictional, if there is an address query entered then use that (but will alway center on placemark even if map dragged) else use the ll to get the center of view.</p>
<p>(ideally Google Maps would correct this and show the placemark propelly and use the ll value to do a Lookat!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Taylor</title>
		<link>http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-93</link>
		<dc:creator>Frank Taylor</dc:creator>
		<pubDate>Sat, 29 Apr 2006 01:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2006/04/22/location-linking-to-google-earth/#comment-93</guid>
		<description>Hey Barry, nice edition with your Update2!  

Now, if you could just re-parse the "link-to-this" for whatever the current lat/lon is it would be perfect.  I simply change the current link-to-this into a query (by changing "&#38;ll=" to "&#38;q=" and erasing the "&#38;spn" tag) and then your bookmark works perfect.</description>
		<content:encoded><![CDATA[<p>Hey Barry, nice edition with your Update2!  </p>
<p>Now, if you could just re-parse the &#8220;link-to-this&#8221; for whatever the current lat/lon is it would be perfect.  I simply change the current link-to-this into a query (by changing &#8220;&amp;ll=&#8221; to &#8220;&amp;q=&#8221; and erasing the &#8220;&amp;spn&#8221; tag) and then your bookmark works perfect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
