Skip to content

Instantly share code, notes, and snippets.

View almccon's full-sized avatar
🔣

Alan McConchie almccon

🔣
View GitHub Profile
@almccon
almccon / countries_lakes_50m.json
Last active June 15, 2016 18:29 — forked from mbostock/.block
Waterman outlines
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@almccon
almccon / hrr_20pct.topojson
Last active December 21, 2015 01:18
Simplified hospital referral regions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@almccon
almccon / index.html
Last active June 15, 2016 18:20
Rotated Eckert III
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background: #fff;
}
.stroke {
fill: none;
@almccon
almccon / adium-group-chat-freenode.scpt
Created March 20, 2014 20:31
AppleScript for Adium to automatically join IRC rooms
-- Based on http://kb.mit.edu/confluence/display/mitcontrib/Configure+Adium+to+automatically+join+Group+Chat+rooms+on+startup
tell application "Adium"
GetURL "irc://irc.freenode.org/openstreetmap"
GetURL "irc://irc.freenode.org/mapbox"
GetURL "irc://irc.freenode.org/leaflet"
GetURL "irc://irc.freenode.org/mapnik"
GetURL "irc://irc.freenode.org/qgis"
GetURL "irc://irc.freenode.org/postgis"
GetURL "irc://irc.freenode.org/cugos"
GetURL "irc://irc.freenode.org/osgeo"
@almccon
almccon / earthquakes.json
Created June 26, 2014 02:22
Earthquakes demo for MaptimeOAK
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@almccon
almccon / README.md
Last active June 15, 2016 18:18 — forked from mbostock/.block
Merging TopoJSON states

This demonstrates using topojson.merge, a new feature in TopoJSON 1.6, to merge multiple polygons into a single polygon whilst removing interior borders. (An alternative approach is to draw the polygons twice.)

Unlike mbostock's original example, this uses a pre-projected topojson file and a null projection.

@almccon
almccon / .block
Last active May 9, 2018 23:14 — forked from emeeks/d3map.css
BC Albers Terrain
license: mit
@almccon
almccon / README.md
Last active August 29, 2015 14:05 — forked from andrewharvey/leaflet-side-by-side.html
Side by side Leaflet (Toner comparison)
@almccon
almccon / README.md
Last active August 29, 2015 14:08
Maptimeify a polygon in CartoCSS
@almccon
almccon / README.md
Last active June 15, 2016 18:39
d3.carto lesson from MaptimeSF