From 12f9217b7fd83e435d418089ba6c3aaf19ab3aa3 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:25:12 -0700 Subject: [PATCH] Update examples/user_guide/Working_with_Bokeh.ipynb --- examples/user_guide/Working_with_Bokeh.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user_guide/Working_with_Bokeh.ipynb b/examples/user_guide/Working_with_Bokeh.ipynb index 63d6dbd4..aab9bd0d 100644 --- a/examples/user_guide/Working_with_Bokeh.ipynb +++ b/examples/user_guide/Working_with_Bokeh.ipynb @@ -99,7 +99,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Note, that the `max_zoom` default is set to 19 for all tile sources; if you need a more detailed map, you can increase this value. However, if the tile source does not support the requested zoom level, the tile source could return a blank map instead, depending on how the tile source handles those requests." + "Note, that a `max_zoom` default is set for some tile sources; if you need a more detailed map, and the tile source supports it, you can increase this value. However, if the tile source does not support the requested zoom level, the tile source could return tiles that are empty or tiles that note "map data not yet available", depending on how the tile source handles those requests." ] }, {