Skip to content

Instantly share code, notes, and snippets.

@johanvdw
Created October 28, 2015 14:14
Show Gist options
  • Save johanvdw/06d61d1fffc3952de3cb to your computer and use it in GitHub Desktop.
Save johanvdw/06d61d1fffc3952de3cb 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": [
3.7274551391601562,
51.05563894221938
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
3.753547668457031,
51.04182563049972
],
[
3.739128112792969,
51.030815198167026
],
[
3.7154388427734375,
51.030815198167026
],
[
3.7010192871093746,
51.04894863380694
],
[
3.693122863769531,
51.060602094874234
],
[
3.6855697631835938,
51.06319135463012
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment