Skip to content

Instantly share code, notes, and snippets.

@larsbouwens
larsbouwens / index.html
Last active June 18, 2021 13:47
The Netherlands GeoJSON
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<title>The Netherlands gejson map</title>
<script src="js/d3.v3.min.js"></script>
<style type="text/css">
path {fill: #000; stroke: #fff; stroke-width: 1;}}
</style>