Skip to content

Instantly share code, notes, and snippets.

@stuartrexking
Created July 27, 2011 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartrexking/1109032 to your computer and use it in GitHub Desktop.
Save stuartrexking/1109032 to your computer and use it in GitHub Desktop.
logx
if lat && long:
if sort param:
use sort param:
else:
use lat long
else:
if sort param other than lat/long:
use sort param
else:
use created_at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment