Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created July 3, 2009 20:56
Show Gist options
  • Save inklesspen/140299 to your computer and use it in GitHub Desktop.
Save inklesspen/140299 to your computer and use it in GitHub Desktop.
-record (user, {username, password}).
-record (tilekey, {username, tilename}).
-record (tile, {tilekey, s3_key, xy, tags=[]}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment