Skip to content

Instantly share code, notes, and snippets.

@bernardobelchior
Last active August 27, 2018 16:31
Show Gist options
  • Save bernardobelchior/8d19a4a2c127a4faba7f9aa5f52a4a84 to your computer and use it in GitHub Desktop.
Save bernardobelchior/8d19a4a2c127a4faba7f9aa5f52a4a84 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenLayers Scratch Map Tutorial</title>
<link rel="stylesheet" href="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.1.3/css/ol.css"
type="text/css">
</head>
<body style="margin: 0; height: 100%">
<div id="map" style="height: 100%"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment