d3.geoQuantize(object, digits)
Quantizes the specified GeoJSON object, modifying it in-place, rounding x and y coordinates according to number.toFixed. Typically this is done after projecting.
See also geoproject --precision and geo2svg --precision.
Please login to continue.