chunk-3YTO5A3F.js 385 B

1234567891011121314151617181920
  1. import {
  2. $,
  3. f
  4. } from "./chunk-3RSFVUKZ.js";
  5. // node_modules/@arcgis/core/geometry/support/scaleUtils.js
  6. var e = 96;
  7. function i(i2, r2) {
  8. const o = r2 || i2.extent, c = i2.width, d = $(o && o.spatialReference);
  9. return o && c ? o.width / c * d * f * e : 0;
  10. }
  11. function r(i2, r2) {
  12. return i2 / ($(r2) * f * e);
  13. }
  14. export {
  15. i,
  16. r
  17. };
  18. //# sourceMappingURL=chunk-3YTO5A3F.js.map