From fe0b83c530e006e017bb26798f545d66249e6997 Mon Sep 17 00:00:00 2001 From: Mitanshu Sukhwani Date: Mon, 15 Apr 2024 21:55:47 +0530 Subject: [PATCH] rectify default network_type --- notebooks/01-overview-osmnx.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/01-overview-osmnx.ipynb b/notebooks/01-overview-osmnx.ipynb index 5526bc6..a1835c0 100644 --- a/notebooks/01-overview-osmnx.ipynb +++ b/notebooks/01-overview-osmnx.ipynb @@ -124,8 +124,8 @@ " - 'drive_service' - get drivable streets, including service roads\n", " - 'walk' - get all streets and paths that pedestrians can use (this network type ignores one-way directionality)\n", " - 'bike' - get all streets and paths that cyclists can use\n", - " - 'all' - download all non-private OSM streets and paths (this is the default network type unless you specify a different one)\n", - " - 'all_private' - download all OSM streets and paths, including private-access ones" + " - 'all' - download all non-private OSM streets and paths \n", + " - 'all_private' - download all OSM streets and paths, including private-access ones (this is the default network type unless you specify a different one)" ] }, {