Skip to content

Instantly share code, notes, and snippets.

@buth
Created November 16, 2017 16:41
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 buth/5671a1ed3e6bbfa0f84a9959ec50613a to your computer and use it in GitHub Desktop.
Save buth/5671a1ed3e6bbfa0f84a9959ec50613a to your computer and use it in GitHub Desktop.
{
"properties" : {
"name" : "Ayer",
"geometry" : {
"lat" : 42.56,
"lng" : -71.58
},
"city" : "Ayer",
"state" : "MA",
"zipcode" : "01432"
},
"similarities" : [
"78719",
// ...
],
"similarities_properties" : {
"78719" : {
"geometry" : {
"lng" : -97.68,
"lat" : 30.18
},
"name" : "Pilot Knob Acres",
"city" : "Austin",
"state" : "TX",
"zipcode" : "78719"
},
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment