* 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)
| 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 | } |
| 131342 | GeoShape.Definition = { |
| 131343 | "type": "GeoShape", |
| 131344 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected