Will White

Results 16 issues of 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 ![](https://dl.dropboxusercontent.com/s/4q8nhrqddksqq74/2015-06-07%20at%2011.08%20AM.png?dl=0)

Fixes #134 ![](https://dl.dropboxusercontent.com/s/s7600wya15cgrtj/2017-08-07%20at%2001.58.png) - [ ] 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....

enhancement
auto-triaged

[OSRM Frontend](http://map.project-osrm.org/?z=18&center=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. ![](https://dl.dropboxusercontent.com/s/108eecprix5wtue/2017-08-06%20at%2015.55.png)

enhancement
auto-triaged

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.

enhancement
auto-triaged

Add a mode where we render complete turn banners for each maneuver.

enhancement
auto-triaged

It would be cool to have an option that managed permalinks for saving origin/destinations in the url for easy sharing.

enhancement
auto-triaged

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...