Skip to content

Instantly share code, notes, and snippets.

@wknowles
Last active December 19, 2015 09:41
Show Gist options
  • Save wknowles/c113009d32dfdbe32843 to your computer and use it in GitHub Desktop.
Save wknowles/c113009d32dfdbe32843 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.625,
-33.031
]
},
"properties": {
"id": 1,
"name": "Puerto de Valparaí­so",
"date": "1848-05-02"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-77.192306,
-12.074147
]
},
"properties": {
"id": 2,
"name": "Callao Roads",
"date": "1848-05-11"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-117,
0
]
},
"properties": {
"id": 3,
"name": "",
"date": "1848-05-25"
}
},
{
"type": "Feature",
"properties": {
"id": 4,
"name": "Hawaii",
"date": ""
},
"geometry": {
"type": "Point",
"coordinates": [
-151,
19
]
}
},
{
"type": "Feature",
"properties": {
"id": 5,
"name": "Honolulu",
"date": "1848-06-10"
},
"geometry": {
"type": "Point",
"coordinates": [
-157.89,
21.28
]
}
},
{
"type": "Feature",
"properties": {
"date": "1848-06-21",
"name": "Hanalei Bay",
"id": 6
},
"geometry": {
"type": "Point",
"coordinates": [
-159.5016574859619,
22.217999624251263
]
}
},
{
"type": "Feature",
"properties": {
"id": "",
"name": "Victoria",
"date": ""
},
"geometry": {
"type": "Point",
"coordinates": [
-123.3984375,
48.378145469762444
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment