Skip to content

Commit 65268ac

Browse files
Merge pull request #202 from syncfusion/EJ2-991517-maps-ms
EJ2-991517: remove the depreciated property in maps controls
2 parents 01b5c83 + 16e0939 commit 65268ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

controls/maps/spec/maps/layers/marker.spec.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)