The geo mark works great, but I could use some help manipulating Topojson. Say I want to highlight the US in the below chart. How can I wrangle the TopoJson to get at just the selected country, adding that as another geo Plot layer? Wanting to be able to show selected countries on a map, just by filtering, not necessarily by an additional continuous feature.
The benefit of d3.index, rather than a naive array.find, is that it will alert you if by accident two data points have the same id. (Added benefit is that the key lookup with values.get is instantaneous, so the map is displayed faster.)