Created
January 9, 2021 14:46
-
-
Save iamgeoknight/3588c2997b60bf2759b18eb87a1616d7 to your computer and use it in GitHub Desktop.
just a html code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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