Custom Gis Application with Arcgis Javascript API with modern layouting
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
528 B

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define(["exports"],function(d){d.arrayBufferToBase64=function(a){a=new Uint8Array(a);let c="";for(let b=0;b<a.length;b++)c+=String.fromCharCode(a[b]);return btoa(c)};d.base64ToArrayBuffer=function(a){a=atob(a);const c=new Uint8Array(a.length);for(let b=0;b<a.length;b++)c[b]=a.charCodeAt(b);return c.buffer};Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})});