File tree Expand file tree Collapse file tree
x-pack/plugins/security_solution/public/explore/network/components/embeddables/__mocks__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,35 +399,13 @@ const mockApmDataStreamClientServerLineLayer = {
399399} ;
400400
401401export const mockLayerList = [
402- {
403- sourceDescriptor : { type : 'EMS_TMS' , isAutoSelect : true } ,
404- id : 'uuidv4()' ,
405- label : null ,
406- minZoom : 0 ,
407- maxZoom : 24 ,
408- alpha : 1 ,
409- visible : true ,
410- style : null ,
411- type : LAYER_TYPE . EMS_VECTOR_TILE ,
412- } ,
413402 mockLineLayer ,
414403 mockDestinationLayer ,
415404 mockSourceLayer ,
416405 mockLayerGroup ,
417406] ;
418407
419408export const mockLayerListDouble = [
420- {
421- sourceDescriptor : { type : 'EMS_TMS' , isAutoSelect : true } ,
422- id : 'uuidv4()' ,
423- label : null ,
424- minZoom : 0 ,
425- maxZoom : 24 ,
426- alpha : 1 ,
427- visible : true ,
428- style : null ,
429- type : LAYER_TYPE . EMS_VECTOR_TILE ,
430- } ,
431409 mockLineLayer ,
432410 mockDestinationLayer ,
433411 mockSourceLayer ,
@@ -439,17 +417,6 @@ export const mockLayerListDouble = [
439417] ;
440418
441419export const mockLayerListMixed = [
442- {
443- sourceDescriptor : { type : 'EMS_TMS' , isAutoSelect : true } ,
444- id : 'uuidv4()' ,
445- label : null ,
446- minZoom : 0 ,
447- maxZoom : 24 ,
448- alpha : 1 ,
449- visible : true ,
450- style : null ,
451- type : LAYER_TYPE . EMS_VECTOR_TILE ,
452- } ,
453420 mockLineLayer ,
454421 mockDestinationLayer ,
455422 mockSourceLayer ,
You can’t perform that action at this time.
0 commit comments