Skip to content

Commit

Permalink
fix clear map with play button
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Jan 8, 2025
1 parent 43765a1 commit 2c02ca6
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions lectures/3.3_data_sharing/3.3_exercises/33_data_sharing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,29 +220,23 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "c2999d0e-210e-4188-8c03-31719c06a70d",
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bb0579a3ed3847de9f21da59d4e5b5ce",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Map(center=[47.005, 11.507], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title', 'zoom…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"m = leafmap.Map(center=(47.005, 11.507), zoom=7.5)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ac4b4c73-9d78-4501-9964-5039f90b4388",
"metadata": {},
"outputs": [],
"source": [
"m = leafmap.Map(center=(47.005, 11.507), zoom=7.5)\n",
"m"
]
},
Expand Down

0 comments on commit 2c02ca6

Please sign in to comment.