Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
font: 14px sans-serif;
}
.axis path, .axis line {
fill: none;
@jdspersonal
jdspersonal / index.html
Last active December 14, 2015 08:08 — forked from ZJONSSON/index.html
<!DOCTYPE html>
<html>
<head>
<title>Testing d3.js in Leaflet.js</title>
<link rel="stylesheet" href="leaflet.css"></link>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
<style type="text/css">
svg , g
@jdspersonal
jdspersonal / index.html
Created October 12, 2012 07:22 — forked from ZJONSSON/index.html
testing circles in Leaflet.js (working)
<!DOCTYPE html>
<html>
<head>
<title>Testing d3.js in Leaflet.js</title>
<link rel="stylesheet" href="leaflet.css"></link>
<script type="text/javascript" src="http://d3js.org/d3.v2.min.js?2.10.0"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.4/leaflet.js"></script>
<style type="text/css">
@jdspersonal
jdspersonal / README.md
Created October 7, 2012 09:55 — forked from mbostock/.block
Voronoi tests

Tests for edge cases with d3.geom.voronoi, mainly N=2.