forked from stefanocudini/leaflet-list-markers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (66 loc) · 3.14 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
<!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 List Markers</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 List Markers</h2>
<div id="desc">
A Leaflet Control for listing visible markers/features in a interactive box<br />
<div style="position:absolute;top:0;right:-120px">
<iframe src="https://ghbtns.com/github-btn.html?user=stefanocudini&repo=leaflet-list-markers&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="104px" height="20px"></iframe>
</div>
<br />
Other useful stuff for <a href="https://opengeo.tech/maps/">Web Mapping...</a>
</div>
<div style="clear:both"></div>
<div class="contents">
<h4>Features</h4>
<ul id="ff">
<li>List Visible Markers</li>
<li>Customize item text by marker attribute</li>
<li>Locate marker on item click</li>
<li>Customize style icon and arrow for items list</li>
<li><strike>List GeoJSON features</strike> <em>coming soon</em></li>
</ul>
<h4>Examples</h4>
<ul id="examples">
<li><a href="examples/simple.html">Simple</a></li>
</ul>
</div>
<!-- <div class="contents"></div> -->
<div class="contents">
<h4>Code repositories</h4>
<a target="_blank" href="https://github.com/stefanocudini/leaflet-list-markers">Github.com</a>
<br />
<!-- <a target="_blank" href="https://bitbucket.org/zakis_/leaflet-search">Bitbucket.org</a>
<br />
<a target="_blank" href="https://npmjs.org/package/leaflet-search">Node Packaged Module</a>
<br />
<a target="_blank" href="https://atmosphere.meteor.com/package/leaflet-search">Atmosphere Meteor JS</a>
<br /> -->
<h4>Website</h4>
<a href="https://opengeo.tech/maps/leaflet-list-markers/">opengeo.tech/maps/leaflet-list-markers</a>
<br />
<h4>Download</h4>
<ul>
<li><a href="https://github.com/stefanocudini/leaflet-list-markers/archive/master.zip">Dev Pack (.zip)</a></li>
<li><a href="dist/leaflet-list-markers.src.js">Source Code (.js)</a></li>
<li><a href="dist/leaflet-list-markers.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-list-markers" class="github-fork-ribbon" data-ribbon="Fork me on GitHub">Github</a>
<div style="clear:both;font-size:.85em;margin-bottom:1em">
<b>For questions and bugs</b> I recommend you to <a href="https://github.com/stefanocudini/leaflet-list-markers/issues">create New Issue</a> on Github repository.</strong><br />
Or to obtain a fast response consult <a href="https://groups.google.com/forum/?hl=it&fromgroups=#!forum/leaflet-js">Official Leaflet community forum</a>.<br />
<br />
This is a micro discussion area for methods of implementation.<br />
</div>
<div id="comments">
<div id="disqus_thread"></div>
</div>
</body>
</html>