Google Interactive Driving Routes

Google Driving Routes

Google have released interactive driving routes (found via Human Factors).

I’m certain this is either heavily influenced or entirely based on the Eyebeam NYC Subway map project. It’s using the same Flash overlay technique.

There are more video demos on personalising maps. This lets you add in photos, videos, even ads (see details here).

When I tried mapping across the two islands of New Zealand it also took into account the ferry crossing. Customising it is amazing. Drag and drop simplicity. Right-click context menu. Scroll wheel zooming, with crosshair centering. It’s another piece of mind blowing design from Google.

Grant and I both worked on driving routes for newzealand.com back in the Web 1.0 days. We know how complex maps and routes can get, even in the simplest implementation. That was later updated to include some Flash interactivity first developed by Andy Biggs and more recently given a major overhaul by Barry Hannah which includes extensive geo-coding. They even integrated it with Google Earth.

When I worked on newzealand.com the biggest user request was always more maps, maps, maps. Wisely, Tourism NZ invested a lot of money into building better maps. They could have never predicted (and certainly never relied on) Google developing technology like this. Now it seems like they should be integrating Google maps into newzealand.com, with photos, videos, and driving routes, rather than continuing to use their proprietary system. Of course, they can still take advantage of the database and technology they’ve built, while leveraging Google’s incredible technology and global reach.

Of course, I can only imagine how useful this is on the iPhone. Could some lucky iPhone owner tell me how it really is (cough Wayne cough)? When we were coming up with blue-sky ideas for newzealand.com mobile and mapping were always the big dream. It’s getting much closer to becoming reality, yet it’s still frustratingly out of reach. Especially considering the price of mobile data.

Dynamic Images

I think the concept behind BritePic is really awesome. It’s a simple way to add dynamic context, content and connectivity to a standard jpg image.

This also seems like it has some interesting potential…

swfIR is a new Flash replacement technique that replaces and adds visual effects to images on the fly using simple JavaScript. It’s similar to the the popular Flash text replacement technique, sIFR. You can, without physically editing an image, set borders, shadows, alpha transparencies, blurring, rotation and more to any image on your website.

With SWFir, make sure you read the known issues, there are some potential show stoppers in there.

Better upload

If you’re like me, you hate the browser form for uploading files. It can’t be styled in CSS. On each browser/platform it works and looks a bit different. It can only handle one file at a time. And there’s nothing you can do about it.

Until now.

SWF Upload looks like an awesome solution to these problems.

Some of the great features it supports…

  • Upload multiple files at once by ctrl/shift-selecting in dialog
  • Do progress-bars/information using valid XHTML and CSS
  • No page reloads, display uploaded files as they are finished
  • Degrades gracefully to a normal html upload form if Flash or javascript isn’t available