Skip to content

Instantly share code, notes, and snippets.

@mdtareque
Last active December 20, 2015 18:29
Show Gist options
  • Save mdtareque/6176284 to your computer and use it in GitHub Desktop.
Save mdtareque/6176284 to your computer and use it in GitHub Desktop.
Sample json test
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
72.83832550048828,
19.087751137938948
],
[
72.83832550048828,
19.123436401500417
],
[
72.89291381835938,
19.123436401500417
],
[
72.89291381835938,
19.087751137938948
],
[
72.83832550048828,
19.087751137938948
]
]
]
}
}
]
}
@mdtareque
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment