Skip to content

Instantly share code, notes, and snippets.

@thomasfr
Last active December 20, 2015 18:29
Show Gist options
  • Select an option

  • Save thomasfr/6176072 to your computer and use it in GitHub Desktop.

Select an option

Save thomasfr/6176072 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": "LineString",
"coordinates": [
[
16.38432741165161,
48.211658657144014
],
[
16.384434700012207,
48.21141914866932
],
[
16.384246945381165,
48.211397700094565
],
[
16.383549571037292,
48.211433447714185
],
[
16.383302807807922,
48.21155856418634
],
[
16.3835871219635,
48.211651507653514
],
[
16.38435423374176,
48.21174087621283
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
16.38506770133972,
48.21165508239887
],
[
16.385217905044556,
48.2118910150414
],
[
16.385411024093628,
48.21201970511551
],
[
16.385689973831177,
48.21211264774567
],
[
16.385920643806458,
48.212205590207134
],
[
16.38612449169159,
48.21192676231663
],
[
16.38506770133972,
48.21165508239887
]
]
]
}
},
{
"type": "Feature",
"properties": {
"asdfasdf": "asdfasdfffff"
},
"geometry": {
"type": "Point",
"coordinates": [
16.385539770126343,
48.21198395790514
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment