Skip to content

Load route from ID needs multiplexing support #2

@mvl22

Description

@mvl22

Currently, loading a route from an ID, in loadRouteFromId does three separate calls from journey.retrieve which is inefficient:

https://github.com/cyclestreets/routing-ui/blob/master/js/routing.js#L2203-L2219

This should be replaced with multiplexing support when _settings.multiplexedStrategies is enabled, as in loadRoute:

https://github.com/cyclestreets/routing-ui/blob/master/js/routing.js#L2253-L2256

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions