Skip to content

Instantly share code, notes, and snippets.

@joshuahouston
Created March 11, 2016 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuahouston/0f7d9cef35812897dacc to your computer and use it in GitHub Desktop.
Save joshuahouston/0f7d9cef35812897dacc to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Minto"
},
"geometry": {
"type": "Point",
"coordinates": [
-149.3645,
65.1472
]
}
},
{
"type": "Feature",
"properties": {
"name": "Allakaket"
},
"geometry": {
"type": "Point",
"coordinates": [
-152.65091,
66.56305
]
}
},
{
"type": "Feature",
"properties": {
"name": "Ruby"
},
"geometry": {
"type": "Point",
"coordinates": [
-155.486927,
64.738582
]
}
},
{
"type": "Feature",
"properties": {
"name": "Koyukuk"
},
"geometry": {
"type": "Point",
"coordinates": [
-157.704191,
64.882222
]
}
},
{
"type": "Feature",
"properties": {
"name": "Fairbanks"
},
"geometry": {
"type": "Point",
"coordinates": [
-147.719,
64.837845
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment