forked from Crisismap/winnie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
40 lines (25 loc) · 1.26 KB
/
gallery.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Scada:400,700|Roboto:400,500,700,300,100,900&subset=latin,cyrillic" rel="stylesheet" type="text/css">
<title>Winnie projects gallery</title>
<link rel="stylesheet" type="text/css" href="dist/index.css?1039354"></head>
<body class="configWizard">
<div style="margin:20px 0 0 80px"><h1>"Winnie" projects gallery</h1>
<p>Some example of what kind of applications can be created using "Winnie":</p>
</div>
<ul>
<ol>
<li><h3>A project of <a href="http://mosoblculture.ru/map">Moscow region culture heritage</a></h3></li>
<p><img src="http://images.kosmosnimki.ru/demo/winnie/app-mosobl.png" style="max-width:100%;"></p>
- using Leaflet clusters and LayerTree Widget
<li><h3>A project of <a href="http://en.tigerstrail.ru/#navmap">WWF social map</a></h3></li>
<p><img src="http://images.kosmosnimki.ru/demo/winnie/app-wwf.png" style="max-width:100%;"></p>
- using GeoMixer bookmarks and Leaflet clusters
<li><h3>A <a href="http://crisismap.ru">"Crisismap"</a> project</h3></li>
<p><img src="http://images.kosmosnimki.ru/demo/winnie/app-crisismap.png" style="max-width:100%;"></p>
</ol>
</ul>
</body>
</html>