Skip to content

Instantly share code, notes, and snippets.

@keithamoss
Created October 24, 2015 04:21
Show Gist options
  • Save keithamoss/643ee5e4627de77f8dc1 to your computer and use it in GitHub Desktop.
Save keithamoss/643ee5e4627de77f8dc1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
var dummy_data = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.86971282958986,
-31.946700088014218
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.87400436401367,
-31.949540446547825
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.86842536926271,
-31.951215488622744
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.8753776550293,
-31.95114266134151
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.86885452270506,
-31.95289050015641
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.8668804168701,
-31.951870931555817
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
115.87984085083008,
-31.952307890913133
]
}
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment