drone_view 3.0.55 → 3.0.57
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/dist/droneView.js +1 -1
- package/dist/droneView.js.LICENSE.txt +65 -58
- package/package.json +1 -1
- package/webpack.config.dev.js +80 -48
- package/webpack.config.prod.js +74 -45
- package/dist/486.droneView.js +0 -1
- package/dist/514.droneView.js +0 -1
- package/dist/645.droneView.js +0 -1
- package/dist/800.droneView.js +0 -1
- package/dist/_382d.droneView.js +0 -14
- package/dist/_6b2a.droneView.js +0 -14
- package/dist/_9839.droneView.js +0 -14
- package/dist/_afdc.droneView.js +0 -14
|
@@ -1,74 +1,81 @@
|
|
|
1
1
|
/* Copyright 2015-2018 Esri. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @preserve */
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
4
|
+
* URI.js - Mutating URLs
|
|
5
|
+
*
|
|
6
|
+
* Version: 1.19.11
|
|
7
|
+
*
|
|
8
|
+
* Author: Rodney Rehm
|
|
9
|
+
* Web: http://medialize.github.io/URI.js/
|
|
10
|
+
*
|
|
11
|
+
* Licensed under
|
|
12
|
+
* MIT License http://www.opensource.org/licenses/mit-license
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
15
|
|
|
16
16
|
/*!
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
17
|
+
* URI.js - Mutating URLs
|
|
18
|
+
* IPv6 Support
|
|
19
|
+
*
|
|
20
|
+
* Version: 1.19.11
|
|
21
|
+
*
|
|
22
|
+
* Author: Rodney Rehm
|
|
23
|
+
* Web: http://medialize.github.io/URI.js/
|
|
24
|
+
*
|
|
25
|
+
* Licensed under
|
|
26
|
+
* MIT License http://www.opensource.org/licenses/mit-license
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
29
|
|
|
30
30
|
/*!
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
31
|
+
* URI.js - Mutating URLs
|
|
32
|
+
* Second Level Domain (SLD) Support
|
|
33
|
+
*
|
|
34
|
+
* Version: 1.19.11
|
|
35
|
+
*
|
|
36
|
+
* Author: Rodney Rehm
|
|
37
|
+
* Web: http://medialize.github.io/URI.js/
|
|
38
|
+
*
|
|
39
|
+
* Licensed under
|
|
40
|
+
* MIT License http://www.opensource.org/licenses/mit-license
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
43
|
|
|
44
44
|
/*!
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
* protobuf.js v7.5.4 (c) 2016, daniel wirtz
|
|
46
|
+
* compiled fri, 15 aug 2025 23:28:54 utc
|
|
47
|
+
* licensed under the bsd-3-clause license
|
|
48
|
+
* see: https://github.com/dcodeio/protobuf.js for details
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
/*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
|
|
50
52
|
|
|
51
53
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
|
52
54
|
|
|
53
55
|
/**
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
56
|
+
* @license
|
|
57
|
+
* Cesium - https://github.com/CesiumGS/cesium
|
|
58
|
+
* Version 1.135.0
|
|
59
|
+
*
|
|
60
|
+
* Copyright 2011-2022 Cesium Contributors
|
|
61
|
+
*
|
|
62
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
63
|
+
* you may not use this file except in compliance with the License.
|
|
64
|
+
* You may obtain a copy of the License at
|
|
65
|
+
*
|
|
66
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
67
|
+
*
|
|
68
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
69
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
70
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
71
|
+
* See the License for the specific language governing permissions and
|
|
72
|
+
* limitations under the License.
|
|
73
|
+
*
|
|
74
|
+
* Columbus View (Pat. Pend.)
|
|
75
|
+
*
|
|
76
|
+
* Portions licensed separately.
|
|
77
|
+
* See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
|
|
78
|
+
*/
|
|
72
79
|
|
|
73
80
|
/**
|
|
74
81
|
* @license
|
package/package.json
CHANGED
package/webpack.config.dev.js
CHANGED
|
@@ -1,82 +1,114 @@
|
|
|
1
1
|
/* eslint-disable linebreak-style */
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const WrapperPlugin = require('wrapper-webpack-plugin');
|
|
2
|
+
|
|
3
|
+
// Cesium 1.135.0 uses ES modules only
|
|
4
|
+
const cesiumESM = "node_modules/cesium";
|
|
5
|
+
const path = require("path");
|
|
6
|
+
const webpack = require("webpack");
|
|
7
|
+
const CopyWebpackPlugin = require("copy-webpack-plugin");
|
|
9
8
|
|
|
10
9
|
module.exports = {
|
|
11
10
|
context: __dirname,
|
|
12
|
-
|
|
11
|
+
mode: "development",
|
|
12
|
+
devtool: "inline-source-map",
|
|
13
13
|
watch: true,
|
|
14
|
+
|
|
14
15
|
entry: {
|
|
15
|
-
main:
|
|
16
|
+
main: "./src/droneView.ts",
|
|
16
17
|
},
|
|
18
|
+
|
|
17
19
|
stats: {
|
|
18
20
|
children: true,
|
|
19
21
|
errorDetails: true,
|
|
20
22
|
},
|
|
23
|
+
|
|
21
24
|
output: {
|
|
22
|
-
filename:
|
|
23
|
-
path: path.resolve(__dirname,
|
|
24
|
-
publicPath:
|
|
25
|
-
libraryTarget:
|
|
26
|
-
library:
|
|
27
|
-
sourcePrefix:
|
|
28
|
-
|
|
29
|
-
amd: {
|
|
30
|
-
// Enable webpack-friendly use of require in Cesium
|
|
31
|
-
toUrlUndefined: true,
|
|
25
|
+
filename: "droneView.js",
|
|
26
|
+
path: path.resolve(__dirname, "dist"),
|
|
27
|
+
publicPath: "build",
|
|
28
|
+
libraryTarget: "umd",
|
|
29
|
+
library: "DroneView",
|
|
30
|
+
sourcePrefix: "",
|
|
31
|
+
clean: true,
|
|
32
32
|
},
|
|
33
|
+
|
|
33
34
|
resolve: {
|
|
34
|
-
extensions: [
|
|
35
|
+
extensions: [".ts", ".tsx", ".js", ".cjs"],
|
|
36
|
+
|
|
37
|
+
// Required because Cesium uses some Node APIs
|
|
35
38
|
fallback: {
|
|
36
|
-
https: false,
|
|
39
|
+
https: false,
|
|
40
|
+
zlib: false,
|
|
41
|
+
http: false,
|
|
42
|
+
url: false,
|
|
43
|
+
fs: false,
|
|
37
44
|
},
|
|
38
|
-
|
|
45
|
+
|
|
39
46
|
alias: {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
47
|
+
// Must point to the ESM folder
|
|
48
|
+
cesium: path.resolve(__dirname, cesiumESM),
|
|
49
|
+
|
|
50
|
+
"process/browser": require.resolve("process/browser.js"),
|
|
51
|
+
process: require.resolve("process/browser.js"),
|
|
43
52
|
},
|
|
44
53
|
},
|
|
54
|
+
|
|
45
55
|
module: {
|
|
46
|
-
rules: [
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
56
|
+
rules: [
|
|
57
|
+
{
|
|
58
|
+
test: /\.css$/,
|
|
59
|
+
use: ["style-loader", "css-loader"],
|
|
60
|
+
},
|
|
50
61
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
62
|
+
{
|
|
63
|
+
test: /\.(png|gif|jpg|jpeg|svg|xml|json)$/i,
|
|
64
|
+
type: "asset/resource",
|
|
65
|
+
},
|
|
55
66
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
67
|
+
{
|
|
68
|
+
test: /\.tsx?$/,
|
|
69
|
+
use: "ts-loader",
|
|
70
|
+
exclude: /node_modules/,
|
|
71
|
+
},
|
|
72
|
+
|
|
73
|
+
{
|
|
74
|
+
// Critical: allows Cesium ES modules to load properly
|
|
75
|
+
test: /\.js$/,
|
|
76
|
+
include: /node_modules[\\/]cesium/,
|
|
77
|
+
type: "javascript/esm",
|
|
78
|
+
},
|
|
79
|
+
],
|
|
62
80
|
},
|
|
81
|
+
|
|
63
82
|
plugins: [
|
|
64
|
-
// Copy
|
|
83
|
+
// Copy assets required by Cesium at runtime (ESM build)
|
|
65
84
|
new CopyWebpackPlugin({
|
|
66
85
|
patterns: [
|
|
67
|
-
{
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
86
|
+
{
|
|
87
|
+
from: "node_modules/cesium/Build/Cesium/Assets",
|
|
88
|
+
to: "service/3d/Assets",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
from: "node_modules/cesium/Build/Cesium/Workers",
|
|
92
|
+
to: "service/3d/Workers",
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
from: "node_modules/cesium/Build/Cesium/ThirdParty",
|
|
96
|
+
to: "service/3d/ThirdParty",
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
from: "node_modules/cesium/Build/Cesium/Cesium.js",
|
|
100
|
+
to: "service/3d/Cesium.js",
|
|
101
|
+
},
|
|
71
102
|
],
|
|
72
103
|
}),
|
|
104
|
+
|
|
73
105
|
new webpack.ProvidePlugin({
|
|
74
|
-
process: require.resolve(
|
|
106
|
+
process: require.resolve("process/browser.js"),
|
|
75
107
|
}),
|
|
108
|
+
|
|
109
|
+
// Required for loading Workers/Assets at runtime
|
|
76
110
|
new webpack.DefinePlugin({
|
|
77
|
-
|
|
78
|
-
CESIUM_BASE_URL: JSON.stringify('/service/3d/'),
|
|
111
|
+
CESIUM_BASE_URL: JSON.stringify("/service/3d/"),
|
|
79
112
|
}),
|
|
80
113
|
],
|
|
81
|
-
mode: 'development',
|
|
82
114
|
};
|
package/webpack.config.prod.js
CHANGED
|
@@ -1,78 +1,107 @@
|
|
|
1
1
|
/* eslint-disable linebreak-style */
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const CopyWebpackPlugin = require(
|
|
6
|
-
|
|
7
|
-
const
|
|
8
|
-
const
|
|
2
|
+
|
|
3
|
+
const path = require("path");
|
|
4
|
+
const webpack = require("webpack");
|
|
5
|
+
const CopyWebpackPlugin = require("copy-webpack-plugin");
|
|
6
|
+
|
|
7
|
+
const cesiumRoot = "node_modules/cesium";
|
|
8
|
+
const cesiumUnmin = "node_modules/cesium/Build/CesiumUnminified";
|
|
9
|
+
// ESM source folder (explicit)
|
|
10
|
+
const cesiumSource = path.resolve(__dirname, "node_modules/cesium/Source");
|
|
9
11
|
|
|
10
12
|
module.exports = {
|
|
11
13
|
entry: {
|
|
12
|
-
main:
|
|
14
|
+
main: "./src/droneView.ts",
|
|
13
15
|
},
|
|
16
|
+
|
|
14
17
|
stats: {
|
|
15
18
|
children: true,
|
|
16
19
|
errorDetails: true,
|
|
17
20
|
},
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
path: path.resolve(__dirname, 'dist'),
|
|
21
|
-
library: 'DroneView',
|
|
22
|
-
publicPath: 'build',
|
|
23
|
-
libraryTarget: 'umd',
|
|
24
|
-
sourcePrefix: '',
|
|
25
|
-
},
|
|
21
|
+
|
|
22
|
+
// allow Cesium's AMD modules to resolve "toUrl" properly
|
|
26
23
|
amd: {
|
|
27
|
-
// Enable webpack-friendly use of require in Cesium
|
|
28
24
|
toUrlUndefined: true,
|
|
29
25
|
},
|
|
26
|
+
|
|
27
|
+
output: {
|
|
28
|
+
filename: "droneView.js",
|
|
29
|
+
path: path.resolve(__dirname, "dist"),
|
|
30
|
+
library: "DroneView",
|
|
31
|
+
libraryTarget: "umd",
|
|
32
|
+
// adjust publicPath if your pipeline needs it; runtime Cesium assets use CESIUM_BASE_URL
|
|
33
|
+
publicPath: "",
|
|
34
|
+
sourcePrefix: "",
|
|
35
|
+
clean: true,
|
|
36
|
+
// globalObject recommended for universal builds
|
|
37
|
+
globalObject: "this",
|
|
38
|
+
},
|
|
39
|
+
|
|
30
40
|
resolve: {
|
|
31
|
-
extensions: [
|
|
41
|
+
extensions: [".ts", ".tsx", ".js"],
|
|
32
42
|
fallback: {
|
|
33
|
-
https: false,
|
|
43
|
+
https: false,
|
|
44
|
+
zlib: false,
|
|
45
|
+
http: false,
|
|
46
|
+
url: false,
|
|
47
|
+
fs: false, // required for Cesium ESM/Node polyfills
|
|
34
48
|
},
|
|
35
|
-
|
|
49
|
+
|
|
36
50
|
alias: {
|
|
37
|
-
//
|
|
38
|
-
cesium: path.resolve(__dirname,
|
|
51
|
+
// point to the Source/ESM folder (explicit)
|
|
52
|
+
cesium: path.resolve(__dirname, "node_modules/cesium/Build/CesiumUnminified"),
|
|
39
53
|
},
|
|
40
54
|
},
|
|
55
|
+
|
|
41
56
|
module: {
|
|
42
|
-
rules: [
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
57
|
+
rules: [
|
|
58
|
+
{
|
|
59
|
+
test: /\.css$/,
|
|
60
|
+
use: ["style-loader", "css-loader"],
|
|
61
|
+
},
|
|
46
62
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
63
|
+
{
|
|
64
|
+
test: /\.(png|gif|jpg|jpeg|svg|xml|json)$/i,
|
|
65
|
+
type: "asset/resource",
|
|
66
|
+
},
|
|
51
67
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
68
|
+
{
|
|
69
|
+
test: /\.tsx?$/,
|
|
70
|
+
use: "ts-loader",
|
|
71
|
+
exclude: /node_modules/,
|
|
72
|
+
},
|
|
73
|
+
|
|
74
|
+
{
|
|
75
|
+
// Required for Cesium ES modules to load correctly from node_modules/cesium
|
|
76
|
+
test: /\.js$/,
|
|
77
|
+
include: /node_modules[\\/]cesium/,
|
|
78
|
+
type: "javascript/esm",
|
|
79
|
+
},
|
|
80
|
+
],
|
|
58
81
|
},
|
|
82
|
+
|
|
59
83
|
plugins: [
|
|
60
|
-
// Copy Cesium
|
|
84
|
+
// Copy Cesium static assets (Workers, Widgets, Assets, ThirdParty)
|
|
61
85
|
new CopyWebpackPlugin({
|
|
62
86
|
patterns: [
|
|
63
|
-
{ from: path.join(
|
|
64
|
-
{ from: path.join(
|
|
65
|
-
{ from: path.join(
|
|
66
|
-
{ from: path.join(
|
|
87
|
+
{ from: path.join(__dirname, `${cesiumUnmin}/Workers`), to: path.resolve(__dirname, "service/3d/Workers") },
|
|
88
|
+
{ from: path.join(__dirname, `${cesiumUnmin}/ThirdParty`), to: path.resolve(__dirname, "service/3d/ThirdParty") },
|
|
89
|
+
{ from: path.join(__dirname, `${cesiumUnmin}/Assets`), to: path.resolve(__dirname, "service/3d/Assets") },
|
|
90
|
+
{ from: path.join(__dirname, `${cesiumUnmin}/Widgets`), to: path.resolve(__dirname, "service/3d/Widgets") },
|
|
91
|
+
// optional: copy Cesium.js if you want the unminified UMD available
|
|
92
|
+
{ from: path.join(__dirname, `${cesiumUnmin}/Cesium.js`), to: path.resolve(__dirname, "service/3d/Cesium.js") },
|
|
67
93
|
],
|
|
68
94
|
}),
|
|
95
|
+
|
|
69
96
|
new webpack.ProvidePlugin({
|
|
70
|
-
process: require.resolve(
|
|
97
|
+
process: require.resolve("process/browser.js"),
|
|
71
98
|
}),
|
|
99
|
+
|
|
72
100
|
new webpack.DefinePlugin({
|
|
73
|
-
//
|
|
74
|
-
CESIUM_BASE_URL: JSON.stringify(
|
|
101
|
+
// runtime path for Cesium static assets (workers, etc)
|
|
102
|
+
CESIUM_BASE_URL: JSON.stringify("/service/3d/"),
|
|
75
103
|
}),
|
|
76
104
|
],
|
|
77
|
-
|
|
105
|
+
|
|
106
|
+
mode: "production",
|
|
78
107
|
};
|
package/dist/486.droneView.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunkDroneView=self.webpackChunkDroneView||[]).push([[486],{486:()=>{}}]);
|
package/dist/514.droneView.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunkDroneView=self.webpackChunkDroneView||[]).push([[514],{5514:()=>{}}]);
|
package/dist/645.droneView.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunkDroneView=self.webpackChunkDroneView||[]).push([[645],{645:()=>{}}]);
|
package/dist/800.droneView.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunkDroneView=self.webpackChunkDroneView||[]).push([[800],{5800:()=>{}}]);
|
package/dist/_382d.droneView.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
(self["webpackChunkDroneView"] = self["webpackChunkDroneView"] || []).push([["_382d"],{
|
|
2
|
-
|
|
3
|
-
/***/ "?382d":
|
|
4
|
-
/*!*********************!*\
|
|
5
|
-
!*** url (ignored) ***!
|
|
6
|
-
\*********************/
|
|
7
|
-
/***/ (() => {
|
|
8
|
-
|
|
9
|
-
/* (ignored) */
|
|
10
|
-
|
|
11
|
-
/***/ })
|
|
12
|
-
|
|
13
|
-
}]);
|
|
14
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiXzM4MmQuZHJvbmVWaWV3LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Ecm9uZVZpZXcvaWdub3JlZHwvaG9tZS9zdXBlcm1hbi9BcHAvRHJvbmUvRHJvbmUtYXBwL2Ryb25lX3ZpZXdfM2Qvbm9kZV9tb2R1bGVzL0BjZXNpdW0vZW5naW5lL1NvdXJjZS9Db3JlfHVybCJdLCJzb3VyY2VzQ29udGVudCI6WyIvKiAoaWdub3JlZCkgKi8iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=
|
package/dist/_6b2a.droneView.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
(self["webpackChunkDroneView"] = self["webpackChunkDroneView"] || []).push([["_6b2a"],{
|
|
2
|
-
|
|
3
|
-
/***/ "?6b2a":
|
|
4
|
-
/*!**********************!*\
|
|
5
|
-
!*** zlib (ignored) ***!
|
|
6
|
-
\**********************/
|
|
7
|
-
/***/ (() => {
|
|
8
|
-
|
|
9
|
-
/* (ignored) */
|
|
10
|
-
|
|
11
|
-
/***/ })
|
|
12
|
-
|
|
13
|
-
}]);
|
|
14
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiXzZiMmEuZHJvbmVWaWV3LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Ecm9uZVZpZXcvaWdub3JlZHwvaG9tZS9zdXBlcm1hbi9BcHAvRHJvbmUvRHJvbmUtYXBwL2Ryb25lX3ZpZXdfM2Qvbm9kZV9tb2R1bGVzL0BjZXNpdW0vZW5naW5lL1NvdXJjZS9Db3JlfHpsaWIiXSwic291cmNlc0NvbnRlbnQiOlsiLyogKGlnbm9yZWQpICovIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
|
package/dist/_9839.droneView.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
(self["webpackChunkDroneView"] = self["webpackChunkDroneView"] || []).push([["_9839"],{
|
|
2
|
-
|
|
3
|
-
/***/ "?9839":
|
|
4
|
-
/*!***********************!*\
|
|
5
|
-
!*** https (ignored) ***!
|
|
6
|
-
\***********************/
|
|
7
|
-
/***/ (() => {
|
|
8
|
-
|
|
9
|
-
/* (ignored) */
|
|
10
|
-
|
|
11
|
-
/***/ })
|
|
12
|
-
|
|
13
|
-
}]);
|
|
14
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiXzk4MzkuZHJvbmVWaWV3LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Ecm9uZVZpZXcvaWdub3JlZHwvaG9tZS9zdXBlcm1hbi9BcHAvRHJvbmUvRHJvbmUtYXBwL2Ryb25lX3ZpZXdfM2Qvbm9kZV9tb2R1bGVzL0BjZXNpdW0vZW5naW5lL1NvdXJjZS9Db3JlfGh0dHBzIl0sInNvdXJjZXNDb250ZW50IjpbIi8qIChpZ25vcmVkKSAqLyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==
|
package/dist/_afdc.droneView.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
(self["webpackChunkDroneView"] = self["webpackChunkDroneView"] || []).push([["_afdc"],{
|
|
2
|
-
|
|
3
|
-
/***/ "?afdc":
|
|
4
|
-
/*!**********************!*\
|
|
5
|
-
!*** http (ignored) ***!
|
|
6
|
-
\**********************/
|
|
7
|
-
/***/ (() => {
|
|
8
|
-
|
|
9
|
-
/* (ignored) */
|
|
10
|
-
|
|
11
|
-
/***/ })
|
|
12
|
-
|
|
13
|
-
}]);
|
|
14
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiX2FmZGMuZHJvbmVWaWV3LmpzIiwibWFwcGluZ3MiOiI7Ozs7Ozs7O0FBQUEiLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Ecm9uZVZpZXcvaWdub3JlZHwvaG9tZS9zdXBlcm1hbi9BcHAvRHJvbmUvRHJvbmUtYXBwL2Ryb25lX3ZpZXdfM2Qvbm9kZV9tb2R1bGVzL0BjZXNpdW0vZW5naW5lL1NvdXJjZS9Db3JlfGh0dHAiXSwic291cmNlc0NvbnRlbnQiOlsiLyogKGlnbm9yZWQpICovIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
|