{gj.features.length.toLocaleString()} zones
+ + {#if current && hoveredId != null} {current.properties.name}- Total trips from here: {sum( - current.properties.counts_from, - ).toLocaleString()} + Total trips from here: {current.properties.sum_from.toLocaleString()}
- Total trips to here: {sum( - current.properties.counts_to, - ).toLocaleString()} + Total trips to here: {current.properties.sum_to.toLocaleString()}
Total intra-zonal trips starting and ending here: {current.properties @@ -71,6 +118,13 @@ {:else}
Hover on a zone
{/if} + ++ Trips {showTo ? "from" : "to"} + {hoveredId == null ? "each zone" : "this zone"}: +
+