-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMapStore.json
More file actions
43 lines (43 loc) · 822 Bytes
/
MapStore.json
File metadata and controls
43 lines (43 loc) · 822 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
{
"Version": "001",
"Maps": {
"sl-rivers": {
"ID": "sl-rivers",
"Name": "ශ්රි ලංකාව ගංඟා සමඟ",
"Land": "sl-only",
"Rivers": "sl-rivers-only",
"W": 1000,
"H": 1600
},
"sl-empty": {
"ID": "sl-empty",
"Name": "ශ්රි ලංකාව",
"Land": "sl-only",
"Rivers": "",
"W": 1000,
"H": 1600
},
"world": {
"ID": "world",
"Name": "ලෝකය",
"Land": "world",
"Rivers": "",
"W": 2048,
"H": 2127
},
"europe": {
"ID": "europe",
"Name": "යුරෝපය",
"Land": "europe",
"Rivers": "",
"W": 1837,
"H": 1652
}
},
"MapLayers": [
"sl-only",
"sl-rivers-only",
"world",
"europe"
]
}