@@ -308,10 +308,10 @@ of the world.\nhttp://www.openstreetmap.org",
308308 iconUrl : buildModuleUrl (
309309 "Widgets/Images/ImageryProviders/googleSatellite.png" ,
310310 ) ,
311- tooltip : "Imagery" ,
311+ tooltip : "Imagery from Google Maps " ,
312312 category : "Cesium ion" ,
313313 creationFunction : function ( ) {
314- return IonImageryProvider . fromAssetId ( 1685 ) ;
314+ return IonImageryProvider . fromAssetId ( 3830182 ) ;
315315 } ,
316316 } ) ,
317317 ) ;
@@ -322,10 +322,10 @@ of the world.\nhttp://www.openstreetmap.org",
322322 iconUrl : buildModuleUrl (
323323 "Widgets/Images/ImageryProviders/googleSatelliteLabels.png" ,
324324 ) ,
325- tooltip : "Imagery with place labels" ,
325+ tooltip : "Imagery with place labels from Google Maps " ,
326326 category : "Cesium ion" ,
327327 creationFunction : function ( ) {
328- return IonImageryProvider . fromAssetId ( 1686 ) ;
328+ return IonImageryProvider . fromAssetId ( 3830183 ) ;
329329 } ,
330330 } ) ,
331331 ) ;
@@ -336,10 +336,11 @@ of the world.\nhttp://www.openstreetmap.org",
336336 iconUrl : buildModuleUrl (
337337 "Widgets/Images/ImageryProviders/googleRoadmap.png" ,
338338 ) ,
339- tooltip : "Labeled roads and other features on a base landscape" ,
339+ tooltip :
340+ "Labeled roads and other features on a base landscape from Google Maps" ,
340341 category : "Cesium ion" ,
341342 creationFunction : function ( ) {
342- return IonImageryProvider . fromAssetId ( 1687 ) ;
343+ return IonImageryProvider . fromAssetId ( 3830184 ) ;
343344 } ,
344345 } ) ,
345346 ) ;
@@ -350,10 +351,11 @@ of the world.\nhttp://www.openstreetmap.org",
350351 iconUrl : buildModuleUrl (
351352 "Widgets/Images/ImageryProviders/googleLabels.png" ,
352353 ) ,
353- tooltip : "Place labels to combine with other imagery such as Sentinel-2" ,
354+ tooltip :
355+ "Place labels from Google Maps to combine with other imagery such as Sentinel-2" ,
354356 category : "Cesium ion" ,
355357 creationFunction : function ( ) {
356- return IonImageryProvider . fromAssetId ( 1688 ) ;
358+ return IonImageryProvider . fromAssetId ( 3830185 ) ;
357359 } ,
358360 } ) ,
359361 ) ;
@@ -365,10 +367,10 @@ of the world.\nhttp://www.openstreetmap.org",
365367 "Widgets/Images/ImageryProviders/googleContour.png" ,
366368 ) ,
367369 tooltip :
368- "Hillshade mapping, contour lines, natural features (roadmap features hidden)" ,
370+ "Hillshade mapping, contour lines, natural features (roadmap features hidden) from Google Maps " ,
369371 category : "Cesium ion" ,
370372 creationFunction : function ( ) {
371- return IonImageryProvider . fromAssetId ( 1689 ) ;
373+ return IonImageryProvider . fromAssetId ( 3830186 ) ;
372374 } ,
373375 } ) ,
374376 ) ;
0 commit comments