diff options
author | Teddy Wing | 2017-04-19 15:21:00 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-19 15:21:49 +0200 |
commit | d0c6616943919a78d62f99237811cdfefffd35ec (patch) | |
tree | 6e9d52c0e9492ebf2ff6f4de4e98f3642280414a | |
parent | 1b8cde4673950b24e4af1387df9d530baf92a602 (diff) | |
download | geo-feature-examiner-d0c6616943919a78d62f99237811cdfefffd35ec.tar.bz2 |
index.html: Add OpenLayers (from public CDN)
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |