Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5384ba

Browse files
committed
update comment about streaming on maps
1 parent ecc0395 commit f5384ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/geo/geo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ proto.plot = function(geoData, fullLayout, promises) {
131131
}
132132
else _this.onceTopojsonIsLoaded(geoData, geoLayout);
133133

134-
// TODO handle topojson-is-loading case (for streaming)
134+
// TODO handle topojson-is-loading case
135+
// to avoid making multiple request while streaming
135136
};
136137

137138
proto.onceTopojsonIsLoaded = function(geoData, geoLayout) {

0 commit comments

Comments
 (0)