()
| 1520 | }); |
| 1521 | |
| 1522 | function getLayerIds() { |
| 1523 | var subplot = gd._fullLayout.map._subplot; |
| 1524 | var layers = subplot.map.getStyle().layers; |
| 1525 | var layerIds = layers.map(function(l) { return l.id; }); |
| 1526 | return layerIds; |
| 1527 | } |
| 1528 | |
| 1529 | it('@gl should be able to update *below* - scattermap + layout layer case', function(done) { |
| 1530 | function _assert(msg, exp) { |
no outgoing calls
no test coverage detected
searching dependent graphs…