ry-vue-map 0.6.13 → 0.6.14
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/README.MD +1 -1
- package/lib/ryui.common.0.js +670 -501
- package/lib/ryui.common.0.js.gz +0 -0
- package/lib/ryui.common.8.js +12 -20
- package/lib/ryui.common.8.js.gz +0 -0
- package/lib/ryui.common.js +285 -138
- package/lib/ryui.common.js.gz +0 -0
- package/lib/ryui.css +1 -1
- package/lib/ryui.css.gz +0 -0
- package/lib/ryui.umd.0.js +670 -501
- package/lib/ryui.umd.0.js.gz +0 -0
- package/lib/ryui.umd.8.js +12 -20
- package/lib/ryui.umd.8.js.gz +0 -0
- package/lib/ryui.umd.js +285 -138
- package/lib/ryui.umd.js.gz +0 -0
- package/lib/ryui.umd.min.0.js +3 -3
- package/lib/ryui.umd.min.0.js.gz +0 -0
- package/lib/ryui.umd.min.8.js +1 -1
- package/lib/ryui.umd.min.8.js.gz +0 -0
- package/lib/ryui.umd.min.js +5 -5
- package/lib/ryui.umd.min.js.gz +0 -0
- package/package.json +2 -2
- package/src/components/maps/models/ryMap/map.js +13 -1
- package/src/components/maps/models/ryPolygons/ryPolygons.js +5 -5
- package/src/components/maps/ryMap/src/index.vue +44 -4
- package/src/components/maps/ryPolygon/src/index.vue +1 -3
- package/src/components/maps/ryPolygons/src/index.vue +10 -19
- package/src/views/map/index.vue +28 -13
package/lib/ryui.umd.js
CHANGED
|
@@ -308,13 +308,6 @@ var DEFAULT_TILE_SIZE = 256;
|
|
|
308
308
|
|
|
309
309
|
/***/ }),
|
|
310
310
|
|
|
311
|
-
/***/ "0532":
|
|
312
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
313
|
-
|
|
314
|
-
// extracted by mini-css-extract-plugin
|
|
315
|
-
|
|
316
|
-
/***/ }),
|
|
317
|
-
|
|
318
311
|
/***/ "0676":
|
|
319
312
|
/***/ (function(module, exports) {
|
|
320
313
|
|
|
@@ -4429,6 +4422,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4429
4422
|
|
|
4430
4423
|
/***/ }),
|
|
4431
4424
|
|
|
4425
|
+
/***/ "15ec":
|
|
4426
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4427
|
+
|
|
4428
|
+
// extracted by mini-css-extract-plugin
|
|
4429
|
+
|
|
4430
|
+
/***/ }),
|
|
4431
|
+
|
|
4432
4432
|
/***/ "1674":
|
|
4433
4433
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4434
4434
|
|
|
@@ -26834,6 +26834,17 @@ function inflateEnds(flatCoordinates, ends) {
|
|
|
26834
26834
|
}
|
|
26835
26835
|
//# sourceMappingURL=orient.js.map
|
|
26836
26836
|
|
|
26837
|
+
/***/ }),
|
|
26838
|
+
|
|
26839
|
+
/***/ "4e82":
|
|
26840
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
26841
|
+
|
|
26842
|
+
"use strict";
|
|
26843
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_0959b11c_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("15ec");
|
|
26844
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_0959b11c_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_0959b11c_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
26845
|
+
/* unused harmony reexport * */
|
|
26846
|
+
|
|
26847
|
+
|
|
26837
26848
|
/***/ }),
|
|
26838
26849
|
|
|
26839
26850
|
/***/ "4ea4":
|
|
@@ -49091,17 +49102,24 @@ function assert(assertion, errorCode) {
|
|
|
49091
49102
|
|
|
49092
49103
|
function getAttribute(tag, attributeName, options) {
|
|
49093
49104
|
const debug = (options && options.debug) || false;
|
|
49094
|
-
if (debug) console.log("getting " + attributeName + " in " + tag);
|
|
49105
|
+
if (debug) console.log("[xml-utils] getting " + attributeName + " in " + tag);
|
|
49095
49106
|
|
|
49096
49107
|
const xml = typeof tag === "object" ? tag.outer : tag;
|
|
49097
49108
|
|
|
49098
|
-
|
|
49099
|
-
|
|
49109
|
+
// only search for attributes in the opening tag
|
|
49110
|
+
const opening = xml.slice(0, xml.indexOf(">") + 1);
|
|
49100
49111
|
|
|
49101
|
-
const
|
|
49102
|
-
|
|
49103
|
-
|
|
49104
|
-
|
|
49112
|
+
const quotechars = ['"', "'"];
|
|
49113
|
+
for (let i = 0; i < quotechars.length; i++) {
|
|
49114
|
+
const char = quotechars[i];
|
|
49115
|
+
const pattern = attributeName + "\\=" + char + "([^" + char + "]*)" + char;
|
|
49116
|
+
if (debug) console.log("[xml-utils] pattern:", pattern);
|
|
49117
|
+
|
|
49118
|
+
const re = new RegExp(pattern);
|
|
49119
|
+
const match = re.exec(opening);
|
|
49120
|
+
if (debug) console.log("[xml-utils] match:", match);
|
|
49121
|
+
if (match) return match[1];
|
|
49122
|
+
}
|
|
49105
49123
|
}
|
|
49106
49124
|
|
|
49107
49125
|
module.exports = getAttribute;
|
|
@@ -69196,7 +69214,7 @@ var DataTile = /** @class */ (function (_super) {
|
|
|
69196
69214
|
/***/ (function(module, exports, __webpack_require__) {
|
|
69197
69215
|
|
|
69198
69216
|
"use strict";
|
|
69199
|
-
var _interopRequireDefault=__webpack_require__("4ea4"),_slicedToArray2=(Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0,_interopRequireDefault(__webpack_require__("278c"))),_classCallCheck2=_interopRequireDefault(__webpack_require__("970b")),_createClass2=_interopRequireDefault(__webpack_require__("5bc3")),_Point=_interopRequireDefault(__webpack_require__("f403")),_style=__webpack_require__("15e0"),_isTruePolygon=__webpack_require__("5897"),_lzh=__webpack_require__("b12f"),_index=__webpack_require__("13e2"),PolygonBase=function(){function i(e,t){(0,_classCallCheck2.default)(this,i),this.layer=null,this.source=null,this.lineFeature=null,this.coordinates=[],this.zIndex=1,this.polygon=null,this.polygonFeature=null,this.lineDash=[],this.ids=[],this.isShowPolygon=!0,this.type=0,this.isShowText=!1,this.center=[],this.text="",this.declutter=!
|
|
69217
|
+
var _interopRequireDefault=__webpack_require__("4ea4"),_slicedToArray2=(Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0,_interopRequireDefault(__webpack_require__("278c"))),_classCallCheck2=_interopRequireDefault(__webpack_require__("970b")),_createClass2=_interopRequireDefault(__webpack_require__("5bc3")),_Point=_interopRequireDefault(__webpack_require__("f403")),_style=__webpack_require__("15e0"),_isTruePolygon=__webpack_require__("5897"),_lzh=__webpack_require__("b12f"),_index=__webpack_require__("13e2"),PolygonBase=function(){function i(e,t){(0,_classCallCheck2.default)(this,i),this.layer=null,this.source=null,this.lineFeature=null,this.coordinates=[],this.zIndex=1,this.polygon=null,this.polygonFeature=null,this.lineDash=[],this.ids=[],this.isShowPolygon=!0,this.type=0,this.isShowText=!1,this.center=[],this.text="",this.declutter=!0,this.fillColor=e.fillColor,this.stroke=e.stroke,this.width=e.width||2,this.coordinates=e.coordinates,this.zIndex=e.zIndex||1,this.id=e.id,this.map=t,this.lineDash=e.lineDash||[],this.ids=e.ids,this.isHidePolygon=e.isHidePolygon||!1,this.isShowText=e.isShowText||!1,this.text=e.text||"",this.center=e.center||[],!1===e.declutter&&(this.declutter=!1),e&&e.type&&(this.type=e.type)}return(0,_createClass2.default)(i,[{key:"setTextVisible",value:function(e){this.isShowText=e,this.layer&&this.layer.changed()}},{key:"setShowText",value:function(){this.isShowText=!(0<arguments.length&&void 0!==arguments[0])||arguments[0]}},{key:"setText",value:function(e){this.text=e}},{key:"setCenter",value:function(e){this.center=e}},{key:"createTextStyle",value:function(){return this.isShowText&&this.center&&0!==this.center.length?new _style.Text({text:this.text,font:"bold 12px sans-serif",fill:new _style.Fill({color:"#fff"}),textAlign:"center",textBaseline:"middle",overflow:this.declutter,geometry:new _Point.default(this.center),zIndex:this.zIndex+2}):null}},{key:"getLayer",value:function(){return this.layer}},{key:"setPolygonColor",value:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["rgba(255, 255, 255, 0.3)","rgba(00, 131, 241, 1)"],t=this.layer.getStyle();t.getFill().setColor(e[0]),t.getStroke().setColor(e[1])}},{key:"show",value:function(){this.isShowPolygon||(this.map.addLayer(this.layer),this.isShowPolygon=!0)}},{key:"hide",value:function(){this.isShowPolygon&&(this.map.removeLayer(this.layer),this.isShowPolygon=!1)}},{key:"Id",get:function(){return this.id}},{key:"ShowState",get:function(){return this.isShowPolygon}},{key:"Ids",get:function(){return this.ids}},{key:"Vector",get:function(){return this.layer}},{key:"getGeometry",value:function(){return this.Vector&&this.polygonFeature?this.polygonFeature.getGeometry():null}},{key:"formatLengthNew",value:function(){var e=this.getGeometry();return e?(0,_lzh.formatLengthNew)(e):0}},{key:"getAreaMu",value:function(){var e=!(0<arguments.length&&void 0!==arguments[0])||arguments[0],t=this.getGeometry();return t?(0,_lzh.formatArea)(t,e):"".concat(0)}},{key:"isPolygon",value:function(){var e=this.getGeometry();if(!e)return!1;try{var t=(0,_lzh.calculateCenter)(e),i=t.coordinates;t.center;return(0,_isTruePolygon.isTruePolygon)(i)}catch(e){return!1}}},{key:"getGeoJson",value:function(){var e=this.getCoordinates();if(!e.length)return null;var t=this.getCenterPoint(),t=(0,_slicedToArray2.default)(t,2),i=t[0],t=t[1];return(0,_lzh.createGeoJson)(e,{ruleId:"",centerlon:i,centerlat:t})}},{key:"getCenterPoint",value:function(){var e=this.getCoordinates();if(!e.length)return[];var t,e=(0,_lzh.getCenterPoint)(e);return this.type?[(t=_index.GPS.gcj_decrypt(e[0],e[1])).lon,t.lat]:e}},{key:"getExtent",value:function(){var e=this.getGeometry();return e?this.type?_index.GPS.convertBBoxWGS84(e.getExtent()):e.getExtent():[]}},{key:"getCoordinates",value:function(){var e=this.getGeometry();if(!e)return[];e=this.deleteDuplicateData(e.getCoordinates());return this.type?_index.GPS.convertCoordinatesWGS84(e):e}},{key:"setCoordinates",value:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,i=!(2<arguments.length&&void 0!==arguments[2])||arguments[2],n=(this.coordinates=this.deleteDuplicateData(e),this.type=t,new Array);this.coordinates[0].length?(this.coordinates[0].forEach(function(e){n.push(e)}),i&&n.push(this.coordinates[0][0]),e=[n],t?this.polygon.setCoordinates(_index.GPS.convertCoordinatesGCJ02(e)):this.polygon.setCoordinates(e)):this.polygon.setCoordinates([])}},{key:"selectGPS",value:function(){this.setCoordinates(this.coordinates,0<arguments.length&&void 0!==arguments[0]?arguments[0]:0,!(1<arguments.length&&void 0!==arguments[1])||arguments[1])}},{key:"isConvertCoordinatesGCJ02",value:function(){return this.type?_index.GPS.convertCoordinatesGCJ02(this.coordinates):this.coordinates}},{key:"setZIndex",value:function(e){this.layer.setZIndex(e)}},{key:"setType",set:function(e){this.type=e}},{key:"deleteDuplicateData",value:function(e){var e=e[0],t=new Array,i=[0,0];return e.forEach(function(e){e[0]!=i[0]&&e[1]!=i[1]&&t.push(e),i=e}),[t]}}]),i}();exports.default=PolygonBase;
|
|
69200
69218
|
|
|
69201
69219
|
/***/ }),
|
|
69202
69220
|
|
|
@@ -69981,9 +69999,9 @@ function restoreXHR() {
|
|
|
69981
69999
|
/***/ "e504":
|
|
69982
70000
|
/***/ (function(module, exports) {
|
|
69983
70001
|
|
|
69984
|
-
/*! @petamoriken/float16 v3.
|
|
70002
|
+
/*! @petamoriken/float16 v3.9.3 | MIT License - https://github.com/petamoriken/float16 */
|
|
69985
70003
|
|
|
69986
|
-
|
|
70004
|
+
var float16 = (function (exports) {
|
|
69987
70005
|
'use strict';
|
|
69988
70006
|
|
|
69989
70007
|
const THIS_IS_NOT_AN_OBJECT = "This is not an object";
|
|
@@ -70005,6 +70023,8 @@ const float16 = (function (exports) {
|
|
|
70005
70023
|
const ITERATOR_PROPERTY_IS_NOT_CALLABLE = "@@iterator property is not callable";
|
|
70006
70024
|
const REDUCE_OF_EMPTY_ARRAY_WITH_NO_INITIAL_VALUE =
|
|
70007
70025
|
"Reduce of empty array with no initial value";
|
|
70026
|
+
const THE_COMPARISON_FUNCTION_MUST_BE_EITHER_A_FUNCTION_OR_UNDEFINED =
|
|
70027
|
+
"The comparison function must be either a function or undefined";
|
|
70008
70028
|
const OFFSET_IS_OUT_OF_BOUNDS = "Offset is out of bounds";
|
|
70009
70029
|
|
|
70010
70030
|
function uncurryThis(target) {
|
|
@@ -70034,7 +70054,8 @@ const float16 = (function (exports) {
|
|
|
70034
70054
|
} = Reflect;
|
|
70035
70055
|
const NativeProxy = Proxy;
|
|
70036
70056
|
const {
|
|
70037
|
-
|
|
70057
|
+
EPSILON,
|
|
70058
|
+
MAX_SAFE_INTEGER,
|
|
70038
70059
|
isFinite: NumberIsFinite,
|
|
70039
70060
|
isNaN: NumberIsNaN,
|
|
70040
70061
|
} = Number;
|
|
@@ -70083,7 +70104,10 @@ const float16 = (function (exports) {
|
|
|
70083
70104
|
);
|
|
70084
70105
|
const NativeArrayPrototypeSymbolIterator = ArrayPrototype[SymbolIterator];
|
|
70085
70106
|
const ArrayPrototypeSymbolIterator = uncurryThis(NativeArrayPrototypeSymbolIterator);
|
|
70086
|
-
const
|
|
70107
|
+
const {
|
|
70108
|
+
abs: MathAbs,
|
|
70109
|
+
trunc: MathTrunc,
|
|
70110
|
+
} = Math;
|
|
70087
70111
|
const NativeArrayBuffer = ArrayBuffer;
|
|
70088
70112
|
const ArrayBufferIsView = NativeArrayBuffer.isView;
|
|
70089
70113
|
const ArrayBufferPrototype = NativeArrayBuffer.prototype;
|
|
@@ -70132,6 +70156,7 @@ const float16 = (function (exports) {
|
|
|
70132
70156
|
TypedArrayPrototype,
|
|
70133
70157
|
SymbolToStringTag
|
|
70134
70158
|
);
|
|
70159
|
+
const NativeUint8Array = Uint8Array;
|
|
70135
70160
|
const NativeUint16Array = Uint16Array;
|
|
70136
70161
|
const Uint16ArrayFrom = (...args) => {
|
|
70137
70162
|
return ReflectApply(TypedArrayFrom, NativeUint16Array, args);
|
|
@@ -70176,7 +70201,10 @@ const float16 = (function (exports) {
|
|
|
70176
70201
|
},
|
|
70177
70202
|
});
|
|
70178
70203
|
function safeIfNeeded(array) {
|
|
70179
|
-
if (
|
|
70204
|
+
if (
|
|
70205
|
+
array[SymbolIterator] === NativeArrayPrototypeSymbolIterator &&
|
|
70206
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70207
|
+
) {
|
|
70180
70208
|
return array;
|
|
70181
70209
|
}
|
|
70182
70210
|
const safe = ObjectCreate(SafeIteratorPrototype);
|
|
@@ -70207,8 +70235,10 @@ const float16 = (function (exports) {
|
|
|
70207
70235
|
}
|
|
70208
70236
|
|
|
70209
70237
|
function isObject(value) {
|
|
70210
|
-
return (
|
|
70211
|
-
typeof value === "
|
|
70238
|
+
return (
|
|
70239
|
+
(value !== null && typeof value === "object") ||
|
|
70240
|
+
typeof value === "function"
|
|
70241
|
+
);
|
|
70212
70242
|
}
|
|
70213
70243
|
function isObjectLike(value) {
|
|
70214
70244
|
return value !== null && typeof value === "object";
|
|
@@ -70218,11 +70248,16 @@ const float16 = (function (exports) {
|
|
|
70218
70248
|
}
|
|
70219
70249
|
function isNativeBigIntTypedArray(value) {
|
|
70220
70250
|
const typedArrayName = TypedArrayPrototypeGetSymbolToStringTag(value);
|
|
70221
|
-
return
|
|
70222
|
-
typedArrayName === "
|
|
70251
|
+
return (
|
|
70252
|
+
typedArrayName === "BigInt64Array" ||
|
|
70253
|
+
typedArrayName === "BigUint64Array"
|
|
70254
|
+
);
|
|
70223
70255
|
}
|
|
70224
70256
|
function isArrayBuffer(value) {
|
|
70225
70257
|
try {
|
|
70258
|
+
if (ArrayIsArray(value)) {
|
|
70259
|
+
return false;
|
|
70260
|
+
}
|
|
70226
70261
|
ArrayBufferPrototypeGetByteLength( (value));
|
|
70227
70262
|
return true;
|
|
70228
70263
|
} catch (e) {
|
|
@@ -70240,25 +70275,26 @@ const float16 = (function (exports) {
|
|
|
70240
70275
|
return false;
|
|
70241
70276
|
}
|
|
70242
70277
|
}
|
|
70278
|
+
function isAnyArrayBuffer(value) {
|
|
70279
|
+
return isArrayBuffer(value) || isSharedArrayBuffer(value);
|
|
70280
|
+
}
|
|
70243
70281
|
function isOrdinaryArray(value) {
|
|
70244
70282
|
if (!ArrayIsArray(value)) {
|
|
70245
70283
|
return false;
|
|
70246
70284
|
}
|
|
70247
|
-
|
|
70248
|
-
|
|
70249
|
-
|
|
70250
|
-
|
|
70251
|
-
return iterator[SymbolToStringTag] === "Array Iterator";
|
|
70285
|
+
return (
|
|
70286
|
+
value[SymbolIterator] === NativeArrayPrototypeSymbolIterator &&
|
|
70287
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70288
|
+
);
|
|
70252
70289
|
}
|
|
70253
70290
|
function isOrdinaryNativeTypedArray(value) {
|
|
70254
70291
|
if (!isNativeTypedArray(value)) {
|
|
70255
70292
|
return false;
|
|
70256
70293
|
}
|
|
70257
|
-
|
|
70258
|
-
|
|
70259
|
-
|
|
70260
|
-
|
|
70261
|
-
return iterator[SymbolToStringTag] === "Array Iterator";
|
|
70294
|
+
return (
|
|
70295
|
+
value[SymbolIterator] === NativeTypedArrayPrototypeSymbolIterator &&
|
|
70296
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70297
|
+
);
|
|
70262
70298
|
}
|
|
70263
70299
|
function isCanonicalIntegerIndexString(value) {
|
|
70264
70300
|
if (typeof value !== "string") {
|
|
@@ -70293,14 +70329,40 @@ const float16 = (function (exports) {
|
|
|
70293
70329
|
return ReflectHas(constructor, brand);
|
|
70294
70330
|
}
|
|
70295
70331
|
|
|
70332
|
+
const INVERSE_OF_EPSILON = 1 / EPSILON;
|
|
70333
|
+
function roundTiesToEven(num) {
|
|
70334
|
+
return (num + INVERSE_OF_EPSILON) - INVERSE_OF_EPSILON;
|
|
70335
|
+
}
|
|
70336
|
+
const FLOAT16_MIN_VALUE = 6.103515625e-05;
|
|
70337
|
+
const FLOAT16_MAX_VALUE = 65504;
|
|
70338
|
+
const FLOAT16_EPSILON = 0.0009765625;
|
|
70339
|
+
const FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE = FLOAT16_EPSILON * FLOAT16_MIN_VALUE;
|
|
70340
|
+
const FLOAT16_EPSILON_DEVIDED_BY_EPSILON = FLOAT16_EPSILON * INVERSE_OF_EPSILON;
|
|
70341
|
+
function roundToFloat16(num) {
|
|
70342
|
+
const number = +num;
|
|
70343
|
+
if (!NumberIsFinite(number) || number === 0) {
|
|
70344
|
+
return number;
|
|
70345
|
+
}
|
|
70346
|
+
const sign = number > 0 ? 1 : -1;
|
|
70347
|
+
const absolute = MathAbs(number);
|
|
70348
|
+
if (absolute < FLOAT16_MIN_VALUE) {
|
|
70349
|
+
return sign * roundTiesToEven(absolute / FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE) * FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE;
|
|
70350
|
+
}
|
|
70351
|
+
const temp = (1 + FLOAT16_EPSILON_DEVIDED_BY_EPSILON) * absolute;
|
|
70352
|
+
const result = temp - (temp - absolute);
|
|
70353
|
+
if (result > FLOAT16_MAX_VALUE || NumberIsNaN(result)) {
|
|
70354
|
+
return sign * Infinity;
|
|
70355
|
+
}
|
|
70356
|
+
return sign * result;
|
|
70357
|
+
}
|
|
70296
70358
|
const buffer = new NativeArrayBuffer(4);
|
|
70297
70359
|
const floatView = new NativeFloat32Array(buffer);
|
|
70298
70360
|
const uint32View = new NativeUint32Array(buffer);
|
|
70299
|
-
const baseTable = new
|
|
70300
|
-
const shiftTable = new
|
|
70361
|
+
const baseTable = new NativeUint16Array(512);
|
|
70362
|
+
const shiftTable = new NativeUint8Array(512);
|
|
70301
70363
|
for (let i = 0; i < 256; ++i) {
|
|
70302
70364
|
const e = i - 127;
|
|
70303
|
-
if (e < -
|
|
70365
|
+
if (e < -24) {
|
|
70304
70366
|
baseTable[i] = 0x0000;
|
|
70305
70367
|
baseTable[i | 0x100] = 0x8000;
|
|
70306
70368
|
shiftTable[i] = 24;
|
|
@@ -70328,28 +70390,27 @@ const float16 = (function (exports) {
|
|
|
70328
70390
|
}
|
|
70329
70391
|
}
|
|
70330
70392
|
function roundToFloat16Bits(num) {
|
|
70331
|
-
floatView[0] =
|
|
70393
|
+
floatView[0] = roundToFloat16(num);
|
|
70332
70394
|
const f = uint32View[0];
|
|
70333
70395
|
const e = (f >> 23) & 0x1ff;
|
|
70334
70396
|
return baseTable[e] + ((f & 0x007fffff) >> shiftTable[e]);
|
|
70335
70397
|
}
|
|
70336
70398
|
const mantissaTable = new NativeUint32Array(2048);
|
|
70337
|
-
const exponentTable = new NativeUint32Array(64);
|
|
70338
|
-
const offsetTable = new NativeUint32Array(64);
|
|
70339
70399
|
for (let i = 1; i < 1024; ++i) {
|
|
70340
70400
|
let m = i << 13;
|
|
70341
70401
|
let e = 0;
|
|
70342
|
-
while((m & 0x00800000) === 0) {
|
|
70402
|
+
while ((m & 0x00800000) === 0) {
|
|
70343
70403
|
m <<= 1;
|
|
70344
70404
|
e -= 0x00800000;
|
|
70345
70405
|
}
|
|
70346
|
-
m &=
|
|
70406
|
+
m &= -8388609;
|
|
70347
70407
|
e += 0x38800000;
|
|
70348
70408
|
mantissaTable[i] = m | e;
|
|
70349
70409
|
}
|
|
70350
70410
|
for (let i = 1024; i < 2048; ++i) {
|
|
70351
70411
|
mantissaTable[i] = 0x38000000 + ((i - 1024) << 13);
|
|
70352
70412
|
}
|
|
70413
|
+
const exponentTable = new NativeUint32Array(64);
|
|
70353
70414
|
for (let i = 1; i < 31; ++i) {
|
|
70354
70415
|
exponentTable[i] = i << 23;
|
|
70355
70416
|
}
|
|
@@ -70359,14 +70420,15 @@ const float16 = (function (exports) {
|
|
|
70359
70420
|
exponentTable[i] = 0x80000000 + ((i - 32) << 23);
|
|
70360
70421
|
}
|
|
70361
70422
|
exponentTable[63] = 0xc7800000;
|
|
70423
|
+
const offsetTable = new NativeUint16Array(64);
|
|
70362
70424
|
for (let i = 1; i < 64; ++i) {
|
|
70363
70425
|
if (i !== 32) {
|
|
70364
70426
|
offsetTable[i] = 1024;
|
|
70365
70427
|
}
|
|
70366
70428
|
}
|
|
70367
70429
|
function convertToNumber(float16bits) {
|
|
70368
|
-
const
|
|
70369
|
-
uint32View[0] = mantissaTable[offsetTable[
|
|
70430
|
+
const i = float16bits >> 10;
|
|
70431
|
+
uint32View[0] = mantissaTable[offsetTable[i] + (float16bits & 0x3ff)] + exponentTable[i];
|
|
70370
70432
|
return floatView[0];
|
|
70371
70433
|
}
|
|
70372
70434
|
|
|
@@ -70558,26 +70620,20 @@ const float16 = (function (exports) {
|
|
|
70558
70620
|
let float16bitsArray;
|
|
70559
70621
|
if (isFloat16Array(input)) {
|
|
70560
70622
|
float16bitsArray = ReflectConstruct(NativeUint16Array, [getFloat16BitsArray(input)], new.target);
|
|
70561
|
-
} else if (isObject(input) && !
|
|
70623
|
+
} else if (isObject(input) && !isAnyArrayBuffer(input)) {
|
|
70562
70624
|
let list;
|
|
70563
70625
|
let length;
|
|
70564
70626
|
if (isNativeTypedArray(input)) {
|
|
70565
70627
|
list = input;
|
|
70566
70628
|
length = TypedArrayPrototypeGetLength(input);
|
|
70567
70629
|
const buffer = TypedArrayPrototypeGetBuffer(input);
|
|
70568
|
-
const BufferConstructor = !isSharedArrayBuffer(buffer)
|
|
70569
|
-
? (SpeciesConstructor(
|
|
70570
|
-
buffer,
|
|
70571
|
-
NativeArrayBuffer
|
|
70572
|
-
))
|
|
70573
|
-
: NativeArrayBuffer;
|
|
70574
70630
|
if (IsDetachedBuffer(buffer)) {
|
|
70575
70631
|
throw NativeTypeError(ATTEMPTING_TO_ACCESS_DETACHED_ARRAYBUFFER);
|
|
70576
70632
|
}
|
|
70577
70633
|
if (isNativeBigIntTypedArray(input)) {
|
|
70578
70634
|
throw NativeTypeError(CANNOT_MIX_BIGINT_AND_OTHER_TYPES);
|
|
70579
70635
|
}
|
|
70580
|
-
const data = new
|
|
70636
|
+
const data = new NativeArrayBuffer(
|
|
70581
70637
|
length * BYTES_PER_ELEMENT
|
|
70582
70638
|
);
|
|
70583
70639
|
float16bitsArray = ReflectConstruct(NativeUint16Array, [data], new.target);
|
|
@@ -70744,6 +70800,30 @@ const float16 = (function (exports) {
|
|
|
70744
70800
|
}
|
|
70745
70801
|
return convertToNumber(float16bitsArray[k]);
|
|
70746
70802
|
}
|
|
70803
|
+
with(index, value) {
|
|
70804
|
+
assertFloat16Array(this);
|
|
70805
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
70806
|
+
const length = TypedArrayPrototypeGetLength(float16bitsArray);
|
|
70807
|
+
const relativeIndex = ToIntegerOrInfinity(index);
|
|
70808
|
+
const k = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;
|
|
70809
|
+
const number = +value;
|
|
70810
|
+
if (k < 0 || k >= length) {
|
|
70811
|
+
throw NativeRangeError(OFFSET_IS_OUT_OF_BOUNDS);
|
|
70812
|
+
}
|
|
70813
|
+
const uint16 = new NativeUint16Array(
|
|
70814
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
70815
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
70816
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
70817
|
+
);
|
|
70818
|
+
const cloned = new Float16Array(
|
|
70819
|
+
TypedArrayPrototypeGetBuffer(
|
|
70820
|
+
TypedArrayPrototypeSlice(uint16)
|
|
70821
|
+
)
|
|
70822
|
+
);
|
|
70823
|
+
const array = getFloat16BitsArray(cloned);
|
|
70824
|
+
array[k] = roundToFloat16Bits(number);
|
|
70825
|
+
return cloned;
|
|
70826
|
+
}
|
|
70747
70827
|
map(callback, ...opts) {
|
|
70748
70828
|
assertFloat16Array(this);
|
|
70749
70829
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -70981,6 +71061,23 @@ const float16 = (function (exports) {
|
|
|
70981
71061
|
TypedArrayPrototypeReverse(float16bitsArray);
|
|
70982
71062
|
return this;
|
|
70983
71063
|
}
|
|
71064
|
+
toReversed() {
|
|
71065
|
+
assertFloat16Array(this);
|
|
71066
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
71067
|
+
const uint16 = new NativeUint16Array(
|
|
71068
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
71069
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
71070
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
71071
|
+
);
|
|
71072
|
+
const cloned = new Float16Array(
|
|
71073
|
+
TypedArrayPrototypeGetBuffer(
|
|
71074
|
+
TypedArrayPrototypeSlice(uint16)
|
|
71075
|
+
)
|
|
71076
|
+
);
|
|
71077
|
+
const clonedFloat16bitsArray = getFloat16BitsArray(cloned);
|
|
71078
|
+
TypedArrayPrototypeReverse(clonedFloat16bitsArray);
|
|
71079
|
+
return cloned;
|
|
71080
|
+
}
|
|
70984
71081
|
fill(value, ...opts) {
|
|
70985
71082
|
assertFloat16Array(this);
|
|
70986
71083
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -71006,6 +71103,29 @@ const float16 = (function (exports) {
|
|
|
71006
71103
|
});
|
|
71007
71104
|
return this;
|
|
71008
71105
|
}
|
|
71106
|
+
toSorted(compareFn) {
|
|
71107
|
+
assertFloat16Array(this);
|
|
71108
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
71109
|
+
if (compareFn !== undefined && typeof compareFn !== "function") {
|
|
71110
|
+
throw new NativeTypeError(THE_COMPARISON_FUNCTION_MUST_BE_EITHER_A_FUNCTION_OR_UNDEFINED);
|
|
71111
|
+
}
|
|
71112
|
+
const sortCompare = compareFn !== undefined ? compareFn : defaultCompare;
|
|
71113
|
+
const uint16 = new NativeUint16Array(
|
|
71114
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
71115
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
71116
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
71117
|
+
);
|
|
71118
|
+
const cloned = new Float16Array(
|
|
71119
|
+
TypedArrayPrototypeGetBuffer(
|
|
71120
|
+
TypedArrayPrototypeSlice(uint16)
|
|
71121
|
+
)
|
|
71122
|
+
);
|
|
71123
|
+
const clonedFloat16bitsArray = getFloat16BitsArray(cloned);
|
|
71124
|
+
TypedArrayPrototypeSort(clonedFloat16bitsArray, (x, y) => {
|
|
71125
|
+
return sortCompare(convertToNumber(x), convertToNumber(y));
|
|
71126
|
+
});
|
|
71127
|
+
return cloned;
|
|
71128
|
+
}
|
|
71009
71129
|
slice(start, end) {
|
|
71010
71130
|
assertFloat16Array(this);
|
|
71011
71131
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -71202,23 +71322,19 @@ const float16 = (function (exports) {
|
|
|
71202
71322
|
);
|
|
71203
71323
|
}
|
|
71204
71324
|
|
|
71205
|
-
function
|
|
71206
|
-
|
|
71207
|
-
if (!NumberIsFinite(number) || number === 0) {
|
|
71208
|
-
return number;
|
|
71209
|
-
}
|
|
71210
|
-
const x16 = roundToFloat16Bits(number);
|
|
71211
|
-
return convertToNumber(x16);
|
|
71325
|
+
function f16round(x) {
|
|
71326
|
+
return roundToFloat16(x);
|
|
71212
71327
|
}
|
|
71213
71328
|
|
|
71214
71329
|
exports.Float16Array = Float16Array;
|
|
71330
|
+
exports.f16round = f16round;
|
|
71215
71331
|
exports.getFloat16 = getFloat16;
|
|
71216
|
-
exports.hfround =
|
|
71332
|
+
exports.hfround = f16round;
|
|
71217
71333
|
exports.isFloat16Array = isFloat16Array;
|
|
71218
71334
|
exports.isTypedArray = isTypedArray;
|
|
71219
71335
|
exports.setFloat16 = setFloat16;
|
|
71220
71336
|
|
|
71221
|
-
Object.
|
|
71337
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
71222
71338
|
|
|
71223
71339
|
return exports;
|
|
71224
71340
|
|
|
@@ -72963,7 +73079,7 @@ function findTagByName(xml, tagName, options) {
|
|
|
72963
73079
|
|
|
72964
73080
|
if (debug) console.log("[xml-utils] starting findTagByName with", tagName, " and ", options);
|
|
72965
73081
|
|
|
72966
|
-
const start = indexOfMatch(xml, `\<${tagName}[ \>\/]`, startIndex);
|
|
73082
|
+
const start = indexOfMatch(xml, `\<${tagName}[ \n\>\/]`, startIndex);
|
|
72967
73083
|
if (debug) console.log("[xml-utils] start:", start);
|
|
72968
73084
|
if (start === -1) return undefined;
|
|
72969
73085
|
|
|
@@ -72982,8 +73098,8 @@ function findTagByName(xml, tagName, options) {
|
|
|
72982
73098
|
let closings = 0;
|
|
72983
73099
|
while ((relativeEnd = indexOfMatchEnd(afterStart, "[ /]" + tagName + ">", startIndex)) !== -1) {
|
|
72984
73100
|
const clip = afterStart.substring(startIndex, relativeEnd + 1);
|
|
72985
|
-
openings += countSubstring(clip, "<" + tagName);
|
|
72986
|
-
closings += countSubstring(clip, "
|
|
73101
|
+
openings += countSubstring(clip, "<" + tagName + "[ \n\t>]");
|
|
73102
|
+
closings += countSubstring(clip, "</" + tagName + ">");
|
|
72987
73103
|
// we can't have more openings than closings
|
|
72988
73104
|
if (closings >= openings) break;
|
|
72989
73105
|
startIndex = relativeEnd;
|
|
@@ -91719,7 +91835,7 @@ if (typeof window !== 'undefined') {
|
|
|
91719
91835
|
// Indicate to webpack that this file can be concatenated
|
|
91720
91836
|
/* harmony default export */ var setPublicPath = (null);
|
|
91721
91837
|
|
|
91722
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
91838
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryMap/src/index.vue?vue&type=template&id=0959b11c&scoped=true&
|
|
91723
91839
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
91724
91840
|
'left':!_vm.isRight,
|
|
91725
91841
|
'right':_vm.isRight
|
|
@@ -91731,7 +91847,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
91731
91847
|
var staticRenderFns = []
|
|
91732
91848
|
|
|
91733
91849
|
|
|
91734
|
-
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=template&id=
|
|
91850
|
+
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=template&id=0959b11c&scoped=true&
|
|
91735
91851
|
|
|
91736
91852
|
// EXTERNAL MODULE: ./node_modules/ol/ol.css
|
|
91737
91853
|
var ol = __webpack_require__("5bc0");
|
|
@@ -92721,6 +92837,16 @@ class map_MapDto {
|
|
|
92721
92837
|
default: true
|
|
92722
92838
|
});
|
|
92723
92839
|
|
|
92840
|
+
_defineProperty(this, "resolution", {
|
|
92841
|
+
type: Boolean,
|
|
92842
|
+
default: false
|
|
92843
|
+
});
|
|
92844
|
+
|
|
92845
|
+
_defineProperty(this, "zoomedIn", {
|
|
92846
|
+
type: Number,
|
|
92847
|
+
default: 17
|
|
92848
|
+
});
|
|
92849
|
+
|
|
92724
92850
|
this.mapType = {
|
|
92725
92851
|
type: Number,
|
|
92726
92852
|
default: 0
|
|
@@ -92984,14 +93110,14 @@ class mapTool_MapToolDto {
|
|
|
92984
93110
|
}
|
|
92985
93111
|
|
|
92986
93112
|
}
|
|
92987
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93113
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryMapTool/src/index.vue?vue&type=template&id=0be147fb&scoped=true&
|
|
92988
93114
|
var srcvue_type_template_id_0be147fb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"draw-tool-box"},[(!_vm.isRight)?[(_vm.isShowDrawTool)?_c('aside',{staticClass:"map-button-box"},[(!_vm.hideAdd)?_c('el-button',{staticClass:"ele-text-primary el-icon--add",on:{"click":function($event){$event.stopPropagation();return _vm.onCreatePolygon()}}}):_vm._e(),(!_vm.hidePoint)?_c('el-button',{staticClass:"ele-text-primary el-icon--dadian",on:{"click":function($event){$event.stopPropagation();return _vm.onPointEvent()}}}):_vm._e(),(!_vm.hideCancel)?_c('el-button',{staticClass:"ele-text-primary el-icon--back",on:{"click":function($event){$event.stopPropagation();return _vm.lMap.onCancel()}}}):_vm._e(),(!_vm.hideDelete)?_c('el-button',{staticClass:"ele-text-primary el-icon--ashbin",on:{"click":function($event){$event.stopPropagation();return _vm.onDelete()}}}):_vm._e(),(!_vm.hideSave)?_c('el-button',{staticClass:"ele-text-primary el-icon--duihao",on:{"click":function($event){$event.stopPropagation();return _vm.onSave()}}}):_vm._e(),_vm._t("default")],2):_vm._e(),(_vm.isShowRangingTool)?_c('aside',{staticClass:"map-control",staticStyle:{"margin-left":"60px"}},[(!_vm.hideLine)?_c('el-button',{staticClass:"ele-text-primary el-icon--changdu",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateLine()}}}):_vm._e(),(!_vm.hideArea)?_c('el-button',{staticClass:"ele-text-primary el-icon--mianji",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateArea()}}}):_vm._e()],1):_vm._e()]:[(_vm.isShowRangingTool)?_c('aside',{staticClass:"map-control",staticStyle:{"margin-right":"60px"}},[(!_vm.hideLine)?_c('el-button',{staticClass:"ele-text-primary el-icon--changdu",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateLine()}}}):_vm._e(),(!_vm.hideArea)?_c('el-button',{staticClass:"ele-text-primary el-icon--mianji",on:{"click":function($event){$event.stopPropagation();return _vm.onCreateArea()}}}):_vm._e()],1):_vm._e(),(_vm.isShowDrawTool)?_c('aside',{staticClass:"map-button-box"},[(!_vm.hideAdd)?_c('el-button',{staticClass:"ele-text-primary el-icon--add",on:{"click":function($event){$event.stopPropagation();return _vm.onCreatePolygon()}}}):_vm._e(),(!_vm.hidePoint)?_c('el-button',{staticClass:"ele-text-primary el-icon--dadian",on:{"click":function($event){$event.stopPropagation();return _vm.onPointEvent()}}}):_vm._e(),(!_vm.hideCancel)?_c('el-button',{staticClass:"ele-text-primary el-icon--back",on:{"click":function($event){$event.stopPropagation();return _vm.lMap.onCancel()}}}):_vm._e(),(!_vm.hideDelete)?_c('el-button',{staticClass:"ele-text-primary el-icon--ashbin",on:{"click":function($event){$event.stopPropagation();return _vm.onDelete()}}}):_vm._e(),(!_vm.hideSave)?_c('el-button',{staticClass:"ele-text-primary el-icon--duihao",on:{"click":function($event){$event.stopPropagation();return _vm.onSave()}}}):_vm._e(),_vm._t("default")],2):_vm._e()],(_vm.lMap)?_c('ry-cross-hair',{attrs:{"isHide":_vm.isCrossHair,"map":_vm.lMap.map},on:{"click":function($event){return _vm.onClick($event)}}}):_vm._e()],2)}
|
|
92989
93115
|
var srcvue_type_template_id_0be147fb_scoped_true_staticRenderFns = []
|
|
92990
93116
|
|
|
92991
93117
|
|
|
92992
93118
|
// CONCATENATED MODULE: ./src/components/maps/ryMapTool/src/index.vue?vue&type=template&id=0be147fb&scoped=true&
|
|
92993
93119
|
|
|
92994
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93120
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryCrossHair/src/index.vue?vue&type=template&id=735d1508&
|
|
92995
93121
|
var srcvue_type_template_id_735d1508_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
92996
93122
|
var srcvue_type_template_id_735d1508_staticRenderFns = []
|
|
92997
93123
|
|
|
@@ -93563,7 +93689,7 @@ var src_component = normalizeComponent(
|
|
|
93563
93689
|
)
|
|
93564
93690
|
|
|
93565
93691
|
/* harmony default export */ var ryMapTool_src = (src_component.exports);
|
|
93566
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93692
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/switchMap/src/newIndex.vue?vue&type=template&id=10ed49d6&scoped=true&
|
|
93567
93693
|
var newIndexvue_type_template_id_10ed49d6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.mapTypeAndLayer && _vm.mapTypeAndLayer.length > 0)?_c('div',{staticClass:"switch-map"},[_c('div',{staticClass:"top",style:({height:_vm.height + 'px'})},[(!_vm.isDisabled)?[_c('p',{class:_vm.bottomRight?(_vm.isExpand?'el-icon-arrow-left':'el-icon-arrow-right'):(!_vm.isExpand?'el-icon-arrow-left':'el-icon-arrow-right'),on:{"click":_vm.changeExpand}})]:_c('p',{staticStyle:{"width":"10px"}}),_c('ul',_vm._l((_vm.mapTypeCopy),function(obj,index){return _c('li',{key:index,class:{ color: !_vm.isExpand?_vm.mapTypeActive === obj.id:true },on:{"click":function($event){return _vm.mapTypeClick(obj)}}},[_c('i',{class:_vm.isExpand?obj.activeIcon:(_vm.mapTypeActive === obj.id?obj.activeIcon:obj.icon)}),_vm._v(" "+_vm._s(obj.name)+" ")])}),0)],2),_c('ul',{class:{bottom:true,marginLeft:_vm.bottomRight}},_vm._l((_vm.mapStyleCopy),function(row,index){return _c('li',{key:index,class:{color:!_vm.isTop?_vm.mapStyleActive === row.id:true},style:({height:_vm.height + 'px',lineHeight:_vm.height + 'px'})},[_c('span',{on:{"click":function($event){return _vm.mapStyleClick(row)}}},[_vm._v(" "+_vm._s(row.name)+" ")]),_c('i',{directives:[{name:"show",rawName:"v-show",value:(index===0),expression:"index===0"}],class:_vm.isTop?'el-icon-arrow-down':'el-icon-arrow-up',on:{"click":_vm.changeDirectionArrow}})])}),0)]):_vm._e()}
|
|
93568
93694
|
var newIndexvue_type_template_id_10ed49d6_scoped_true_staticRenderFns = []
|
|
93569
93695
|
|
|
@@ -93998,6 +94124,10 @@ var newIndex_component = normalizeComponent(
|
|
|
93998
94124
|
this._bingMapMoveend();
|
|
93999
94125
|
},
|
|
94000
94126
|
|
|
94127
|
+
resolution(val) {
|
|
94128
|
+
this._bingResolution();
|
|
94129
|
+
},
|
|
94130
|
+
|
|
94001
94131
|
m(val) {
|
|
94002
94132
|
this.m = val;
|
|
94003
94133
|
}
|
|
@@ -94016,7 +94146,8 @@ var newIndex_component = normalizeComponent(
|
|
|
94016
94146
|
lastMapType: 0,
|
|
94017
94147
|
isFirstLoad: false,
|
|
94018
94148
|
contextmenu: null,
|
|
94019
|
-
dblClick: null
|
|
94149
|
+
dblClick: null,
|
|
94150
|
+
resolutionFun: null
|
|
94020
94151
|
};
|
|
94021
94152
|
},
|
|
94022
94153
|
|
|
@@ -94094,6 +94225,8 @@ var newIndex_component = normalizeComponent(
|
|
|
94094
94225
|
|
|
94095
94226
|
this._bingMapMoveend();
|
|
94096
94227
|
|
|
94228
|
+
this._bingResolution();
|
|
94229
|
+
|
|
94097
94230
|
this._bindContextmenu();
|
|
94098
94231
|
|
|
94099
94232
|
this._binddblClick();
|
|
@@ -94128,6 +94261,14 @@ var newIndex_component = normalizeComponent(
|
|
|
94128
94261
|
}
|
|
94129
94262
|
},
|
|
94130
94263
|
|
|
94264
|
+
_bingResolution() {
|
|
94265
|
+
if (this.resolution) {
|
|
94266
|
+
this.bingResolutionEvent();
|
|
94267
|
+
} else {
|
|
94268
|
+
this.bingResolutionEvent(true);
|
|
94269
|
+
}
|
|
94270
|
+
},
|
|
94271
|
+
|
|
94131
94272
|
_bindContextmenu() {
|
|
94132
94273
|
if (this.bindContextmenu) {
|
|
94133
94274
|
this._contextmenu();
|
|
@@ -94323,14 +94464,44 @@ var newIndex_component = normalizeComponent(
|
|
|
94323
94464
|
|
|
94324
94465
|
loadDrawPolygonEvent(e) {
|
|
94325
94466
|
this.$emit('loadDrawPolygonEvent', e);
|
|
94467
|
+
},
|
|
94468
|
+
|
|
94469
|
+
bingResolutionEvent(isResolution = false) {
|
|
94470
|
+
const view = this.map.getView();
|
|
94471
|
+
const zoomedIn = this.zoomedIn;
|
|
94472
|
+
let isZoomedIn = view.getZoom() > zoomedIn;
|
|
94473
|
+
|
|
94474
|
+
this.resolutionFun = () => {
|
|
94475
|
+
const currentZoom = view.getZoom();
|
|
94476
|
+
|
|
94477
|
+
if (currentZoom > zoomedIn && !isZoomedIn) {
|
|
94478
|
+
isZoomedIn = true;
|
|
94479
|
+
this.$emit('resolutionEvent', {
|
|
94480
|
+
zoom: currentZoom,
|
|
94481
|
+
status: isZoomedIn
|
|
94482
|
+
});
|
|
94483
|
+
} else if (currentZoom <= zoomedIn && isZoomedIn) {
|
|
94484
|
+
isZoomedIn = false;
|
|
94485
|
+
this.$emit('resolutionEvent', {
|
|
94486
|
+
zoom: currentZoom,
|
|
94487
|
+
status: isZoomedIn
|
|
94488
|
+
});
|
|
94489
|
+
}
|
|
94490
|
+
};
|
|
94491
|
+
|
|
94492
|
+
if (isResolution) {
|
|
94493
|
+
view.un('change:resolution', this.resolutionFun);
|
|
94494
|
+
} else {
|
|
94495
|
+
view.on('change:resolution', this.resolutionFun);
|
|
94496
|
+
}
|
|
94326
94497
|
}
|
|
94327
94498
|
|
|
94328
94499
|
}
|
|
94329
94500
|
});
|
|
94330
94501
|
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=script&lang=js&
|
|
94331
94502
|
/* harmony default export */ var maps_ryMap_srcvue_type_script_lang_js_ = (ryMap_srcvue_type_script_lang_js_);
|
|
94332
|
-
// EXTERNAL MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=style&index=0&id=
|
|
94333
|
-
var
|
|
94503
|
+
// EXTERNAL MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=style&index=0&id=0959b11c&prod&lang=scss&scoped=true&
|
|
94504
|
+
var srcvue_type_style_index_0_id_0959b11c_prod_lang_scss_scoped_true_ = __webpack_require__("4e82");
|
|
94334
94505
|
|
|
94335
94506
|
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue
|
|
94336
94507
|
|
|
@@ -94347,7 +94518,7 @@ var ryMap_src_component = normalizeComponent(
|
|
|
94347
94518
|
staticRenderFns,
|
|
94348
94519
|
false,
|
|
94349
94520
|
null,
|
|
94350
|
-
"
|
|
94521
|
+
"0959b11c",
|
|
94351
94522
|
null
|
|
94352
94523
|
|
|
94353
94524
|
)
|
|
@@ -94377,12 +94548,12 @@ ryMapTool_src.install = Vue => {
|
|
|
94377
94548
|
};
|
|
94378
94549
|
|
|
94379
94550
|
/* harmony default export */ var ryMapTool = (ryMapTool_src);
|
|
94380
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94381
|
-
var
|
|
94382
|
-
var
|
|
94551
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=09b3f127&
|
|
94552
|
+
var srcvue_type_template_id_09b3f127_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94553
|
+
var srcvue_type_template_id_09b3f127_staticRenderFns = []
|
|
94383
94554
|
|
|
94384
94555
|
|
|
94385
|
-
// CONCATENATED MODULE: ./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=
|
|
94556
|
+
// CONCATENATED MODULE: ./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=09b3f127&
|
|
94386
94557
|
|
|
94387
94558
|
// CONCATENATED MODULE: ./src/components/maps/models/base/base.js
|
|
94388
94559
|
|
|
@@ -94718,9 +94889,7 @@ class ryPolygon_PolygonDto extends base_Base {
|
|
|
94718
94889
|
},
|
|
94719
94890
|
|
|
94720
94891
|
setText(text) {
|
|
94721
|
-
|
|
94722
|
-
this.checkPoint.setText(text);
|
|
94723
|
-
}
|
|
94892
|
+
this.polygon.setText(text);
|
|
94724
94893
|
},
|
|
94725
94894
|
|
|
94726
94895
|
selectGPSAll(type) {
|
|
@@ -94746,8 +94915,8 @@ class ryPolygon_PolygonDto extends base_Base {
|
|
|
94746
94915
|
|
|
94747
94916
|
var ryPolygon_src_component = normalizeComponent(
|
|
94748
94917
|
maps_ryPolygon_srcvue_type_script_lang_js_,
|
|
94749
|
-
|
|
94750
|
-
|
|
94918
|
+
srcvue_type_template_id_09b3f127_render,
|
|
94919
|
+
srcvue_type_template_id_09b3f127_staticRenderFns,
|
|
94751
94920
|
false,
|
|
94752
94921
|
null,
|
|
94753
94922
|
null,
|
|
@@ -94764,12 +94933,12 @@ ryPolygon_src.install = Vue => {
|
|
|
94764
94933
|
};
|
|
94765
94934
|
|
|
94766
94935
|
/* harmony default export */ var ryPolygon = (ryPolygon_src);
|
|
94767
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94768
|
-
var
|
|
94769
|
-
var
|
|
94936
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=2d51688f&
|
|
94937
|
+
var srcvue_type_template_id_2d51688f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94938
|
+
var srcvue_type_template_id_2d51688f_staticRenderFns = []
|
|
94770
94939
|
|
|
94771
94940
|
|
|
94772
|
-
// CONCATENATED MODULE: ./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=
|
|
94941
|
+
// CONCATENATED MODULE: ./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=2d51688f&
|
|
94773
94942
|
|
|
94774
94943
|
// CONCATENATED MODULE: ./src/components/maps/models/ryPolygons/ryPolygons.js
|
|
94775
94944
|
|
|
@@ -94872,12 +95041,12 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
94872
95041
|
type: Boolean,
|
|
94873
95042
|
default: false
|
|
94874
95043
|
});
|
|
94875
|
-
|
|
94876
|
-
|
|
94877
|
-
|
|
94878
|
-
|
|
94879
|
-
|
|
94880
|
-
|
|
95044
|
+
} // // 调校参数
|
|
95045
|
+
// correct={
|
|
95046
|
+
// type:Number,
|
|
95047
|
+
// default:0,
|
|
95048
|
+
// }
|
|
95049
|
+
// // 是否开启 放大时显示多边形中的文字
|
|
94881
95050
|
// declutter={
|
|
94882
95051
|
// type: Boolean,
|
|
94883
95052
|
// default: false,
|
|
@@ -95301,27 +95470,16 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95301
95470
|
},
|
|
95302
95471
|
|
|
95303
95472
|
_isCheckPointHide(val) {
|
|
95473
|
+
console.log('ceshi==========', val);
|
|
95304
95474
|
const id = val.id;
|
|
95305
95475
|
|
|
95306
95476
|
if (this.polygonMap.has(id)) {
|
|
95307
|
-
const polygonMap = this.polygonMap.get(id);
|
|
95308
|
-
|
|
95309
|
-
|
|
95310
|
-
|
|
95311
|
-
|
|
95312
|
-
|
|
95313
|
-
|
|
95314
|
-
polygonMap.setTextVisible(false);
|
|
95315
|
-
} // const id = val.id;
|
|
95316
|
-
// if (this.checkPointMap.has(id)) {
|
|
95317
|
-
// const checkPoint = this.checkPointMap.get(id);
|
|
95318
|
-
// if (val.isShow) {
|
|
95319
|
-
// checkPoint.show();
|
|
95320
|
-
// return;
|
|
95321
|
-
// }
|
|
95322
|
-
// checkPoint.hide();
|
|
95323
|
-
// }
|
|
95324
|
-
|
|
95477
|
+
const polygonMap = this.polygonMap.get(id).setTextVisible(val.isShow); // if (val.isShow) {
|
|
95478
|
+
// polygonMap.setTextVisible(true);
|
|
95479
|
+
// return;
|
|
95480
|
+
// }
|
|
95481
|
+
// polygonMap.setTextVisible(false);
|
|
95482
|
+
}
|
|
95325
95483
|
},
|
|
95326
95484
|
|
|
95327
95485
|
_isCheckPointHides(arr) {
|
|
@@ -95331,8 +95489,8 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95331
95489
|
},
|
|
95332
95490
|
|
|
95333
95491
|
setText(id, text) {
|
|
95334
|
-
if (this.
|
|
95335
|
-
const checkPoint = this.
|
|
95492
|
+
if (this.polygonMap.has(id)) {
|
|
95493
|
+
const checkPoint = this.polygonMap.get(id);
|
|
95336
95494
|
checkPoint.setText(text);
|
|
95337
95495
|
}
|
|
95338
95496
|
},
|
|
@@ -95514,8 +95672,8 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95514
95672
|
|
|
95515
95673
|
var ryPolygons_src_component = normalizeComponent(
|
|
95516
95674
|
maps_ryPolygons_srcvue_type_script_lang_js_,
|
|
95517
|
-
|
|
95518
|
-
|
|
95675
|
+
srcvue_type_template_id_2d51688f_render,
|
|
95676
|
+
srcvue_type_template_id_2d51688f_staticRenderFns,
|
|
95519
95677
|
false,
|
|
95520
95678
|
null,
|
|
95521
95679
|
null,
|
|
@@ -95532,7 +95690,7 @@ ryPolygons_src.install = Vue => {
|
|
|
95532
95690
|
};
|
|
95533
95691
|
|
|
95534
95692
|
/* harmony default export */ var ryPolygons = (ryPolygons_src);
|
|
95535
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95693
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryClusters/src/index.vue?vue&type=template&id=148ba5e7&scoped=true&
|
|
95536
95694
|
var srcvue_type_template_id_148ba5e7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
95537
95695
|
var srcvue_type_template_id_148ba5e7_scoped_true_staticRenderFns = []
|
|
95538
95696
|
|
|
@@ -95846,7 +96004,7 @@ ryClusters_src.install = Vue => {
|
|
|
95846
96004
|
};
|
|
95847
96005
|
|
|
95848
96006
|
/* harmony default export */ var ryClusters = (ryClusters_src);
|
|
95849
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96007
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryClustersMarker/src/index.vue?vue&type=template&id=64b08b64&scoped=true&
|
|
95850
96008
|
var srcvue_type_template_id_64b08b64_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div')}
|
|
95851
96009
|
var srcvue_type_template_id_64b08b64_scoped_true_staticRenderFns = []
|
|
95852
96010
|
|
|
@@ -96035,7 +96193,7 @@ ryClustersMarker_src.install = Vue => {
|
|
|
96035
96193
|
};
|
|
96036
96194
|
|
|
96037
96195
|
/* harmony default export */ var ryClustersMarker = (ryClustersMarker_src);
|
|
96038
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96196
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryPolygonGeo/src/index.vue?vue&type=template&id=49125fce&
|
|
96039
96197
|
var srcvue_type_template_id_49125fce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
96040
96198
|
var srcvue_type_template_id_49125fce_staticRenderFns = []
|
|
96041
96199
|
|
|
@@ -96346,7 +96504,7 @@ ryPolygonGeo_src.install = Vue => {
|
|
|
96346
96504
|
};
|
|
96347
96505
|
|
|
96348
96506
|
/* harmony default export */ var ryPolygonGeo = (ryPolygonGeo_src);
|
|
96349
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96507
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryVectorMap/src/index.vue?vue&type=template&id=007eb38f&scoped=true&
|
|
96350
96508
|
var srcvue_type_template_id_007eb38f_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"vector-map"},[_vm._t("polygon",null,{"mapDto":{map: _vm.map,lMap: _vm.lMap}})],2)}
|
|
96351
96509
|
var srcvue_type_template_id_007eb38f_scoped_true_staticRenderFns = []
|
|
96352
96510
|
|
|
@@ -96564,7 +96722,7 @@ ryVectorMap_src.install = Vue => {
|
|
|
96564
96722
|
};
|
|
96565
96723
|
|
|
96566
96724
|
/* harmony default export */ var ryVectorMap = (ryVectorMap_src);
|
|
96567
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96725
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryLines/src/index.vue?vue&type=template&id=684b189a&scoped=true&
|
|
96568
96726
|
var srcvue_type_template_id_684b189a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[(_vm.isShowPlayback)?_c('div',{staticClass:"el-slider-box"},[_c('el-row',{attrs:{"type":"flex","justify":"center"}},[_c('el-col',{attrs:{"span":1}},[(!_vm.index || !_vm.isStop)?_c('button',{staticClass:"button-paly",on:{"click":function($event){$event.stopPropagation();return _vm.onPlayTrajectory()}}}):_c('button',{staticClass:"button-stop",on:{"click":function($event){$event.stopPropagation();return _vm.onStopTrajectory()}}})]),_c('el-col',{staticStyle:{"margin-left":"30px"},attrs:{"xs":13,"sm":19,"md":19,"lg":19,"xl":23}},[_c('el-slider',{attrs:{"marks":_vm.marks,"show-tooltip":"","step":1,"min":0,"max":_vm.cacheArr.length - 1,"format-tooltip":_vm.formatTooltip},on:{"change":_vm.sliderChange},model:{value:(_vm.index),callback:function ($$v) {_vm.index=$$v},expression:"index"}})],1)],1),_c('el-row',{attrs:{"type":"flex","justify":"end"}},[_c('el-col',[_c('section',{staticClass:"control-panel"},[_c('span',[_vm._v("播放倍速:")]),_c('span',{class:{ active: _vm.selectActive[0] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(0, 200)}}},[_vm._v("0.5x")]),_c('span',{class:{ active: _vm.selectActive[1] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(1, 100)}}},[_vm._v("正常")]),_c('span',{class:{ active: _vm.selectActive[2] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(2, 50)}}},[_vm._v("1.5x")]),_c('span',{class:{ active: _vm.selectActive[3] },on:{"click":function($event){$event.stopPropagation();return _vm.onPlaySpeed(3, 5)}}},[_vm._v("2.0x")])])])],1)],1):_vm._e()])}
|
|
96569
96727
|
var srcvue_type_template_id_684b189a_scoped_true_staticRenderFns = []
|
|
96570
96728
|
|
|
@@ -97457,7 +97615,7 @@ ryLines_src.install = Vue => {
|
|
|
97457
97615
|
};
|
|
97458
97616
|
|
|
97459
97617
|
/* harmony default export */ var ryLines = (ryLines_src);
|
|
97460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97618
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticMap/src/index.vue?vue&type=template&id=8a78c586&scoped=true&
|
|
97461
97619
|
var srcvue_type_template_id_8a78c586_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
97462
97620
|
'left':!_vm.isRight,
|
|
97463
97621
|
'right':_vm.isRight
|
|
@@ -97848,7 +98006,7 @@ ryStaticMap_src.install = Vue => {
|
|
|
97848
98006
|
};
|
|
97849
98007
|
|
|
97850
98008
|
/* harmony default export */ var ryStaticMap = (ryStaticMap_src);
|
|
97851
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98009
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryOfflineMap/src/index.vue?vue&type=template&id=44c7c94c&scoped=true&
|
|
97852
98010
|
var srcvue_type_template_id_44c7c94c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map-box"},[_c('div',{directives:[{name:"lmap",rawName:"v-lmap:loadMap",arg:"loadMap"}],staticClass:"map-style"}),(_vm.lMap.map && _vm.isRyMapTool)?_c('RyMapTool',{staticClass:"ry-map-tool",class:{
|
|
97853
98011
|
'left':!_vm.isRight,
|
|
97854
98012
|
'right':_vm.isRight
|
|
@@ -98313,7 +98471,7 @@ ryOfflineMap_src.install = Vue => {
|
|
|
98313
98471
|
};
|
|
98314
98472
|
|
|
98315
98473
|
/* harmony default export */ var ryOfflineMap = (ryOfflineMap_src);
|
|
98316
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98474
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryKMLs/src/index.vue?vue&type=template&id=8e386210&
|
|
98317
98475
|
var srcvue_type_template_id_8e386210_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98318
98476
|
var srcvue_type_template_id_8e386210_staticRenderFns = []
|
|
98319
98477
|
|
|
@@ -98699,7 +98857,7 @@ ryKMLs_src.install = Vue => {
|
|
|
98699
98857
|
};
|
|
98700
98858
|
|
|
98701
98859
|
/* harmony default export */ var ryKMLs = (ryKMLs_src);
|
|
98702
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98860
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryKML/src/index.vue?vue&type=template&id=6b0ec9a4&
|
|
98703
98861
|
var srcvue_type_template_id_6b0ec9a4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98704
98862
|
var srcvue_type_template_id_6b0ec9a4_staticRenderFns = []
|
|
98705
98863
|
|
|
@@ -98955,7 +99113,7 @@ ryKML_src.install = Vue => {
|
|
|
98955
99113
|
};
|
|
98956
99114
|
|
|
98957
99115
|
/* harmony default export */ var ryKML = (ryKML_src);
|
|
98958
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99116
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticLayers/src/index.vue?vue&type=template&id=40f10e06&
|
|
98959
99117
|
var srcvue_type_template_id_40f10e06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98960
99118
|
var srcvue_type_template_id_40f10e06_staticRenderFns = []
|
|
98961
99119
|
|
|
@@ -99271,7 +99429,7 @@ ryStaticLayers_src.install = Vue => {
|
|
|
99271
99429
|
};
|
|
99272
99430
|
|
|
99273
99431
|
/* harmony default export */ var ryStaticLayers = (ryStaticLayers_src);
|
|
99274
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99432
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryStaticLayer/src/index.vue?vue&type=template&id=8a8c4a70&
|
|
99275
99433
|
var srcvue_type_template_id_8a8c4a70_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99276
99434
|
var srcvue_type_template_id_8a8c4a70_staticRenderFns = []
|
|
99277
99435
|
|
|
@@ -99505,7 +99663,7 @@ ryStaticLayer_src.install = Vue => {
|
|
|
99505
99663
|
};
|
|
99506
99664
|
|
|
99507
99665
|
/* harmony default export */ var ryStaticLayer = (ryStaticLayer_src);
|
|
99508
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99666
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryWMSs/src/index.vue?vue&type=template&id=3448b5a2&
|
|
99509
99667
|
var srcvue_type_template_id_3448b5a2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99510
99668
|
var srcvue_type_template_id_3448b5a2_staticRenderFns = []
|
|
99511
99669
|
|
|
@@ -99699,7 +99857,7 @@ ryWMSs_src.install = Vue => {
|
|
|
99699
99857
|
};
|
|
99700
99858
|
|
|
99701
99859
|
/* harmony default export */ var ryWMSs = (ryWMSs_src);
|
|
99702
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99860
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"58c4b702-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/maps/ryWMTSs/src/index.vue?vue&type=template&id=e00105b0&
|
|
99703
99861
|
var srcvue_type_template_id_e00105b0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99704
99862
|
var srcvue_type_template_id_e00105b0_staticRenderFns = []
|
|
99705
99863
|
|
|
@@ -100070,17 +100228,6 @@ function forEach(flatCoordinates, offset, end, stride, callback) {
|
|
|
100070
100228
|
}
|
|
100071
100229
|
//# sourceMappingURL=segments.js.map
|
|
100072
100230
|
|
|
100073
|
-
/***/ }),
|
|
100074
|
-
|
|
100075
|
-
/***/ "fd93":
|
|
100076
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
100077
|
-
|
|
100078
|
-
"use strict";
|
|
100079
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_92718596_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0532");
|
|
100080
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_92718596_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_92718596_prod_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
100081
|
-
/* unused harmony reexport * */
|
|
100082
|
-
|
|
100083
|
-
|
|
100084
100231
|
/***/ }),
|
|
100085
100232
|
|
|
100086
100233
|
/***/ "fe37":
|