d3.json("uk.json", function(error, uk) if (error) return console.error(error); svg.append("path") .datum(topojson.feature(uk, uk.objects.subunits)) .attr("d", d3.geo.path().projection(d3.geo.mercator()));});
没有限制。