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

Function initPath

docs/app/js/sanddance-app.js:131252–131257  ·  view source on GitHub ↗
(path, pointRadius)

Source from the content-addressed store, hash-verified

131250 }
131251});
131252function initPath(path, pointRadius) {
131253 const prev = path.pointRadius();
131254 path.context(null);
131255 if (pointRadius != null) path.pointRadius(pointRadius);
131256 return prev;
131257}
131258/**
131259 * Geo-code a longitude/latitude point to an x/y coordinate.
131260 * @constructor

Callers 1

transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected