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

Function GeoPath

docs/app/js/sanddance-app.js:131209–131211  ·  view source on GitHub ↗

* Map GeoJSON data to an SVG path string. * @constructor * @param {object} params - The parameters for this operator. * @param {function(number, number): *} params.projection - The cartographic * projection to apply. * @param {function(object): *} [params.field] - The field with GeoJSON data,

(params5)

Source from the content-addressed store, hash-verified

131207 * @param {string} [params.as='path'] - The output field in which to store
131208 * the generated path data (default 'path').
131209 */ function GeoPath(params5) {
131210 (0, _vegaDataflow.Transform).call(this, null, params5);
131211}
131212GeoPath.Definition = {
131213 "type": "GeoPath",
131214 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected