From 2a51ce131b4b2cc79c7e2947d59a8740df1eec52 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 12 Oct 2017 11:17:40 +0200 Subject: [PATCH] Removes duplicate pipeline explanation from readme --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index eca1189f4..226eb8dbe 100644 --- a/README.md +++ b/README.md @@ -113,26 +113,6 @@ cmake --build . sudo cmake --build . --target install ``` -Grab a `.osm.pbf` extract from [Geofabrik](http://download.geofabrik.de/index.html) or [Mapzen's Metro Extracts](https://mapzen.com/data/metro-extracts/) - -```bash -wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf -``` - -Pre-process the extract and start the HTTP server - -``` -osrm-extract berlin-latest.osm.pbf -p profiles/car.lua -osrm-contract berlin-latest.osrm -osrm-routed berlin-latest.osrm -``` - -Running Queries - -``` -curl "http://127.0.0.1:5000/route/v1/driving/13.388860,52.517037;13.385983,52.496891?steps=true" -``` - ### Request Against the Demo Server Read the [API usage policy](https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy).