????

Your IP : 18.227.183.215


Current Path : C:/inetpub/vhost/bcvt.kontum.gov.vn/www/
Upload File :
Current File : C:/inetpub/vhost/bcvt.kontum.gov.vn/www/99-es2015.js.map

{"version":3,"sources":["./node_modules/arcgis-js-api/views/2d/layers/GeoRSSLayerView2D.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,8IAA8C,CAAC,kIAAwC,CAAC,sFAAkB,CAAC,kGAAwB,CAAC,sGAA0B,CAAC,0GAA4B,CAAC,sGAA0B,CAAC,sIAA0C,CAAC,wHAAmC,CAAC,8HAAsC,CAAC,wHAAmC,CAAC,uFAAW,CAAC,uGAAe,CAAC,+HAA2B,CAAC,2GAAwB,CAAC,mCAAC,4CAA4C,mBAAmB,aAAa,8CAA8C,4BAA4B,4EAA4E,gDAAgD,WAAW,iEAAiE,mDAAmD,sBAAsB,EAAE,iCAAiC,8BAA8B,gHAAgH,WAAW,EAAE,gCAAgC,uDAAuD,WAAW,KAAK,WAAW,aAAa,+BAA+B,WAAW,kDAAkD,gEAAgE,iGAAiG,KAAK,wGAAwG,iBAAiB,kCAAkC,wWAAwW,kEAAkE,2CAA2C,SAAS,EAAE,6CAA6C,4CAA4C,SAAS,EAAE,8CAA8C,yCAAyC,SAAS,EAAE,oCAAoC,2CAA2C,qCAAqC,EAAE,2CAA2C,qCAAqC,EAAE,+BAA+B,0EAA0E,wCAAwC,8BAA8B,kCAAkC,qBAAqB,mCAAmC,qBAAqB,gCAAgC,qBAAqB,+DAA+D,+BAA+B;AAAA,oGAAC,C","file":"99-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/declareExtendsHelper\",\"../../../core/tsSupport/decorateHelper\",\"../../../Graphic\",\"../../../PopupTemplate\",\"../../../core/Collection\",\"../../../core/promiseUtils\",\"../../../core/watchUtils\",\"../../../core/accessorSupport/decorators\",\"../../../renderers/SimpleRenderer\",\"../../../renderers/support/jsonUtils\",\"../../../tasks/support/FeatureSet\",\"../engine\",\"./LayerView2D\",\"./graphics/GraphicsView2D\",\"../../layers/LayerView\"],function(e,r,t,i,n,o,p,s,a,l,c,y,h,u,f,g,d){return function(e){function r(){var r=null!==e&&e.apply(this,arguments)||this;return r._graphicsViewMap={},r._popupTemplates=new Map,r.container=new u.Container,r.graphicsViews=[],r}return t(r,e),r.prototype.hitTest=function(e,r){var t=this;if(this.suspended||!this.graphicsViews.length)return s.resolve();var i=this.graphicsViews.reverse().map(function(t){return t.hitTest(e,r)});return s.all(i).then(function(e){return e.filter(function(e,r){return e&&(e.popupTemplate=t._popupTemplates.get(t.graphicsViews[r]),e.layer=t.layer,e.sourceLayer=t.layer),!!e})[0]||null})},r.prototype.update=function(e){if(this.graphicsViews)for(var r=0,t=this.graphicsViews;r<t.length;r++){var i=t[r];i.update(e)}},r.prototype.attach=function(){var e=this;this.layer.featureCollections.forEach(function(r){var t,i=h.fromJSON(r.featureSet),s=new(p.ofType(n))(i.features);if(e._graphicsViewMap[i.geometryType])t=e._graphicsViewMap[i.geometryType],t.graphics.addMany(s);else{var a=r.layerDefinition.drawingInfo,l=r.popupInfo?o.fromJSON(r.popupInfo):null,c=y.fromJSON(a.renderer);t=new g.default({view:e.view,graphics:s,renderer:c}),e._graphicsViewMap[i.geometryType]=t,e._popupTemplates.set(t,l),\"polygon\"!==i.geometryType||e.layer.polygonSymbol?\"polyline\"!==i.geometryType||e.layer.lineSymbol?\"point\"!==i.geometryType||e.layer.pointSymbol||(e.layer.pointSymbol=c.symbol):e.layer.lineSymbol=c.symbol:e.layer.polygonSymbol=c.symbol,e.graphicsViews.push(t),e.container.addChild(t.container)}}),this.handles.add([a.init(this.layer,\"polygonSymbol\",function(r){e._graphicsViewMap.polygon.renderer=new c({symbol:r})}),a.init(this.layer,\"lineSymbol\",function(r){e._graphicsViewMap.polyline.renderer=new c({symbol:r})}),a.init(this.layer,\"pointSymbol\",function(r){e._graphicsViewMap.point.renderer=new c({symbol:r})}),this.clips.on(\"change\",function(){return e.graphicsViews.forEach(function(r){return r.container.setClips(e.clips)})})]),this.graphicsViews.forEach(function(r){return r.container.setClips(e.clips)})},r.prototype.detach=function(){this.container.removeAllChildren(),this.graphicsViews.forEach(function(e){e.destroy(),e.view=null,e.renderer=null}),this.graphicsViews.length=0},r.prototype.moveStart=function(){this.requestUpdate()},r.prototype.viewChange=function(){this.requestUpdate()},r.prototype.moveEnd=function(){this.requestUpdate()},r=i([l.subclass(\"esri.views.2d.layers.GeoRSSLayerView2D\")],r)}(l.declared(f.LayerView2D(d)))});"],"sourceRoot":"webpack:///"}