Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created October 27, 2013 01:59
Show Gist options
  • Save smerrill/7177105 to your computer and use it in GitHub Desktop.
Save smerrill/7177105 to your computer and use it in GitHub Desktop.
Phase2 Office Locations
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Phase2 Treehouse"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.99355292320251,
40.75537646473354
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Phase2 HQ"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.05207586288452,
38.81548569447189
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Phase2 San Francisco"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.40407824516296,
37.787555695950466
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment