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

Function GeoJSON

docs/app/js/sanddance-app.js:131148–131150  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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}
131151GeoJSON.Definition = {
131152 "type": "GeoJSON",
131153 "metadata": {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected