rayshon-cesium-expander 1.9.10 → 1.9.12

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 (3) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +29 -29
  3. package/src/index.ts +0 -238
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
- {
2
- "name": "rayshon-cesium-expander",
3
- "version": "1.9.10",
4
- "description": "> TODO: description",
5
- "author": "rayshon<RayshonFrontend@136.com>",
6
- "homepage": "",
7
- "license": "ISC",
8
- "main": "src/index.ts",
9
- "directories": {
10
- "lib": "lib",
11
- "test": "__tests__",
12
- "build": "webpack --config ../builds/webpack.config.expander.js"
13
- },
14
- "files": [
15
- "lib"
16
- ],
17
- "publishConfig": {
18
- "registry": "https://registry.npmjs.org/"
19
- },
20
- "scripts": {
21
- "test": "echo \"Error: run tests from root\" && exit 1"
22
- },
23
- "peerDependencies": {
24
- "cesium": "1.102.0",
25
- "gpu.js": "^2.11.4",
26
- "rxjs": "^7.4.0",
27
- "simplify-js": "^1.2.4"
28
- }
29
- }
1
+ {
2
+ "name": "rayshon-cesium-expander",
3
+ "version": "1.9.12",
4
+ "description": "> TODO: description",
5
+ "author": "rayshon<RayshonFrontend@136.com>",
6
+ "homepage": "",
7
+ "license": "ISC",
8
+ "main": "lib/index.js",
9
+ "directories": {
10
+ "lib": "lib",
11
+ "test": "__tests__",
12
+ "build": "webpack --config ../builds/webpack.config.expander.js"
13
+ },
14
+ "files": [
15
+ "lib"
16
+ ],
17
+ "publishConfig": {
18
+ "registry": "https://registry.npmjs.org/"
19
+ },
20
+ "scripts": {
21
+ "test": "echo \"Error: run tests from root\" && exit 1"
22
+ },
23
+ "peerDependencies": {
24
+ "cesium": "1.102.0",
25
+ "gpu.js": "^2.11.4",
26
+ "rxjs": "^7.4.0",
27
+ "simplify-js": "^1.2.4"
28
+ }
29
+ }
package/src/index.ts DELETED
@@ -1,238 +0,0 @@
1
- import * as Cesium from 'cesium';
2
- import Viewer from './Widgets/Viewer';
3
- import Timeline from './Widgets/Timeline';
4
- import NewTimeline from './Widgets/NewTimeline';
5
- import trigger from './common/trigger';
6
- import newTrigger from './common/NewTrigger';
7
-
8
- // plugins
9
- import CameraPlugin from './Plugins/camera.plugin';
10
- import TilePlugin from './Plugins/tile.plugin';
11
- import CursorPlugin from './Plugins/cursor.plugin';
12
- import GlobalCesiumMouseHandler from './Plugins/GlobalCesiumMouseHandler.plugin';
13
- import { BoundaryPlugin } from './Plugins';
14
- import RangingPlugin from './Plugins/ranging.plugin';
15
- import RangingPlugin2D from './Plugins/ranging2d.plugin';
16
- import MouseValuePlugin from './Plugins/mouseValue.plugin';
17
- import ProductBox from './Plugins/productBox.plugin';
18
-
19
- // primitives
20
- import CustomProfile from './Primitives/CustomProfile';
21
- import CustomProfileGPU from './Primitives/CustomProfileGPU';
22
- import Profile from './Primitives/Profile';
23
- import ProfileGPU from './Primitives/ProfileGPU';
24
- import SingleRadar from './Primitives/SingleRadar';
25
- import SingleRadarZoom from './Primitives/SingleRadarZoom';
26
- import SingleRadarPrimitive from './Primitives/SingleRadarPrimitive';
27
- import SingleRadarZoomService from './Primitives/SingleRadarZoomService';
28
- import Layer from './Primitives/Layer';
29
- import LayerPNG from './Primitives/LayerPNG';
30
- import CompressPNG from './Primitives/CompressPNG';
31
- import Compress2DPre from './Primitives/Compress2DPre';
32
- import LayerXYPNG from './Primitives/LayerXYPNG';
33
- import LayerZoom from './Primitives/LayerZoom';
34
- import LayerZoomImg from './Primitives/LayerZoomImg';
35
- import LayerZoomJson from './Primitives/LayerZoomJson';
36
- import LayerZoomHole from './Primitives/LayerZoomHole';
37
- import DrainageBasin from './Primitives/DrainageBasin';
38
- import LayerForecast from './Primitives/LayerForecast';
39
- import GeoJson from './Primitives/GeoJson';
40
- import FlowLine from './Primitives/FlowLine';
41
- import IsoModel from './Primitives/IsoModel';
42
- import NewIsoModel from './Primitives/NewIsoModel';
43
- import StormIdentify from './Primitives/StormIdentify';
44
- import StormTrack from './Primitives/StormTrack';
45
- import StormForecast from './Primitives/StormForecast';
46
- import Wind from './Primitives/Wind';
47
- import WindLayer from './Primitives/WindLayer';
48
- import StationLabel from './Primitives/StationLabel';
49
- import StationShaft from './Primitives/StationShaft';
50
- import StationPoint from './Primitives/StationPoint';
51
- import StationText from './Primitives/StationText';
52
- import StationPointNowcast from './Primitives/StationPointNowcast';
53
- import StationPointHollow from './Primitives/StationPointHollow';
54
- import MarkPoint from './Primitives/MarkPoint';
55
- import RadarRange from './Primitives/RadarRange';
56
- import AlarmCircle from './Primitives/AlarmCircle';
57
- import CaPPI from './Primitives/CaPPI';
58
- import MaxWall from './Primitives/MaxWall';
59
- import HeatmapLayer from './Primitives/HeatmapLayer';
60
- import MultiholeLayer from './Primitives/MultiholeLayer';
61
- import RainPhase from './Primitives/RainPhase';
62
- import LightningExtrapolate from './Primitives/LightningExtrapolate';
63
- import Disaster from './Primitives/Disaster';
64
- import ArchitectModel from './Primitives/ArchitectModel';
65
- import Pillars from './Primitives/Pillars';
66
- import VerticalLine from './Primitives/VerticalLine';
67
- import StationLabelHZ from './Primitives/StationLabelHZ';
68
- import Storm from './Primitives/Storm';
69
- import AirRoute from './Primitives/AirRoute';
70
- import DegreesHandle from './Primitives/DmsToDegrees';
71
- import Airline from './Primitives/Airline.js';
72
- import Grid from './Primitives/Grid';
73
- import GridBox from './Primitives/GridBox';
74
- import TrackWarn from './Primitives/TrackWarn';
75
-
76
- // primitive API
77
- import PolygonPrimitiveCollection from './Primitives/PolygonPrimitiveCollection';
78
- import PolygonPrimitiveCollectionNew from './Primitives/PolygonPrimitiveCollectionNew';
79
- import {
80
- type PointPrimitiveCollectionParams,
81
- type PointType,
82
- PointPrimitiveCollection,
83
- } from './Primitives/PointPrimitiveCollection';
84
- import Diaphaneity from './Primitives/Diaphaneity';
85
- import {
86
- DynamicCirclePrimitiveCollection,
87
- type DynamicCirclePrimitiveCollectionParams,
88
- type CircleType,
89
- } from './Primitives/DynamicCirclePrimitiveCollection';
90
-
91
- // function combine(Viewer) {
92
- // return function (...plugins) {
93
- // Viewer extends mixin(...plugins)
94
- // };
95
- // }
96
- import Mark from './Primitives/Mark';
97
- import LXCircle from './Primitives/LXCircle';
98
- import FocusRegion from './Primitives/FocusRegion';
99
- import Lightning from './Primitives/Lightning';
100
- import DrawArea from './Primitives/DrawArea';
101
- import FocusArea from './Primitives/FocusArea';
102
- import BrushPlugin from './Plugins/brush.plugin';
103
- import DrawPolyline from './Primitives/DrawPolyline';
104
- import CircleScan from './Primitives/CircleScan';
105
- import AlarmWall from './Primitives/AlarmWall';
106
- import ImgLayer from './Primitives/ImgLayer';
107
- import WarningLayer from './Primitives/WarningLayer';
108
- import IsoPack from './Primitives/IsoPack';
109
- import VolumeRendering from './Primitives/VolumeRendering';
110
- import Texture3 from './Primitives/IsoPack/Texture3';
111
- import CoordinateUtil from './common/coordinate';
112
- import ProfileDemo from './Primitives/ProfileDemo';
113
- import TargetTrackPoint from './Primitives/TargetTrackPoint';
114
- import RadarScans from './Primitives/RadarScans';
115
- import LivePlane from './Primitives/LivePlane';
116
- import BoxArea from './Primitives/BoxArea';
117
- import RadarArc from './Primitives/RadarArc';
118
- import DrawRectangle from './Primitives/DrawRectangle';
119
- import WindyTileProvider from './Primitives/TilingScheme/WindyTileProvider';
120
-
121
- import LayerPrimitive from './Primitives/LayerPrimitive';
122
- // import LayerPrimitive from './Primitives/LayerPrimitive_old';
123
- import BrushTool from './Primitives/BrushTool';
124
- import Typhoon from './Primitives/Typhoon/Typhoon';
125
- import StationLabelColor from './Primitives/StationLabelColor';
126
- import WindPrimitive from './Primitives/WindPrimitive';
127
-
128
- export default Viewer;
129
- export {
130
- Timeline,
131
- NewTimeline,
132
- CameraPlugin,
133
- CursorPlugin,
134
- GlobalCesiumMouseHandler,
135
- TilePlugin,
136
- BoundaryPlugin,
137
- RangingPlugin,
138
- RangingPlugin2D,
139
- MouseValuePlugin,
140
- ProductBox,
141
- CustomProfile,
142
- CustomProfileGPU,
143
- Profile,
144
- ProfileGPU,
145
- SingleRadar,
146
- SingleRadarZoom,
147
- SingleRadarPrimitive,
148
- SingleRadarZoomService,
149
- Layer,
150
- LayerPNG,
151
- CompressPNG,
152
- Compress2DPre,
153
- LayerXYPNG,
154
- LayerZoom,
155
- LayerZoomImg,
156
- LayerZoomJson,
157
- LayerZoomHole,
158
- DrainageBasin,
159
- LayerForecast,
160
- GeoJson,
161
- FlowLine,
162
- IsoModel,
163
- NewIsoModel,
164
- StormIdentify,
165
- StormTrack,
166
- StormForecast,
167
- Wind,
168
- WindLayer,
169
- Mark,
170
- Lightning,
171
- trigger,
172
- newTrigger,
173
- StationLabel,
174
- StationLabelColor,
175
- StationText,
176
- StationPoint,
177
- StationPointNowcast,
178
- StationPointHollow,
179
- StationShaft,
180
- MarkPoint,
181
- RadarRange,
182
- AlarmCircle,
183
- CaPPI,
184
- MaxWall,
185
- HeatmapLayer,
186
- MultiholeLayer,
187
- RainPhase,
188
- DrawArea,
189
- LXCircle,
190
- FocusArea,
191
- BrushPlugin,
192
- FocusRegion,
193
- DrawPolyline,
194
- LightningExtrapolate,
195
- Disaster,
196
- ArchitectModel,
197
- Pillars,
198
- VerticalLine,
199
- CircleScan,
200
- AlarmWall,
201
- StationLabelHZ,
202
- ImgLayer,
203
- WarningLayer,
204
- IsoPack,
205
- VolumeRendering,
206
- Texture3,
207
- CoordinateUtil,
208
- ProfileDemo,
209
- Storm,
210
- Airline,
211
- GridBox,
212
- TrackWarn,
213
- AirRoute,
214
- DegreesHandle,
215
- TargetTrackPoint,
216
- RadarScans,
217
- LivePlane,
218
- Grid,
219
- BoxArea,
220
- RadarArc,
221
- DrawRectangle,
222
- WindyTileProvider,
223
- // primitive API
224
- PolygonPrimitiveCollection,
225
- PolygonPrimitiveCollectionNew,
226
- LayerPrimitive,
227
- PointPrimitiveCollection,
228
- PointPrimitiveCollectionParams,
229
- PointType,
230
- Diaphaneity,
231
- DynamicCirclePrimitiveCollectionParams,
232
- DynamicCirclePrimitiveCollection,
233
- CircleType,
234
- Cesium,
235
- BrushTool,
236
- Typhoon,
237
- WindPrimitive,
238
- };