openlayers arcgis
2022/8/3 23:25:26
本文主要是介绍openlayers arcgis,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
var map = new ol.Map({ target: target, view: new ol.View({ zoom: 11, //默认层级,最小是9,最大是13 center: [locationLG, locationLT], //默认中心点位 origin: [469355.7250881072, 3116069.1972497497], extent: [469355.7250881072, 3070536.815124343, 538256.6559107398, 3119069.1972497497], resolutions: [ 1222.992452833319, 611.4962264166736, 305.7481132083333, 152.87405660416664, 76.43702697916675, 38.218514812499976, 19.109256083333328, 9.554628041666666, 4.777314020833333, 2.3886583333333324, 1.1943291666666662, 0.5971645833333331, 0.29858229166666655, 0.14929114583333328, 0.07464557291666664, 0.03732278645833332, 0.01866139322916666, 0.00933069661458333 ] }) }); var tilePileGrid = new ol.tilegrid.TileGrid({ tileSize: 128, origin: [-5123200.0, 1.00021E7], extent: [345510.20800169086, 2999175.5386443897, 664333.7623154664, 3162159.197945042], resolutions: [ 76.43717985352637, 38.2185912496825, 19.10929430192194, 9.55464715096097, 4.777323575480485, 2.3886631106595546, 1.1943315553297773, 0.5971657776648887, 0.2985828888324443, 0.14929144441622216, 0.07461264922529845 ] }); var pipe = new ol.layer.Tile({ source: new ol.source.XYZ({ url: ArcGisPipe_URI+ '/tile/{z}/{y}/{x}', //projection: map.getView().getProjection(), tileGrid: tilePileGrid, crossOrigin: 'anoymous' }), }); map.addLayer(pipe)
origin:坐标原点
resolutions:切片方案分辨率数组
matrixIds:分辨率对应的级别
projection:坐标系
这篇关于openlayers arcgis的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-17getExternalFilesDir这个方法哪些安卓版本可以使用?-icode9专业技术文章分享
- 2024-11-17app下载好后,安装包更新代码怎么写?-icode9专业技术文章分享
- 2024-11-17login-customer-id 如何获取?-icode9专业技术文章分享
- 2024-11-17使用 vite加载.env 文件环境变量无法加载是什么原因?-icode9专业技术文章分享
- 2024-11-17tp钱包是什么,有哪些功能?-icode9专业技术文章分享
- 2024-11-16在电脑上怎么模拟手机的运行环境?-icode9专业技术文章分享
- 2024-11-16接收socket数据,莫名其妙socket就关闭了是怎么回事?-icode9专业技术文章分享
- 2024-11-16ts nightly是什么?-icode9专业技术文章分享
- 2024-11-16如何升级vscode版本?-icode9专业技术文章分享
- 2024-11-16如何设置vscode默认的node版本?-icode9专业技术文章分享