-
Notifications
You must be signed in to change notification settings - Fork 47
/
index.html
63 lines (54 loc) · 2.46 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
<!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.Gps</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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.Gps</h2>
<p>
The most customizable <b>Leaflet Control</b> for <b>tracking GPS</b> position
<iframe style="vertical-align:bottom" src="https://ghbtns.com/github-btn.html?user=stefanocudini&repo=leaflet-gps&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;width:30%">
<h4>Features</h4>
<ul id="ff">
<li>Autocenter map to GPS position</li>
<li><b>Customize circle</b>/marker gps style</li>
<li>Customize errors callbacks/messages</li>
<li>Limit max zoom in <b>autocenter</b> mode</li>
<li>Activate/deactivate programatically</li>
</ul>
<h4>Code repositories</h4>
<a target="_blank" href="https://github.com/stefanocudini/leaflet-gps">Github.com</a>
<br />
<a target="_blank" href="https://bitbucket.org/stefanocudini/leaflet-gps">Bitbucket.org</a>
<br />
<a target="_blank" href="https://npmjs.org/package/leaflet-gps">Node Packaged Module</a>
<br />
<a target="_blank" href="https://atmosphere.meteor.com/package/leaflet-gps">Atmosphere Meteor JS</a>
<br />
</div>
<div style="float:left;width:30%">
<h4>Examples</h4>
<ul id="exmaples">
<li><a target="_blank" href="examples/simple.html">Simple</a></li>
<li><a target="_blank" href="examples/circle-style.html">Styling circle</a></li>
<li><a target="_blank" href="examples/using-marker.html">Custom Marker</a></li>
</ul>
<h4>Website</h4>
<a href="https://opengeo.tech/maps/leaflet-gps">opengeo.tech/maps/leaflet-gps</a>
<br />
<h4>Download</h4>
<ul>
<li><a href="https://github.com/stefanocudini/leaflet-gps/archive/master.zip">Dev Last Version (.zip)</a></li>
<li><a href="src/leaflet-gps.js">Source Code (.js)</a></li>
<li><a href="dist/leaflet-gps.min.js">Compressed (.min.js)</a></li>
</ul>
</div>
<a href="https://github.com/stefanocudini/leaflet-gps" class="github-fork-ribbon" data-ribbon="Fork me on GitHub">Github</a>
</body>
</html>