Skip to content

Instantly share code, notes, and snippets.

@olafveerman
Created August 31, 2017 20:55
Show Gist options
  • Save olafveerman/b41f8fe59e5946a0f523b50bdb7c0e36 to your computer and use it in GitHub Desktop.
Save olafveerman/b41f8fe59e5946a0f523b50bdb7c0e36 to your computer and use it in GitHub Desktop.
Polygon of Bihar (India) and Northern Bangladesh
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
83.8092041015625,
24.186847428521244
],
[
90.6536865234375,
24.186847428521244
],
[
90.6536865234375,
27.6251403350933
],
[
83.8092041015625,
27.6251403350933
],
[
83.8092041015625,
24.186847428521244
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment