<?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>BlinkTag Inc &#187; google maps</title>
	<atom:link href="http://blinktag.com/tag/google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinktag.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Google Transit Layer through Google Maps API</title>
		<link>http://blinktag.com/google-transit-layer-through-google-maps-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-transit-layer-through-google-maps-api</link>
		<comments>http://blinktag.com/google-transit-layer-through-google-maps-api/#comments</comments>
		<pubDate>Tue, 24 May 2011 05:36:03 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=1057</guid>
		<description><![CDATA[This is a followup to a post we did a while back that showed how to add the Google Transit and Google Bike layer to a google map using the Google Maps API. We&#8217;ve updated this with code based on Google Maps Javascript API version 3. Google Maps API v3 now allows you to add [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blinktag.com/wp-content/uploads/2011/05/Google-Maps-298x300.jpg" alt="" title="Google Maps" width="298" height="300" class="alignright size-medium wp-image-1062 colorbox-1057" />This is a followup to a post we did a while back that showed <a href="http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/">how to add the Google Transit and Google Bike layer to a google map using the Google Maps API</a>. We&#8217;ve updated this with code based on <a href="http://code.google.com/apis/maps/documentation/javascript/">Google Maps Javascript API version 3</a>.</p>
<p>Google Maps API v3 now allows you to add the <a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#BicyclingLayer">Bike route layer</a> and <a href="http://code.google.com/apis/maps/documentation/javascript/reference.html#TrafficLayer">traffic layer</a> via the API, but there still isn&#8217;t an easy way to get at the transit layer.  </p>
<p style="clear:both">To add the Bike layer:</p>
<p><script src="https://gist.github.com/988233.js"> </script></p>
<p>To add the Traffic layer:<br />
<script src="https://gist.github.com/988234.js"> </script></p>
<p>However, you can use the code below to add the Google Transit layer it as a custom tile layer.  This will load the image tiles directly from Google&#8217;s servers:</p>
<p><script src="https://gist.github.com/988231.js"> </script></p>
<p>This loads the full image types, so any other styles you&#8217;ve applied to the basemap will get covered up.  Unlike Google Transit, the stations won&#8217;t be clickable and transit info won&#8217;t pop up unless you add your own markers to the map, but this should work ok for just showing transit routes.</p>
<p>You can see this technique live in our <a href="http://pwn.blinktag.com">Realtime Transit Map project</a> (also on <a href="http://github.com/brendannee/Realtime-Transit-Display">github</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/google-transit-layer-through-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Walksy.com generates walking tours of San Francisco on the fly</title>
		<link>http://blinktag.com/walksy-com-generates-walking-tours-of-san-francisco-on-the-fly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=walksy-com-generates-walking-tours-of-san-francisco-on-the-fly</link>
		<comments>http://blinktag.com/walksy-com-generates-walking-tours-of-san-francisco-on-the-fly/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 02:01:56 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[google io]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[pedestrian]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[walking]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=1036</guid>
		<description><![CDATA[As part of the Google IO Last Call contest I created Walksy.com. Its a mobile app that will create an on-the-fly walking tour of San Francisco with up to 8 stops based on points of interest that I specified. It ended up working pretty well and won me a ticket to Google IO. I think [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blinktag.com/wp-content/uploads/2011/04/bikesy_mobile_start.png" alt="" title="bikesy_mobile_start" width="254" height="450" class="alignright size-full wp-image-1038 colorbox-1036" />As part of the <a href="https://sites.google.com/site/lastcallforio2011/Home">Google IO Last Call contest</a> I created <a href="http://walksy.com">Walksy.com</a>.  Its a mobile app that will create an on-the-fly walking tour of San Francisco with up to 8 stops based on points of interest that I specified.  It ended up working pretty well and won me a ticket to <a href="http://www.google.com/events/io/2011/">Google IO</a>.</p>
<p><img src="http://blinktag.com/wp-content/uploads/2011/04/bikesy_mobile_route.png" alt="" title="bikesy_mobile_route" width="254" height="450" class="alignright size-full wp-image-1039 colorbox-1036" style="clear:both;" /><br />
<img src="http://blinktag.com/wp-content/uploads/2011/04/bikesy_mobile_turns.png" alt="" title="bikesy_mobile_turns" width="254" height="450" class="alignright size-full wp-image-1040 colorbox-1036" /><br />
I think its actually a useful app, its quick and uses geolocation to grab your location making it one click (after you load the page) to generate a walking tour.  It has links to google streetview and offers an elevation profile of the walk and optimizes the route to hit as many points of interest in as little distance as possible.  It uses google maps walking directions for the base layer, and it seems to do pretty well with knowing pedestrian paths throughout the city.</p>
<p>I plan to add a few more features in the near future &#8211; I didn&#8217;t have time to add everything I imagined during the overnight coding challenge:</p>
<ul>
<li>Some way to specify what types of points of interest you&#8217;d like to walk by</li>
<li>A way to specify roughly how long of a tour you&#8217;d like</li>
<li>More crazy points of interest based on my experience in SF</li>
<li>Extend it to work in other cities where I can get enough points of interest, perhaps using SimpleGeo Places API</li>
<li>A way to save your walk so you can come back to it later</li>
<li>Descriptions of the points of interest</li>
</ul>
<p>The <a href="https://github.com/brendannee/walksy">code is on github</a> &#8211; its currently all client-side using jquery mobile and google maps API, google Fusion tables and other google APIs.  Please fork it and add your own ideas or connect it to a different fusion table with your own set of points of interest.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/walksy-com-generates-walking-tours-of-san-francisco-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bikesy now available in the Chrome Web Store</title>
		<link>http://blinktag.com/bikesy-now-available-in-the-chrome-web-store/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bikesy-now-available-in-the-chrome-web-store</link>
		<comments>http://blinktag.com/bikesy-now-available-in-the-chrome-web-store/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 02:36:31 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bike]]></category>
		<category><![CDATA[bikesy]]></category>
		<category><![CDATA[biking]]></category>
		<category><![CDATA[chrome web store]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=935</guid>
		<description><![CDATA[Bikesy.com is now available in the Chrome Web Store. Bikesy is the open source bike mapper that BlinkTag developed using graphserver and openstreetmap data. For those of you who haven&#8217;t tried bikesy, it lets you choose both a hill tolerance (how much you&#8217;d like to reroute to avoid San Francisco&#8217;s steep hills) and a safety [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bikesy.com">Bikesy.com</a> is now available in the <a href="https://chrome.google.com/webstore/detail/fbceffnlmcmllojbblphdlcbgbcdmgle">Chrome Web Store</a>.  Bikesy is the open source bike mapper that BlinkTag developed using graphserver and openstreetmap data.<br />
<a href="https://chrome.google.com/webstore/detail/fbceffnlmcmllojbblphdlcbgbcdmgle"><img src="http://blinktag.com/wp-content/uploads/2011/03/Bikesy-Chrome-Web-Store-300x142.jpg" alt="" title="Bikesy - Chrome Web Store" width="300" height="142" class="alignright size-medium wp-image-936 colorbox-935" /></a></p>
<p>For those of you who haven&#8217;t tried bikesy, it lets you choose both a hill tolerance (how much you&#8217;d like to reroute to avoid San Francisco&#8217;s steep hills) and a safety level (how much you&#8217;d like to reroute to stay on bike routes and lanes).  You can always visit Bikesy.com to find safe, fast bike routes around the San Francisco Bay Area but now you can add it as a Chrome App.  This will do two things:</p>
<p>1.  It will show up on your apps list when you open a new tab.  This makes it fast and easy to launch Bikesy right before you set off on a bike trip to get route suggestions.<br />
<img src="http://blinktag.com/wp-content/uploads/2011/03/New-Tab-300x247.jpg" alt="" title="New Tab" width="300" height="247" class="size-medium wp-image-937 colorbox-935" /></p>
<p>2.  You&#8217;ll only need to approve geolocation once. Chrome apps allow you to grant access to bikesy.com to find your location based on browser geolocation once.  The next time you return to bikesy.com and click &#8220;Map to my current location&#8221; it will just work.<br />
<img src="http://blinktag.com/wp-content/uploads/2011/03/geolocation-300x235.jpg" alt="" title="geolocation" width="300" height="235" class="size-medium wp-image-938 colorbox-935" /></p>
<p>Give it a try &#8211; add the <a href="https://chrome.google.com/webstore/detail/fbceffnlmcmllojbblphdlcbgbcdmgle">Bikesy Chrome Application</a> or just visit <a href="http://bikesy.com">bikesy.com</a>.<br />
<img src="http://blinktag.com/wp-content/uploads/2011/03/bike-map-Chrome-Web-Store-300x151.jpg" alt="" title="bike map - Chrome Web Store" width="300" height="151" class="alignleft size-medium wp-image-943 colorbox-935" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/bikesy-now-available-in-the-chrome-web-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Google Bike or Google Transit layer to your Google Maps API</title>
		<link>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-google-bike-or-google-transit-layer-to-your-google-maps-api</link>
		<comments>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 08:45:04 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bike maps]]></category>
		<category><![CDATA[biking]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google transit]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blinktag.com/?p=746</guid>
		<description><![CDATA[Using Google Maps API you can choose between a few different background layers: Standard, Satellite, Hybrid and Physical. This is done using the setMapType() method. However, there currently isn&#8217;t a way to get display the transit or bike map layer. However, Google Maps allows you to create your own tile layer and load in into [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blinktag.com/wp-content/uploads/2010/04/Page-St-to-Harrison-St-Google-Maps.jpg"><img class="alignright size-medium wp-image-749 colorbox-746" title="Page St to Harrison St - Google Maps" src="http://blinktag.com/wp-content/uploads/2010/04/Page-St-to-Harrison-St-Google-Maps-300x153.jpg" alt="" width="300" height="153"></a>Using Google Maps API you can choose between a few different background layers: Standard, Satellite, Hybrid and Physical.  This is done using the <a href="http://code.google.com/apis/maps/documentation/introduction.html#MapTypes"><code>setMapType()</code> method</a>.</p>
<p>However, there currently isn&#8217;t a way to get display the transit or bike map layer.  However, Google Maps allows you to create your own tile layer and load in into the map.  It&#8217;s not too difficult to create your own custom tile layer and actually refer to the actual bike map or transit map tiles and load them directly from Google.</p>
<p>The URL template you need for getting bike maps is:</p>
<blockquote><p><code>http://mt1.google.com/vt/lyrs=m@121,bike&amp;hl=en&amp;x={X}&amp;y={Y}&amp;z={Z}</code></p></blockquote>
<p>and for transit maps:</p>
<blockquote><p><code>http://mt1.google.com/vt/lyrs=m@121,transit|vm:1&amp;hl=en&amp;opts=r&amp;x={X}&amp;y={Y}&amp;z={Z}</code></p></blockquote>
<p>To create your own tile layer, use one of the URL templates above:</p>
<blockquote><p><code></p>
<pre>function initialize() {
  var map = new GMap2(document.getElementById("map_canvas"));
  map.setCenter(new GLatLng(37.880002, -122.189941), 11);

  //Create new Tile Layer
  var gTileUrlTemplate = 'http://mt1.google.com/vt/lyrs=m@121,bike&#038;hl=en&#038;x={X}&#038;y={Y}&#038;z={Z}';
  var tileLayerOverlay = new GTileLayerOverlay(
    new GTileLayer(null, null, null, {
      tileUrlTemplate: gTileUrlTemplate,
      isPng:true,
      opacity:0.8
    })
  );
  map.addOverlay(tileLayerOverlay);
  }</pre>
<p></code></p></blockquote>
<p>These URLs could change at any time, so there is no guarantee that this won&#8217;t break.  You can see this in action at <a href="http://whereisbart.com">whereisbart.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/add-google-bike-or-google-transit-layer-to-your-google-maps-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google traffic fail</title>
		<link>http://blinktag.com/google-traffic-fail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-traffic-fail</link>
		<comments>http://blinktag.com/google-traffic-fail/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:02:50 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bay bridge]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://blnktag.com/google-traffic-fail/</guid>
		<description><![CDATA[The Bay Bridge just had a cable snapped and BlinkTag is on the wrong side. The Bay Bridge is closed, sounds like it could be 24 hours or more before it reopens. I&#8217;m curious how long it will take google maps to automatcally reroute around the bridge closure and what systems they have in place [...]]]></description>
			<content:encoded><![CDATA[<p>The Bay Bridge just had a cable snapped and BlinkTag is on the wrong side. The Bay Bridge is closed, sounds like it could be 24 hours or more before it reopens.</p>
<p>I&#8217;m curious how long it will take google maps to automatcally reroute around the bridge closure and what systems they have in place for verifying and updating info on emergency closures to key transportation links. As more people start to rely on online maps for traffic info it becomes increasingly important for emergency info to make it&#8217;s way online quickly. </p>
<p><a href="http://blinktag.com/wp-content/uploads/2009/10/p_480_320_68B86248-B12C-4E13-921C-81ED71E9A934.jpeg"><img src="http://blinktag.com/wp-content/uploads/2009/10/p_480_320_68B86248-B12C-4E13-921C-81ED71E9A934.jpeg" alt="" width="200" height="300" class="alignnone size-full wp-image-364 colorbox-599" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/google-traffic-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>transit layers on a custom map?</title>
		<link>http://blinktag.com/transit-layers-on-a-custom-map/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=transit-layers-on-a-custom-map</link>
		<comments>http://blinktag.com/transit-layers-on-a-custom-map/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 19:35:24 +0000</pubDate>
		<dc:creator>jed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=552</guid>
		<description><![CDATA[So this might be kind of a gray area terms-of-service-wise, so do what you want with it. But if you&#8217;ve ever wondered how to mashup the Google Transit layer with your custom map, here&#8217;s how. While we aren&#8217;t advocating anybody actually do this, we&#8217;ve heard from a *confidential* source that Google implements new feature requests [...]]]></description>
			<content:encoded><![CDATA[<p><img class="colorbox-552"  src="http://blinktag.com/images/2099f95af2238a9d181650d95b6b2ec2.png"></p>
<p>So this might be kind of a gray area terms-of-service-wise, so do what you want with it.  But if you&#8217;ve ever wondered how to mashup the Google Transit layer with your custom map, <a href="http://stackoverflow.com/questions/1100858/transit-layer-in-embedded-google-searchcontrol-map">here&#8217;s how</a>.</p>
<p>While we aren&#8217;t advocating anybody actually do this, we&#8217;ve heard from a *confidential* source that Google implements new feature requests in rough proportion to the number of people who hack together stuff like this.  Just saying . . . . </p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/transit-layers-on-a-custom-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps adds Traffic Conditions on major streets</title>
		<link>http://blinktag.com/google-maps-adds-traffic-conditions-on-major-streets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-maps-adds-traffic-conditions-on-major-streets</link>
		<comments>http://blinktag.com/google-maps-adds-traffic-conditions-on-major-streets/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:37:35 +0000</pubDate>
		<dc:creator>Brendan Nee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freeway]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=485</guid>
		<description><![CDATA[Google maps added traffic conditions on local streets today. A map of San Francisco shows traffic on South Van Ness near the Blinktag Office as medium, actually the street is rarely congested, it just has a lot of stop lights so you can rarely go &#8220;fast&#8221; even with no other vehicles. Freeway traffic had been [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-486 colorbox-485" title="Google-Maps-Traffic" src="http://blinktag.com/wp-content/uploads/2009/08/Google-Maps-Traffic-300x230.jpg" alt="Google-Maps-Traffic" width="300" height="230" />Google maps added traffic conditions on local streets today. A map of San Francisco shows traffic on South Van Ness near the Blinktag Office as medium, actually the street is rarely congested, it just has a lot of stop lights so you can rarely go &#8220;fast&#8221; even with no other vehicles.</p>
<p>Freeway traffic had been a feature of google maps for a while, but providing traffic conditions on non-freeways is especially useful for travel within SF as most car trips don&#8217;t involve travel on a freeway.  <a href="http://www.uctc.net/papers/763.pdf ">San Francisco has removed several freeways</a> in recent years, freeways are useful for getting to/from the city but not as much for travel within the city.</p>
<p>The traffic data is actually crowdsourced from people sharing their location from google maps for mobile, <a href="http://googleblog.blogspot.com/2009/08/bright-side-of-sitting-in-traffic.html">read more on the google blog</a>.  I&#8217;m not sure if this includes iphone users as we can&#8217;t run background apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/google-maps-adds-traffic-conditions-on-major-streets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>you&#8217;d think this would be easy &#8211; Google Maps panes API</title>
		<link>http://blinktag.com/youd-think-this-would-be-easy-google-maps-panes-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youd-think-this-would-be-easy-google-maps-panes-api</link>
		<comments>http://blinktag.com/youd-think-this-would-be-easy-google-maps-panes-api/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 17:35:02 +0000</pubDate>
		<dc:creator>jed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ac transit]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[einsert]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[map panes]]></category>
		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=460</guid>
		<description><![CDATA[You&#8217;d think it would be easy to change the stacking order of things you overlay in Google Maps, right? Like, no one wants that stupid AC Transit logo to go underneath the polygon they drew . . . . . you&#8217;d think . . . . Anyways, after like five or six hours of poking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://511contracosta.org/contra-costa-transit-map"><img class="colorbox-460"  src="http://blinktag.com/images/e1445611deebee36b041ed8ffe038e5e.png"></a></p>
<p>You&#8217;d think it would be easy to change the stacking order of things you overlay in Google Maps, right?  Like, no one wants that stupid <a href="http://actransit.org">AC Transit</a> logo to go <em>underneath</em> the polygon they drew . . . . . you&#8217;d think . . . .</p>
<p>Anyways, after like five or six hours of poking around on forums I found a solution.</p>
<p>First, it turns out that overlays on Google Maps have both a ZIndex and a &#8220;GPane&#8221; associated with them.  If you change the ZIndex, you change the order in which objects on the same pane are displayed.  Turns out that polygons and ground overlays (like the AC Transit image) are automatically added to the same pane, so no help there.</p>
<p>Here&#8217;s the magic.  <a href="http://code.google.com/apis/maps/documentation/overlays.html#Custom_Overlays">Google lets you create custom overlay classes</a>, where you can specify GPanes for individual images or whatever.  But it looks really hard, and I&#8217;m lazy.</p>
<p>So I stole <a href="http://econym.org.uk/gmap/einsertg.htm">this js class</a> that does basically what I want.  Just replace the following snippit of code</p>
<p>map.getPane(1).appendChild(div);</p>
<p>with this one</p>
<p>map.getPane(<em>Some higher number, like 7</em>).appendChild(div);</p>
<p>and you&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/youd-think-this-would-be-easy-google-maps-panes-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tell us what you think</title>
		<link>http://blinktag.com/tell-us-what-you-think/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tell-us-what-you-think</link>
		<comments>http://blinktag.com/tell-us-what-you-think/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 21:51:09 +0000</pubDate>
		<dc:creator>jed</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BART]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[transit]]></category>

		<guid isPermaLink="false">http://blnktag.com/?p=445</guid>
		<description><![CDATA[To our loyal blog readers &#8211; this isn&#8217;t quite ready for production, but I wanted to explore BART&#8217;s new open data feed and do something fun. Comments, thoughts, appreciated. A few known issues: We&#8217;re still working on getting the real time feed up. Soon. The design isn&#8217;t great. We&#8217;ll be rolling out new ways to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whereisbart.com/"><img class="colorbox-445"  src="http://blinktag.com/images/b49b2b0ea553e0af17a5ef8acbc9ee74.png"></a></p>
<p>To our loyal blog readers &#8211; this isn&#8217;t quite ready for production, but I wanted to explore <a href="http://bart.gov/schedules/developers/etas.aspx">BART&#8217;s new open data feed</a> and do <a href="http://whereisbart.com">something fun</a>.</p>
<p>Comments, thoughts, appreciated.  A few known issues:</p>
<p><strong>We&#8217;re still working on getting the real time feed up.</strong> Soon.</p>
<p><strong>The design isn&#8217;t great.</strong> We&#8217;ll be rolling out new ways to visualize the data soon, and include an extra layer showing stations.  </p>
]]></content:encoded>
			<wfw:commentRss>http://blinktag.com/tell-us-what-you-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 14/24 queries in 0.022 seconds using disk: basic

Served from: blinktag.com @ 2012-02-09 09:19:35 -->
