Skip to content

Instantly share code, notes, and snippets.

@danared
Created November 2, 2015 18:09
Show Gist options
  • Save danared/fe205884d53c287b1798 to your computer and use it in GitHub Desktop.
Save danared/fe205884d53c287b1798 to your computer and use it in GitHub Desktop.
{
"address": {
"nameOrNumber": "2 - 3",
"street": "THE SWITCHBACK",
"town": "MAIDENHEAD",
"county": "WINDSOR AND MAIDENHEAD",
"postcode": "SL6 7RJ"
},
"saleDate": ISODate("1999-03-15T00:00:00Z"),
"price": 5425000,
"location": [
{
"type": "Point",
"coordinates": [
51.536848,
-0.735835
]
}
]
},
...
{
"address": {
"nameOrNumber": "TEMPLE FERRY PLACE",
"street": "MILL LANE",
"town": "MAIDENHEAD",
"county": "WINDSOR AND MAIDENHEAD",
"postcode": "SL6 5ND"
},
"saleDate": ISODate("2012-04-19T00:00:00Z"),
"price": 3000000,
"location": [
{
"type": "Point",
"coordinates": [
51.549516,
-0.80702
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment