load basic map

Posted gis-yangol

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了load basic map相关的知识,希望对你有一定的参考价值。

//加载3D web scene用的是WebScene+ViewScene

var mapscene = new WebScene({
  portalItem: {
    id: "3a9976baef9240ab8645ee25c7e9c096"
  }
});

var view = new SceneView({
  map: mapscene,
  container: "viewDiv"
});

//加载2D web map用的是WebMap+MapView

var webmap = new WebMap({
  portalItem: {
    id: "e691172598f04ea8881cd2a4adaa45ba"
  }
});

var view = new MapView({
  map: webmap,
  container:
"viewDiv"
});


















以上是关于load basic map的主要内容,如果未能解决你的问题,请参考以下文章

Visual Basic:保存、命名、加载

如何在Visual Basic 2005中将文本框值作为参数传递给crystal报表

cannot load oci dll,193-navicate连接oracle的解决方法

import cx_Oracle ImportError: DLL load failed: 找不到指定的模块。

Linux - 负载均衡

PL/SQL developer 连接oracle数据库出问题,报错“initialization error could not load oci.dll”