Skip to content

Commit

Permalink
Update base example
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 3, 2018
1 parent a2c2c32 commit 076dfa2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/BaseMap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
"# Adding the control\n",
"m.add_control(LayersControl())"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Creating two maps side by side\n",
"import ipywidgets\n",
" \n",
"ipywidgets.HBox([m, Map(center=[43.6, 1.44], zoom=10)])"
]
}
],
"metadata": {
Expand Down

0 comments on commit 076dfa2

Please sign in to comment.