const arcGISSource = new olSource.TileArcGISRest({
url: 'arcGIS地址'
});
const layer = new olLayer.Tile({
source: arcGISSource,
extent: [40.93120507614668, -4.898838628946014, 172.62495510997238, 59.89417413221303], // 中国范围
});
openlayers创建ArcGIS图层
最新推荐文章于 2024-04-27 12:38:20 发布