This commit is contained in:
seangreaves
2023-01-20 16:12:20 +00:00
parent 37b4d2f277
commit 153c811233

View File

@@ -80,7 +80,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "9c8ebc89",
"metadata": {},
"outputs": [],
@@ -168,7 +168,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "df617fda",
"metadata": {},
"outputs": [],
@@ -198,12 +198,28 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "7bdde00f",
"metadata": {
"scrolled": false
},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "d68aba9065b4429e9852696d97be010d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"VBox(children=(Map(center=[50, 0], controls=(ZoomControl(options=['position', 'zoom_in_text', 'zoom_in_title',…"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# generate map\n",
"map_data,path_table = mapview.build_map(western_crown_network) \n",