Last active
December 20, 2015 18:29
-
-
Save mdtareque/6176284 to your computer and use it in GitHub Desktop.
Sample json test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Main blog post - https://github.com/blog/1576-gist-meets-geojson.
Created the json from - http://geojson.io/
Reference Example - https://gist.github.com/sshirokov/6168839/revisions