1{
2 "type": "FeatureCollection",
3 "features": [
4 {
5 "type": "Feature",
6 "geometry": {
7 "type": "LineString",
8 "coordinates": [
9 [
10 -79.399282911,
11 43.633517015
12 ],
13 [
14 -79.39873619212233,
15 43.63380579067025
16 ],
17 [
18 -79.39940828203653,
19 43.63345079388209
20 ]
21 ]
22 },
23 "properties": {
24 "stroke": "red",
25 "stroke-width": 5,
26 "stroke-opacity": 1
27 }
28 }
29 ]
30}