aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-04-19 15:21:00 +0200
committerTeddy Wing2017-04-19 15:21:49 +0200
commitd0c6616943919a78d62f99237811cdfefffd35ec (patch)
tree6e9d52c0e9492ebf2ff6f4de4e98f3642280414a
parent1b8cde4673950b24e4af1387df9d530baf92a602 (diff)
downloadgeo-feature-examiner-d0c6616943919a78d62f99237811cdfefffd35ec.tar.bz2
index.html: Add OpenLayers (from public CDN)
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index eca4ac1..fa7805a 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,10 @@
<head>
<meta charset="utf-8">
<title>Geo Feature Explorer</title>
+
+ <link rel="stylesheet" href="https://openlayers.org/en/v4.1.0/css/ol.css" type="text/css">
</head>
<body>
+ <script src="https://openlayers.org/en/v4.1.0/build/ol.js"></script>
</body>
</html>