????
Current Path : C:/inetpub/vhost/bcvt.kontum.gov.vn/www/ |
Current File : C:/inetpub/vhost/bcvt.kontum.gov.vn/www/82-es2015.js.map |
{"version":3,"sources":["./node_modules/arcgis-js-api/views/2d/layers/features/tileRenderers/HeatmapTileRenderer.js","./node_modules/arcgis-js-api/views/2d/layers/features/tileRenderers/support/HeatmapSource.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iCAAO,CAAC,kCAAS,CAAC,OAAS,CAAC,wIAA8C,CAAC,oJAAoD,CAAC,gHAAkC,CAAC,4IAAgD,CAAC,0IAA+C,CAAC,qIAAqC,CAAC,wIAAoB,CAAC,kJAAyB,CAAC,mCAAC,8BAA8B,sCAAsC,SAAS,EAAE,kBAAkB,cAAc,2BAA2B,kBAAkB,wCAAwC,iBAAiB,eAAe,uBAAuB,4BAA4B,6BAA6B,wBAAwB,wHAAwH,gCAAgC,MAAM,iDAAiD,oCAAoC,gHAAgH,uCAAuC,iCAAiC,uBAAuB,gDAAgD,6JAA6J,sBAAsB,qGAAqG,GAAG,gCAAgC,qBAAqB,iCAAiC,4BAA4B,mCAAmC,mEAAmE,qCAAqC,2CAA2C,0CAA0C,6BAA6B,oCAAoC,gCAAgC,MAAM,+HAA+H,0KAA0K,qCAAqC,iBAAiB,wFAAwF,wBAAwB,YAAY;AAAA,oGAAC,C;;;;;;;;;;;ACxBx0E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,iCAAO,CAAC,kCAAS,CAAC,OAAS,CAAC,6IAAkD,CAAC,mCAAC,gBAAgB,sCAAsC,SAAS,EAAE,iBAAiB,aAAa,kDAAkD,sCAAsC,kGAAkG,GAAG,GAAG,kBAAkB;AAAA,oGAAC,C","file":"82-es2015.js","sourcesContent":["// COPYRIGHT © 2019 Esri\n//\n// All rights reserved under the copyright laws of the United States\n// and applicable international laws, treaties, and conventions.\n//\n// This material is licensed for use under the Esri Master License\n// Agreement (MLA), and is bound by the terms of that agreement.\n// You may redistribute and use this code without modification,\n// provided you adhere to the terms of the MLA and include this\n// copyright notice.\n//\n// See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english\n//\n// For additional information, contact:\n// Environmental Systems Research Institute, Inc.\n// Attn: Contracts and Legal Services Department\n// 380 New York Street\n// Redlands, California, USA 92373\n// USA\n//\n// email: contracts@esri.com\n//\n// See http://js.arcgis.com/4.14/esri/copyright.txt for details.\n\ndefine([\"require\",\"exports\",\"../../../../../core/tsSupport/decorateHelper\",\"../../../../../core/tsSupport/declareExtendsHelper\",\"../../../../../core/promiseUtils\",\"../../../../../core/accessorSupport/decorators\",\"../../../../../renderers/support/heatmapUtils\",\"../../../engine/BitmapTileContainer\",\"./BaseTileRenderer\",\"./support/HeatmapSource\"],function(e,t,i,n,r,o,a,s,l,p){Object.defineProperty(t,\"__esModule\",{value:!0});var u=function(e){function t(t){var i=e.call(this,t)||this;i._intensityInfo={minPixelIntensity:0,maxPixelIntensity:0},i.featuresView={attributeView:{initialize:function(){},requestUpdate:function(){}},requestRender:function(){}};var n=t.layerView.clips;return i._container=new s.BitmapTileContainer(t.tileInfoView,t.layerView.clips),i.handles.add([n.on(\"change\",function(){return i._container.setClips(n)})]),i}return n(t,e),t.prototype.createTile=function(e){var t=this._container.createTile(e);return this.tileInfoView.getTileCoords(t.bitmap,e),t.bitmap.resolution=this.tileInfoView.getTileResolution(e),t},t.prototype.onConfigUpdate=function(){var e=this,t=this.layer.renderer;if(\"heatmap\"===t.type){var i=t.minPixelIntensity,n=t.maxPixelIntensity;this._intensityInfo.minPixelIntensity=i,this._intensityInfo.maxPixelIntensity=n,this._gradient=a.generateGradient(t.toJSON()),this.tiles.forEach(function(t){var r=t.bitmap.source;r&&(r.minPixelIntensity=i,r.maxPixelIntensity=n,r.gradient=e._gradient,t.bitmap.invalidateTexture())})}},t.prototype.hitTest=function(){return r.resolve([])},t.prototype.install=function(e){e.addChild(this._container)},t.prototype.uninstall=function(e){this._container.removeAllChildren(),e.removeChild(this._container)},t.prototype.disposeTile=function(e){this._container.removeChild(e),e.destroy()},t.prototype.supportsRenderer=function(e){return e&&\"heatmap\"===e.type},t.prototype.onTileData=function(e){var t=this.tiles.get(e.tileKey);if(t){var i=e.intensityInfo,n=this._intensityInfo,r=n.minPixelIntensity,o=n.maxPixelIntensity,a=t.bitmap.source||new p.HeatmapSource;a.intensities=i&&i.matrix||null,a.minPixelIntensity=r,a.maxPixelIntensity=o,a.gradient=this._gradient,t.bitmap.source=a,this._container.addChild(t),this.requestUpdate()}},t.prototype.onTileError=function(e){console.error(e)},t=i([o.subclass(\"esri.views.2d.layers.features.tileRenderers.HeatmapTileRenderer\")],t)}(o.declared(l.default));t.default=u});","// COPYRIGHT © 2019 Esri\n//\n// All rights reserved under the copyright laws of the United States\n// and applicable international laws, treaties, and conventions.\n//\n// This material is licensed for use under the Esri Master License\n// Agreement (MLA), and is bound by the terms of that agreement.\n// You may redistribute and use this code without modification,\n// provided you adhere to the terms of the MLA and include this\n// copyright notice.\n//\n// See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english\n//\n// For additional information, contact:\n// Environmental Systems Research Institute, Inc.\n// Attn: Contracts and Legal Services Department\n// 380 New York Street\n// Redlands, California, USA 92373\n// USA\n//\n// email: contracts@esri.com\n//\n// See http://js.arcgis.com/4.14/esri/copyright.txt for details.\n\ndefine([\"require\",\"exports\",\"../../../../../../renderers/support/heatmapUtils\"],function(e,t,i){Object.defineProperty(t,\"__esModule\",{value:!0});var n=function(){function e(){this.gradient=null,this.height=512,this.width=512}return e.prototype.render=function(e){i.drawHeatmap(e,512,this.intensities,this.gradient,this.minPixelIntensity,this.maxPixelIntensity)},e}();t.HeatmapSource=n});"],"sourceRoot":"webpack:///"}