---
layout: example.html
title: d3 Integration
shortdesc: Example of using OpenLayers and d3 together.
docs: >
The example loads TopoJSON geometries and uses d3 (d3.geo.path
) to render these geometries to a SVG element.
tags: "d3"
resources:
- https://cdn.jsdelivr.net/npm/d3@7.4.4/dist/d3.min.js
- https://cdn.jsdelivr.net/npm/topojson@3.0.2/dist/topojson.js
---