-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaps.json
More file actions
45 lines (38 loc) · 685 Bytes
/
Copy pathmaps.json
File metadata and controls
45 lines (38 loc) · 685 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
37
38
39
40
41
42
43
44
45
{
"vatnajokull":{
"src":"vatnajokull.png",
"box":{
"p1": [65.515,-18.52],
"p2": [63.8,-18.55],
"p3": [65.45 ,-14.8],
"p4": [63.75,-15.04]
}
},
"reykjaneshryggur": {
"src": "reykjaneshryggur.png",
"box": {
"p1": [64.25,-24.88],
"p2": [62.9,-24.6],
"p3": [64.35,-21.1],
"p4": [63.0,-21.0]
}
},
"myrdalsjokull": {
"src": "myrdalsjokull.png",
"box":{
"p1": [64.2,-20.14],
"p2": [63.35,-20.05],
"p3": [64.2,-18.5],
"p4": [63.35,-18.51]
}
},
"tjornes": {
"src": "tjornes.png",
"box":{
"p1": [67.2165,-20.71],
"p2": [65.3142,-20.55],
"p3": [67.2165,-14.94],
"p4": [65.3142,-15.3]
}
}
}