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

Function GeoShape

docs/app/js/sanddance-app.js:131339–131341  ·  view source on GitHub ↗

* Annotate items with a geopath shape generator. * @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 GeoJSO

(params7)

Source from the content-addressed store, hash-verified

131337 * @param {string} [params.as='shape'] - The output field in which to store
131338 * the generated path data (default 'shape').
131339 */ function GeoShape(params7) {
131340 (0, _vegaDataflow.Transform).call(this, null, params7);
131341}
131342GeoShape.Definition = {
131343 "type": "GeoShape",
131344 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected