/* If you're feeling fancy you can add interactivity to your site with Javascript */ // prints "hi" in the browser's dev tools console console.log("hi"); var svg = d3.select("svg"); var params = { extent: defaultExtent, generator: generateCoast, npts: 1684, ncities: 15, nterrs: 5, fontsizes: { region: 40, city: 25, town: 20 } } doMap(svg, defaultParams);