ol-cesium
Version:
OpenLayers Cesium integration library
19 lines (18 loc) • 853 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, all" />
<title>olcesium buildings example</title>
<link rel="stylesheet" href="../node_modules/ol/ol.css" type="text/css"></link>
</head>
<body>
<div id="map2d" style="width:600px;height:400px;float:left;"></div>
<div id="map3d" style="width:600px;height:400px;float:left;position:relative;"></div>
<div>A building may be highlighted by clicking it on the OpenLayers map.
<br/>It gets automatically selected in Cesium.
<br/>If you see flickering in Cesium, please check your graphic card drivers.</div>
<script src="./inject_ol_cesium.js"></script>
</body>
</html>