Skip to content

Instantly share code, notes, and snippets.

View tomstove's full-sized avatar

Tom Stove tomstove

  • Hobart, Australia
View GitHub Profile
@tomstove
tomstove / index.html
Created April 24, 2013 11:32
Europe from night
<!DOCTYPE html>
<head>
<style>
body {
background: #040C1F;
}
.urbanareas {
fill: silver;
@tomstove
tomstove / buildings.json
Last active December 16, 2015 15:39
Tørshavn, Faroe Islands
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / buildings.json
Created April 25, 2013 12:23
Reykjavik in D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / europe.topo.json
Created April 25, 2013 12:53
UK Satellite Projection D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / buildings.json
Created April 26, 2013 09:02
Karlstad, Sweden with D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / buildings.json
Created April 26, 2013 09:09
Stockholm, Sweden with D3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / cityareas.svg
Created April 26, 2013 09:33
Cityareas UK with Kartograph
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / index.html
Last active December 16, 2015 16:49
Tree Areas UK with Kartograph
<!DOCTYPE html>
<head>
<script src="jquery.min.js" ></script>
<script src="raphael.min.js"></script>
<script src="kartograph.min.js"></script>
</head>
<body>
<div id="map">
</div>
<script>
@tomstove
tomstove / grass.svg
Last active December 16, 2015 16:49
Grass Areas UK with Kartograph
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / index.html
Created April 26, 2013 09:42
Rivers in UK with Kartograph
<!DOCTYPE html>
<head>
<script src="jquery.min.js" ></script>
<script src="raphael.min.js"></script>
<script src="kartograph.min.js"></script>
</head>
<body>
<div id="map">
</div>
<script>