forked from pka/ol3-react-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 686 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Basic ol3 + react example</title>
<style>
.map { height: 400px; }
li:hover { background-color: yellow; }
li.selected { background-color: orange; }
</style>
</head>
<body>
<div id="map" class="map"><div id="popup" class="ol-popup"></div></div>
<h4 id="title">OL3/React example</h4>
<p>Basic example for using <a href="http://openlayers.org/">OpenLayers 3</a> with <a href="http://facebook.github.io/react/">React</a> and <a href="http://rackt.github.io/redux/">Redux</a>.</p>
Visible locations (click to select):
<div id="root" />
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>