Server configuration
Type: Object
options
Object objectoptions.osrmPath
string path to *.osrm file OSRMoptions.radius
number distance to draw the buffer as in @turf/bufferoptions.cellSize
number the distance across each cell as in @turf/point-gridoptions.intervals
Array<number> intervals for isochrones in minutesoptions.concavity
number relative measure of concavity as in concaveman (optional, default2
)options.deintersect
boolean whether or not to deintersect the final isochrones (optional, defaulttrue
)options.lengthThreshold
number length threshold as in concaveman (optional, default0
)options.units
string any of the options supported by turf units (optional, default'kilometers'
)