-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (40 loc) · 2.75 KB
/
index.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>OpenStreetMap Contributors by Area</title>
<meta name="description" content="List of contributors who have participated in a given OSM area" />
<meta name="author" content="Stefano Cudini" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:image" content="images/osm-contributors-by-area.png" />
<link rel="image_src" href="images/osm-contributors-by-area.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="dist/style.min.css" />
</head>
<body>
<h4>OpenStreetMap Contributors by Area • <a href="https://github.com/stefanocudini/osm-contributors-by-area">Source</a></h4>
<div style="clear:both">List of contributors who have participated in a given OSM area.</div>
<div id="map"></div>
<div id="sidebar">
<h4>Contributors:</h4>
<div id="userlist" class="loading">
</div>
</div>
<div id="social">
<iframe src="https://ghbtns.com/github-btn.html?user=stefanocudini&repo=osm-contributors-by-area&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=stefanocudini&repo=osm-contributors-by-area&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe>
<g:plusone size="medium" href="https://opengeo.tech/maps/osm-contributors-by-area/"></g:plusone>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://opengeo.tech/maps/osm-contributors-by-area/" data-text="OSM Contributors by Area" data-hashtags="osm,openstreetmap,contributors,users,area"></a>
<div class="fb-like" data-href="https://opengeo.tech/maps/osm-contributors-by-area/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
<div id="fb-root"></div>
</div>
<div id="copy"><a href="https://opengeo.tech/">Opengeo.tech</a> • <a rel="author" href="https://opengeo.tech/stefano-cudini/"> © Stefano Cudini</a></div>
<script src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="//unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="lib/jsts/javascript.util.js"></script>
<script src="lib/jsts/jsts.js"></script>
<script src="dist/app.min.js"></script>
</body>
</html>