Compare commits
No commits in common. "d270d23494b47f76e3cb4c9808d011b6b17a025c" and "5dd208aeea5a9ad63289acccb85903faceb4b33b" have entirely different histories.
d270d23494
...
5dd208aeea
|
@ -167,12 +167,11 @@ import { upload } from '@/utils/upload'
|
|||
import SelectTree from '@/components/SelectTree'
|
||||
import waves from '@/directive/waves' // waves directive
|
||||
import TiandiMap from '@/components/TianMap/TiandiMap.vue'
|
||||
import RyDragEntity from '../../../map/js/ry_dragentity'
|
||||
import DragEntity from '../../../map/js/dragentity'
|
||||
import RyDragEntity from "../../../map/js/ry_dragentity";
|
||||
import DragEntity from "../../../map/js/dragentity";
|
||||
|
||||
let viewer = null
|
||||
let drag = null
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
let ry_drag = null
|
||||
var tiandituTk = 'e8a16137fd226a62a23cc7ba5c9c78ce'
|
||||
var subdomains = ['0', '1', '2', '3', '4', '5', '6', '7']
|
||||
|
@ -390,10 +389,11 @@ export default {
|
|||
viewer.cesiumWidget.screenSpaceEventHandler.removeInputAction(Cesium.ScreenSpaceEventType.LEFT_CLICK)
|
||||
// 去掉entity的点击事件 end
|
||||
this.handler = new Cesium.ScreenSpaceEventHandler(viewer.scene.canvas)
|
||||
let id
|
||||
this.handler.setInputAction(movement => {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
var cartesian = this.getCatesian3FromPX(movement.position)
|
||||
}, Cesium.ScreenSpaceEventType.LEFT_CLICK)
|
||||
|
||||
},
|
||||
getCatesian3FromPX: function(px) {
|
||||
if (viewer && px) {
|
||||
|
@ -421,11 +421,8 @@ export default {
|
|||
if (cartesian) {
|
||||
const cartographic = Cesium.Cartographic.fromCartesian(cartesian)
|
||||
if (cartographic.height < 0) cartographic.height = 0
|
||||
// eslint-disable-next-line prefer-const,one-var
|
||||
let lon = Cesium.Math.toDegrees(cartographic.longitude),
|
||||
// eslint-disable-next-line prefer-const
|
||||
lat = Cesium.Math.toDegrees(cartographic.latitude),
|
||||
// eslint-disable-next-line prefer-const
|
||||
height = cartographic.height
|
||||
cartesian = this.transformWGS84ToCartesian({
|
||||
lng: lon,
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>hello-jsmap</title>
|
||||
<script src="http://192.168.192.201:7024/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.192.201:7024/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<script src="http://192.168.0.31:8089/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.0.31:8089/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<!-- <script src="http://mapdemo.joysuch.com/lib/jsmap/jsmap.js" type="text/javascript"></script>-->
|
||||
<!-- <link type="text/css" href="http://mapdemo.joysuch.com/lib/jsmap/jsmap.css" rel="stylesheet"/>-->
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/dom.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/dom.css">
|
||||
<style>
|
||||
.jsmap-animation-point,
|
||||
.jsmap-animation-point:after,
|
||||
|
@ -326,7 +326,7 @@
|
|||
mapType: jsmap.JSMapType.MAP_3D,
|
||||
//必要,地图路径
|
||||
// mapServerURL: 'http://mapdemo.joysuch.com',
|
||||
mapServerURL: 'http://192.168.192.201:7024/joysuch/jsmap/data/map',
|
||||
mapServerURL: 'http://192.168.0.31:8089/joysuch/jsmap/data/map',
|
||||
openingAnimation: false,
|
||||
enableLighting: true,
|
||||
enableShadows: true,
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>hello-jsmap</title>
|
||||
<script src="http://192.168.192.201:7024/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.192.201:7024/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<script src="http://192.168.0.31:8089/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.0.31:8089/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<!-- <script src="http://mapdemo.joysuch.com/lib/jsmap/jsmap.js" type="text/javascript"></script>-->
|
||||
<!-- <link type="text/css" href="http://mapdemo.joysuch.com/lib/jsmap/jsmap.css" rel="stylesheet"/>-->
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/dom.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/dom.css">
|
||||
<style>
|
||||
.jsmap-animation-point,
|
||||
.jsmap-animation-point:after,
|
||||
|
@ -329,7 +329,7 @@
|
|||
mapType: jsmap.JSMapType.MAP_3D,
|
||||
//必要,地图路径
|
||||
// mapServerURL: 'http://mapdemo.joysuch.com',
|
||||
mapServerURL: 'http://192.168.192.201:7024/joysuch/jsmap/data/map',
|
||||
mapServerURL: 'http://192.168.0.31:8089/joysuch/jsmap/data/map',
|
||||
mapScaleLevelRange: [15,20], //地图缩放范围,默认[1,24]
|
||||
openingAnimation: false, // 是否开启开场动画,默认true
|
||||
lightingColor: '#3C4040', // 光照颜色,修改3D地图以外地图的遮罩颜色
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>hello-jsmap</title>
|
||||
<script src="http://192.168.192.201:7024/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.192.201:7024/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<script src="http://192.168.0.31:8089/joysuch/jsmap/jsmap.js" type="text/javascript"></script>
|
||||
<link type="text/css" href="http://192.168.0.31:8089/joysuch/jsmap/jsmap.css" rel="stylesheet"/>
|
||||
<!-- <script src="http://mapdemo.joysuch.com/lib/jsmap/jsmap.js" type="text/javascript"></script>-->
|
||||
<!-- <link type="text/css" href="http://mapdemo.joysuch.com/lib/jsmap/jsmap.css" rel="stylesheet"/>-->
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.192.201:7024/joysuch/LocalAssets/css/dom.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/pop.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/animation/loading.css">
|
||||
<link rel="stylesheet" href="http://192.168.0.31:8089/joysuch/LocalAssets/css/dom.css">
|
||||
<style>
|
||||
.jsmap-animation-point,
|
||||
.jsmap-animation-point:after,
|
||||
|
@ -336,7 +336,7 @@
|
|||
mapType: jsmap.JSMapType.MAP_3D,
|
||||
//必要,地图路径
|
||||
// mapServerURL: 'http://mapdemo.joysuch.com',
|
||||
mapServerURL: 'http://192.168.192.201:7024/joysuch/jsmap/data/map',
|
||||
mapServerURL: 'http://192.168.0.31:8089/joysuch/jsmap/data/map',
|
||||
mapScaleLevelRange: [15,20], //地图缩放范围,默认[1,24]
|
||||
openingAnimation: false,
|
||||
enableLighting: true,
|
||||
|
|
Loading…
Reference in New Issue