osrm-isochrone
osrm-isochrone copied to clipboard
Generate drivetime isochrones from OpenStreetMap data using OSRM
The code calls `isolines()` at https://github.com/mapbox/osrm-isochrone/blob/master/index.js#L20 However, that is using the pre-4.5.2 interface to @turf/isolines. That interface was changed in: https://github.com/Turfjs/turf/commit/321d0df5c77a4005e4a6f28947fe11d463d53bab#diff-ba41233dbd590d55878b1d00a76de5b9 https://github.com/Turfjs/turf/pull/781 Their example shows the difference: ``` - var...
The path to the files: `/node_modules/osrm-isochrone/osrm/lib/binding/osrm-extract` `/node_modules/osrm-isochrone/osrm/lib/binding/osrm-prepare` are wrong and do not exist. I found similar files in: `/node_modules/osrm/lib/binding` but i cant find the `osrm-prepare` file! I have a osrm...
Hi all, when I try to install it, gives me this error: npm WARN deprecated @turf/[email protected]: Module has been renamed to @turf/boolean-point-in-polygon > [email protected] install /usr/lib/node_modules/osrm-isochrone/node_modules/osrm > node-pre-gyp install --fallback-to-build=false...
I'm building the 300 sec polygons around the center of the Berlin the result is weird [image](http://pix.toile-libre.org/upload/original/1520860497.png) the second example with the concave polygon is a bit better [image](http://pix.toile-libre.org/upload/original/1520860783.png). But...
- node.js version note - addresses #27 - updated osrm commands - addresses #25 - removed reference to dc.osrm that doesn't exist
Hello, any news about this project ? What is now your recommendation to run a server for isoline computing ? I need new options in osrm 5.12.0 (approach and exclude)....
Hi, I was trying to follow the instructions to get the sample js working and got the error below. Few details that might help - 1. I download the following...
Hi, I have a file up and running according to the OSRM instructions at https://github.com/Project-OSRM/osrm-backend/wiki/Running-OSRM (the '4 steps' section at the top) This gives me a bunch of california-latest.* files,...