Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created August 4, 2011 02:55
Show Gist options
  • Save eightysteele/1124407 to your computer and use it in GitHub Desktop.
Save eightysteele/1124407 to your computer and use it in GitHub Desktop.
function(doc) {
emit(doc._id, {rev:doc._rev, coords:doc.coords, varvals:doc.vars});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment