--- template: example.html title: d3 integration example shortdesc: Example of using ol3 and d3 together. docs: >

The example loads TopoJSON geometries and uses d3 (d3.geo.path) to render these geometries to a canvas element that is then used as the image of an ol3 image layer.

tags: "d3" resources: - http://d3js.org/d3.v3.min.js - http://d3js.org/topojson.v1.min.js ---