Skip to content

Instantly share code, notes, and snippets.

@iamgeoknight
Created January 9, 2021 14:46
Show Gist options
  • Save iamgeoknight/3588c2997b60bf2759b18eb87a1616d7 to your computer and use it in GitHub Desktop.
Save iamgeoknight/3588c2997b60bf2759b18eb87a1616d7 to your computer and use it in GitHub Desktop.
just a html code
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/css/ol.css" type="text/css">
<style>
.map {
height: 400px;
width: 100%;
}
</style>
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.5.0/build/ol.js"></script>
<title>OpenLayers example</title>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment