geojson linestring
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
-79.399282911,
43.633517015
],
[
-79.39873619212233,
43.63380579067025
],
[
-79.39940828203653,
43.63345079388209
]
]
},
"properties": {
"stroke": "red",
"stroke-width": 5,
"stroke-opacity": 1
}
}
]
}