Skip to content

Commit

Permalink
fix: build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Oct 4, 2024
1 parent 4ae4391 commit b041e02
Show file tree
Hide file tree
Showing 3 changed files with 1,079 additions and 1,345 deletions.
4 changes: 2 additions & 2 deletions examples/_code-sandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function initCodeSandboxButton(options) {
<meta charset="UTF-8" />
<link rel="stylesheet" href="node_modules/ol/ol.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://cesium.com/downloads/cesiumjs/releases/1.116/Build/Cesium/Cesium.js"></script>
<script src="https://cesium.com/downloads/cesiumjs/releases/1.9/Build/Cesium/Cesium.js"></script>
<style>
.ol-popup {
position: absolute;
Expand Down Expand Up @@ -141,7 +141,7 @@ function initCodeSandboxButton(options) {
'dependencies': {
'olcs': 'latest',
'proj4': '2.11.0',
'cesium': '^1.90.0',
'cesium': '1.90.0',
'ol': '10.1.0'
}
},
Expand Down
Loading

0 comments on commit b041e02

Please sign in to comment.