File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
controls/maps/spec/maps/layers Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2355,8 +2355,7 @@ describe('Map marker properties tesing', () => {
23552355 } ,
23562356 layers : [
23572357 {
2358- //url:'GoogleStaticMap',
2359- //key:'AIzaSyBhIDLGwyY8654k7_Ziss1Nx-mKO6kwvcw',
2358+
23602359 } ,
23612360 {
23622361
@@ -2384,8 +2383,6 @@ describe('Map marker properties tesing', () => {
23842383 { Name : "Gujarath" , latitude : 22.140547 , longitude : 73.184296 }
23852384 ]
23862385 } ] ;
2387- //map.layers[0].layerType = 'GoogleStaticMap';
2388- //map.layers[0].key='AIzaSyBhIDLGwyY8654k7_Ziss1Nx-mKO6kwvcw';
23892386 map . layers [ 0 ] . shapeData = null ;
23902387 map . layers [ 0 ] . urlTemplate = 'https://mt1.google.com/vt/lyrs=m@129&hl=en&x=tileX&y=tileY&z=level' ;
23912388 map . refresh ( ) ;
@@ -2493,8 +2490,6 @@ describe('Map marker properties tesing', () => {
24932490 animationDuration : 0
24942491 } ,
24952492 ] ;
2496- //map.layers[0].layerType = 'GoogleStaticMap';
2497- //map.layers[0].key='AIzaSyBhIDLGwyY8654k7_Ziss1Nx-mKO6kwvcw';
24982493 map . layers [ 0 ] . shapeData = null ;
24992494 map . layers [ 0 ] . urlTemplate = 'https://mt1.google.com/vt/lyrs=m@129&hl=en&x=tileX&y=tileY&z=level' ;
25002495 map . refresh ( ) ;
You can’t perform that action at this time.
0 commit comments