topojson/topojson-client

topojson.feature(topology, name)

mbostock opened this issue · 1 comments

It’d be convenient to allow the feature to be specified as a name, e.g.

topojson.feature(topology, "foo")

would be equivalent to

topojson.feature(topology, topology.objects.foo)

Added in de128d0.