123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,minimum-scale=1.0,maximum-scale=1.0" />
- <meta name="author" content="火星科技 http://mars3d.cn " />
- <meta name="apple-touch-fullscreen" content="yes" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="format-detection" content="telephone=no" />
- <meta name="x5-fullscreen" content="true" />
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
- <!-- 标题及搜索关键字 -->
- <meta name="keywords" content="火星科技,cesium,3D,GIS,marsgis,三维,地球,地图,开发,框架,系统,示例,资料,模型,离线,外包,合肥,安徽,中国" />
- <meta
- name="description"
- content="火星科技 合肥火星 合肥火星科技 合肥火星科技有限公司 leaflet leaflet框架 leaflet开发 cesium cesium开发 cesium框架 三维 地球 模型 gis marsgis 地图离线 地图开发 地图框架 地图外包 框架 开发 外包 地图离线 二维地图 三维地图 全景漫游 地理信息系统 云GIS 三维GIS GIS平台 WebGIS"
- />
- <link rel="shortcut icon" type="image/x-icon" href="" />
- <title>一带一路 </title>
- <!--第三方lib-->
- <script
- type="text/javascript"
- src="../lib/include-lib.js"
- libpath="../lib/"
- include="jquery,font-awesome,bootstrap,layer,haoutil,turf,mars3d"
- ></script>
- <link href="css/style.css" rel="stylesheet" />
- <style>
- .mars-load-legend {
- position: absolute;
- bottom: 30px;
- left: 0;
- width: 300px;
- box-sizing: border-box;
- border: 1px solid rgba(0, 153, 255, 0.5);
- background: rgba(12, 22, 53, 0.6);
- padding: 10px;
- }
- .mars-load-legend .mars-load-head {
- font-size: 16px;
- color: #ffffff;
- line-height: 30px;
- text-align: center;
- }
- .mars-load-introduce li {
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- font-size: 14px;
- margin-top: 10px;
- }
- .mars-load-introduce li span {
- display: flex;
- flex-direction: row;
- margin-right: 10px;
- }
- .mars-load-introduce li span i {
- width: 10px;
- height: 10px;
- margin-right: 5px;
- }
- .mars-load-introduce .mars-load-info {
- display: flex;
- flex-direction: column;
- font-size: 14px;
- color: #ffffff;
- }
- .mars-load-introduce .mars-load-info p {
- margin-bottom: 5px;
- }
- .mars-load-introduce-dai i {
- background: #ff7f50;
- }
- .mars-load-introduce-lu i {
- background: #00bfff;
- }
- .mars3d-popup-background {
- background: rgba(1, 34, 65, 0.5);
- border: 1px solid #13b1f8;
- border-radius: 5px;
- }
- .mars-load-location {
- font-size: 14px;
- }
- .mars-load-location i {
- font-style: normal;
- }
- </style>
- </head>
- <body class="dark">
- <!--加载前进行操作提示,优化用户体验-->
- <div id="mask" class="signmask" onclick="removeMask()"></div>
- <div id="mars3dContainer" class="mars3d-container"></div>
- <div class="mars-load-legend">
- <p class="mars-load-head">One Belt One Road 图例</p>
- <ul class="mars-load-introduce">
- <li>
- <span class="mars-load-introduce-dai">
- <i></i>
- <i></i>
- <i></i>
- </span>
- <div class="mars-load-info">
- <p>丝绸之路经济带</p>
- <p>Silk Road Economic Belt</p>
- </div>
- </li>
- <li>
- <span class="mars-load-introduce-lu">
- <i></i>
- <i></i>
- <i></i>
- </span>
- <div class="mars-load-info">
- <p>21世纪海上丝绸之路</p>
- <p>21st century Maritime Silk Road</p>
- </div>
- </li>
- </ul>
- </div>
- <script src="./js/common.js"></script>
- <script type="text/javascript">
- "use script"; //开发环境建议开启严格模式
- var map;
- function initMap(options) {
- //合并属性参数,可覆盖config.json中的对应配置
- var mapOptions = mars3d.Util.merge(options, {
- scene: {
- center: { lat: 26.163233, lng: 77.849567, alt: 17754541, heading: 360, pitch: -90 },
- sceneMode: 2,
- },
- terrain: false,
- layers: [],
- });
- //创建三维地球场景
- map = new mars3d.Map("mars3dContainer", mapOptions);
- map.basemap = 2017; //蓝色底图
- //加载数据
- queryoneBeltOneRoadApiData()
- .then(function (res) {
- showRoad(res.data.land, {
- name: "丝绸之路经济带",
- color: Cesium.Color.CORAL,
- });
- showRoad(res.data.sea, {
- name: "21世纪海上丝绸之路",
- color: Cesium.Color.DEEPSKYBLUE,
- });
- })
- .catch(function () {
- haoutil.msg("实时查询信息失败,请稍候再试");
- });
- }
- //访问后端接口,取数据
- function queryoneBeltOneRoadApiData() {
- return new Promise(function (resolve, reject) {
- $.ajax({
- url: "//data.mars3d.cn/file/apidemo/oneBeltOneRoad.json",
- type: "get",
- dataType: "json",
- success: function (result) {
- resolve(result);
- },
- error: function (data) {
- reject(data);
- },
- });
- });
- }
- function showRoad(arr, options) {
- //创建矢量数据图层
- var graphicLayer = new mars3d.layer.GraphicLayer();
- map.addLayer(graphicLayer);
- const arrPosition = [];
- for (let i = 0; i < arr.length; i += 1) {
- const item = arr[i];
- const position = Cesium.Cartesian3.fromDegrees(item.x, item.y);
- item.position = position;
- arrPosition.push(position);
- // 创建点
- if (item.icon) {
- var billboardPrimitive = new mars3d.graphic.BillboardPrimitive({
- name: item.name,
- position: position,
- style: {
- image: "img/country/" + item.icon,
- scale: 0.7,
- horizontalOrigin: Cesium.HorizontalOrigin.CENTER,
- verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
- label: {
- text: item.name,
- font_size: 17,
- font_family: "楷体",
- color: Cesium.Color.WHITE,
- outline: true,
- outlineColor: Cesium.Color.BLACK,
- outlineWidth: 2,
- horizontalOrigin: Cesium.HorizontalOrigin.CENTER,
- verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
- pixelOffset: new Cesium.Cartesian2(0, -30),
- },
- },
- });
- graphicLayer.addGraphic(billboardPrimitive);
- let html = `<div class="mars-load-location">
- ${item.continent} - ${item.country} - <i style="color: #00ffff;">${item.name}</i>
- </div>`;
- billboardPrimitive.bindPopup(html);
- }
- }
- var positions = mars3d.PolyUtil.getBezierCurve(arrPosition);
- positions.push(arrPosition[arrPosition.length - 1]);
- var primitive = new mars3d.graphic.PolylinePrimitive({
- positions: positions,
- style: {
- width: 4,
- material: mars3d.MaterialUtil.createMaterial(mars3d.MaterialType.LineFlow, {
- image: "img/textures/LinkPulse.png",
- color: options.color,
- repeat: new Cesium.Cartesian2(10.0, 1.0),
- speed: 2,
- }),
- },
- });
- graphicLayer.addGraphic(primitive);
- primitive.bindTooltip(options.name);
- }
- </script>
- </body>
- </html>
|