Skip to content

Instantly share code, notes, and snippets.

@max-mapper
Created August 29, 2010 17:59
Show Gist options
  • Save max-mapper/556501 to your computer and use it in GitHub Desktop.
Save max-mapper/556501 to your computer and use it in GitHub Desktop.
example geo dataset
[
{
name: 'burrito joint x',
geometry: {type: 'Point', coordinates: [-122.3566, 45.234256]},
hours: "m-f 9am-10pm"
},
{
name: 'burrito joint y',
geometry: {type: 'Point', coordinates: [-122.6778, 45.25475]},
hours: "m-f 9am-3am"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment