MCPcopy Create free account
hub / github.com/breck7/scroll / streamGeometry

Function streamGeometry

external/.d3.js:9847–9851  ·  view source on GitHub ↗
(geometry, stream)

Source from the content-addressed store, hash-verified

9845function noop$1() {}
9846
9847function streamGeometry(geometry, stream) {
9848 if (geometry && streamGeometryType.hasOwnProperty(geometry.type)) {
9849 streamGeometryType[geometry.type](geometry, stream);
9850 }
9851}
9852
9853var streamObjectType = {
9854 Feature: function(object, stream) {

Callers 2

.d3.jsFile · 0.85
geoStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected