Skip to content

Instantly share code, notes, and snippets.

@mgvarley
Last active October 4, 2016 14:03
Show Gist options
  • Select an option

  • Save mgvarley/d94510397e6bbe6e99a9c4c2dd55ac2a to your computer and use it in GitHub Desktop.

Select an option

Save mgvarley/d94510397e6bbe6e99a9c4c2dd55ac2a to your computer and use it in GitHub Desktop.
Google vs ABP Comparison
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"address": "3 Arbuckle Street, Kilmarnock KA1 3AY",
"source": "AddressBase Premium",
"geo_accuracy": "grid"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.4897627,
55.605898
]
}
},
{
"type": "Feature",
"properties": {
"address": "3 Arbuckle Street, Kilmarnock KA1 3AY",
"source": "Google",
"geo_accuracy": "rooftop"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.4901184,
55.6059986
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment