Skip to content

Instantly share code, notes, and snippets.

@martgnz
martgnz / .block
Last active October 28, 2017 15:16
Football coaches per million people
license: mit
border: none
height: 530
@martgnz
martgnz / .block
Last active October 28, 2017 15:12
Azimuthal Equidistant
license: mit
border: none
height: 1000
@martgnz
martgnz / .block
Last active October 28, 2017 15:09
World Hover
license: mit
border: none
@martgnz
martgnz / .block
Last active October 28, 2017 15:06
German Provinces
height: 1250
license: mit
border: none
@martgnz
martgnz / .block
Last active October 28, 2017 15:05
Swiss cantons
border: none
height: 615
license: mit
@martgnz
martgnz / .block
Last active July 16, 2018 00:28
US States
border: none
license: mit
@martgnz
martgnz / choropleth-1.html
Last active May 4, 2016 19:25
Spam.js choropleth boilerplate
<!DOCTYPE html>
<meta charset="utf-8" />
<body>
<script src="d3.min.js"></script>
<script src="topojson.min.js"></script>
<script src="rbush.min.js"></script>
<script src="spam.min.js"></script>
<script type='text/javascript'>
d3.json("bcn.json", function(error, d) {
@martgnz
martgnz / choropleth-2.html
Last active May 4, 2016 19:31
Spam.js choropleth with colors
<!DOCTYPE html>
<meta charset="utf-8" />
<body>
<script src="d3.min.js"></script>
<script src="topojson.min.js"></script>
<script src="rbush.min.js"></script>
<script src="spam.min.js"></script>
<script type='text/javascript'>
var color = d3.scale.linear()
@martgnz
martgnz / choropleth-3.html
Last active May 4, 2016 19:37
Final code for Spam.js Choropleth
<!DOCTYPE html>
<meta charset="utf-8" />
<style>
#map {
margin: 0 auto;
text-align: center;
}
.legend {
height: 35px;
width: 250px;
@martgnz
martgnz / .block
Last active October 28, 2017 14:59
Berlin railways
license: mit
border: none
height: 723