-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
146 lines (146 loc) · 3.41 KB
/
config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"baseUrl": "https://map.runivers.ru",
"geoservice": {
"url": "https://geoservices.nextgis.com/config/osm/osm-bright/style.json?apikey=67f622354b0e6302cb2b59f4d1b634e8"
},
"sourceGroups": [
{
"name": "base",
"resourceId": 5344,
"opacity": 0.5,
"order": 10
},
{
"name": "status1",
"resourceId": 13818,
"order": 20
},
{
"name": "lines",
"resourceId": 14878,
"order": 30
},
{
"name": "cities",
"resourceId": 11486,
"order": 40
},
{
"name": "ostrog",
"resourceId": 15948,
"order": 50
}
],
"pointsGroupId": 6541,
"lineColorLegend": {
"base": [
{
"index": 1,
"paint": "#33b850",
"description": "Основная территория государства",
"references": [
1,
6
]
},
{
"index": 2,
"paint": "#527800",
"description": "Самостоятельные территории (княжества и т.п.)",
"references": [
8
]
},
{
"index": 3,
"paint": "#79d254",
"description": "Территория под протекторатом, в вассальной зависимости или в сфере влияния",
"references": [
2
]
},
{
"index": 4,
"paint": "#01d0a4",
"description": "Аренда, совместное владение, спорная территория",
"references": [
3,
4,
5
]
},
{
"index": 5,
"paint": "#a3ada3",
"description": "Утраченная территория",
"references": [
7
]
}
],
"lines": [
{
"index": 6,
"paint": {
"width": 2.06,
"color": "rgba(132, 73, 58, 1.00)",
"type": "line"
},
"description": "Определенно локализуемая граница",
"references": [
1
]
},
{
"index": 7,
"paint": {
"width": 2.06,
"color": "rgba(132, 73, 58, 0.30)",
"type": "line"
},
"description": "Граница, локализованная приблизительно",
"references": [
2
]
},
{
"index": 8,
"paint": {
"width": 3.26,
"color": "rgba(255,255,255, 0.25)",
"type": "line"
},
"description": "Условная граница",
"references": [
3
]
}
],
"points": [
{
"index": 9,
"paint": {
"color": "#71514e",
"type": "square"
},
"description": "Точное расположение объекта"
},
{
"index": 10,
"paint": {
"color": "#ce9c4a",
"type": "square"
},
"description": "Объект расположен в радиусе нескольких километров"
},
{
"index": 11,
"paint": {
"color": "#ddd8a1",
"type": "square"
},
"description": "Объект расположен в радиусе нескольких десятков или сотен километров"
}
]
}
}