-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path7705598840-woodvolume_map.html
More file actions
35 lines (35 loc) · 1.33 KB
/
7705598840-woodvolume_map.html
File metadata and controls
35 lines (35 loc) · 1.33 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hackatone 09 June 19</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://api-maps.yandex.ru/2.1/?apikey=c3422ecc-7947-4781-9bed-eb469d67021a&lang=ru_RU" type="text/javascript">
</script>
<script type="text/javascript" src="http://yandex.st/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://kashey.ru/maps/regions.js?1"></script>
<script type="text/javascript">
$(function() {
load_heat_map("7705598840-woodvolume_map.json");
});
</script>
<script type="text/javascript" src="get_color.js"></script>
<script type="text/javascript" src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h2>
Объем заготовленной древесины (тысяча кубических метров)
<a href="https://data.gov.ru/opendata/7705598840-woodvolume">(источник)</a>
</h2>
<table width=100% height=800>
<tr valign=top>
<td width="280">
<div class="regionList"></div>
</td>
<td>
<div id="map" style="height: 100%; width: 100%; position: relative;"></div>
</td>
</tr>
</table>
</body>
</html>