The Wayback Machine - https://web.archive.org/web/20200717044739/https://github.com/topics/routing
Skip to content
#

routing

Here are 1,449 public repositories matching this topic...

danpat
danpat commented Dec 14, 2018

It's possible to instantiate an OSRM object in Javascript like this:

    const osrmInstance = new OSRM({
        algorithm: 'CH',
        dataset_name: 'foo',
        mmap_memory: true
    });

This should throw an error - setting mmap_memory should require supplying a path, and this is incompatible with using dataset_name, which triggers using shared memory.

These opti

grahammendick
grahammendick commented May 2, 2018

I'm submitting a ...

  • bug report
  • feature request
  • other (Please do not submit support requests here (below))

The Router Challenge aims to be to Routers what TodoMVC is to MV* frameworks. It offers the same Music Catalog application built in React using different Routers. For it to be succe

Improve this page

Add a description, image, and links to the routing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.