<?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: Map Updates</title>
	<atom:link href="http://googlesightseeing.com/2005/06/08/map-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://googlesightseeing.com/2005/06/08/map-updates/</link>
	<description>Why bother seeing the world for real?</description>
	<pubDate>Sun, 12 Oct 2008 11:23:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Wolfgang</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-5784</link>
		<dc:creator>Wolfgang</dc:creator>
		<pubDate>Mon, 05 Sep 2005 13:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-5784</guid>
		<description>Amazing...found my house in Amsterdam. Have still to explore possibilities of this site. Thank's a lot for all your work .... xxxkwk</description>
		<content:encoded><![CDATA[<p>Amazing&#8230;found my house in Amsterdam. Have still to explore possibilities of this site. Thank&#8217;s a lot for all your work &#8230;. xxxkwk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-5367</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 19 Aug 2005 04:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-5367</guid>
		<description>Looks that some maps are updated..try new york, chicago or area51 for example...better zoom and resolution!</description>
		<content:encoded><![CDATA[<p>Looks that some maps are updated..try new york, chicago or area51 for example&#8230;better zoom and resolution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Godfrey</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2825</link>
		<dc:creator>Bill Godfrey</dc:creator>
		<pubDate>Sat, 11 Jun 2005 20:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2825</guid>
		<description>Is there an "All" option hiding somewhere?</description>
		<content:encoded><![CDATA[<p>Is there an &#8220;All&#8221; option hiding somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jillian</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2819</link>
		<dc:creator>jillian</dc:creator>
		<pubDate>Sat, 11 Jun 2005 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2819</guid>
		<description>too cool! thanks!</description>
		<content:encoded><![CDATA[<p>too cool! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2673</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 09 Jun 2005 13:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2673</guid>
		<description>Great work!
Only sugestion is to seperate the "by state" group and the "other" group. Very impressive!</description>
		<content:encoded><![CDATA[<p>Great work!<br />
Only sugestion is to seperate the &#8220;by state&#8221; group and the &#8220;other&#8221; group. Very impressive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2642</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 09 Jun 2005 00:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2642</guid>
		<description>Brilliant, thanks Ian. James and I use Safari, so we know your frustration!</description>
		<content:encoded><![CDATA[<p>Brilliant, thanks Ian. James and I use Safari, so we know your frustration!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2640</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 09 Jun 2005 00:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2640</guid>
		<description>Very cool, but it's subject to a Safari bug I'm afraid :-(

I presume you're using XMLHttpRequest to change the categories?
If so then Safari breaks down when selecting a category that has previously been selected - the URI you specified in the XMLHttpRequest has been visited before as far as Safari is concerned so therefore should be in the cache... trouble is, 'cos of the bug, it's not, so you can't select a category more than once... you get a "Error, could not get map data" message instead without the XMLHttpRequest even being sent. (Boo Safari!)

To fix it, make the URI unique each time by adding some ignored value to the end of it, such as the current date/time for example.

I've not looked at the source code but if the URI was "./?category=alabama" then change it to "./?category=alabama&#38;unique=1234" where the unique value changes every time.

Phew! Sorry for the big geek post :)
This site rocks - there's been nothing like it for years, so just wanted to help!</description>
		<content:encoded><![CDATA[<p>Very cool, but it&#8217;s subject to a Safari bug I&#8217;m afraid <img src='http://googlesightseeing.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I presume you&#8217;re using XMLHttpRequest to change the categories?<br />
If so then Safari breaks down when selecting a category that has previously been selected - the URI you specified in the XMLHttpRequest has been visited before as far as Safari is concerned so therefore should be in the cache&#8230; trouble is, &#8216;cos of the bug, it&#8217;s not, so you can&#8217;t select a category more than once&#8230; you get a &#8220;Error, could not get map data&#8221; message instead without the XMLHttpRequest even being sent. (Boo Safari!)</p>
<p>To fix it, make the URI unique each time by adding some ignored value to the end of it, such as the current date/time for example.</p>
<p>I&#8217;ve not looked at the source code but if the URI was &#8220;./?category=alabama&#8221; then change it to &#8220;./?category=alabama&amp;unique=1234&#8243; where the unique value changes every time.</p>
<p>Phew! Sorry for the big geek post <img src='http://googlesightseeing.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
This site rocks - there&#8217;s been nothing like it for years, so just wanted to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Winterfresh</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2616</link>
		<dc:creator>Winterfresh</dc:creator>
		<pubDate>Wed, 08 Jun 2005 20:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2616</guid>
		<description>Even though absolutely nothing looks different other than the Link to the Page link... great job! :P</description>
		<content:encoded><![CDATA[<p>Even though absolutely nothing looks different other than the Link to the Page link&#8230; great job! <img src='http://googlesightseeing.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Govinator</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2614</link>
		<dc:creator>The Govinator</dc:creator>
		<pubDate>Wed, 08 Jun 2005 20:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2614</guid>
		<description>Thank you</description>
		<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slacky McSlackerson</title>
		<link>http://googlesightseeing.com/2005/06/08/map-updates/#comment-2612</link>
		<dc:creator>Slacky McSlackerson</dc:creator>
		<pubDate>Wed, 08 Jun 2005 20:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.googlesightseeing.com/?p=296#comment-2612</guid>
		<description>Woo! Go Olly, nice work :-D</description>
		<content:encoded><![CDATA[<p>Woo! Go Olly, nice work <img src='http://googlesightseeing.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
