<?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>Spatial Miscellany &#187; Google</title>
	<atom:link href="http://gisconsultancy.com/blog/spatial/gis/google/feed" rel="self" type="application/rss+xml" />
	<link>http://gisconsultancy.com/blog</link>
	<description>A weblog. A website. A geospatial miscellany...</description>
	<lastBuildDate>Sun, 08 Aug 2010 17:43:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Faster web mapping with Google’s new browser?</title>
		<link>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser</link>
		<comments>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:27:34 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser</guid>
		<description><![CDATA[  Last month Google released a web browser…Google Chrome.  It appears to have debuted to mixed reviews, personally I really like it, but others have had less favourable experience.  On the surface, it looks much like any other web browser, but underneath, it’s a bit of an animal.
Google have acquired a new JavaScript [...] ]]></description>
			<content:encoded><![CDATA[<p> Last month Google released a web browser…<a href="http://www.google.com/chrome">Google Chrome</a>.  It appears to have debuted to <a href="http://geobabble.wordpress.com/2008/09/15/chrome-ie-killer-or-not/">mixed reviews</a>, personally I really like it, but others have had <a href="http://www.archaeogeek.com/blog/2008/09/04/chrome-not-that-shiny-really/">less favourable experience</a>.  On the surface, it looks much like any other web browser, but underneath, <a href="http://uk.youtube.com/watch?v=saZDkj_XExQ">it’s a bit of an animal</a>.</p>
<p>Google have acquired a new JavaScript engine (<a href="http://code.google.com/apis/v8/intro.html">V8</a>) written from the ground up to work more efficiently with websites that have large amounts of JavaScript rather than the little snippets of JavaScript which was typical of websites developed when JavaScript was first integrated into Netscape Navigator in the mid 1990s.</p>
<p>Typically JavaScript engines use a dictionary-like data structure as storage for object properties &#8211; each property access requires a dynamic lookup to resolve the property&#8217;s location in memory.  V8 works differently…the first time V8 encounters an object it interprets how the object would be represented as a class, creating a hidden class, which means the next time the object is encountered, its properties can be accessed from memory without the time consuming dynamic look up.</p>
<p>Google give a far more comprehensive introduction to this approach in their <a href="http://code.google.com/apis/v8/design.html">documentation of V8</a>, conveniently they use the example of an object common to all GIS developers…a Point.</p>
<p><center><img src="http://www.gisconsultancy.com/blog/images/V8.jpg" alt="A class based approach to JavaScript" /></center></p>
<p><strong>So What?</strong></p>
<p>The novel approach taken by the V8 JavaScript engine, presents a new opportunity for GIS web developers to work with Points, Lines and Polygons on the web client instead of the web server as is typical of a web based GIS.  Using JavaScript in the web browser removes the need for lengthy round trips to the Server, which will make for faster web mapping applications.</p>
<p>Here and now, this will allow web mapping API developers to work with more markers, the typical 100 marker limit of Google Maps applications (and similar web mapping API’s) &#8211; is no more; Mike Williams and his team have reported working with as many as <a href="http://econym.org.uk/gmap/chrome.htm">2000 markers</a> when using Google Maps within Chrome.</p>
<p>Chrome isn’t the only web browser to recognize the importance of working with JavaScript heavy web sites, for example, much work is being done on a new <a href="https://wiki.mozilla.org/JavaScript:TraceMonkey">JavaScript engine for Firefox</a>.  Perhaps in the future, as this approach gains support, spatial analysis functionality can move from the server to the client, which would make for a more engaging web mapping experience?</p>
<p>If anyone is looking for a dissertation project, or has time of their hands, it would be interesting to see the outcome of taking some topological operators (e.g. <a href="http://www.vividsolutions.com/jts/jtshome.htm">Java Topology Suite</a>), Google Web Toolkit (<a href="http://code.google.com/webtoolkit/">GWT</a>) and <a href="http://code.google.com/docreader/#p=gwt-google-apis&#038;s=gwt-google-apis&#038;t=Maps">GWT for Google Maps</a>, all served up with Google Chrome?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Ffaster-web-mapping-with-google%25e2%2580%2599s-new-browser';
  addthis_title  = 'Faster+web+mapping+with+Google%E2%80%99s+new+browser%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/faster-web-mapping-with-google%e2%80%99s-new-browser/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where [2.0]…are the KML files?</title>
		<link>http://gisconsultancy.com/blog/google/where-20%e2%80%a6are-the-kml-files</link>
		<comments>http://gisconsultancy.com/blog/google/where-20%e2%80%a6are-the-kml-files#comments</comments>
		<pubDate>Mon, 16 Jun 2008 22:58:30 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/where-20%e2%80%a6are-the-kml-files</guid>
		<description><![CDATA[  Last month saw the annual event that is [Where 2.0], a conference hosted by O’Reilly in San Francisco.  Over the past couple of years it’s been somewhat of a landmark event in the geospatial calendar, often playing host to a raft of new and exciting location aware technology…Woodstock for Neogeography?
I’ve never managed to [...] ]]></description>
			<content:encoded><![CDATA[<p> Last month saw the annual event that is [<a href="http://en.oreilly.com/where2008/public/content/home">Where 2.0</a>], a conference hosted by O’Reilly in San Francisco.  Over the past couple of years it’s been somewhat of a landmark event in the geospatial calendar, often playing host to a raft of new and exciting location aware technology…Woodstock for Neogeography?</p>
<p>I’ve never managed to attend the conference, but always made a conscious effort to follow online; this year it felt different, no headline announcements or cool new products, and very little chatter.</p>
<p>One announcement that did grab my attention was made by John Hanke from Google during the ESRI\Google keynote (you can watch the keynote <a href="http://www.spatiallyadjusted.com/2008/05/13/googleesri-keynote-from-where-20-2008/">here</a>).  Hanke remarks that Google have provided access, via their search API’s, to the Google ‘GeoIndex’ – an index of results returned by Google robots as they crawl the web for geospatial content.  On the surface, this is significant news, but it seems to have received only <a href="http://radar.oreilly.com/archives/2008/05/where-20-google-is-opening-the.html">little comment</a>.<br />
<br />
<center><img src="http://www.gisconsultancy.com/blog/images/geoindex.jpg" alt="The GeoIndex Footprint" /></center></p>
<p>Hanke suggests the Google search API’s will provide access to the &#8220;content, attribution, linkbacks and the urls&#8221; that make the geoweb…but where are the underlying resources, where are the KML files?</p>
<p><a href="http://www.nearby.org.uk/blog/">Barry Hunter</a> has knocked up a useful <a href="http://www.nearby.org.uk/google/geoweb_explorer.php">php script</a> that queries the GeoIndex and nicely formats the JSON response.  Try it out and you&#8217;ll notice you get a handful of Google Maps url’s, but no links to the underlying resources?  Hopefully, there is more to come; providing access to the GeoIndex, and the underlying content files, really would move the ‘geoweb’ forward. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fwhere-20%25e2%2580%25a6are-the-kml-files';
  addthis_title  = 'Where+%5B2.0%5D%E2%80%A6are+the+KML+files%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/where-20%e2%80%a6are-the-kml-files/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summer of Code &amp; OpenLayers</title>
		<link>http://gisconsultancy.com/blog/google/summer-of-code-openlayers</link>
		<comments>http://gisconsultancy.com/blog/google/summer-of-code-openlayers#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:44:39 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/summer-of-code-openlayers</guid>
		<description><![CDATA[  Google Summer of Code (GSoC) is a program that offers student developers cash to write code for various open source projects. Google will be working with several open source, free software, and technology-related groups to identify and fund several projects over a three month period.

I think it’s a great opportunity for students, surely better [...] ]]></description>
			<content:encoded><![CDATA[<p> Google Summer of Code (<a href="http://code.google.com/soc/2008/">GSoC</a>) is a program that offers student developers cash to write code for various open source projects. Google will be working with several open source, free software, and technology-related groups to identify and fund several projects over a three month period.<br />
<center><img src="http://us.i1.yimg.com/us.yimg.com/i/us/fi/pf/top_stories2/pf_topstory_o_147.jpg" alt="OSGeo and Summer of Code" /></center></p>
<p>I think it’s a great opportunity for students, surely better than spending many summer months obsessing on an esoteric thesis that will never see the light of day – perhaps that was just my experience?  <a href="http://crschmidt.net/blog/">Christopher Schmidt</a> and others have offered their support for students wishing to further develop <a href="http://openlayers.org/">OpenLayers</a>, it would be great to see some of the stuff on <a href="http://trac.openlayers.org/wiki/SummerOfCode#SummerOfCode">the list</a> tackled.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fsummer-of-code-openlayers';
  addthis_title  = 'Summer+of+Code+%26%23038%3B+OpenLayers';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/summer-of-code-openlayers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSocial, location aware?</title>
		<link>http://gisconsultancy.com/blog/google/opensocial-location-aware</link>
		<comments>http://gisconsultancy.com/blog/google/opensocial-location-aware#comments</comments>
		<pubDate>Sun, 04 Nov 2007 14:36:08 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/opensocial-location-aware</guid>
		<description><![CDATA[  Last week Google announced an umbrella API for social networks, OpenSocial.  On the back of their announcement, Google have released a preview of their API.  Thumbing through the API preview I expected to see some elementary support for location, perhaps a &#8220;city&#8221; or &#8220;hometown&#8221; tag that developers could geocode, so I was [...] ]]></description>
			<content:encoded><![CDATA[<p> Last week Google announced an umbrella API for <a href="http://youtube.com/watch?v=6a_KF7TYKVc">social networks</a>, OpenSocial.  On the back of their <a href="http://www.youtube.com/watch?v=9KOEbAZJTTk">announcement</a>, Google have released a preview of their API.  Thumbing through the <a href="http://code.google.com/apis/opensocial/docs/gdata/people/developers_guide_protocol.html">API preview</a> I expected to see some elementary support for location, perhaps a &#8220;city&#8221; or &#8220;hometown&#8221; tag that developers could geocode, so I was pleasantly surprised to find what appears to be  another implementation of <a href="http://georss.org/">GeoRSS</a>&#8230;<br />
<center><img src="http://gisconsultancy.com/blog/images/opensocialcode.png" alt="OpenSocial GeoRSS Support" /></center></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fopensocial-location-aware';
  addthis_title  = 'OpenSocial%2C+location+aware%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/opensocial-location-aware/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What happens when Second Life meets Google Earth?</title>
		<link>http://gisconsultancy.com/blog/google/what-happens-when-second-life-meets-google-earth</link>
		<comments>http://gisconsultancy.com/blog/google/what-happens-when-second-life-meets-google-earth#comments</comments>
		<pubDate>Fri, 24 Aug 2007 17:03:24 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[ArcGIS Explorer (AGX)]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/what-happens-when-second-life-meets-google-earth</guid>
		<description><![CDATA[  That is the question asked in the July\August edition of MIT technology review.  In a series of articles, the magazine suggests that a world of virtual earths and mirror globes will eventually replace the internet – a MetaVerse.  This idea seems to be flavour of the month with similar articles appearing in [...] ]]></description>
			<content:encoded><![CDATA[<p> That is the question asked in the July\August edition of <a href="http://www.technologyreview.com/">MIT technology review</a>.  In a series of <a href="http://www.technologyreview.com/Infotech/18911/">articles</a>, the magazine suggests that a world of virtual earths and mirror globes will eventually replace the internet – a MetaVerse.  This idea seems to be flavour of the month with similar articles appearing in other magazines (e.g. <a href="http://www.businessweek.com/technology/content/apr2007/tc20070416_780263.htm?chan=search">business week</a>) and numerous blogs (including the prolific <a href="http://digitalurban.blogspot.com/2007/08/global-and-local-data-representing.html">DigitalUrban</a>) throughout the last couple of months.</p>
<p>Technology Review contributor, <a href="http://www.travelswithrhody.net/">Wade Roush</a>, talked with Google Maps director John Hanke about the feasibility of the MetaVerse.  They suggest a logical first step towards the ‘MetaVerse’ is the representation of real geography, typical of mirror worlds like <a href="http://earth.google.com/">Google Earth</a> (and <a href="http://resources.esri.com/arcgisexplorer/">ArcGIS Explorer</a>), in virtual worlds like Second Life.  Increasingly examples of this can apparently be found in Second Life, for example, researchers at the University of Denver host a dynamic NOAA weather map on a Second Life island.  Roush and Hanke suggest the second and marginally more challenging step will be the representation of second life and its avatars in mirror worlds like ArcGIS Explorer and Google Earth.  Well with the new OpenGL custom drawing capabilities in ArcGIS Explorer, that’s now possible.  The wind vectors in the following video clip are rendered in OpenGL&#8230;</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/KjcDWG8nV1g"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/KjcDWG8nV1g" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Why would you want to render second life avatars in ArcGIS Explorer?  I really don’t know.  But you can, and what’s more, you can now render any other OpenGL in ArcGIS Explorer.  More usefully it may be the output of specialised software unique to your industry that you use to model, wind farms, air pollution, wind vectors or telecom coverage.</p>
<p>Pondering the potential of this new functionality, I discovered <a href="http://ogle.eyebeamresearch.org/">OGLE</a> from eyebeam research.  OGLE intercepts the OpenGL calls any application makes to the OpenGL library, using this technology it should be possible to extract anything that is drawn in OpenGL – as OpenGL, for example, the building layers in Google Earth, or even the avatars in Second Life.  Using the new events and methods exposed in the new ArcGIS Explorer API, such data could now be rendered in ArcGIS Explorer (copyright permitting?).</p>
<p><a href="http://www.spatiallyadjusted.com/2007/08/23/arcgis-explorer-opengl-demo/#comments">James</a>, <a href="http://ambergis.wordpress.com/2007/08/23/opengl-for-agx-did-i-just-feel-the-earth-move/trackback/">Kirk</a> and <a href="http://www.locationbasedsoup.com/wp-trackback.php?p=38">Keith</a> remark on the latest release of ArcGIS Explorer elsewhere; and more info on the latest ArcGIS Explorer release can be found on the <a href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2007/08/20/new-explorer-sdk-enhancements-build-410.aspx">team blog</a> and at the <a href="http://resources.esri.com/arcgisexplorer/">resource centre</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fwhat-happens-when-second-life-meets-google-earth';
  addthis_title  = 'What+happens+when+Second+Life+meets+Google+Earth%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/what-happens-when-second-life-meets-google-earth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google says&#8230;</title>
		<link>http://gisconsultancy.com/blog/google/google-says</link>
		<comments>http://gisconsultancy.com/blog/google/google-says#comments</comments>
		<pubDate>Wed, 08 Aug 2007 13:00:13 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Ordnance Survey]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/google-says</guid>
		<description><![CDATA[  
The exquisite Virtual London model developed at CASA, won&#8217;t be appearing in Google Earth anytime soon, read more at DigitalUrban. 

  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fgoogle-says';
  addthis_title  = 'Google+says%26%238230%3B';
  addthis_pub    = '';

 ]]></description>
			<content:encoded><![CDATA[<p> <center><img src="http://gisconsultancy.com/blog/images/disappointed.png" alt="Disappointed?" /></center></p>
<p>The exquisite Virtual London model developed at <a href="http://www.casa.ucl.ac.uk/index.asp">CASA</a>, won&#8217;t be appearing in Google Earth anytime soon, read more at <a href="http://digitalurban.blogspot.com/2007/08/ordnance-survey-and-google-statements.html">DigitalUrban</a>. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fgoogle-says';
  addthis_title  = 'Google+says%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/google-says/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forget the Imagery – show us the Football…</title>
		<link>http://gisconsultancy.com/blog/google/forget-the-imagery-%e2%80%93-show-us-the-football%e2%80%a6</link>
		<comments>http://gisconsultancy.com/blog/google/forget-the-imagery-%e2%80%93-show-us-the-football%e2%80%a6#comments</comments>
		<pubDate>Fri, 11 May 2007 13:07:00 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/forget-the-imagery-%e2%80%93-show-us-the-football%e2%80%a6</guid>
		<description><![CDATA[  This article in the Times newspaper caught my eye this morning…
“The English Premier League is suing YouTube (Google), the video-sharing website, for alleged copyright infringement.”
Here in the UK, football is our national game, we love it – we just don’t get to watch it.  Rupert Murdoch’s Sky television stumped up a billion pounds [...] ]]></description>
			<content:encoded><![CDATA[<p> This <a href="http://technology.timesonline.co.uk/tol/news/tech_and_web/article1762896.ece">article</a> in the Times newspaper caught my eye this morning…</p>
<p>“The English Premier League is suing YouTube (Google), the video-sharing website, for alleged copyright infringement.”</p>
<p>Here in the UK, football is our national game, we love it – we just don’t get to watch it.  Rupert Murdoch’s Sky television stumped up a billion pounds for exclusive rights to the Premiership (EPL), so the only way you can watch the football is to subscribe to Sky at the princely sum of £60 a month.  Logging on to <a href="http://www.youtube.com/results?search_query=epl">YouTube</a> and watching a game for free is an attractive alternative, and a significant threat to viability of the Sky business model.  If they lose their subscribers, they can’t afford the billion pound Premiership deal, they risk going bust – so they go to court.<br />
<BR><center><br />
<img src="http://www.gisconsultancy.com/blog/images/anfield_and_goodison.png" alt="...and the stadium names?" /><br />
</center><BR><br />
Here we have parallels with another Google ‘business’…Google Earth.  Google purchase their imagery from third party companies, on the assumption it will be used for non-commercial use…but Google seem content to let every man and his dog download Google Earth and ‘use’ the imagery for free.  Great Stuff.  But such acceptance of breech of copyright, will surely threaten the viability of the imagery providers business model, they will no longer be able to afford the plane, the camera or other overheads, they will risk going bust – is it not plausible, that one day, they too will have to go to court?</p>
<p>Ok, now I know we’re gazing into a crystal ball here, but this is a blog post…</p>
<p>Sky has a market capitalisation of £10 Billion, an imagery provider…maybe £20 Million…orders of magnitude difference.  How much will a court case cost Google, a court case they are likely to lose?  Much less than buying Sky, but enough to make purchasing an imagery provider good business sense.<br />
<BR></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fforget-the-imagery-%25e2%2580%2593-show-us-the-football%25e2%2580%25a6';
  addthis_title  = 'Forget+the+Imagery+%E2%80%93+show+us+the+Football%E2%80%A6';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/forget-the-imagery-%e2%80%93-show-us-the-football%e2%80%a6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What happened to Openspaces?</title>
		<link>http://gisconsultancy.com/blog/google/what-happened-to-openspaces</link>
		<comments>http://gisconsultancy.com/blog/google/what-happened-to-openspaces#comments</comments>
		<pubDate>Thu, 19 Apr 2007 20:25:19 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[GeoWeb]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Ordnance Survey]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/what-happened-to-openspaces</guid>
		<description><![CDATA[  Well it’s been six months since the Ordnance Survey (OS) announced a beta of their Openspaces API and we’ve heard no more?  Attendees at the UK Geospatial Mashup event held at the OS last October where treated to a sneak preview – it looked good, a Google Maps like API using OS data [...] ]]></description>
			<content:encoded><![CDATA[<p> Well it’s been six months since the <a href="http://www.ordnancesurvey.co.uk/oswebsite/">Ordnance Survey (OS)</a> announced a beta of their Openspaces API and we’ve heard no more?  Attendees at the <a href="http://www.agi.org.uk/pooled/articles/BF_EVENTART/view.asp?Q=BF_EVENTART_214953">UK Geospatial Mashup event</a> held at the OS last October where treated to a sneak preview – it looked good, a Google Maps like API using OS data (slides are online at the <a href="https://portal.opengeospatial.org/files/?artifact_id=18199">OGC</a>).  This is just the kind of service the UK public deserve, and in my opinion, the type of service the OS needs to start providing if they are to fully capitalize on future opportunities and compete in a fast changing market place.<br />
<BR><center><img src="http://www.gisconsultancy.com/blog/images/openspaces.png" alt="Openspaces" /></center><BR><br />
Chinese whispers at the Mashup event last October suggested it would go live within six months&#8230;or not at all.  Hopefully it’s just around the corner, pending execution, and their <a href="http://www.edparsons.com/?p=448">CTO  joining Google</a> was just a coincidence.<br />
<BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fwhat-happened-to-openspaces';
  addthis_title  = 'What+happened+to+Openspaces%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/what-happened-to-openspaces/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting the most from Google Maps&#8230;</title>
		<link>http://gisconsultancy.com/blog/google/getting-the-most-from-google-maps</link>
		<comments>http://gisconsultancy.com/blog/google/getting-the-most-from-google-maps#comments</comments>
		<pubDate>Tue, 06 Feb 2007 17:09:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/google/getting-the-most-from-google-maps</guid>
		<description><![CDATA[  Andre Lewis has just written a book for Apress, &#8216;Google Maps with Rails and Ajax: from Novice to Professional&#8217; (or something very similar).  He presented some of the discoveries he made whilst writing the book at the Googleplex just before Christmas.  Fortunately, Google have just stumped up $2 billion to make videos [...] ]]></description>
			<content:encoded><![CDATA[<p> <a href="http://earthcode.com/">Andre Lewis</a> has just written a book for Apress, &#8216;Google Maps with Rails and Ajax: from Novice to Professional&#8217; (or something very similar).  He presented some of the discoveries he made whilst writing the book at the Googleplex just before Christmas.  Fortunately, Google have just stumped up $2 billion to make videos available online, so you can view his presentation here&#8230;<a href="http://video.google.com/videoplay?docid=5225802147352970175">Ruby And Google</a>.</p>
<p>I really liked the video, he touches on some of the functionality not available with the Google Maps API &#8216;out of the box&#8217;, namely&#8230;</p>
<ul>
<li>How to &#8216;display&#8217; thousands of markers on the same map</li>
<li>How to build your own geo-coder</li>
<li>How to build you own custom &#8216;Zoom In&#8217; control for Google Maps</li>
</ul>
<p><BR> </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fgoogle%2Fgetting-the-most-from-google-maps';
  addthis_title  = 'Getting+the+most+from+Google+Maps%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/google/getting-the-most-from-google-maps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google’s first native Windows Mobile application…</title>
		<link>http://gisconsultancy.com/blog/mobile-gis/google%e2%80%99s-first-native-windows-mobile-application%e2%80%a6</link>
		<comments>http://gisconsultancy.com/blog/mobile-gis/google%e2%80%99s-first-native-windows-mobile-application%e2%80%a6#comments</comments>
		<pubDate>Fri, 02 Feb 2007 09:53:53 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile GIS]]></category>

		<guid isPermaLink="false">http://gisconsultancy.com/blog/mobile-gis/google%e2%80%99s-first-native-windows-mobile-application%e2%80%a6</guid>
		<description><![CDATA[Google yesterday released Google Maps for Windows Mobile.  Take a wander to Google Mobile to find out more, or point your mobile device to http://www.google.com/gmm to download the application itself.



First impressions are good.  The .cab download was ]]></description>
			<content:encoded><![CDATA[<p>Google yesterday released Google Maps for Windows Mobile.  Take a wander to <a href="http://www.google.com/gmm/index.html">Google Mobile</a> to find out more, or point your mobile device to <a href="http://www.google.com/gmm">http://www.google.com/gmm</a> to download the application itself.<br />
<BR><br />
<center><img src="http://gisconsultancy.com/blog/images/googmobile.png" alt="Google Mobile" /></center><br />
<BR><br />
First impressions are good.  The .cab download was <1mb and installation on my SPV C600 was straightforward.  Fire it up and as I might expect I get the option of viewing map or satellite image (usefully google have included what they call an ‘Insta-KB-o-meter’ allowing you to view your data consumption in real-time).  As well as the usual ‘find location’ and ‘find nearby businesses’ Google also bundle real-time traffic updates, although at the time of writing this service was unavailable in Central London…  Of particular interest is the ability of the app to integrate with contacts.  If a contact has a valid address, hit select and up comes a map of where they live.  I can also get directions and distances from one address to another as Google Maps for Windows Mobile provides routing much like its web counterpart.  But perhaps the most useful feature is the applications GPS support.  Were my smartphone to have a GPS chipset I would be able to track my location on the Google Map and I suspect get directions to a location / address of my choice…<br />
<BR><br />
The faithful ‘Sorry, I got lost’ chestnut looks no longer able to cut the mustard…<br />
<BR></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgisconsultancy.com%2Fblog%2Fmobile-gis%2Fgoogle%25e2%2580%2599s-first-native-windows-mobile-application%25e2%2580%25a6';
  addthis_title  = 'Google%E2%80%99s+first+native+Windows+Mobile+application%E2%80%A6';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://gisconsultancy.com/blog/mobile-gis/google%e2%80%99s-first-native-windows-mobile-application%e2%80%a6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
