MCPcopy Create free account
hub / github.com/microsoft/SandDance / Projection

Function Projection

docs/app/js/sanddance-app.js:131612–131615  ·  view source on GitHub ↗

* Maintains a cartographic projection. * @constructor * @param {object} params - The parameters for this operator.

(params10)

Source from the content-addressed store, hash-verified

131610 * @constructor
131611 * @param {object} params - The parameters for this operator.
131612 */ function Projection(params10) {
131613 (0, _vegaDataflow.Transform).call(this, null, params10);
131614 this.modified(true); // always treat as modified
131615}
131616(0, _vegaUtil.inherits)(Projection, (0, _vegaDataflow.Transform), {
131617 transform (_, pulse) {
131618 let proj = this.value;

Callers 1

addProjectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected