Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created May 13, 2020 08:49
Show Gist options
  • Save vinayakkulkarni/fe8faa562db9bf4fb65cf9458ff59598 to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/fe8faa562db9bf4fb65cf9458ff59598 to your computer and use it in GitHub Desktop.
GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
87.47314453125,
22.938159639316396
],
[
87.51708984375,
21.12549763660628
],
[
89.40673828125,
21.739091217718574
],
[
88.52783203125,
24.407137917727667
],
[
87.47314453125,
22.938159639316396
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
76.31103515625,
29.11377539511439
],
[
75.9814453125,
27.332735136859146
],
[
78.3984375,
27.586197857692664
],
[
78.1787109375,
29.897805610155874
],
[
76.31103515625,
29.11377539511439
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
72.66357421875,
19.2489223284628
],
[
72.158203125,
18.124970639386515
],
[
74.55322265625,
18.437924653474408
],
[
73.54248046875,
19.68397023588844
],
[
72.66357421875,
19.2489223284628
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
79.91455078125,
13.368243250897299
],
[
80.408935546875,
12.53311535727715
],
[
80.782470703125,
13.304102866767076
],
[
80.211181640625,
13.603278132528756
],
[
79.91455078125,
13.368243250897299
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
77.18994140625,
16.75194792318035
],
[
77.947998046875,
16.75194792318035
],
[
77.947998046875,
17.424028633877878
],
[
77.18994140625,
17.424028633877878
],
[
77.18994140625,
16.75194792318035
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
77.684326171875,
19.238549860797406
],
[
78.837890625,
18.542116654448996
],
[
78.81591796875,
17.78007412664325
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
75.772705078125,
19.601194161263145
],
[
75.59692382812499,
17.31917640744285
],
[
76.80541992187499,
15.580710739162123
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
76.640625,
18.552532366385577
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
74.564208984375,
16.541430360299973
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
77.552490234375,
13.111580118251648
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
75.78369140625,
13.410994034321702
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
79.068603515625,
21.207458730482642
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
71.43310546875,
23.68477416688374
],
[
78.651123046875,
23.50355189742412
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
73.36669921875,
27.059125784374068
],
[
78.92578124999999,
23.61432859499168
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
73.388671875,
27.00040800352175
],
[
71.25732421875,
23.553916518321625
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment