diff --git a/README.md b/README.md index 929db12..0adf224 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,12 @@ This script will generate a few figures: ### A map of all the walking routes within the walk boundary: ![example routes figure](examples/example-routes.png) -### A map of those routes colored by the level of traffic stress to bike +### A map of those walking routes colored by the level of traffic stress to bike ![example routes-lts figure](examples/example-routes-lts.png) +### A map of cycling routes colored by the level of traffic stress to bike (with a 3 mile radius) +![example routes-lts figure](examples/example-routes-lts_cycling.png) + ## Using make - `make osrm-data`: downloads the OpenStreetMap data for Wisconsin, and preproccesses it for use with OSRM. - `make osrm-container`: starts the OSRM containers (backends and frontends) for walking and biking. diff --git a/examples/example-addresses.png b/examples/example-addresses.png index d73ca88..ebdccac 100644 Binary files a/examples/example-addresses.png and b/examples/example-addresses.png differ diff --git a/examples/example-routes-lts.png b/examples/example-routes-lts.png index c2799f9..c6a3366 100644 Binary files a/examples/example-routes-lts.png and b/examples/example-routes-lts.png differ diff --git a/examples/example-routes-lts_cycling.png b/examples/example-routes-lts_cycling.png new file mode 100644 index 0000000..0048b75 Binary files /dev/null and b/examples/example-routes-lts_cycling.png differ diff --git a/examples/example-routes.png b/examples/example-routes.png index 37c04b2..b0d8682 100644 Binary files a/examples/example-routes.png and b/examples/example-routes.png differ