<!DOCTYPE html>
<html>
<head>
<title>XYZ Esri</title>
<link rel="stylesheet" href="./ol.css" type="text/css">
<!-- The line below is only needed for old environments like Internet Explorer and Android 4.x -->
<!-- <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL"></script> -->
<script src="./ol.js"></script>
</head>
<body>
<div id="map" class="map"></div>
<script>
var map = new ol.Map({
target: 'map',
layers: [
new ol.layer.Tile({
source: new ol.source.XYZ({
attributions: 'Tiles © <a href="https://lwb.geoscenewh.cn:6443/arcgis/rest/services/NC/MapServer">ArcGIS</a>',
url: 'http://222.178.203.72:19005/whst/63/=kvazfdnrbdmdvgzbm95332//arcgis/rest/services/NC/MapServer/tile/{z}/{y}/{x}'
})
})
],
view: new ol.View({
center: ol.proj.fromLonLat([115.85129,28.703333]),
zoom: 11
})
});
</script>
</body>
</html>
渊博苑
- 粉丝: 1w+
- 资源: 4
最新资源
- 单片机自动控制交通灯及时间显示论文资料.zip
- 电动智能小车设计论文资料.zip
- 点阵电子显示屏论文资料.zip
- 电机控制专用集成电路+(PDF格式).zip
- 电压检测系统(含VB上位机)proteus仿真+程序资料.zip
- 电子密码锁液晶显示资料.zip
- 电子焊接加工工艺标准PDF.zip
- 电子式里程表设计论文资料.zip
- 多点温度检测系统设计论文资料.zip
- 电子万年历设计与制作论文资料.zip
- 多功能出租车计价器设计论文资料.zip
- 多点无线数据传输系统论文资料.zip
- 多功能电机控制器设计论文资料.zip
- 多功能数字时钟设计论文资料.zip
- 多功能电子医药盒设计论文资料.zip
- 多功能工业控制平台毕业设计论文资料.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论0