* 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)
| 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 | } |
| 131212 | GeoPath.Definition = { |
| 131213 | "type": "GeoPath", |
| 131214 | "metadata": { |
nothing calls this directly
no outgoing calls
no test coverage detected