diff --git a/docs/profiles.md b/docs/profiles.md index 8afb28cf5..43482bde2 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -12,7 +12,7 @@ When running OSRM preprocessing commands you specify the profile with the --prof `osrm-extract --profile ../profiles/car.lua planet-latest.osm.pbf` -### Profiles for Country differences +### Profiles for country differences Some countries have differing access rules for different transport types. (https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions). Profiles countrycar, countrybicycle and countryfoot may be used as starting points for country support. Country Specific location data (geojson geometry) should be provided to the osrm-extract for example: osrm-extract --profile ../profiles/countryfoot.lua --location-dependent-data ../data/osmb.geojson