Skip to content

Instantly share code, notes, and snippets.

@mager
Created September 1, 2010 17:09
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 mager/561018 to your computer and use it in GitHub Desktop.
Save mager/561018 to your computer and use it in GitHub Desktop.
>>> record = simplegeo.Record("com.your.layer", "123", 40.016950, -105.27729,
tags=["restaurant", "featured"])
>>> client = simplegeo.Client(OAUTH_KEY, OAUTH_SECRET)
>>> client.add_record(record)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment