Last active
February 4, 2021 05:40
-
-
Save iamgeoknight/bf7baeff89424c3e71345dce3dbfd565 to your computer and use it in GitHub Desktop.
626418351
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