Skip to content

Commit

Permalink
PB-995: revert Cesium to 1.119 and fix Cesium CSS import warning
Browse files Browse the repository at this point in the history
there's a problem with our label layer and version 1.120 and further (flickering black frame when zooming/panning, there's an issue on the Cesium tracker for that here : CesiumGS/cesium#12231 )
  • Loading branch information
pakb committed Nov 15, 2024
1 parent 71355bd commit 7adaa6d
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 35 deletions.
161 changes: 128 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"animate.css": "^4.1.1",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"cesium": "^1.122.0",
"cesium": "1.119.0",
"chart.js": "^4.4.4",
"chartjs-plugin-zoom": "^2.0.1",
"dompurify": "^3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// properly therefore it is imported here in the un-scoped app styling.
@import '@/scss/tippy-theme';

@import 'node_modules/cesium/Build/Cesium/Widgets/widgets.css';
@import 'node_modules/cesium/Build/Cesium/Widgets/widgets';

body {
// disabling double tap = zoom the UI on iOS
Expand Down

0 comments on commit 7adaa6d

Please sign in to comment.