Skip to content

Instantly share code, notes, and snippets.

@rezkyal
Created May 24, 2018 16:08
Show Gist options
  • Save rezkyal/743ab3fcf64b554a34730906e5be5937 to your computer and use it in GitHub Desktop.
Save rezkyal/743ab3fcf64b554a34730906e5be5937 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>GeoJSON</title>
<link rel="stylesheet" href="https://openlayers.org/en/v4.6.5/css/ol.css" type="text/css">
<!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script>
<script src="https://openlayers.org/en/v4.6.5/build/ol.js"></script>
</head>
<body>
<div id="map" class="map"></div>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment