(gd)
| 566 | } |
| 567 | |
| 568 | function getLayerLength(gd) { |
| 569 | return Lib.filterVisible(gd._fullLayout.map.layers || []).length; |
| 570 | } |
| 571 | |
| 572 | function assertLayerStyle(gd, expectations, index) { |
| 573 | var mapInfo = getMapInfo(gd); |
no outgoing calls
no test coverage detected
searching dependent graphs…