-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
48 lines (21 loc) · 1.25 KB
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{"markers": [
{"lat":43.65654, "lng":-79.90138, "html":"Some stuff to display in the<br>First Info Window","label":"Marker One"},
{"lat":43.91892, "lng":-78.89231, "html":"Some stuff to display in the<br>Second Info Window","label":"Marker Two"},
{"lat":43.82589, "lng":-79.10040, "html":"Some stuff to display in the<br>Third Info Window","label":"Marker Three"}
],
"lines": [
{"colour":"#FF0000", "width":2, "points":[ {"lat":43.65654 ,"lng":-79.90138 },
{"lat":43.91892 ,"lng":-78.89231 },
{"lat":43.82589 ,"lng":-79.10040 }
]
},
{"colour":"#008800", "width":4, "points":[ {"lat":43.9078 ,"lng":-79.0264 },
{"lat":44.1037 ,"lng":-79.6294 },
{"lat":43.5908 ,"lng":-79.2567 },
{"lat":44.2248 ,"lng":-79.2567 },
{"lat":43.7119 ,"lng":-79.6294 },
{"lat":43.9078 ,"lng":-79.0264 }
]
}
]
}