<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Scott Mebberson &#187; google maps</title>
	<atom:link href="http://scottmebberson.wordpress.com/category/google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottmebberson.wordpress.com</link>
	<description>Web Technologist</description>
	<lastBuildDate>Mon, 20 Jul 2009 08:20:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='scottmebberson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/759bc3d94000ed1815dc9f5dc90f71f7?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Scott Mebberson &#187; google maps</title>
		<link>http://scottmebberson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://scottmebberson.wordpress.com/osd.xml" title="Scott Mebberson" />
	<atom:link rel='hub' href='http://scottmebberson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Custom Google Maps Icons</title>
		<link>http://scottmebberson.wordpress.com/2009/03/30/custom-google-maps-icons/</link>
		<comments>http://scottmebberson.wordpress.com/2009/03/30/custom-google-maps-icons/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:35:16 +0000</pubDate>
		<dc:creator>Scott Mebberson</dc:creator>
				<category><![CDATA[google maps]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://scottmebberson.wordpress.com/?p=92</guid>
		<description><![CDATA[The ability to use custom Google Maps icons (the graphics that mark locations on a Google Map) has been around for a long time, but a feature that is rarely used. You can use a custom icon to great affect, making your map &#8216;look and feel&#8217; more like your brand. I&#8217;ve thrown together a quick [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=92&subd=scottmebberson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The ability to use <a href="http://code.google.com/apis/maps/documentation/overlays.html#Custom_Icons" target="_blank">custom Google Maps icons</a> (the graphics that mark locations on a Google Map) has been around for a long time, but a feature that is rarely used.</p>
<p>You can use a custom icon to great affect, making your map &#8216;look and feel&#8217; more like your brand. I&#8217;ve thrown together <a href="http://www.scottmebberson.com/examples/googlemapsicon/" target="_blank">a quick example showing a custom icon on a Google Map</a>.</p>
<p>After you&#8217;ve created your <a href="http://www.scottmebberson.com/examples/googlemapsicon/wsimages/marker.png" target="_blank">custom icon</a>, it is relatively simply to define the custom icon:</p>
<pre class="brush: jscript;">
// create the custom icon
var customIcon = new GIcon(G_DEFAULT_ICON);
customIcon.image = &quot;wsimages/marker.png&quot;;
customIcon.iconSize = new GSize(109, 28);
customIcon.iconAnchor = new GPoint(30, 27);
</pre>
<p>and then use the custom icon:</p>
<pre class="brush: jscript;">
var marker = new GMarker(point, {icon:customIcon});
map.addOverlay(marker);
</pre>
<p><a href="http://www.scottmebberson.com/examples/googlemapsicon/" target="_blank">Go and check it out</a>, or <a href="http://www.box.net/shared/rcy9f21bip" target="_blank">download the example directly</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottmebberson.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottmebberson.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottmebberson.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottmebberson.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottmebberson.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottmebberson.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottmebberson.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottmebberson.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottmebberson.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottmebberson.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=92&subd=scottmebberson&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://scottmebberson.wordpress.com/2009/03/30/custom-google-maps-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7a8378aa8040faec725a250cfc4c6f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mebbo</media:title>
		</media:content>
	</item>
		<item>
		<title>That one darn strip of cloud!</title>
		<link>http://scottmebberson.wordpress.com/2009/02/10/that-one-darn-strip-of-cloud/</link>
		<comments>http://scottmebberson.wordpress.com/2009/02/10/that-one-darn-strip-of-cloud/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 07:10:27 +0000</pubDate>
		<dc:creator>Scott Mebberson</dc:creator>
				<category><![CDATA[google maps]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://scottmebberson.wordpress.com/?p=64</guid>
		<description><![CDATA[We currently have an interesting problem with Google Earth. There is a nice big cloud directly over a location we want to zoom in on. The strip of cloud appears directly on top of the location we&#8217;re interested in, and it is proving rather annoying! Google hasn&#8217;t updated this part of the world (or specifically [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=64&subd=scottmebberson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>We currently have an interesting problem with Google Earth. There is a nice <a href="http://maps.google.com.au/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=beerenberg+farm,+south+australia&amp;sll=-25.335448,135.745076&amp;sspn=42.280655,78.75&amp;ie=UTF8&amp;ll=-35.039414,138.816204&amp;spn=0.019044,0.038452&amp;t=h&amp;z=15" target="_blank">big cloud directly over a location we want to zoom</a> in on.</p>
<p>The strip of cloud appears directly on top of the location we&#8217;re interested in, and it is proving rather annoying!</p>
<p>Google hasn&#8217;t updated this part of the world (or specifically this strip) for quite some time, so I thought I&#8217;d dig around to see what I could find out about the frequency of updates to the satellite imagery.</p>
<p>I found some interesting information, but in short, I didn&#8217;t find any real public information about how and when Google update the imagery, or what the selection criteria is (blurry vs obstructed, etc). It all seems rather random.</p>
<ul>
<li><a href="http://earth.google.com/support/bin/answer.py?answer=21414&amp;topic=17080" target="_blank">Google Earth FAQ : Age of satellite imagery and data</a></li>
<li><a href="http://bbs.keyhole.com/ubb/postlist.php/Cat/0/Board/latest" target="_blank">Google Earth Community page, apparently where Google provide information about updates to their Primary Database</a></li>
<li><a href="http://google-latlong.blogspot.com/2008/02/where-in-world-is-answers.html" target="_blank">A Google Lat Long Blog post about updates to Google Earth and Maps</a></li>
</ul>
<p>I should probably use the <a href="http://earth.google.com/support/bin/request.py?contact_type=data" target="_blank">database report page</a>, maybe Google might pay attention to this one silly strip of cloud? I can&#8217;t even imagine how many reports they receive to fix insignificant strips of the earth.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottmebberson.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottmebberson.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottmebberson.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottmebberson.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottmebberson.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottmebberson.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottmebberson.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottmebberson.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottmebberson.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottmebberson.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=64&subd=scottmebberson&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://scottmebberson.wordpress.com/2009/02/10/that-one-darn-strip-of-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7a8378aa8040faec725a250cfc4c6f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mebbo</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Maps ColdFusion Tag; now with official Google Maps API Driving Directions support</title>
		<link>http://scottmebberson.wordpress.com/2007/06/05/google-maps-coldfusion-tag-now-with-official-google-maps-api-driving-directions-support/</link>
		<comments>http://scottmebberson.wordpress.com/2007/06/05/google-maps-coldfusion-tag-now-with-official-google-maps-api-driving-directions-support/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 15:08:29 +0000</pubDate>
		<dc:creator>Scott Mebberson</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.scottmebberson.com/2007/06/05/google-maps-coldfusion-tag-now-with-official-google-maps-api-driving-directions-support/</guid>
		<description><![CDATA[As the rather long title says, I&#8217;ve just updated my Google Maps ColdFusion Tag with support for the new official Google Maps API Driving Directions. In a previous post, I launched Driving Directions for my Google Maps ColdFusion Tag, however it didn&#8217;t use anything official from Google to achieve this. Adding support for the official [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=27&subd=scottmebberson&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>As the rather long title says, I&#8217;ve just updated my <a href="http://googlemapstag.riaforge.org/" title="Google Maps Tag at RIAForge">Google Maps ColdFusion Tag</a> with support for the <a href="http://googlemapsapi.blogspot.com/2007/05/driving-directions-support-added-to.html" title="Driving Directions Support in Google Maps API">new official Google Maps API Driving Directions</a>. <a href="http://blog.scottmebberson.com/2007/05/16/google-maps-coldfusion-tag-now-with-routing-and-driving-directions/" title="Google Maps ColdFusion Tag with routing and driving directions">In a previous post, I launched Driving Directions for my Google Maps ColdFusion Tag</a>, however it didn&#8217;t use anything official from <a href="http://www.google.com/" title="Google">Google</a> to achieve this. Adding support for the<a href="http://www.google.com/apis/maps/" title="Google Maps API"> official API from Google</a> will allow me to make it more feature rich and much more robust and stable.</p>
<p>There are a couple of other nice enhancements, including some JavaScript methods so you can update the directions on the maps, without having to reload the page. I&#8217;ve also added some more <a href="http://www.scottmebberson.com/examples/googlemapstag/0.4/examples/drivingdirections/" title="ColdFusion Maps Driving Directions Examples">driving directions examples</a>.</p>
<p>You can <a href="http://googlemapstag.riaforge.org/index.cfm?event=action.download" title="Google Maps ColdFustion Tag Download">download the source</a> (or a <a href="http://www.scottmebberson.com/download.cfm?downloadfile=359B39E4-CF1D-76B8-AAED6A99D6648123" title="Google Maps ColdFusion Tag version 0.4 Zip">zipped 0.4 version</a>) and <a href="http://svn.riaforge.org/googlemapstag" title="Google Maps Tag via Subversion">check it out via subversion</a> over at <a href="http://googlemapstag.riaforge.org/" title="Google Maps Tag at RIAForge">RIAForge</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/scottmebberson.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/scottmebberson.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/scottmebberson.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/scottmebberson.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/scottmebberson.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/scottmebberson.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/scottmebberson.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/scottmebberson.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/scottmebberson.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/scottmebberson.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/scottmebberson.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/scottmebberson.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.scottmebberson.com&blog=1083980&post=27&subd=scottmebberson&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://scottmebberson.wordpress.com/2007/06/05/google-maps-coldfusion-tag-now-with-official-google-maps-api-driving-directions-support/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f7a8378aa8040faec725a250cfc4c6f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Mebbo</media:title>
		</media:content>
	</item>
	</channel>
</rss>