* Consolidate an array of [longitude, latitude] points or GeoJSON features * into a combined GeoJSON object. This transform is particularly useful for * combining geo data for a Projection's fit argument. The resulting GeoJSON * data is available as this transform's value. Input pulses are unchan
(params4)
| 131146 | * @param {function(object): *} params.geojson - A field accessor for |
| 131147 | * retrieving GeoJSON feature data. |
| 131148 | */ function GeoJSON(params4) { |
| 131149 | (0, _vegaDataflow.Transform).call(this, null, params4); |
| 131150 | } |
| 131151 | GeoJSON.Definition = { |
| 131152 | "type": "GeoJSON", |
| 131153 | "metadata": {}, |
nothing calls this directly
no outgoing calls
no test coverage detected