Will White
Will White
In IE 9 and 10 there are a few tests failing in the `XML` group and the test stop running at `MODULE: Cross-origin Resource Sharing`.
Set system timezone to GMT +08:00 (for example) and test fail with the following: ``` chrono.test.js test missing timezone parameter: AssertionError: "NaN" == 3 at Test.exports.test missing timezone parameter [as...
Now that we have a build-in profile switcher (thanks @jfirebaugh) we can collapse the directions examples down into one. https://github.com/mapbox/mapbox-directions.js/commit/d3fb59bfede5f747c34d12917e263d61adc67bdc 
Fixes #134  - [ ] Make it optional - [ ] Handle compound lanes
It would be great to add the maneuver -> announcement expansion work that @alianthes @mcwhittemore and @hdaymon are working on to this UI as a way to preview the results....
[OSRM Frontend](http://map.project-osrm.org/?z=18¢er=37.775684%2C-122.421175&loc=37.775142%2C-122.421877&loc=37.776380%2C-122.420504&hl=en&alt=0) supports lane indications. It would be great to expose this feature in the step list here as well. 
Would be great for testing initial start direction using the `bearing` parameter on the Directions API. The user interaction here could be click and hold + drag to set direction.
Add a mode where we render complete turn banners for each maneuver.
It would be cool to have an option that managed permalinks for saving origin/destinations in the url for easy sharing.
A bit of an unusual use case but in trying to replicate to destination table with an different key schema than the source table, [this line](https://github.com/mapbox/dynamodb-replicator/blob/0674417be8bcbd7ceed2b6e5e2b2d1d4a30eaf1a/index.js#L108) is problematic. We are...