Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structured road names, codes, destinations #91

Merged
merged 6 commits into from
Nov 15, 2016
Merged

Structured road names, codes, destinations #91

merged 6 commits into from
Nov 15, 2016

Commits on Nov 15, 2016

  1. Structured road names, codes, destinations

    Changed RouteStep’s name and destinations properties into arrays, so that client code doesn’t have to do any splitting or parsing on its own. Removed redundant refs from the name property. Added a codes property that contains the route numbers.
    
    Updated test fixtures and tests.
    1ec5 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    d46b1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4192690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09b6300 View commit details
    Browse the repository at this point in the history
  4. 100% less destination munging

    Removed an affordance for the destination being placed inside parentheses inside the name field, since the Directions API no longer does that. Separated destinationCodes from destinations and clarified the formats of codes and destinationCodes in OpenStreetMap data.
    
    Added tests of names in steps.
    1ec5 committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    7c4491a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ff4054 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce32527 View commit details
    Browse the repository at this point in the history