diff options
-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> |