gpt4 book ai didi

javascript - Arcgis JS 4.11 : How to add basemap layer to basemap gallery

转载 作者:行者123 更新时间:2023-11-29 20:41:05 24 4
gpt4 key购买 nike

如何在 basemap 库中添加 basemap 。在默认的 BasemapGallery 类中,我们只有 5 个 basemap 图层。但是我们如何向该 BasemapGallery 添加另一个/自定义 basemap 图层?

这是BasemapGallery提供的默认图层。

enter image description here

但我想添加更多 basemap 图层,例如:-

enter image description here

请帮忙解决这个问题。

最佳答案

首先,您需要在 arcgis 帐户中创建一个组。 Here是创建组的文档以及如何将自定义 basemap 添加到组。

打开群组并从url复制id后

enter image description here

并在您的应用程序中使用以下代码在 map 上添加 basemap 画廊

let basemapGallery = new BasemapGallery({
source: { // autocasts as PortalBasemapsSource
query: {
//title: "ArcGIS Online Basemaps",owner: "esri"
id: '702026e41f6641fb85da88efe79dc166'
}
},
view: view
});

view.ui.add(basemapGallery, 'bottom-left');

之后你会得到这个输出

enter image description here

希望对您有所帮助。

关于javascript - Arcgis JS 4.11 : How to add basemap layer to basemap gallery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55514343/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com