Skip to content

Instantly share code, notes, and snippets.

View rgdonohue's full-sized avatar

Rich Donohue rgdonohue

View GitHub Profile
@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 13:56
SVG Animation with CSS3

This example demonstrates using CSS transition and @keyframes to animate the drawing of a SVG path. Insight garnered from How SVG Line Animation Works.

@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:16
spotlight filter

Faking a spotlight filter of renewable energy power plants in the US.

@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:20
simple spinning loader

This simple example initially loads the page with an opaque div that covers the map and contains an animated loader gif image. Once the data file (10.8MB) has been loaded with an AJAX request, the div is removed using JavaScript.

@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:23
A D3 map with basic interaction

hello map

@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:23
A D3 county choropleth map of Kentucky oil or gas wells
@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:23
A toggle D3 county map of Kentucky oil and gas wells
@rgdonohue
rgdonohue / README.md
Last active August 29, 2015 14:27
Create Mile Marker Features Along Race
@rgdonohue
rgdonohue / README.md
Last active October 30, 2015 19:01
CartoDB sublayer switcher

Demonstrates switching between mapped attributes using sublayers of a CartoDB layer.

@rgdonohue
rgdonohue / README.md
Last active October 31, 2015 14:03
CartoDB layer switcher

Toggles between CartoDB layers. Is advantageous over sublayers in that all points are not redrawn with each toggle.

@rgdonohue
rgdonohue / README.md
Last active October 31, 2015 15:00
refactored CartoDB layers switcher

Refactored creation of multiple CartoDB layers.