We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccb654 commit e77be0dCopy full SHA for e77be0d
src/components/CesiumViewer.vue
@@ -297,7 +297,8 @@ export default {
297
/*
298
* Creates and returns the providers for viewing the Eniro, Statkart, and OpenSeaMap map layers
299
* */
300
- const imageryProviders = createDefaultImageryProviderViewModels()
+ // const imageryProviders = createDefaultImageryProviderViewModels()
301
+ const imageryProviders = []
302
imageryProviders.push(new ProviderViewModel({
303
name: 'StatKart',
304
iconUrl: require('../assets/statkart.jpg').default,
0 commit comments