topojson / topojson-client

Manipulate TopoJSON, such as to merge shapes, and convert it back to GeoJSON.
ISC License
213 stars 63 forks source link

#340 mesh.js: Simplify function signature of extractArcs #38

Open martinfrances107 opened 2 years ago

martinfrances107 commented 2 years ago

Removing the first unused argument of extractArcs, The function is now : -

function extractArcs(object, filter) {}