vislite 1.2.1 → 1.3.0-alpha.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.
Files changed (168) hide show
  1. package/AUTHORS.txt +6 -6
  2. package/CHANGELOG +18 -1
  3. package/LICENSE +20 -20
  4. package/README.md +9 -33
  5. package/lib/Buffer/index.es.js +1 -1
  6. package/lib/Buffer/index.es.min.js +1 -1
  7. package/lib/Canvas/index.es.js +36 -7
  8. package/lib/Canvas/index.es.min.js +2 -2
  9. package/lib/Cardinal/index.es.js +1 -1
  10. package/lib/Cardinal/index.es.min.js +1 -1
  11. package/lib/Eoap/index.es.js +1 -1
  12. package/lib/Eoap/index.es.min.js +1 -1
  13. package/lib/Hermite/index.es.js +1 -1
  14. package/lib/Hermite/index.es.min.js +1 -1
  15. package/lib/MapCoordinate/index.es.d.ts +3 -0
  16. package/lib/MapCoordinate/index.es.js +217 -0
  17. package/lib/MapCoordinate/index.es.min.d.ts +3 -0
  18. package/lib/MapCoordinate/index.es.min.js +5 -0
  19. package/lib/Matrix4/index.es.js +1 -1
  20. package/lib/Matrix4/index.es.min.js +1 -1
  21. package/lib/Mercator/index.es.js +1 -1
  22. package/lib/Mercator/index.es.min.js +1 -1
  23. package/lib/RawCanvas/index.es.js +36 -7
  24. package/lib/RawCanvas/index.es.min.js +2 -2
  25. package/lib/SVG/index.es.js +47 -20
  26. package/lib/SVG/index.es.min.js +2 -2
  27. package/lib/Shader/index.es.js +1 -1
  28. package/lib/Shader/index.es.min.js +1 -1
  29. package/lib/Texture/index.es.js +1 -1
  30. package/lib/Texture/index.es.min.js +1 -1
  31. package/lib/TreeLayout/index.es.js +1 -1
  32. package/lib/TreeLayout/index.es.min.js +1 -1
  33. package/lib/animation/index.es.js +1 -1
  34. package/lib/animation/index.es.min.js +1 -1
  35. package/lib/assemble/index.es.js +1 -1
  36. package/lib/assemble/index.es.min.js +1 -1
  37. package/lib/getLoopColors/index.es.js +1 -1
  38. package/lib/getLoopColors/index.es.min.js +1 -1
  39. package/lib/getWebGLContext/index.es.js +1 -1
  40. package/lib/getWebGLContext/index.es.min.js +1 -1
  41. package/lib/index.umd.js +198 -26
  42. package/lib/index.umd.min.js +2 -2
  43. package/lib/initOption/index.es.js +1 -1
  44. package/lib/initOption/index.es.min.js +1 -1
  45. package/lib/mergeOption/index.es.js +1 -1
  46. package/lib/mergeOption/index.es.min.js +1 -1
  47. package/lib/move/index.es.js +1 -1
  48. package/lib/move/index.es.min.js +1 -1
  49. package/lib/rotate/index.es.js +1 -1
  50. package/lib/rotate/index.es.min.js +1 -1
  51. package/lib/ruler/index.es.js +1 -1
  52. package/lib/ruler/index.es.min.js +1 -1
  53. package/lib/scale/index.es.js +1 -1
  54. package/lib/scale/index.es.min.js +1 -1
  55. package/lib/throttle/index.es.js +1 -1
  56. package/lib/throttle/index.es.min.js +1 -1
  57. package/minialipay/ui-canvas/drawImage.js +35 -35
  58. package/minialipay/ui-canvas/index.acss +4 -4
  59. package/minialipay/ui-canvas/index.axml +3 -3
  60. package/minialipay/ui-canvas/index.d.ts +1 -1
  61. package/minialipay/ui-canvas/index.js +100 -100
  62. package/minialipay/ui-canvas/index.json +6 -6
  63. package/miniprogram/ui-canvas/drawImage.js +35 -35
  64. package/miniprogram/ui-canvas/index.js +117 -117
  65. package/miniprogram/ui-canvas/index.json +4 -4
  66. package/miniprogram/ui-canvas/index.wxml +4 -4
  67. package/miniprogram/ui-canvas/index.wxss +5 -5
  68. package/package/Buffer/index.ts +2 -2
  69. package/package/Canvas/index.ts +2 -2
  70. package/package/Cardinal/index.ts +2 -2
  71. package/package/Eoap/index.ts +2 -2
  72. package/package/Hermite/index.ts +2 -2
  73. package/package/MapCoordinate/index.ts +3 -0
  74. package/package/Matrix4/index.ts +2 -2
  75. package/package/Mercator/index.ts +2 -2
  76. package/package/RawCanvas/index.ts +2 -2
  77. package/package/SVG/index.ts +2 -2
  78. package/package/Shader/index.ts +2 -2
  79. package/package/Texture/index.ts +2 -2
  80. package/package/TreeLayout/index.ts +2 -2
  81. package/package/animation/index.ts +2 -2
  82. package/package/assemble/index.ts +2 -2
  83. package/package/getLoopColors/index.ts +2 -2
  84. package/package/getWebGLContext/index.ts +40 -40
  85. package/package/index.ts +80 -75
  86. package/package/initOption/index.ts +2 -2
  87. package/package/mergeOption/index.ts +2 -2
  88. package/package/move/index.ts +2 -2
  89. package/package/rotate/index.ts +2 -2
  90. package/package/ruler/index.ts +2 -2
  91. package/package/scale/index.ts +2 -2
  92. package/package/throttle/index.ts +2 -2
  93. package/package.json +75 -77
  94. package/src/Canvas.ts +84 -84
  95. package/src/Eoap.ts +66 -66
  96. package/src/Matrix4/index.ts +84 -84
  97. package/src/Matrix4/move.ts +12 -12
  98. package/src/Matrix4/rotate.ts +15 -15
  99. package/src/Matrix4/scale.ts +11 -11
  100. package/src/Matrix4/transform.ts +64 -64
  101. package/src/Mercator.ts +27 -27
  102. package/src/SVG.ts +24 -24
  103. package/src/common/assemble.ts +22 -22
  104. package/src/common/canvas/arc.ts +51 -51
  105. package/src/common/canvas/config.ts +176 -158
  106. package/src/common/canvas/default.ts +64 -61
  107. package/src/common/canvas/gradient.ts +31 -31
  108. package/src/common/canvas/index.ts +188 -188
  109. package/src/common/canvas/painter.ts +443 -430
  110. package/src/common/canvas/texts.ts +18 -18
  111. package/src/common/map/getBoundary.ts +16 -0
  112. package/src/common/map/tool.ts +30 -0
  113. package/src/common/option.ts +29 -29
  114. package/src/common/setStyle.ts +5 -5
  115. package/src/common/svg/config.ts +213 -194
  116. package/src/common/svg/default.ts +29 -26
  117. package/src/common/svg/gradient.ts +53 -53
  118. package/src/common/svg/index.ts +332 -332
  119. package/src/common/svg/tool.ts +51 -42
  120. package/src/common/tree/index.ts +25 -25
  121. package/src/common/tree/toPlainTree.ts +132 -132
  122. package/src/common/type.ts +26 -26
  123. package/src/common/webgl/buffer.ts +79 -79
  124. package/src/common/webgl/getWebGLContext.ts +45 -45
  125. package/src/common/webgl/shader.ts +75 -75
  126. package/src/common/webgl/texture.ts +97 -97
  127. package/src/coordinate/MapCoordinate.ts +81 -0
  128. package/src/getLoopColors.ts +42 -42
  129. package/src/interpolation/Cardinal.ts +110 -110
  130. package/src/interpolation/Hermite.ts +65 -65
  131. package/src/move.ts +7 -7
  132. package/src/rotate.ts +7 -7
  133. package/src/ruler.ts +209 -209
  134. package/src/scale.ts +6 -6
  135. package/types/Buffer.d.ts +23 -23
  136. package/types/Canvas.d.ts +352 -344
  137. package/types/CanvasConfig.d.ts +88 -116
  138. package/types/CanvasOption.d.ts +8 -8
  139. package/types/CanvasOpts.d.ts +9 -9
  140. package/types/Cardinal.d.ts +13 -13
  141. package/types/Gradient.d.ts +14 -14
  142. package/types/Hermite.d.ts +18 -18
  143. package/types/Map.d.ts +9 -9
  144. package/types/MapConfig.d.ts +28 -0
  145. package/types/MapCoordinate.d.ts +23 -0
  146. package/types/Matrix4.d.ts +47 -47
  147. package/types/SVG.d.ts +243 -243
  148. package/types/SVGConfig.d.ts +71 -89
  149. package/types/Shader.d.ts +16 -16
  150. package/types/Texture.d.ts +16 -16
  151. package/types/TreeConfig.d.ts +36 -36
  152. package/types/TreeOption.d.ts +48 -48
  153. package/types/animation.d.ts +5 -5
  154. package/types/assemble.d.ts +5 -5
  155. package/types/getLoopColors.d.ts +5 -5
  156. package/types/getWebGLContext.d.ts +7 -7
  157. package/types/index.d.ts +179 -165
  158. package/types/move.d.ts +5 -5
  159. package/types/option.d.ts +12 -12
  160. package/types/painterConfig.d.ts +4 -4
  161. package/types/rotate.d.ts +5 -5
  162. package/types/ruler.d.ts +10 -10
  163. package/types/scale.d.ts +5 -5
  164. package/types/throttle.d.ts +5 -5
  165. package/types/ui-canvas.d.ts +4 -4
  166. package/types/uni-canvas.d.ts +3 -3
  167. package/uni-app/drawImage.js +19 -19
  168. package/uni-app/ui-canvas.vue +284 -284
@@ -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/corejs/throttle/index"
2
-
1
+ import { throttle } from "oipage/corejs/throttle/index"
2
+
3
3
  export default throttle
package/package.json CHANGED
@@ -1,77 +1,75 @@
1
- {
2
- "name": "vislite",
3
- "version": "1.2.1",
4
- "description": "灵活、快速、简单的数据可视化交互式跨端前端库",
5
- "main": "./lib/index.umd.min.js",
6
- "typings": "./types/index.d.ts",
7
- "unpkg": "./lib/index.umd.min.js",
8
- "jsdelivr": "./lib/index.umd.min.js",
9
- "sideEffects": false,
10
- "scripts": {
11
- "init": "npm install && oipage-cli --copy ./node_modules/pageby/dist/pageby.min.js ./docs/js/min/pageby.min.js",
12
- "dev": "webpack serve --config ./build/webpack.config.js",
13
- "build": "oipage-cli --delete ./lib && node ./build/pkg.js",
14
- "test": "karma start ./build/karma.config.js",
15
- "lint": "eslint src/**/*.ts --fix"
16
- },
17
- "miniprogram": ".",
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/oi-contrib/VISLite.git"
21
- },
22
- "keywords": [
23
- "svg",
24
- "webgl",
25
- "typescript",
26
- "canvas",
27
- "vue",
28
- "uniapp",
29
- "miniprogram",
30
- "image2d",
31
- "image3d",
32
- "oi-contrib",
33
- "vislite",
34
- "d3",
35
- "zxl20070701",
36
- "three",
37
- "echarts",
38
- "datav",
39
- "webgpu",
40
- "layout",
41
- "algorithm"
42
- ],
43
- "author": {
44
- "name": "zxl20070701",
45
- "url": "https://zxl20070701.github.io/notebook/home.html"
46
- },
47
- "license": "MIT",
48
- "bugs": {
49
- "url": "https://github.com/oi-contrib/VISLite/issues"
50
- },
51
- "homepage": "https://oi-contrib.github.io/VISLite",
52
- "devDependencies": {
53
- "@rollup/plugin-commonjs": "^25.0.7",
54
- "@rollup/plugin-node-resolve": "^15.2.3",
55
- "@rollup/plugin-typescript": "^11.1.0",
56
- "@types/jasmine": "^4.3.1",
57
- "@typescript-eslint/eslint-plugin": "^6.14.0",
58
- "@typescript-eslint/parser": "^6.14.0",
59
- "eslint": "^8.56.0",
60
- "karma": "^6.3.10",
61
- "karma-chrome-launcher": "^3.1.0",
62
- "karma-jasmine": "^4.0.1",
63
- "karma-webpack": "^5.0.0",
64
- "pageby": "^0.1.0",
65
- "rollup": "^3.20.6",
66
- "terser": "^5.17.1",
67
- "ts-loader": "^9.2.8",
68
- "tslib": "^2.5.0",
69
- "typescript": "^4.6.2",
70
- "webpack": "^5.70.0",
71
- "webpack-cli": "^4.9.2",
72
- "webpack-dev-server": "^4.7.4"
73
- },
74
- "dependencies": {
75
- "oipage": "^0.1.0"
76
- }
77
- }
1
+ {
2
+ "name": "vislite",
3
+ "version": "1.3.0-alpha.1",
4
+ "description": "灵活、快速、简单的数据可视化交互式跨端前端库",
5
+ "main": "./lib/index.umd.min.js",
6
+ "typings": "./types/index.d.ts",
7
+ "unpkg": "./lib/index.umd.min.js",
8
+ "jsdelivr": "./lib/index.umd.min.js",
9
+ "sideEffects": false,
10
+ "scripts": {
11
+ "dev": "webpack serve --config ./build/webpack.config.js",
12
+ "build": "oipage-cli --delete ./lib && node ./build/pkg.js",
13
+ "test": "karma start ./build/karma.config.js",
14
+ "lint": "eslint src/**/*.ts --fix"
15
+ },
16
+ "miniprogram": ".",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/oi-contrib/VISLite.git"
20
+ },
21
+ "keywords": [
22
+ "svg",
23
+ "webgl",
24
+ "typescript",
25
+ "canvas",
26
+ "vue",
27
+ "uniapp",
28
+ "miniprogram",
29
+ "image2d",
30
+ "image3d",
31
+ "oi-contrib",
32
+ "vislite",
33
+ "d3",
34
+ "zxl20070701",
35
+ "three",
36
+ "echarts",
37
+ "datav",
38
+ "webgpu",
39
+ "layout",
40
+ "algorithm"
41
+ ],
42
+ "author": {
43
+ "name": "zxl20070701",
44
+ "url": "https://zxl20070701.github.io/notebook/home.html"
45
+ },
46
+ "license": "MIT",
47
+ "bugs": {
48
+ "url": "https://github.com/oi-contrib/VISLite/issues"
49
+ },
50
+ "homepage": "https://oi-contrib.github.io/VISLite",
51
+ "devDependencies": {
52
+ "@rollup/plugin-commonjs": "^25.0.7",
53
+ "@rollup/plugin-node-resolve": "^15.2.3",
54
+ "@rollup/plugin-typescript": "^11.1.0",
55
+ "@types/jasmine": "^4.3.1",
56
+ "@typescript-eslint/eslint-plugin": "^6.14.0",
57
+ "@typescript-eslint/parser": "^6.14.0",
58
+ "eslint": "^8.56.0",
59
+ "karma": "^6.3.10",
60
+ "karma-chrome-launcher": "^3.1.0",
61
+ "karma-jasmine": "^4.0.1",
62
+ "karma-webpack": "^5.0.0",
63
+ "rollup": "^3.20.6",
64
+ "terser": "^5.17.1",
65
+ "ts-loader": "^9.2.8",
66
+ "tslib": "^2.5.0",
67
+ "typescript": "^4.6.2",
68
+ "webpack": "^5.70.0",
69
+ "webpack-cli": "^4.9.2",
70
+ "webpack-dev-server": "^4.7.4"
71
+ },
72
+ "dependencies": {
73
+ "oipage": "^0.1.0"
74
+ }
75
+ }
package/src/Canvas.ts CHANGED
@@ -1,85 +1,85 @@
1
- import type CanvasType from '../types/Canvas'
2
- import type CanvasOptionType from '../types/CanvasOption'
3
-
4
- import OralCanvas from './common/canvas/index'
5
- import { initOption } from './common/option'
6
-
7
- class Canvas extends OralCanvas implements CanvasType {
8
- private __canvas: HTMLCanvasElement
9
- private __el: HTMLElement
10
- constructor(el: HTMLElement | null, option: CanvasOptionType = {}, width: number = 0, height: number = 0) {
11
- if (!el) {
12
- throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.")
13
- }
14
-
15
- option = initOption(option, {
16
- region: true,
17
- willReadFrequently: false
18
- })
19
-
20
- width = width || el.clientWidth
21
- height = height || el.clientHeight
22
-
23
- let ViewCanvas: HTMLCanvasElement, RegionCanvas: HTMLCanvasElement | null = null
24
-
25
- const _el = el as any
26
-
27
- // 如果已经初始化过了
28
- if (_el._vislite_canvas_) {
29
- ViewCanvas = _el._vislite_canvas_[0]
30
- RegionCanvas = _el._vislite_canvas_[1]
31
- }
32
-
33
- // 否则就初始化
34
- else {
35
- ViewCanvas = document.createElement('canvas')
36
- el.appendChild(ViewCanvas)
37
-
38
- if (option.region) {
39
- RegionCanvas = document.createElement('canvas')
40
- }
41
-
42
- _el._vislite_canvas_ = [ViewCanvas, RegionCanvas]
43
-
44
- el.setAttribute('vislite', 'Canvas')
45
- }
46
-
47
- // 设置画布大小
48
- const canvasArray = [RegionCanvas, ViewCanvas]
49
- for (let index = 0; index < canvasArray.length; index++) {
50
- const canvas = canvasArray[index]
51
- if (canvas) {
52
- canvas.style.width = width + "px"
53
- canvas.setAttribute('width', (index * width + width) + "")
54
-
55
- canvas.style.height = height + "px"
56
- canvas.setAttribute('height', (index * height + height) + "")
57
- }
58
- }
59
-
60
- super(ViewCanvas, RegionCanvas, {
61
- willReadFrequently: option.willReadFrequently,
62
- }, 2)
63
-
64
- this.__canvas = ViewCanvas
65
- this.__el = el
66
- this.painter.scale(2, 2)
67
- }
68
-
69
- toDataURL(): Promise<string> {
70
- return new Promise(resolve => {
71
- resolve(this.__canvas.toDataURL())
72
- })
73
- }
74
-
75
- bind(eventName: string, callback: (regionName: string, x: number, y: number) => void) {
76
- this.__el.addEventListener(eventName, (event: any) => {
77
- this.getRegion(event.offsetX, event.offsetY).then(regionName => {
78
- callback(regionName, event.offsetX, event.offsetY)
79
- })
80
- })
81
- return this
82
- }
83
- }
84
-
1
+ import type CanvasType from '../types/Canvas'
2
+ import type CanvasOptionType from '../types/CanvasOption'
3
+
4
+ import OralCanvas from './common/canvas/index'
5
+ import { initOption } from './common/option'
6
+
7
+ class Canvas extends OralCanvas implements CanvasType {
8
+ private __canvas: HTMLCanvasElement
9
+ private __el: HTMLElement
10
+ constructor(el: HTMLElement | null, option: CanvasOptionType = {}, width: number = 0, height: number = 0) {
11
+ if (!el) {
12
+ throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.")
13
+ }
14
+
15
+ option = initOption(option, {
16
+ region: true,
17
+ willReadFrequently: false
18
+ })
19
+
20
+ width = width || el.clientWidth
21
+ height = height || el.clientHeight
22
+
23
+ let ViewCanvas: HTMLCanvasElement, RegionCanvas: HTMLCanvasElement | null = null
24
+
25
+ const _el = el as any
26
+
27
+ // 如果已经初始化过了
28
+ if (_el._vislite_canvas_) {
29
+ ViewCanvas = _el._vislite_canvas_[0]
30
+ RegionCanvas = _el._vislite_canvas_[1]
31
+ }
32
+
33
+ // 否则就初始化
34
+ else {
35
+ ViewCanvas = document.createElement('canvas')
36
+ el.appendChild(ViewCanvas)
37
+
38
+ if (option.region) {
39
+ RegionCanvas = document.createElement('canvas')
40
+ }
41
+
42
+ _el._vislite_canvas_ = [ViewCanvas, RegionCanvas]
43
+
44
+ el.setAttribute('vislite', 'Canvas')
45
+ }
46
+
47
+ // 设置画布大小
48
+ const canvasArray = [RegionCanvas, ViewCanvas]
49
+ for (let index = 0; index < canvasArray.length; index++) {
50
+ const canvas = canvasArray[index]
51
+ if (canvas) {
52
+ canvas.style.width = width + "px"
53
+ canvas.setAttribute('width', (index * width + width) + "")
54
+
55
+ canvas.style.height = height + "px"
56
+ canvas.setAttribute('height', (index * height + height) + "")
57
+ }
58
+ }
59
+
60
+ super(ViewCanvas, RegionCanvas, {
61
+ willReadFrequently: option.willReadFrequently,
62
+ }, 2)
63
+
64
+ this.__canvas = ViewCanvas
65
+ this.__el = el
66
+ this.painter.scale(2, 2)
67
+ }
68
+
69
+ toDataURL(): Promise<string> {
70
+ return new Promise(resolve => {
71
+ resolve(this.__canvas.toDataURL())
72
+ })
73
+ }
74
+
75
+ bind(eventName: string, callback: (regionName: string, x: number, y: number) => void) {
76
+ this.__el.addEventListener(eventName, (event: any) => {
77
+ this.getRegion(event.offsetX, event.offsetY).then(regionName => {
78
+ callback(regionName, event.offsetX, event.offsetY)
79
+ })
80
+ })
81
+ return this
82
+ }
83
+ }
84
+
85
85
  export default Canvas
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
@@ -1,85 +1,85 @@
1
- import type Matrix4Type from '../../types/Matrix4'
2
-
3
- // 两个4x4矩阵相乘
4
- // 或矩阵和齐次坐标相乘
5
- const _multiply = function (matrix4: number[], param: number[]) {
6
- const newParam: number[] = []
7
- for (let i = 0; i < 4; i++)
8
- for (let j = 0; j < param.length / 4; j++)
9
- newParam[j * 4 + i] =
10
- matrix4[i] * param[j * 4] +
11
- matrix4[i + 4] * param[j * 4 + 1] +
12
- matrix4[i + 8] * param[j * 4 + 2] +
13
- matrix4[i + 12] * param[j * 4 + 3]
14
- return newParam
15
- }
16
-
17
- import _move from './move'
18
- import _rotate from './rotate'
19
- import _scale from './scale'
20
- import _transform from './transform'
21
-
22
- // 列主序存储的4x4矩阵
23
-
24
- const __initMatrix4 = [
25
- 1, 0, 0, 0,
26
- 0, 1, 0, 0,
27
- 0, 0, 1, 0,
28
- 0, 0, 0, 1
29
- ]
30
-
31
- class Matrix4 implements Matrix4Type {
32
- readonly name: string = 'Matrix4'
33
-
34
- private __matrix4: number[]
35
-
36
- constructor(initMatrix4: number[] = __initMatrix4) {
37
- this.__matrix4 = initMatrix4
38
- }
39
-
40
- // 设置内置矩阵
41
- setValue(initMatrix4: number[] = __initMatrix4) {
42
- this.__matrix4 = initMatrix4
43
- return this
44
- }
45
-
46
- // 移动
47
- move(dis: number, a: number, b: number, c: number = 0) {
48
- this.__matrix4 = _multiply(_move(dis, a, b, c), this.__matrix4)
49
- return this
50
- }
51
-
52
- // 旋转
53
- rotate(deg: number, a1: number, b1: number, c1?: number, a2?: number, b2?: number, c2?: number) {
54
- const matrix4s = _transform(a1, b1, c1, a2, b2, c2)
55
- this.__matrix4 = _multiply(_multiply(_multiply(matrix4s[1], _rotate(deg)), matrix4s[0]), this.__matrix4)
56
- return this
57
- }
58
-
59
- // 缩放
60
- scale(xTimes: number, yTimes: number, zTimes: number, cx: number = 0, cy: number = 0, cz: number = 0) {
61
- this.__matrix4 = _multiply(_scale(xTimes, yTimes, zTimes, cx, cy, cz), this.__matrix4)
62
- return this
63
- }
64
-
65
- // 乘法
66
- // 可以传入一个矩阵(matrix4,flag)
67
- multiply(newMatrix4: number[], flag: boolean = false) {
68
- this.__matrix4 = flag ? _multiply(this.__matrix4, newMatrix4) : _multiply(newMatrix4, this.__matrix4)
69
- return this
70
- }
71
-
72
- // 对一个坐标应用变换
73
- // 齐次坐标(x,y,z,w)
74
- use(x: number, y: number, z: number = 0, w: number = 1): [number, number, number, number] {
75
- // w为0表示点位于无穷远处,忽略
76
- return _multiply(this.__matrix4, [x, y, z, w]) as [number, number, number, number]
77
- }
78
-
79
- // 矩阵的值
80
- value() {
81
- return this.__matrix4
82
- }
83
- }
84
-
1
+ import type Matrix4Type from '../../types/Matrix4'
2
+
3
+ // 两个4x4矩阵相乘
4
+ // 或矩阵和齐次坐标相乘
5
+ const _multiply = function (matrix4: number[], param: number[]) {
6
+ const newParam: number[] = []
7
+ for (let i = 0; i < 4; i++)
8
+ for (let j = 0; j < param.length / 4; j++)
9
+ newParam[j * 4 + i] =
10
+ matrix4[i] * param[j * 4] +
11
+ matrix4[i + 4] * param[j * 4 + 1] +
12
+ matrix4[i + 8] * param[j * 4 + 2] +
13
+ matrix4[i + 12] * param[j * 4 + 3]
14
+ return newParam
15
+ }
16
+
17
+ import _move from './move'
18
+ import _rotate from './rotate'
19
+ import _scale from './scale'
20
+ import _transform from './transform'
21
+
22
+ // 列主序存储的4x4矩阵
23
+
24
+ const __initMatrix4 = [
25
+ 1, 0, 0, 0,
26
+ 0, 1, 0, 0,
27
+ 0, 0, 1, 0,
28
+ 0, 0, 0, 1
29
+ ]
30
+
31
+ class Matrix4 implements Matrix4Type {
32
+ readonly name: string = 'Matrix4'
33
+
34
+ private __matrix4: number[]
35
+
36
+ constructor(initMatrix4: number[] = __initMatrix4) {
37
+ this.__matrix4 = initMatrix4
38
+ }
39
+
40
+ // 设置内置矩阵
41
+ setValue(initMatrix4: number[] = __initMatrix4) {
42
+ this.__matrix4 = initMatrix4
43
+ return this
44
+ }
45
+
46
+ // 移动
47
+ move(dis: number, a: number, b: number, c: number = 0) {
48
+ this.__matrix4 = _multiply(_move(dis, a, b, c), this.__matrix4)
49
+ return this
50
+ }
51
+
52
+ // 旋转
53
+ rotate(deg: number, a1: number, b1: number, c1?: number, a2?: number, b2?: number, c2?: number) {
54
+ const matrix4s = _transform(a1, b1, c1, a2, b2, c2)
55
+ this.__matrix4 = _multiply(_multiply(_multiply(matrix4s[1], _rotate(deg)), matrix4s[0]), this.__matrix4)
56
+ return this
57
+ }
58
+
59
+ // 缩放
60
+ scale(xTimes: number, yTimes: number, zTimes: number, cx: number = 0, cy: number = 0, cz: number = 0) {
61
+ this.__matrix4 = _multiply(_scale(xTimes, yTimes, zTimes, cx, cy, cz), this.__matrix4)
62
+ return this
63
+ }
64
+
65
+ // 乘法
66
+ // 可以传入一个矩阵(matrix4,flag)
67
+ multiply(newMatrix4: number[], flag: boolean = false) {
68
+ this.__matrix4 = flag ? _multiply(this.__matrix4, newMatrix4) : _multiply(newMatrix4, this.__matrix4)
69
+ return this
70
+ }
71
+
72
+ // 对一个坐标应用变换
73
+ // 齐次坐标(x,y,z,w)
74
+ use(x: number, y: number, z: number = 0, w: number = 1): [number, number, number, number] {
75
+ // w为0表示点位于无穷远处,忽略
76
+ return _multiply(this.__matrix4, [x, y, z, w]) as [number, number, number, number]
77
+ }
78
+
79
+ // 矩阵的值
80
+ value() {
81
+ return this.__matrix4
82
+ }
83
+ }
84
+
85
85
  export default Matrix4