Created
November 16, 2017 16:41
-
-
Save buth/5671a1ed3e6bbfa0f84a9959ec50613a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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