forked from dig7er/Elections-Maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstituency.html
17 lines (16 loc) · 953 Bytes
/
constituency.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Общественная Карта Выборов</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<script src="http://api-maps.yandex.ru/1.1/index.xml?key=AOBEJU8BAAAAtOQqFQIAxdngM6C9Z6RDsPYeR_3yky-x0kQAAAAAAAAAAACy_1ilxxVL6EOWNkqU8r6ibjyvwA==&modules=pmap" type="text/javascript"></script>
<script type="text/javascript" src="publicElectionsMap.js"></script>
<script type="text/javascript" src="electionCommissions.js"></script>
</head>
<body onload="ElectionMap.init('Пушкино');">
<div id="publicElectionsMap" style="height:600px; width: 800px;"></div>
<button onclick="ElectionMap.writeElectionCommissionCoords2()">Получить координаты избирательных комиссий</button>
<div id="message" style="font-size: 10pt; margin-top: 25px;"></div>
<div id="error" style="color: red; font-size: 10pt; margin-top: 25px;"></div>
</body>
</html>