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.
5 lines
978 B
5 lines
978 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","../Ground","../core/Logger","../core/accessorSupport/ensureType"],function(b,e,f,g){const c={"world-elevation":{id:"worldElevation",url:"//elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer",layerType:"ArcGISTiledElevationServiceLayer"},"world-topobathymetry":{id:"worldTopoBathymetry",url:"//elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/TopoBathy3D/ImageServer",layerType:"ArcGISTiledElevationServiceLayer"}};b.ensureType=function(a){let d= |
|
null;"string"===typeof a?a in c?d=new e({resourceInfo:{data:{layers:[c[a]]}}}):f.getLogger("esri.support.groundUtils").warn(`Unable to find ground definition for: ${a}. Try "world-elevation"`):d=g.ensureType(e,a);return d};b.groundElevationLayers=c;Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})}); |