UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

11 lines (8 loc) 229 B
import length from "./length"; var coordinates = [null, null], object = {type: "LineString", coordinates: coordinates}; export default function(a, b) { coordinates[0] = a; coordinates[1] = b; return length(object); }