ry-vue-map 0.6.0 → 0.6.2

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 (56) hide show
  1. package/README.MD +1 -1
  2. package/lib/ryui.common.0.js +625 -794
  3. package/lib/ryui.common.0.js.gz +0 -0
  4. package/lib/ryui.common.2.js +125 -125
  5. package/lib/ryui.common.2.js.gz +0 -0
  6. package/lib/ryui.common.3.js +125 -125
  7. package/lib/ryui.common.4.js +5 -5
  8. package/lib/ryui.common.5.js +21 -21
  9. package/lib/ryui.common.6.js +5 -5
  10. package/lib/ryui.common.7.js +47 -47
  11. package/lib/ryui.common.7.js.gz +0 -0
  12. package/lib/ryui.common.8.js +3 -3
  13. package/lib/ryui.common.8.js.gz +0 -0
  14. package/lib/ryui.common.9.js +3 -3
  15. package/lib/ryui.common.js +78394 -105881
  16. package/lib/ryui.common.js.gz +0 -0
  17. package/lib/ryui.css +1 -1
  18. package/lib/ryui.css.gz +0 -0
  19. package/lib/ryui.umd.0.js +625 -794
  20. package/lib/ryui.umd.0.js.gz +0 -0
  21. package/lib/ryui.umd.2.js +125 -125
  22. package/lib/ryui.umd.2.js.gz +0 -0
  23. package/lib/ryui.umd.3.js +125 -125
  24. package/lib/ryui.umd.4.js +5 -5
  25. package/lib/ryui.umd.5.js +21 -21
  26. package/lib/ryui.umd.6.js +5 -5
  27. package/lib/ryui.umd.7.js +47 -47
  28. package/lib/ryui.umd.7.js.gz +0 -0
  29. package/lib/ryui.umd.8.js +3 -3
  30. package/lib/ryui.umd.8.js.gz +0 -0
  31. package/lib/ryui.umd.9.js +3 -3
  32. package/lib/ryui.umd.js +78394 -105881
  33. package/lib/ryui.umd.js.gz +0 -0
  34. package/lib/ryui.umd.min.0.js +3 -3
  35. package/lib/ryui.umd.min.0.js.gz +0 -0
  36. package/lib/ryui.umd.min.2.js +1 -1
  37. package/lib/ryui.umd.min.2.js.gz +0 -0
  38. package/lib/ryui.umd.min.3.js +1 -1
  39. package/lib/ryui.umd.min.4.js +1 -1
  40. package/lib/ryui.umd.min.5.js +1 -1
  41. package/lib/ryui.umd.min.6.js +1 -1
  42. package/lib/ryui.umd.min.7.js +2 -2
  43. package/lib/ryui.umd.min.7.js.gz +0 -0
  44. package/lib/ryui.umd.min.8.js +1 -1
  45. package/lib/ryui.umd.min.8.js.gz +0 -0
  46. package/lib/ryui.umd.min.9.js +1 -1
  47. package/lib/ryui.umd.min.js +6 -8
  48. package/lib/ryui.umd.min.js.gz +0 -0
  49. package/package.json +2 -2
  50. package/src/components/maps/models/ryLines/ryLines.js +6 -0
  51. package/src/components/maps/models/ryMapTool/mapTool.js +7 -2
  52. package/src/components/maps/ryLines/src/index.vue +43 -1
  53. package/src/components/maps/ryMap/src/index.vue +4 -6
  54. package/src/components/maps/ryMapTool/src/index.vue +85 -67
  55. package/src/utils/lMapServices.js +13 -4
  56. package/src/views/map/index.vue +1006 -216
@@ -1,6 +1,52 @@
1
1
  ((typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] || []).push([[7],{
2
2
 
3
- /***/ "07d7":
3
+ /***/ "6372":
4
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
+
6
+ "use strict";
7
+ __webpack_require__.r(__webpack_exports__);
8
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return LercDecoder; });
9
+ /* harmony import */ var pako__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("acff");
10
+ /* harmony import */ var lerc__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("7558");
11
+ /* harmony import */ var lerc__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lerc__WEBPACK_IMPORTED_MODULE_1__);
12
+ /* harmony import */ var _basedecoder_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("b3f7");
13
+ /* harmony import */ var _globals_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("aba6");
14
+
15
+
16
+
17
+
18
+
19
+ class LercDecoder extends _basedecoder_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"] {
20
+ constructor(fileDirectory) {
21
+ super();
22
+
23
+ this.planarConfiguration = typeof fileDirectory.PlanarConfiguration !== 'undefined' ? fileDirectory.PlanarConfiguration : 1;
24
+ this.samplesPerPixel = typeof fileDirectory.SamplesPerPixel !== 'undefined' ? fileDirectory.SamplesPerPixel : 1;
25
+
26
+ this.addCompression = fileDirectory.LercParameters[_globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercParameters */ "c"].AddCompression];
27
+ }
28
+
29
+ decodeBlock(buffer) {
30
+ switch (this.addCompression) {
31
+ case _globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercAddCompression */ "b"].None:
32
+ break;
33
+ case _globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercAddCompression */ "b"].Deflate:
34
+ buffer = Object(pako__WEBPACK_IMPORTED_MODULE_0__[/* inflate */ "a"])(new Uint8Array(buffer)).buffer; // eslint-disable-line no-param-reassign, prefer-destructuring
35
+ break;
36
+ default:
37
+ throw new Error(`Unsupported LERC additional compression method identifier: ${this.addCompression}`);
38
+ }
39
+
40
+ const lercResult = lerc__WEBPACK_IMPORTED_MODULE_1___default.a.decode(buffer, { returnPixelInterleavedDims: this.planarConfiguration === 1 });
41
+ const lercData = lercResult.pixels[0];
42
+ return lercData.buffer;
43
+ }
44
+ }
45
+
46
+
47
+ /***/ }),
48
+
49
+ /***/ "7558":
4
50
  /***/ (function(module, exports, __webpack_require__) {
5
51
 
6
52
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* jshint forin: false, bitwise: false */
@@ -2322,52 +2368,6 @@ Contributors: Johannes Schmid, (LERC v1)
2322
2368
  })();
2323
2369
 
2324
2370
 
2325
- /***/ }),
2326
-
2327
- /***/ "1c2d":
2328
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2329
-
2330
- "use strict";
2331
- __webpack_require__.r(__webpack_exports__);
2332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return LercDecoder; });
2333
- /* harmony import */ var pako__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6caf");
2334
- /* harmony import */ var lerc__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("07d7");
2335
- /* harmony import */ var lerc__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lerc__WEBPACK_IMPORTED_MODULE_1__);
2336
- /* harmony import */ var _basedecoder_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("2915");
2337
- /* harmony import */ var _globals_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("965a");
2338
-
2339
-
2340
-
2341
-
2342
-
2343
- class LercDecoder extends _basedecoder_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"] {
2344
- constructor(fileDirectory) {
2345
- super();
2346
-
2347
- this.planarConfiguration = typeof fileDirectory.PlanarConfiguration !== 'undefined' ? fileDirectory.PlanarConfiguration : 1;
2348
- this.samplesPerPixel = typeof fileDirectory.SamplesPerPixel !== 'undefined' ? fileDirectory.SamplesPerPixel : 1;
2349
-
2350
- this.addCompression = fileDirectory.LercParameters[_globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercParameters */ "c"].AddCompression];
2351
- }
2352
-
2353
- decodeBlock(buffer) {
2354
- switch (this.addCompression) {
2355
- case _globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercAddCompression */ "b"].None:
2356
- break;
2357
- case _globals_js__WEBPACK_IMPORTED_MODULE_3__[/* LercAddCompression */ "b"].Deflate:
2358
- buffer = Object(pako__WEBPACK_IMPORTED_MODULE_0__[/* inflate */ "a"])(new Uint8Array(buffer)).buffer; // eslint-disable-line no-param-reassign, prefer-destructuring
2359
- break;
2360
- default:
2361
- throw new Error(`Unsupported LERC additional compression method identifier: ${this.addCompression}`);
2362
- }
2363
-
2364
- const lercResult = lerc__WEBPACK_IMPORTED_MODULE_1___default.a.decode(buffer, { returnPixelInterleavedDims: this.planarConfiguration === 1 });
2365
- const lercData = lercResult.pixels[0];
2366
- return lercData.buffer;
2367
- }
2368
- }
2369
-
2370
-
2371
2371
  /***/ })
2372
2372
 
2373
2373
  }]);
Binary file
@@ -1,12 +1,12 @@
1
1
  ((typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] || []).push([[8],{
2
2
 
3
- /***/ "3378":
3
+ /***/ "b244":
4
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
5
 
6
6
  "use strict";
7
7
  __webpack_require__.r(__webpack_exports__);
8
8
  /* WEBPACK VAR INJECTION */(function(Buffer) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "create", function() { return create; });
9
- /* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("699a");
9
+ /* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f598");
10
10
  /* harmony import */ var web_worker__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(web_worker__WEBPACK_IMPORTED_MODULE_0__);
11
11
 
12
12
 
@@ -22,7 +22,7 @@ __webpack_require__.r(__webpack_exports__);
22
22
 
23
23
  /***/ }),
24
24
 
25
- /***/ "699a":
25
+ /***/ "f598":
26
26
  /***/ (function(module, exports) {
27
27
 
28
28
  /**
Binary file
@@ -1,13 +1,13 @@
1
1
  ((typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] = (typeof self !== 'undefined' ? self : this)["webpackJsonpryui"] || []).push([[9],{
2
2
 
3
- /***/ "c4d0":
3
+ /***/ "fa61":
4
4
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5
5
 
6
6
  "use strict";
7
7
  __webpack_require__.r(__webpack_exports__);
8
8
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return DeflateDecoder; });
9
- /* harmony import */ var pako__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6caf");
10
- /* harmony import */ var _basedecoder_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("2915");
9
+ /* harmony import */ var pako__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("acff");
10
+ /* harmony import */ var _basedecoder_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("b3f7");
11
11
 
12
12
 
13
13