Skip to content

Instantly share code, notes, and snippets.

@kd2718
Last active December 9, 2016 19:13
Show Gist options
  • Save kd2718/791957083591f813f674c00bbc3e7f47 to your computer and use it in GitHub Desktop.
Save kd2718/791957083591f813f674c00bbc3e7f47 to your computer and use it in GitHub Desktop.
store_return
{
"type": "FeatureCollection",
"features": [{
"id": 1,
"type": "Feature",
"geometry": {
"point": {
"type": "Point",
"coordinates": [-123.0208, 44.0464]
}
},
"properties": {
"name": "Sears",
"address": "742 Evergreen Terrace",
"city": "Springfield",
"state": "Oregon"
}
}, {
"id": 2,
"type": "Feature",
"geometry": {
"point": {
"type": "Point",
"coordinates": [-123.0208, 44.0489]
}
},
"properties": {
"name": "Best Buy",
"address": "744 Evergreen Terrace",
"city": "Springfield",
"state": "Oregon"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment