-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
81 lines (67 loc) · 2.71 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
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
<!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>Leaflet.Control.Compass</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<link rel="stylesheet" href="examples/style.css" />
<link rel="stylesheet" href="//unpkg.com/[email protected]/gh-fork-ribbon.css"></head>
<body id="home">
<h2>Leaflet.Control.Compass</h2>
<p>
A <b>Leaflet Control</b> to make simple <b>rotating compass</b>
<iframe style="vertical-align:bottom" src="https://ghbtns.com/github-btn.html?user=stefanocudini&repo=leaflet-compass&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe>
<br />
Other useful stuff for <a href="https://opengeo.tech/maps/">Web Mapping...</a>
</p>
<div style="float:left">
<img class="screenshot" src="images/leaflet-compass.png" alt="leaflet compass" height="300" width="500" />
</div>
<div class="box">
<h4>Requirements</h4>
<ul>
<li>HTML5 API</li>
<li>
Tested on: <i>Safari, iOS7</i>
</li>
</ul>
<h4>Features</h4>
<ul id="ff">
<li>Auto Rotation</li>
<li>Custom Events</li>
<li>De/Active methods</li>
<li>Custom angle offset</li>
</ul>
<h4>Code repositories</h4>
<a target="_blank" href="https://github.com/stefanocudini/leaflet-compass">Github.com</a>
<br />
<a target="_blank" href="https://bitbucket.org/stefanocudini/leaflet-compass">Bitbucket.org</a>
<br />
<a target="_blank" href="https://npmjs.org/package/leaflet-compass">NPM</a>
<br />
<a target="_blank" href="https://atmospherejs.com/package/leaflet-compass">Atmosphere Meteor JS</a>
<br />
</div>
<div class="box">
<h4>Examples</h4>
<ul id="exmaples">
<li><a target="_blank" href="examples/simple.html">Simple</a></li>
</ul>
<h4>Website</h4>
<a href="https://opengeo.tech/maps/leaflet-compass/">opengeo.tech/maps/leaflet-compass</a>
<br />
<h4>Download</h4>
<ul>
<li><a href="https://github.com/stefanocudini/leaflet-compass/archive/master.zip">Dev Last Version (.zip)</a></li>
<li><a href="dist/leaflet-compass.src.js">Source Code (.js)</a></li>
<li><a href="dist/leaflet-compass.min.js">Compressed (.min.js)</a></li>
</ul>
</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>
<a href="https://github.com/stefanocudini/leaflet-compass" class="github-fork-ribbon" data-ribbon="Fork me on GitHub">Github</a>
<hr />
<div id="comments">
<div id="disqus_thread"></div>
</div>
</body>
</html>