-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpostmap.json
More file actions
36 lines (36 loc) · 591 Bytes
/
postmap.json
File metadata and controls
36 lines (36 loc) · 591 Bytes
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
{
"center": {
"lat": 53.5438,
"lon": 9.9768
},
"height": 500,
"markers": [
{
"color": "blue",
"coord": {
"lat": 53.54129165,
"lon": 9.98420576699353
}
},
{
"color": "yellow",
"coord": {
"lat": 53.54565525,
"lon": 9.9680555636958
}
},
{
"color": "red",
"size": "tiny",
"coord": {
"lat": 53.54846472989871,
"lon": 9.978977621091543
}
}
],
"overlays": [
"http://openfiremap.org/hytiles/{0}/{1}/{2}.png"
],
"width": 800,
"zoom": 15
}