Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@hnryjms hnryjms released this 01 Oct 18:52
· 1 commit to main since this release

Layer ARNs

Region Layer ARN
us-east-2 arn:aws:lambda:us-east-2:106542751629:layer:aws-lambda-layer-osmtools:3
Others (coming soon)

Included CLI Tools

  • osrm-components
  • osrm-contract
  • osrm-customize
  • osrm-datastore
  • osrm-extract
  • osrm-partition
  • osrm-routed
  • osmium
  • tilemaker

Included Packages

NodeJS:

import OSRM from "@project-osrm/osrm";

const router = new OSRM("/path/to/data.osrm");

Sources