Skip to content

Commit 64e5700

Browse files
author
潘卓然Y7000P
committed
剔除Cesium Query查询点击交互事件的非核心效果
1 parent 86c492b commit 64e5700

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"service-release": "webpack --config src/configopensource/service-release-config.js --progress",
2323
"build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r",
2424
"build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r",
25-
"build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r"
25+
"build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r",
26+
"build-docs-cesium": "jsdoc -c ./docs/jsdoc-config/cesium/docs.json -R ./docs/jsdoc-config/cesium/index.md -r"
2627
},
2728
"author": "mapgis",
2829
"license": "Apache2",

src/cesiumjs/ui/interact/CesiumSelectionIndicator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const SelectionIndicatorMode = {
2121

2222
/**
2323
* @description Cesium的点击查询效果,针对点击事件实现了2种不同的点击方式针对geojson查询内部回主动区别不同的查询方法
24-
* @function animateAppear 点击一下后光标短暂散开
25-
* @function animateDepart 点击一下后光标等待旋转
24+
* animateAppear 点击一下后光标短暂散开
25+
* animateDepart 点击一下后光标等待旋转
2626
* @param Cesium的webGlobe对象
2727
*/
2828
export class CesiumSelectionIndicator {

0 commit comments

Comments
 (0)