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

Add support for Mapbox radiuses parameter #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 3, 2017

  1. Added support for Mapbox radiuses parameter

    To add this during the setup of the L.Routing.mapbox constructor add include the radiuses parameter.
    e.g. L.Routing.mapbox(mapbox_token, { radiuses: 3000 })
    
    Mapbox Radiuses - Maximum distance in meters that each coordinate is allowed to move when snapped to a nearby road segment.
    
    Allows the ability to generate an error for an unreachable road segment. rather than creating a straight line.
    itbeyond authored Mar 3, 2017
    Configuration menu
    Copy the full SHA
    b0c3051 View commit details
    Browse the repository at this point in the history