Files
openlayers/examples/d3.html
Maximilian Krög ad8c704e4a Update d3 to v6.7.0
2021-05-23 17:57:36 +02:00

13 lines
394 B
HTML

---
layout: example.html
title: d3 Integration
shortdesc: Example of using OpenLayers and d3 together.
docs: >
The example loads TopoJSON geometries and uses d3 (<code>d3.geo.path</code>) to render these geometries to a SVG element.
tags: "d3"
resources:
- https://unpkg.com/d3@6.7.0/dist/d3.min.js
- https://unpkg.com/topojson@3.0.2/dist/topojson.js
---
<div id="map" class="map"></div>