Skip to content

Commit 90e251e

Browse files
committed
remove labels only layers from base layer picker defaults
1 parent a08cb53 commit 90e251e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

packages/widgets/Source/BaseLayerPicker/createDefaultImageryProviderViewModels.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -345,21 +345,6 @@ of the world.\nhttp://www.openstreetmap.org",
345345
}),
346346
);
347347

348-
providerViewModels.push(
349-
new ProviderViewModel({
350-
name: "Google Maps Labels Only",
351-
iconUrl: buildModuleUrl(
352-
"Widgets/Images/ImageryProviders/googleLabels.png",
353-
),
354-
tooltip:
355-
"Place labels from Google Maps to combine with other imagery such as Sentinel-2",
356-
category: "Cesium ion",
357-
creationFunction: function () {
358-
return IonImageryProvider.fromAssetId(3830185);
359-
},
360-
}),
361-
);
362-
363348
providerViewModels.push(
364349
new ProviderViewModel({
365350
name: "Google Maps Contour",
@@ -402,21 +387,6 @@ of the world.\nhttp://www.openstreetmap.org",
402387
}),
403388
);
404389

405-
providerViewModels.push(
406-
new ProviderViewModel({
407-
name: "Azure Maps Labels Only",
408-
iconUrl: buildModuleUrl(
409-
"Widgets/Images/ImageryProviders/azureLabels.png",
410-
),
411-
tooltip:
412-
"Place labels from Azure Maps to combine with other imagery such as Sentinel-2",
413-
category: "Cesium ion",
414-
creationFunction: function () {
415-
return IonImageryProvider.fromAssetId(3891170);
416-
},
417-
}),
418-
);
419-
420390
return providerViewModels;
421391
}
422392
export default createDefaultImageryProviderViewModels;

0 commit comments

Comments
 (0)