<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script src="https://api.cmapsanalytics.net/mapview?version=4.1"></script>
<div id="mapDiv"></div>
#mapDiv {
height:100%;
width:100%;
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
}
var cMap = new centigon.locationIntelligence.MapView();
cMap.parseConfig({url:"https://cmapsconnect.com/demos/templates/HelloWorld.cmap"});
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.