added explanation of map key

This commit is contained in:
seangreaves
2023-01-11 15:37:43 +00:00
parent 4e7406df66
commit 7d3cfd87d8

View File

@@ -653,6 +653,20 @@
"accordion_map"
]
},
{
"cell_type": "markdown",
"id": "65552da1",
"metadata": {},
"source": [
"Each marker represents a company in the network. <span style=\"color:green;font-weight:bold\">Green markers</span> represent active companies based at the address, <span style=\"color:red;font-weight:bold\">red markers</span> represent active companies no longer based at the address and <span style=\"color:black;font-weight:bold\">black markers</span> represent dissolved companies once based at the address.\n",
"\n",
"Select a marker to display additional information:\n",
"\n",
"- pop-up with the selected company's name and address\n",
"- table containing the most efficient paths from the origin to the selected company\n",
"- antpaths for each company in the network. <span style=\"color:red;font-weight:bold\">Red antpaths</span> represents the path through all the historic addresses for the selected company. <span style=\"color:black;font-weight:bold\">Black antpaths</span> represents the path from the network origin through all the addresses in the path to the selected company as displayed in the table."
]
},
{
"cell_type": "code",
"execution_count": 12,