Skip to content

Instantly share code, notes, and snippets.

@serdmanczyk
Last active August 29, 2015 14:02
Show Gist options
  • Save serdmanczyk/a870b1c5043e18429294 to your computer and use it in GitHub Desktop.
Save serdmanczyk/a870b1c5043e18429294 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
12.568333,
55.676111
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
24.745278,
59.437222
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
30.3,
59.95
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
24.9375,
60.170833
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
18.068611,
59.329444
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
12.133333,
54.083333
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
10.133333,
54.333333
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
12.568333,
55.676111
],
[
24.745278,
59.437222
],
[
30.3,
59.95
],
[
24.9375,
60.170833
],
[
18.068611,
59.329444
],
[
12.133333,
54.083333
],
[
10.133333,
54.333333
],
[
12.568333,
55.676111
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment