Skip to content

Commit 9f5b492

Browse files
authored
Merge pull request #8895 from CesiumGS/imagery-layers-bing-maps-road
Fixed "Bing Maps Road" option in sandcastle example
2 parents 56866ed + 9c96bb6 commit 9f5b492

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Apps/Sandcastle/gallery/Imagery Layers Manipulation.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,8 @@
161161
addBaseLayerOption("Bing Maps Aerial", undefined); // the current base layer
162162
addBaseLayerOption(
163163
"Bing Maps Road",
164-
new Cesium.BingMapsImageryProvider({
165-
url: "https://dev.virtualearth.net",
166-
mapStyle: Cesium.BingMapsStyle.ROAD,
164+
Cesium.createWorldImagery({
165+
style: Cesium.IonWorldImageryStyle.ROAD,
167166
})
168167
);
169168
addBaseLayerOption(

0 commit comments

Comments
 (0)