Created
February 14, 2011 00:22
-
-
Save cspanring/825336 to your computer and use it in GitHub Desktop.
GeoJSON FeatureCollection example, geometry and properties.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
47.13026404380798,
9.53280758153806
],
[
47.13080048561096,
9.528776318322342
]
]
}
}
]
}