|
@@ -27,6 +27,29 @@
|
|
|
<script src="./static/js/echarts.min.js"></script>
|
|
|
<script src="./static/js/echarts-gl.min.js"></script>
|
|
|
<script src="./static/js/shp.js"></script>
|
|
|
+
|
|
|
+ <style>
|
|
|
+ .cesium-performanceDisplay-defaultContainer {
|
|
|
+ clear: both;
|
|
|
+ top: 10rem;
|
|
|
+ z-index: 1000;
|
|
|
+ background-color: rgba(0, 0, 0, 0);
|
|
|
+ }
|
|
|
+
|
|
|
+ .cesium-performanceDisplay {
|
|
|
+ background-color: rgba(0, 0, 0, 0);
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cesium-performanceDisplay-ms {
|
|
|
+ display: inline;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .cesium-performanceDisplay-fps {
|
|
|
+ display: inline;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|