Skip to content

Instantly share code, notes, and snippets.

@rfriberg
rfriberg / index.html
Created January 9, 2014 21:57
Climate Stations UTFGrid
<!DOCTYPE html>
<html>
<head>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
<link
href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css'
rel='stylesheet' />
<style>
body {
margin:0;
@rfriberg
rfriberg / index.html
Created January 9, 2014 00:31
D3 slider example
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.description {
font-size: 12px;
font-weight: bold;
width: 700px;
}
.description span {
display: inline-block;