vislite 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AUTHORS.txt +6 -6
- package/CHANGELOG +8 -1
- package/LICENSE +20 -20
- package/lib/BarLayout/index.es.js +105 -105
- package/lib/BarLayout/index.es.min.js +2 -2
- package/lib/Buffer/index.es.js +1 -1
- package/lib/Buffer/index.es.min.js +1 -1
- package/lib/Canvas/index.es.js +1 -1
- package/lib/Canvas/index.es.min.js +1 -1
- package/lib/Cardinal/index.es.js +1 -1
- package/lib/Cardinal/index.es.min.js +1 -1
- package/lib/Eoap/index.es.js +1 -1
- package/lib/Eoap/index.es.min.js +1 -1
- package/lib/Hermite/index.es.js +1 -1
- package/lib/Hermite/index.es.min.js +1 -1
- package/lib/MapCoordinate/index.es.js +1 -1
- package/lib/MapCoordinate/index.es.min.js +1 -1
- package/lib/Matrix4/index.es.js +1 -1
- package/lib/Matrix4/index.es.min.js +1 -1
- package/lib/Mercator/index.es.js +1 -1
- package/lib/Mercator/index.es.min.js +1 -1
- package/lib/PieLayout/index.es.js +105 -105
- package/lib/PieLayout/index.es.min.js +2 -2
- package/lib/RawCanvas/index.es.js +1 -1
- package/lib/RawCanvas/index.es.min.js +1 -1
- package/lib/SVG/index.es.js +2 -2
- package/lib/SVG/index.es.min.js +2 -2
- package/lib/Shader/index.es.js +1 -1
- package/lib/Shader/index.es.min.js +1 -1
- package/lib/Texture/index.es.js +1 -1
- package/lib/Texture/index.es.min.js +1 -1
- package/lib/TreeLayout/index.es.js +105 -105
- package/lib/TreeLayout/index.es.min.js +2 -2
- package/lib/animation/index.es.js +105 -105
- package/lib/animation/index.es.min.js +2 -2
- package/lib/assemble/index.es.js +1 -1
- package/lib/assemble/index.es.min.js +1 -1
- package/lib/getLoopColors/index.es.js +1 -1
- package/lib/getLoopColors/index.es.min.js +1 -1
- package/lib/getWebGLContext/index.es.js +1 -1
- package/lib/getWebGLContext/index.es.min.js +1 -1
- package/lib/index.umd.js +156 -156
- package/lib/index.umd.min.js +5 -5
- package/lib/initOption/index.es.js +1 -1
- package/lib/initOption/index.es.min.js +1 -1
- package/lib/mergeOption/index.es.js +1 -1
- package/lib/mergeOption/index.es.min.js +1 -1
- package/lib/move/index.es.js +1 -1
- package/lib/move/index.es.min.js +1 -1
- package/lib/rotate/index.es.js +1 -1
- package/lib/rotate/index.es.min.js +1 -1
- package/lib/ruler/index.es.js +1 -1
- package/lib/ruler/index.es.min.js +1 -1
- package/lib/scale/index.es.js +1 -1
- package/lib/scale/index.es.min.js +1 -1
- package/lib/throttle/index.es.js +51 -51
- package/lib/throttle/index.es.min.js +2 -2
- package/minialipay/ui-canvas/drawImage.js +35 -35
- package/minialipay/ui-canvas/index.acss +4 -4
- package/minialipay/ui-canvas/index.axml +3 -3
- package/minialipay/ui-canvas/index.d.ts +1 -1
- package/minialipay/ui-canvas/index.js +100 -100
- package/minialipay/ui-canvas/index.json +6 -6
- package/miniprogram/ui-canvas/drawImage.js +35 -35
- package/miniprogram/ui-canvas/index.js +125 -125
- package/miniprogram/ui-canvas/index.json +4 -4
- package/miniprogram/ui-canvas/index.wxml +4 -4
- package/miniprogram/ui-canvas/index.wxss +5 -5
- package/package/BarLayout/index.ts +2 -2
- package/package/Buffer/index.ts +2 -2
- package/package/Canvas/index.ts +2 -2
- package/package/Cardinal/index.ts +2 -2
- package/package/Eoap/index.ts +2 -2
- package/package/Hermite/index.ts +2 -2
- package/package/MapCoordinate/index.ts +2 -2
- package/package/Matrix4/index.ts +2 -2
- package/package/Mercator/index.ts +2 -2
- package/package/PieLayout/index.ts +2 -2
- package/package/RawCanvas/index.ts +2 -2
- package/package/SVG/index.ts +2 -2
- package/package/Shader/index.ts +2 -2
- package/package/Texture/index.ts +2 -2
- package/package/TreeLayout/index.ts +2 -2
- package/package/animation/index.ts +5 -5
- package/package/assemble/index.ts +2 -2
- package/package/getLoopColors/index.ts +2 -2
- package/package/getWebGLContext/index.ts +40 -40
- package/package/index.ts +84 -84
- package/package/initOption/index.ts +2 -2
- package/package/mergeOption/index.ts +2 -2
- package/package/move/index.ts +2 -2
- package/package/rotate/index.ts +2 -2
- package/package/ruler/index.ts +2 -2
- package/package/scale/index.ts +2 -2
- package/package/throttle/index.ts +2 -2
- package/package.json +2 -2
- package/src/Eoap.ts +66 -66
- package/src/Matrix4/index.ts +84 -84
- package/src/Matrix4/move.ts +12 -12
- package/src/Matrix4/rotate.ts +15 -15
- package/src/Matrix4/scale.ts +11 -11
- package/src/Matrix4/transform.ts +64 -64
- package/src/Mercator.ts +27 -27
- package/src/common/assemble.ts +22 -22
- package/src/common/canvas/arc.ts +51 -51
- package/src/common/canvas/config.ts +176 -176
- package/src/common/canvas/default.ts +64 -64
- package/src/common/canvas/gradient.ts +31 -31
- package/src/common/canvas/index.ts +188 -188
- package/src/common/canvas/texts.ts +18 -18
- package/src/common/map/getBoundary.ts +15 -15
- package/src/common/map/tool.ts +29 -29
- package/src/common/option.ts +29 -29
- package/src/common/setStyle.ts +5 -5
- package/src/common/svg/config.ts +213 -213
- package/src/common/svg/default.ts +29 -29
- package/src/common/svg/gradient.ts +53 -53
- package/src/common/svg/index.ts +332 -332
- package/src/common/svg/tool.ts +51 -51
- package/src/common/tree/index.ts +25 -25
- package/src/common/tree/toInnerTree.ts +61 -61
- package/src/common/type.ts +26 -26
- package/src/common/webgl/buffer.ts +79 -79
- package/src/common/webgl/getWebGLContext.ts +45 -45
- package/src/common/webgl/shader.ts +75 -75
- package/src/coordinate/MapCoordinate.ts +80 -80
- package/src/getLoopColors.ts +42 -42
- package/src/interpolation/Cardinal.ts +110 -110
- package/src/interpolation/Hermite.ts +65 -65
- package/src/move.ts +7 -7
- package/src/rotate.ts +7 -7
- package/src/ruler.ts +209 -209
- package/src/scale.ts +6 -6
- package/types/Bar.d.ts +91 -91
- package/types/BarConfig.d.ts +4 -4
- package/types/BarLayout.d.ts +48 -48
- package/types/BarOption.d.ts +31 -31
- package/types/Buffer.d.ts +23 -23
- package/types/CanvasConfig.d.ts +88 -88
- package/types/CanvasOption.d.ts +13 -13
- package/types/CanvasOpts.d.ts +9 -9
- package/types/Cardinal.d.ts +13 -13
- package/types/Gradient.d.ts +14 -14
- package/types/Hermite.d.ts +18 -18
- package/types/Map.d.ts +9 -9
- package/types/MapConfig.d.ts +27 -27
- package/types/MapCoordinate.d.ts +22 -22
- package/types/Matrix4.d.ts +47 -47
- package/types/Pie.d.ts +73 -73
- package/types/PieConfig.d.ts +26 -26
- package/types/PieLayout.d.ts +40 -40
- package/types/PieOption.d.ts +21 -21
- package/types/SVG.d.ts +247 -247
- package/types/SVGConfig.d.ts +71 -71
- package/types/Shader.d.ts +16 -16
- package/types/Texture.d.ts +16 -16
- package/types/Tree.d.ts +74 -74
- package/types/TreeConfig.d.ts +36 -36
- package/types/TreeLayout.d.ts +59 -59
- package/types/TreeOption.d.ts +48 -48
- package/types/animation.d.ts +11 -11
- package/types/assemble.d.ts +5 -5
- package/types/getLoopColors.d.ts +5 -5
- package/types/getWebGLContext.d.ts +7 -7
- package/types/index.d.ts +195 -195
- package/types/move.d.ts +5 -5
- package/types/option.d.ts +12 -12
- package/types/painterConfig.d.ts +4 -4
- package/types/rotate.d.ts +5 -5
- package/types/ruler.d.ts +10 -10
- package/types/scale.d.ts +5 -5
- package/types/throttle.d.ts +5 -5
- package/types/ui-canvas.d.ts +4 -4
- package/types/uni-canvas.d.ts +3 -3
- package/uni-app/drawImage.js +19 -19
- package/uni-app/ui-canvas.vue +295 -295
package/package/Shader/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import Shader from '../../src/common/webgl/shader'
|
|
2
|
-
|
|
1
|
+
import Shader from '../../src/common/webgl/shader'
|
|
2
|
+
|
|
3
3
|
export default Shader
|
package/package/Texture/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import Texture from '../../src/common/webgl/texture'
|
|
2
|
-
|
|
1
|
+
import Texture from '../../src/common/webgl/texture'
|
|
2
|
+
|
|
3
3
|
export default Texture
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import TreeLayout from "../../src/layout/TreeLayout"
|
|
2
|
-
|
|
1
|
+
import TreeLayout from "../../src/layout/TreeLayout"
|
|
2
|
+
|
|
3
3
|
export default TreeLayout
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { animationFun } from "oipage/web/animation/index"
|
|
2
|
-
import { animation } from "oipage/web/animation/index"
|
|
3
|
-
|
|
4
|
-
export default function (doback: animationFun, duration?: number, callback?: animationFun) {
|
|
5
|
-
return animation(doback, duration || 400, callback || function () { }).stop
|
|
1
|
+
import type { animationFun } from "oipage/web/animation/index"
|
|
2
|
+
import { animation } from "oipage/web/animation/index"
|
|
3
|
+
|
|
4
|
+
export default function (doback: animationFun, duration?: number, callback?: animationFun) {
|
|
5
|
+
return animation(doback, duration || 400, callback || function () { }).stop
|
|
6
6
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import assemble from "../../src/common/assemble"
|
|
2
|
-
|
|
1
|
+
import assemble from "../../src/common/assemble"
|
|
2
|
+
|
|
3
3
|
export default assemble
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import getLoopColors from "../../src/getLoopColors"
|
|
2
|
-
|
|
1
|
+
import getLoopColors from "../../src/getLoopColors"
|
|
2
|
+
|
|
3
3
|
export default getLoopColors
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import getWebGLContext from "../../src/common/webgl/getWebGLContext"
|
|
2
|
-
import type { WebGLmodeType } from "../../types/getWebGLContext"
|
|
3
|
-
|
|
4
|
-
export default (el: HTMLElement | null, scale: number = 1, mode?: WebGLmodeType) => {
|
|
5
|
-
if (!el) {
|
|
6
|
-
throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.")
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
let width = el.clientWidth, height = el.clientHeight
|
|
10
|
-
|
|
11
|
-
let ViewCanvas: HTMLCanvasElement
|
|
12
|
-
|
|
13
|
-
let _el = el as any
|
|
14
|
-
|
|
15
|
-
// 如果已经初始化过了
|
|
16
|
-
if (_el._vislite_canvas_) {
|
|
17
|
-
ViewCanvas = _el._vislite_canvas_
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// 否则就初始化
|
|
21
|
-
else {
|
|
22
|
-
|
|
23
|
-
ViewCanvas = document.createElement('canvas')
|
|
24
|
-
el.appendChild(ViewCanvas)
|
|
25
|
-
|
|
26
|
-
_el._vislite_canvas_ = ViewCanvas
|
|
27
|
-
|
|
28
|
-
el.setAttribute('vislite', 'WebGL')
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// 设置画布大小
|
|
33
|
-
|
|
34
|
-
ViewCanvas.style.width = width + "px"
|
|
35
|
-
ViewCanvas.setAttribute('width', width + "")
|
|
36
|
-
|
|
37
|
-
ViewCanvas.style.height = height + "px"
|
|
38
|
-
ViewCanvas.setAttribute('height', height + "")
|
|
39
|
-
|
|
40
|
-
return getWebGLContext(ViewCanvas, scale, {}, mode)
|
|
1
|
+
import getWebGLContext from "../../src/common/webgl/getWebGLContext"
|
|
2
|
+
import type { WebGLmodeType } from "../../types/getWebGLContext"
|
|
3
|
+
|
|
4
|
+
export default (el: HTMLElement | null, scale: number = 1, mode?: WebGLmodeType) => {
|
|
5
|
+
if (!el) {
|
|
6
|
+
throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.")
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let width = el.clientWidth, height = el.clientHeight
|
|
10
|
+
|
|
11
|
+
let ViewCanvas: HTMLCanvasElement
|
|
12
|
+
|
|
13
|
+
let _el = el as any
|
|
14
|
+
|
|
15
|
+
// 如果已经初始化过了
|
|
16
|
+
if (_el._vislite_canvas_) {
|
|
17
|
+
ViewCanvas = _el._vislite_canvas_
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// 否则就初始化
|
|
21
|
+
else {
|
|
22
|
+
|
|
23
|
+
ViewCanvas = document.createElement('canvas')
|
|
24
|
+
el.appendChild(ViewCanvas)
|
|
25
|
+
|
|
26
|
+
_el._vislite_canvas_ = ViewCanvas
|
|
27
|
+
|
|
28
|
+
el.setAttribute('vislite', 'WebGL')
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// 设置画布大小
|
|
33
|
+
|
|
34
|
+
ViewCanvas.style.width = width + "px"
|
|
35
|
+
ViewCanvas.setAttribute('width', width + "")
|
|
36
|
+
|
|
37
|
+
ViewCanvas.style.height = height + "px"
|
|
38
|
+
ViewCanvas.setAttribute('height', height + "")
|
|
39
|
+
|
|
40
|
+
return getWebGLContext(ViewCanvas, scale, {}, mode)
|
|
41
41
|
}
|
package/package/index.ts
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
import Cardinal from "./Cardinal/index"
|
|
2
|
-
import Hermite from "./Hermite/index"
|
|
3
|
-
|
|
4
|
-
import Matrix4 from "./Matrix4/index"
|
|
5
|
-
import rotate from "./rotate/index"
|
|
6
|
-
import move from "./move/index"
|
|
7
|
-
import scale from "./scale/index"
|
|
8
|
-
|
|
9
|
-
import getLoopColors from "./getLoopColors/index"
|
|
10
|
-
import animation from "./animation/index"
|
|
11
|
-
import ruler from "./ruler/index"
|
|
12
|
-
|
|
13
|
-
import SVG from "./SVG/index"
|
|
14
|
-
import Canvas from "./Canvas/index"
|
|
15
|
-
import RawCanvas from "../src/common/canvas/index"
|
|
16
|
-
|
|
17
|
-
import getWebGLContext from "./getWebGLContext/index"
|
|
18
|
-
import Shader from "./Shader/index"
|
|
19
|
-
import Texture from "./Texture/index"
|
|
20
|
-
import Buffer from "./Buffer/index"
|
|
21
|
-
|
|
22
|
-
import Eoap from "./Eoap/index"
|
|
23
|
-
import Mercator from "./Mercator/index"
|
|
24
|
-
|
|
25
|
-
import throttle from "./throttle/index"
|
|
26
|
-
|
|
27
|
-
import MapCoordinate from "./MapCoordinate/index"
|
|
28
|
-
|
|
29
|
-
import TreeLayout from "./TreeLayout/index"
|
|
30
|
-
import PieLayout from "./PieLayout/index"
|
|
31
|
-
import BarLayout from "./BarLayout/index"
|
|
32
|
-
|
|
33
|
-
import initOption from "./initOption/index"
|
|
34
|
-
import mergeOption from "./mergeOption/index"
|
|
35
|
-
|
|
36
|
-
import assemble from "./assemble/index"
|
|
37
|
-
|
|
38
|
-
export default {
|
|
39
|
-
|
|
40
|
-
// 插值
|
|
41
|
-
Cardinal,
|
|
42
|
-
Hermite,
|
|
43
|
-
|
|
44
|
-
// 变换
|
|
45
|
-
Matrix4,
|
|
46
|
-
rotate,
|
|
47
|
-
move,
|
|
48
|
-
scale,
|
|
49
|
-
|
|
50
|
-
// 工具
|
|
51
|
-
getLoopColors,
|
|
52
|
-
animation,
|
|
53
|
-
ruler,
|
|
54
|
-
|
|
55
|
-
// 画笔
|
|
56
|
-
SVG,
|
|
57
|
-
Canvas,
|
|
58
|
-
RawCanvas,
|
|
59
|
-
|
|
60
|
-
// WebGL
|
|
61
|
-
getWebGLContext,
|
|
62
|
-
Shader,
|
|
63
|
-
Texture,
|
|
64
|
-
Buffer,
|
|
65
|
-
|
|
66
|
-
// 投影
|
|
67
|
-
Eoap,
|
|
68
|
-
Mercator,
|
|
69
|
-
|
|
70
|
-
// 辅助
|
|
71
|
-
throttle,
|
|
72
|
-
assemble,
|
|
73
|
-
|
|
74
|
-
// 坐标系
|
|
75
|
-
MapCoordinate,
|
|
76
|
-
|
|
77
|
-
// 布局
|
|
78
|
-
TreeLayout,
|
|
79
|
-
PieLayout,
|
|
80
|
-
BarLayout,
|
|
81
|
-
|
|
82
|
-
// 配置项
|
|
83
|
-
initOption,
|
|
84
|
-
mergeOption
|
|
1
|
+
import Cardinal from "./Cardinal/index"
|
|
2
|
+
import Hermite from "./Hermite/index"
|
|
3
|
+
|
|
4
|
+
import Matrix4 from "./Matrix4/index"
|
|
5
|
+
import rotate from "./rotate/index"
|
|
6
|
+
import move from "./move/index"
|
|
7
|
+
import scale from "./scale/index"
|
|
8
|
+
|
|
9
|
+
import getLoopColors from "./getLoopColors/index"
|
|
10
|
+
import animation from "./animation/index"
|
|
11
|
+
import ruler from "./ruler/index"
|
|
12
|
+
|
|
13
|
+
import SVG from "./SVG/index"
|
|
14
|
+
import Canvas from "./Canvas/index"
|
|
15
|
+
import RawCanvas from "../src/common/canvas/index"
|
|
16
|
+
|
|
17
|
+
import getWebGLContext from "./getWebGLContext/index"
|
|
18
|
+
import Shader from "./Shader/index"
|
|
19
|
+
import Texture from "./Texture/index"
|
|
20
|
+
import Buffer from "./Buffer/index"
|
|
21
|
+
|
|
22
|
+
import Eoap from "./Eoap/index"
|
|
23
|
+
import Mercator from "./Mercator/index"
|
|
24
|
+
|
|
25
|
+
import throttle from "./throttle/index"
|
|
26
|
+
|
|
27
|
+
import MapCoordinate from "./MapCoordinate/index"
|
|
28
|
+
|
|
29
|
+
import TreeLayout from "./TreeLayout/index"
|
|
30
|
+
import PieLayout from "./PieLayout/index"
|
|
31
|
+
import BarLayout from "./BarLayout/index"
|
|
32
|
+
|
|
33
|
+
import initOption from "./initOption/index"
|
|
34
|
+
import mergeOption from "./mergeOption/index"
|
|
35
|
+
|
|
36
|
+
import assemble from "./assemble/index"
|
|
37
|
+
|
|
38
|
+
export default {
|
|
39
|
+
|
|
40
|
+
// 插值
|
|
41
|
+
Cardinal,
|
|
42
|
+
Hermite,
|
|
43
|
+
|
|
44
|
+
// 变换
|
|
45
|
+
Matrix4,
|
|
46
|
+
rotate,
|
|
47
|
+
move,
|
|
48
|
+
scale,
|
|
49
|
+
|
|
50
|
+
// 工具
|
|
51
|
+
getLoopColors,
|
|
52
|
+
animation,
|
|
53
|
+
ruler,
|
|
54
|
+
|
|
55
|
+
// 画笔
|
|
56
|
+
SVG,
|
|
57
|
+
Canvas,
|
|
58
|
+
RawCanvas,
|
|
59
|
+
|
|
60
|
+
// WebGL
|
|
61
|
+
getWebGLContext,
|
|
62
|
+
Shader,
|
|
63
|
+
Texture,
|
|
64
|
+
Buffer,
|
|
65
|
+
|
|
66
|
+
// 投影
|
|
67
|
+
Eoap,
|
|
68
|
+
Mercator,
|
|
69
|
+
|
|
70
|
+
// 辅助
|
|
71
|
+
throttle,
|
|
72
|
+
assemble,
|
|
73
|
+
|
|
74
|
+
// 坐标系
|
|
75
|
+
MapCoordinate,
|
|
76
|
+
|
|
77
|
+
// 布局
|
|
78
|
+
TreeLayout,
|
|
79
|
+
PieLayout,
|
|
80
|
+
BarLayout,
|
|
81
|
+
|
|
82
|
+
// 配置项
|
|
83
|
+
initOption,
|
|
84
|
+
mergeOption
|
|
85
85
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { initOption } from "../../src/common/option"
|
|
2
|
-
|
|
1
|
+
import { initOption } from "../../src/common/option"
|
|
2
|
+
|
|
3
3
|
export default initOption
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { mergeOption } from "../../src/common/option"
|
|
2
|
-
|
|
1
|
+
import { mergeOption } from "../../src/common/option"
|
|
2
|
+
|
|
3
3
|
export default mergeOption
|
package/package/move/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import move from "../../src/move"
|
|
2
|
-
|
|
1
|
+
import move from "../../src/move"
|
|
2
|
+
|
|
3
3
|
export default move
|
package/package/rotate/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import rotate from "../../src/rotate"
|
|
2
|
-
|
|
1
|
+
import rotate from "../../src/rotate"
|
|
2
|
+
|
|
3
3
|
export default rotate
|
package/package/ruler/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import ruler from "../../src/ruler"
|
|
2
|
-
|
|
1
|
+
import ruler from "../../src/ruler"
|
|
2
|
+
|
|
3
3
|
export default ruler
|
package/package/scale/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import scale from "../../src/scale"
|
|
2
|
-
|
|
1
|
+
import scale from "../../src/scale"
|
|
2
|
+
|
|
3
3
|
export default scale
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { throttle } from "oipage/web/throttle/index"
|
|
2
|
-
|
|
1
|
+
import { throttle } from "oipage/web/throttle/index"
|
|
2
|
+
|
|
3
3
|
export default throttle
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vislite",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "灵活、快速、简单的数据可视化交互式跨端前端库",
|
|
5
5
|
"main": "./lib/index.umd.min.js",
|
|
6
6
|
"typings": "./types/index.d.ts",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"webpack-dev-server": "^4.7.4"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"oipage": "^1.3.
|
|
73
|
+
"oipage": "^1.3.1"
|
|
74
74
|
}
|
|
75
75
|
}
|
package/src/Eoap.ts
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
import type MapType from '../types/Map'
|
|
2
|
-
|
|
3
|
-
// 围绕X轴旋转
|
|
4
|
-
const rotateX = function (deg: number, x: number, y: number, z: number) {
|
|
5
|
-
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
6
|
-
return [x, y * cos - z * sin, y * sin + z * cos]
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
// 围绕Y轴旋转
|
|
10
|
-
const rotateY = function (deg: number, x: number, y: number, z: number) {
|
|
11
|
-
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
12
|
-
return [z * sin + x * cos, y, z * cos - x * sin]
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
// 围绕Z轴旋转
|
|
16
|
-
const rotateZ = function (deg: number, x: number, y: number, z: number) {
|
|
17
|
-
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
18
|
-
return [x * cos - y * sin, x * sin + y * cos, z]
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/* 等角斜方位投影 */
|
|
22
|
-
class Eoap implements MapType {
|
|
23
|
-
readonly name: string = 'Eoap'
|
|
24
|
-
|
|
25
|
-
private __scale: number // 缩放比例
|
|
26
|
-
private __center: number[] // 投影中心经纬度
|
|
27
|
-
|
|
28
|
-
constructor(scale: number = 7, center: number[] = [107, 36]) {
|
|
29
|
-
this.__scale = scale
|
|
30
|
-
this.__center = center
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
use(λ: number, φ: number): [number, number, number] {
|
|
34
|
-
/**
|
|
35
|
-
* 通过旋转的方法
|
|
36
|
-
* 先旋转出点的位置
|
|
37
|
-
* 然后根据把地心到旋转中心的这条射线变成OZ这条射线的变换应用到初始化点上
|
|
38
|
-
* 这样求的的点的x,y就是最终结果
|
|
39
|
-
*
|
|
40
|
-
* 计算过程:
|
|
41
|
-
* 1.初始化点的位置是p(x,0,0),其中x的值是地球半径除以缩放倍速
|
|
42
|
-
* 2.根据点的纬度对p进行旋转,旋转后得到的p的坐标纬度就是目标纬度
|
|
43
|
-
* 3.同样的对此刻的p进行经度的旋转,这样就获取了极点作为中心点的坐标
|
|
44
|
-
* 4.接着想象一下为了让旋转中心移动到极点需要进行旋转的经纬度是多少,记为lo和la
|
|
45
|
-
* 5.然后再对p进行经度度旋转lo获得新的p
|
|
46
|
-
* 6.然后再对p进行纬度旋转la获得新的p
|
|
47
|
-
* 7.旋转结束
|
|
48
|
-
*
|
|
49
|
-
* 特别注意:第5和第6步顺序一定不可以调换,原因来自经纬度定义上
|
|
50
|
-
* 【除了经度为0的位置,不然纬度的旋转会改变原来的经度值,反过来不会】
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
53
|
-
let p = rotateY((360 - φ) / 180 * Math.PI, 100 * this.__scale, 0, 0)
|
|
54
|
-
p = rotateZ(λ / 180 * Math.PI, p[0], p[1], p[2])
|
|
55
|
-
p = rotateZ((90 - this.__center[0]) / 180 * Math.PI, p[0], p[1], p[2])
|
|
56
|
-
p = rotateX((90 - this.__center[1]) / 180 * Math.PI, p[0], p[1], p[2])
|
|
57
|
-
|
|
58
|
-
return [
|
|
59
|
-
-p[0], // 加负号是因为浏览器坐标和地图不一样
|
|
60
|
-
p[1],
|
|
61
|
-
p[2]
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export default Eoap
|
|
1
|
+
import type MapType from '../types/Map'
|
|
2
|
+
|
|
3
|
+
// 围绕X轴旋转
|
|
4
|
+
const rotateX = function (deg: number, x: number, y: number, z: number) {
|
|
5
|
+
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
6
|
+
return [x, y * cos - z * sin, y * sin + z * cos]
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
// 围绕Y轴旋转
|
|
10
|
+
const rotateY = function (deg: number, x: number, y: number, z: number) {
|
|
11
|
+
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
12
|
+
return [z * sin + x * cos, y, z * cos - x * sin]
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// 围绕Z轴旋转
|
|
16
|
+
const rotateZ = function (deg: number, x: number, y: number, z: number) {
|
|
17
|
+
const cos = Math.cos(deg), sin = Math.sin(deg)
|
|
18
|
+
return [x * cos - y * sin, x * sin + y * cos, z]
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* 等角斜方位投影 */
|
|
22
|
+
class Eoap implements MapType {
|
|
23
|
+
readonly name: string = 'Eoap'
|
|
24
|
+
|
|
25
|
+
private __scale: number // 缩放比例
|
|
26
|
+
private __center: number[] // 投影中心经纬度
|
|
27
|
+
|
|
28
|
+
constructor(scale: number = 7, center: number[] = [107, 36]) {
|
|
29
|
+
this.__scale = scale
|
|
30
|
+
this.__center = center
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
use(λ: number, φ: number): [number, number, number] {
|
|
34
|
+
/**
|
|
35
|
+
* 通过旋转的方法
|
|
36
|
+
* 先旋转出点的位置
|
|
37
|
+
* 然后根据把地心到旋转中心的这条射线变成OZ这条射线的变换应用到初始化点上
|
|
38
|
+
* 这样求的的点的x,y就是最终结果
|
|
39
|
+
*
|
|
40
|
+
* 计算过程:
|
|
41
|
+
* 1.初始化点的位置是p(x,0,0),其中x的值是地球半径除以缩放倍速
|
|
42
|
+
* 2.根据点的纬度对p进行旋转,旋转后得到的p的坐标纬度就是目标纬度
|
|
43
|
+
* 3.同样的对此刻的p进行经度的旋转,这样就获取了极点作为中心点的坐标
|
|
44
|
+
* 4.接着想象一下为了让旋转中心移动到极点需要进行旋转的经纬度是多少,记为lo和la
|
|
45
|
+
* 5.然后再对p进行经度度旋转lo获得新的p
|
|
46
|
+
* 6.然后再对p进行纬度旋转la获得新的p
|
|
47
|
+
* 7.旋转结束
|
|
48
|
+
*
|
|
49
|
+
* 特别注意:第5和第6步顺序一定不可以调换,原因来自经纬度定义上
|
|
50
|
+
* 【除了经度为0的位置,不然纬度的旋转会改变原来的经度值,反过来不会】
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
let p = rotateY((360 - φ) / 180 * Math.PI, 100 * this.__scale, 0, 0)
|
|
54
|
+
p = rotateZ(λ / 180 * Math.PI, p[0], p[1], p[2])
|
|
55
|
+
p = rotateZ((90 - this.__center[0]) / 180 * Math.PI, p[0], p[1], p[2])
|
|
56
|
+
p = rotateX((90 - this.__center[1]) / 180 * Math.PI, p[0], p[1], p[2])
|
|
57
|
+
|
|
58
|
+
return [
|
|
59
|
+
-p[0], // 加负号是因为浏览器坐标和地图不一样
|
|
60
|
+
p[1],
|
|
61
|
+
p[2]
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export default Eoap
|