Skip to content

Instantly share code, notes, and snippets.

@moradology
Created March 1, 2019 20:36
Show Gist options
  • Save moradology/4a4c484addd538218d8fcfb38d881af5 to your computer and use it in GitHub Desktop.
Save moradology/4a4c484addd538218d8fcfb38d881af5 to your computer and use it in GitHub Desktop.
some fake geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"title": "west",
"avg_income": 100000
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-125.5078125,
23.885837699862005
],
[
-104.0625,
23.885837699862005
],
[
-104.0625,
45.089035564831036
],
[
-125.5078125,
45.089035564831036
],
[
-125.5078125,
23.885837699862005
]
]
]
}
},
{
"type": "Feature",
"properties": {
"title": "east",
"avg_income": 80000
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-96.6796875,
24.206889622398023
],
[
-74.53125,
24.206889622398023
],
[
-74.53125,
47.517200697839414
],
[
-96.6796875,
47.517200697839414
],
[
-96.6796875,
24.206889622398023
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment