From 04555db2f06eedb10e1db9ac8f1985773d1c0854 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 19 Jun 2024 15:10:38 -0400 Subject: [PATCH] Fix typos --- docs/maplibre/3d_terrain.ipynb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/maplibre/3d_terrain.ipynb b/docs/maplibre/3d_terrain.ipynb index 4900bfd70..cffcbe088 100644 --- a/docs/maplibre/3d_terrain.ipynb +++ b/docs/maplibre/3d_terrain.ipynb @@ -10,7 +10,7 @@ "\n", "**Display buildings in 3D**\n", "\n", - "This source code of this example is adapted from the MapLibre GL JS example - [Extrude polygons for 3D indoor mapping](https://maplibre.org/maplibre-gl-js/docs/examples/3d-extrusion-floorplan).\n", + "This source code of this example is adapted from the MapLibre GL JS example - [3D Terrain](https://maplibre.org/maplibre-gl-js/docs/examples/3d-terrain).\n", "\n", "Uncomment the following line to install [leafmap](https://leafmap.org) if needed." ] @@ -18,11 +18,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "vscode": { - "languageId": "plaintext" - } - }, + "metadata": {}, "outputs": [], "source": [ "# %pip install \"leafmap[maplibre]\"" @@ -31,11 +27,7 @@ { "cell_type": "code", "execution_count": null, - "metadata": { - "vscode": { - "languageId": "plaintext" - } - }, + "metadata": {}, "outputs": [], "source": [ "import leafmap.maplibregl as leafmap"