-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.15 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
<html>
<head>
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html">OpenLayers Examples</a>
</div>
</div>
</div>
<div class="container">
<div class="hero-unit">
<h1>OpenLayers Examples</h1>
<p>
OpenLayers is a great alternative to google maps.</br>
I'm trying to collect code examples of problems I come across while switching from google maps to OpenLayers.
</p>
</div>
<div class="page-header">
<h2>Examples</h2>
</div>
<dl class="dl-horizontal">
<di>
<i class="icon-map-marker"></i>
<a href="examples/marker-with-title.html"><strong>Marker with title</strong></a>
Add a title to a Marker that is visible on hover.
</di>
</dl>
<h3>
Further info
</h3>
<p>
This site is hosted by github pages - you can view the full source code here:
<a href="https://github.com/doesterr/OpenLayers-Examples">https://github.com/doesterr/OpenLayers-Examples</a>
</p>
</div>
</body>
</html>