MCPcopy Index your code
hub / github.com/plotly/plotly.js / removeNonCluster

Function removeNonCluster

src/traces/scattermap/plot.js:143–150  ·  view source on GitHub ↗
(noSource)

Source from the content-addressed store, hash-verified

141 }
142
143 function removeNonCluster(noSource) {
144 var order = ORDER.nonCluster;
145 for(var i = order.length - 1; i >= 0; i--) {
146 var k = order[i];
147 map.removeLayer(lThis.layerIds[k]);
148 if(!noSource) map.removeSource(lThis.sourceIds[k]);
149 }
150 }
151
152 function remove(noSource) {
153 if(hadCluster) removeCluster(noSource); else removeNonCluster(noSource);

Callers 1

removeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…