Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created March 11, 2016 19:47
Show Gist options
  • Save sfelde/2ffd1fe35377d67b118d to your computer and use it in GitHub Desktop.
Save sfelde/2ffd1fe35377d67b118d to your computer and use it in GitHub Desktop.
kiev-map-example
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
30.52482604980469,
50.45138348100283
],
[
30.52482604980469,
50.572771690420254
],
[
30.768585205078125,
50.572771690420254
],
[
30.768585205078125,
50.45138348100283
],
[
30.52482604980469,
50.45138348100283
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
30.324325561523438,
50.45138348100283
],
[
30.324325561523438,
50.57364385626088
],
[
30.52413940429687,
50.57364385626088
],
[
30.52413940429687,
50.45138348100283
],
[
30.324325561523438,
50.45138348100283
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
30.324325561523438,
50.356851923320534
],
[
30.324325561523438,
50.45138348100283
],
[
30.769271850585934,
50.45138348100283
],
[
30.769271850585934,
50.356851923320534
],
[
30.324325561523438,
50.356851923320534
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment