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

Function GeoPoint

docs/app/js/sanddance-app.js:131268–131270  ·  view source on GitHub ↗

* Geo-code a longitude/latitude point to an x/y coordinate. * @constructor * @param {object} params - The parameters for this operator. * @param {function(number, number): *} params.projection - The cartographic * projection to apply. * @param {Array } params.fields - A tw

(params6)

Source from the content-addressed store, hash-verified

131266 * @param {Array<string>} [params.as] - A two-element array of field names
131267 * under which to store the result. Defaults to ['x','y'].
131268 */ function GeoPoint(params6) {
131269 (0, _vegaDataflow.Transform).call(this, null, params6);
131270}
131271GeoPoint.Definition = {
131272 "type": "GeoPoint",
131273 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected