Skip to content

Commit

Permalink
cesium: do not use browser recommended resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 30, 2022
1 parent 9d0c0bb commit 6c727e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/CesiumViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ export default {
shadows: true,
selectedImageryProviderViewModel: this.sentinelProvider,
imageryProviderViewModels: imageryProviders,
orderIndependentTranslucency: false
orderIndependentTranslucency: false,
useBrowserRecommendedResolution: false
}
)
}
Expand All @@ -204,7 +205,8 @@ export default {
orderIndependentTranslucency: false,
baseLayerPicker: false,
imageryProvider: false,
geocoder: false
geocoder: false,
useBrowserRecommendedResolution: false
}
)
},
Expand Down

0 comments on commit 6c727e8

Please sign in to comment.