Skip to content

Commit 91a0473

Browse files
committed
move zoom until after map rendering
1 parent 5139701 commit 91a0473

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

samples/04_gis_analysts_data_scientists/how-much-green-is-Delhi-as-on-21-oct-2022.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@
585585
"source": [
586586
"m = gis.map('New Delhi, India')\n",
587587
"m.content.add(masked)\n",
588-
"m.zoom = 10\n",
589588
"m.legend.enabled = True\n",
590589
"m"
591590
]
@@ -602,6 +601,15 @@
602601
"![How-much-green-is-Delhi_output.PNG](attachment:How-much-green-is-Delhi_output.PNG)"
603602
]
604603
},
604+
{
605+
"cell_type": "code",
606+
"execution_count": null,
607+
"metadata": {},
608+
"outputs": [],
609+
"source": [
610+
"m.zoom = 10"
611+
]
612+
},
605613
{
606614
"cell_type": "markdown",
607615
"metadata": {},
@@ -756,7 +764,7 @@
756764
"name": "python",
757765
"nbconvert_exporter": "python",
758766
"pygments_lexer": "ipython3",
759-
"version": "3.11.0"
767+
"version": "3.11.10"
760768
}
761769
},
762770
"nbformat": 4,

0 commit comments

Comments
 (0)