-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkomi.html
16 lines (15 loc) · 971 Bytes
/
komi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>
</head>
<body onload="PublicElectionsMap.init('Республика Коми, Троицко-Печорский район');">
<div id="publicElectionsMap" style="height:600px; width: 800px;"></div>
<button onclick="PublicElectionsMap.writeElectionCommissionCoords()">Получить координаты избирательных комиссий</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>