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.common.js
CHANGED
|
@@ -299,13 +299,6 @@ var DEFAULT_TILE_SIZE = 256;
|
|
|
299
299
|
|
|
300
300
|
/***/ }),
|
|
301
301
|
|
|
302
|
-
/***/ "0532":
|
|
303
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
304
|
-
|
|
305
|
-
// extracted by mini-css-extract-plugin
|
|
306
|
-
|
|
307
|
-
/***/ }),
|
|
308
|
-
|
|
309
302
|
/***/ "0676":
|
|
310
303
|
/***/ (function(module, exports) {
|
|
311
304
|
|
|
@@ -4420,6 +4413,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4420
4413
|
|
|
4421
4414
|
/***/ }),
|
|
4422
4415
|
|
|
4416
|
+
/***/ "15ec":
|
|
4417
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
4418
|
+
|
|
4419
|
+
// extracted by mini-css-extract-plugin
|
|
4420
|
+
|
|
4421
|
+
/***/ }),
|
|
4422
|
+
|
|
4423
4423
|
/***/ "1674":
|
|
4424
4424
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4425
4425
|
|
|
@@ -26825,6 +26825,17 @@ function inflateEnds(flatCoordinates, ends) {
|
|
|
26825
26825
|
}
|
|
26826
26826
|
//# sourceMappingURL=orient.js.map
|
|
26827
26827
|
|
|
26828
|
+
/***/ }),
|
|
26829
|
+
|
|
26830
|
+
/***/ "4e82":
|
|
26831
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
26832
|
+
|
|
26833
|
+
"use strict";
|
|
26834
|
+
/* 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");
|
|
26835
|
+
/* 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__);
|
|
26836
|
+
/* unused harmony reexport * */
|
|
26837
|
+
|
|
26838
|
+
|
|
26828
26839
|
/***/ }),
|
|
26829
26840
|
|
|
26830
26841
|
/***/ "4ea4":
|
|
@@ -49082,17 +49093,24 @@ function assert(assertion, errorCode) {
|
|
|
49082
49093
|
|
|
49083
49094
|
function getAttribute(tag, attributeName, options) {
|
|
49084
49095
|
const debug = (options && options.debug) || false;
|
|
49085
|
-
if (debug) console.log("getting " + attributeName + " in " + tag);
|
|
49096
|
+
if (debug) console.log("[xml-utils] getting " + attributeName + " in " + tag);
|
|
49086
49097
|
|
|
49087
49098
|
const xml = typeof tag === "object" ? tag.outer : tag;
|
|
49088
49099
|
|
|
49089
|
-
|
|
49090
|
-
|
|
49100
|
+
// only search for attributes in the opening tag
|
|
49101
|
+
const opening = xml.slice(0, xml.indexOf(">") + 1);
|
|
49091
49102
|
|
|
49092
|
-
const
|
|
49093
|
-
|
|
49094
|
-
|
|
49095
|
-
|
|
49103
|
+
const quotechars = ['"', "'"];
|
|
49104
|
+
for (let i = 0; i < quotechars.length; i++) {
|
|
49105
|
+
const char = quotechars[i];
|
|
49106
|
+
const pattern = attributeName + "\\=" + char + "([^" + char + "]*)" + char;
|
|
49107
|
+
if (debug) console.log("[xml-utils] pattern:", pattern);
|
|
49108
|
+
|
|
49109
|
+
const re = new RegExp(pattern);
|
|
49110
|
+
const match = re.exec(opening);
|
|
49111
|
+
if (debug) console.log("[xml-utils] match:", match);
|
|
49112
|
+
if (match) return match[1];
|
|
49113
|
+
}
|
|
49096
49114
|
}
|
|
49097
49115
|
|
|
49098
49116
|
module.exports = getAttribute;
|
|
@@ -69187,7 +69205,7 @@ var DataTile = /** @class */ (function (_super) {
|
|
|
69187
69205
|
/***/ (function(module, exports, __webpack_require__) {
|
|
69188
69206
|
|
|
69189
69207
|
"use strict";
|
|
69190
|
-
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=!
|
|
69208
|
+
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;
|
|
69191
69209
|
|
|
69192
69210
|
/***/ }),
|
|
69193
69211
|
|
|
@@ -69972,9 +69990,9 @@ function restoreXHR() {
|
|
|
69972
69990
|
/***/ "e504":
|
|
69973
69991
|
/***/ (function(module, exports) {
|
|
69974
69992
|
|
|
69975
|
-
/*! @petamoriken/float16 v3.
|
|
69993
|
+
/*! @petamoriken/float16 v3.9.3 | MIT License - https://github.com/petamoriken/float16 */
|
|
69976
69994
|
|
|
69977
|
-
|
|
69995
|
+
var float16 = (function (exports) {
|
|
69978
69996
|
'use strict';
|
|
69979
69997
|
|
|
69980
69998
|
const THIS_IS_NOT_AN_OBJECT = "This is not an object";
|
|
@@ -69996,6 +70014,8 @@ const float16 = (function (exports) {
|
|
|
69996
70014
|
const ITERATOR_PROPERTY_IS_NOT_CALLABLE = "@@iterator property is not callable";
|
|
69997
70015
|
const REDUCE_OF_EMPTY_ARRAY_WITH_NO_INITIAL_VALUE =
|
|
69998
70016
|
"Reduce of empty array with no initial value";
|
|
70017
|
+
const THE_COMPARISON_FUNCTION_MUST_BE_EITHER_A_FUNCTION_OR_UNDEFINED =
|
|
70018
|
+
"The comparison function must be either a function or undefined";
|
|
69999
70019
|
const OFFSET_IS_OUT_OF_BOUNDS = "Offset is out of bounds";
|
|
70000
70020
|
|
|
70001
70021
|
function uncurryThis(target) {
|
|
@@ -70025,7 +70045,8 @@ const float16 = (function (exports) {
|
|
|
70025
70045
|
} = Reflect;
|
|
70026
70046
|
const NativeProxy = Proxy;
|
|
70027
70047
|
const {
|
|
70028
|
-
|
|
70048
|
+
EPSILON,
|
|
70049
|
+
MAX_SAFE_INTEGER,
|
|
70029
70050
|
isFinite: NumberIsFinite,
|
|
70030
70051
|
isNaN: NumberIsNaN,
|
|
70031
70052
|
} = Number;
|
|
@@ -70074,7 +70095,10 @@ const float16 = (function (exports) {
|
|
|
70074
70095
|
);
|
|
70075
70096
|
const NativeArrayPrototypeSymbolIterator = ArrayPrototype[SymbolIterator];
|
|
70076
70097
|
const ArrayPrototypeSymbolIterator = uncurryThis(NativeArrayPrototypeSymbolIterator);
|
|
70077
|
-
const
|
|
70098
|
+
const {
|
|
70099
|
+
abs: MathAbs,
|
|
70100
|
+
trunc: MathTrunc,
|
|
70101
|
+
} = Math;
|
|
70078
70102
|
const NativeArrayBuffer = ArrayBuffer;
|
|
70079
70103
|
const ArrayBufferIsView = NativeArrayBuffer.isView;
|
|
70080
70104
|
const ArrayBufferPrototype = NativeArrayBuffer.prototype;
|
|
@@ -70123,6 +70147,7 @@ const float16 = (function (exports) {
|
|
|
70123
70147
|
TypedArrayPrototype,
|
|
70124
70148
|
SymbolToStringTag
|
|
70125
70149
|
);
|
|
70150
|
+
const NativeUint8Array = Uint8Array;
|
|
70126
70151
|
const NativeUint16Array = Uint16Array;
|
|
70127
70152
|
const Uint16ArrayFrom = (...args) => {
|
|
70128
70153
|
return ReflectApply(TypedArrayFrom, NativeUint16Array, args);
|
|
@@ -70167,7 +70192,10 @@ const float16 = (function (exports) {
|
|
|
70167
70192
|
},
|
|
70168
70193
|
});
|
|
70169
70194
|
function safeIfNeeded(array) {
|
|
70170
|
-
if (
|
|
70195
|
+
if (
|
|
70196
|
+
array[SymbolIterator] === NativeArrayPrototypeSymbolIterator &&
|
|
70197
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70198
|
+
) {
|
|
70171
70199
|
return array;
|
|
70172
70200
|
}
|
|
70173
70201
|
const safe = ObjectCreate(SafeIteratorPrototype);
|
|
@@ -70198,8 +70226,10 @@ const float16 = (function (exports) {
|
|
|
70198
70226
|
}
|
|
70199
70227
|
|
|
70200
70228
|
function isObject(value) {
|
|
70201
|
-
return (
|
|
70202
|
-
typeof value === "
|
|
70229
|
+
return (
|
|
70230
|
+
(value !== null && typeof value === "object") ||
|
|
70231
|
+
typeof value === "function"
|
|
70232
|
+
);
|
|
70203
70233
|
}
|
|
70204
70234
|
function isObjectLike(value) {
|
|
70205
70235
|
return value !== null && typeof value === "object";
|
|
@@ -70209,11 +70239,16 @@ const float16 = (function (exports) {
|
|
|
70209
70239
|
}
|
|
70210
70240
|
function isNativeBigIntTypedArray(value) {
|
|
70211
70241
|
const typedArrayName = TypedArrayPrototypeGetSymbolToStringTag(value);
|
|
70212
|
-
return
|
|
70213
|
-
typedArrayName === "
|
|
70242
|
+
return (
|
|
70243
|
+
typedArrayName === "BigInt64Array" ||
|
|
70244
|
+
typedArrayName === "BigUint64Array"
|
|
70245
|
+
);
|
|
70214
70246
|
}
|
|
70215
70247
|
function isArrayBuffer(value) {
|
|
70216
70248
|
try {
|
|
70249
|
+
if (ArrayIsArray(value)) {
|
|
70250
|
+
return false;
|
|
70251
|
+
}
|
|
70217
70252
|
ArrayBufferPrototypeGetByteLength( (value));
|
|
70218
70253
|
return true;
|
|
70219
70254
|
} catch (e) {
|
|
@@ -70231,25 +70266,26 @@ const float16 = (function (exports) {
|
|
|
70231
70266
|
return false;
|
|
70232
70267
|
}
|
|
70233
70268
|
}
|
|
70269
|
+
function isAnyArrayBuffer(value) {
|
|
70270
|
+
return isArrayBuffer(value) || isSharedArrayBuffer(value);
|
|
70271
|
+
}
|
|
70234
70272
|
function isOrdinaryArray(value) {
|
|
70235
70273
|
if (!ArrayIsArray(value)) {
|
|
70236
70274
|
return false;
|
|
70237
70275
|
}
|
|
70238
|
-
|
|
70239
|
-
|
|
70240
|
-
|
|
70241
|
-
|
|
70242
|
-
return iterator[SymbolToStringTag] === "Array Iterator";
|
|
70276
|
+
return (
|
|
70277
|
+
value[SymbolIterator] === NativeArrayPrototypeSymbolIterator &&
|
|
70278
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70279
|
+
);
|
|
70243
70280
|
}
|
|
70244
70281
|
function isOrdinaryNativeTypedArray(value) {
|
|
70245
70282
|
if (!isNativeTypedArray(value)) {
|
|
70246
70283
|
return false;
|
|
70247
70284
|
}
|
|
70248
|
-
|
|
70249
|
-
|
|
70250
|
-
|
|
70251
|
-
|
|
70252
|
-
return iterator[SymbolToStringTag] === "Array Iterator";
|
|
70285
|
+
return (
|
|
70286
|
+
value[SymbolIterator] === NativeTypedArrayPrototypeSymbolIterator &&
|
|
70287
|
+
ArrayIteratorPrototype.next === ArrayIteratorPrototypeNext
|
|
70288
|
+
);
|
|
70253
70289
|
}
|
|
70254
70290
|
function isCanonicalIntegerIndexString(value) {
|
|
70255
70291
|
if (typeof value !== "string") {
|
|
@@ -70284,14 +70320,40 @@ const float16 = (function (exports) {
|
|
|
70284
70320
|
return ReflectHas(constructor, brand);
|
|
70285
70321
|
}
|
|
70286
70322
|
|
|
70323
|
+
const INVERSE_OF_EPSILON = 1 / EPSILON;
|
|
70324
|
+
function roundTiesToEven(num) {
|
|
70325
|
+
return (num + INVERSE_OF_EPSILON) - INVERSE_OF_EPSILON;
|
|
70326
|
+
}
|
|
70327
|
+
const FLOAT16_MIN_VALUE = 6.103515625e-05;
|
|
70328
|
+
const FLOAT16_MAX_VALUE = 65504;
|
|
70329
|
+
const FLOAT16_EPSILON = 0.0009765625;
|
|
70330
|
+
const FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE = FLOAT16_EPSILON * FLOAT16_MIN_VALUE;
|
|
70331
|
+
const FLOAT16_EPSILON_DEVIDED_BY_EPSILON = FLOAT16_EPSILON * INVERSE_OF_EPSILON;
|
|
70332
|
+
function roundToFloat16(num) {
|
|
70333
|
+
const number = +num;
|
|
70334
|
+
if (!NumberIsFinite(number) || number === 0) {
|
|
70335
|
+
return number;
|
|
70336
|
+
}
|
|
70337
|
+
const sign = number > 0 ? 1 : -1;
|
|
70338
|
+
const absolute = MathAbs(number);
|
|
70339
|
+
if (absolute < FLOAT16_MIN_VALUE) {
|
|
70340
|
+
return sign * roundTiesToEven(absolute / FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE) * FLOAT16_EPSILON_MULTIPLIED_BY_FLOAT16_MIN_VALUE;
|
|
70341
|
+
}
|
|
70342
|
+
const temp = (1 + FLOAT16_EPSILON_DEVIDED_BY_EPSILON) * absolute;
|
|
70343
|
+
const result = temp - (temp - absolute);
|
|
70344
|
+
if (result > FLOAT16_MAX_VALUE || NumberIsNaN(result)) {
|
|
70345
|
+
return sign * Infinity;
|
|
70346
|
+
}
|
|
70347
|
+
return sign * result;
|
|
70348
|
+
}
|
|
70287
70349
|
const buffer = new NativeArrayBuffer(4);
|
|
70288
70350
|
const floatView = new NativeFloat32Array(buffer);
|
|
70289
70351
|
const uint32View = new NativeUint32Array(buffer);
|
|
70290
|
-
const baseTable = new
|
|
70291
|
-
const shiftTable = new
|
|
70352
|
+
const baseTable = new NativeUint16Array(512);
|
|
70353
|
+
const shiftTable = new NativeUint8Array(512);
|
|
70292
70354
|
for (let i = 0; i < 256; ++i) {
|
|
70293
70355
|
const e = i - 127;
|
|
70294
|
-
if (e < -
|
|
70356
|
+
if (e < -24) {
|
|
70295
70357
|
baseTable[i] = 0x0000;
|
|
70296
70358
|
baseTable[i | 0x100] = 0x8000;
|
|
70297
70359
|
shiftTable[i] = 24;
|
|
@@ -70319,28 +70381,27 @@ const float16 = (function (exports) {
|
|
|
70319
70381
|
}
|
|
70320
70382
|
}
|
|
70321
70383
|
function roundToFloat16Bits(num) {
|
|
70322
|
-
floatView[0] =
|
|
70384
|
+
floatView[0] = roundToFloat16(num);
|
|
70323
70385
|
const f = uint32View[0];
|
|
70324
70386
|
const e = (f >> 23) & 0x1ff;
|
|
70325
70387
|
return baseTable[e] + ((f & 0x007fffff) >> shiftTable[e]);
|
|
70326
70388
|
}
|
|
70327
70389
|
const mantissaTable = new NativeUint32Array(2048);
|
|
70328
|
-
const exponentTable = new NativeUint32Array(64);
|
|
70329
|
-
const offsetTable = new NativeUint32Array(64);
|
|
70330
70390
|
for (let i = 1; i < 1024; ++i) {
|
|
70331
70391
|
let m = i << 13;
|
|
70332
70392
|
let e = 0;
|
|
70333
|
-
while((m & 0x00800000) === 0) {
|
|
70393
|
+
while ((m & 0x00800000) === 0) {
|
|
70334
70394
|
m <<= 1;
|
|
70335
70395
|
e -= 0x00800000;
|
|
70336
70396
|
}
|
|
70337
|
-
m &=
|
|
70397
|
+
m &= -8388609;
|
|
70338
70398
|
e += 0x38800000;
|
|
70339
70399
|
mantissaTable[i] = m | e;
|
|
70340
70400
|
}
|
|
70341
70401
|
for (let i = 1024; i < 2048; ++i) {
|
|
70342
70402
|
mantissaTable[i] = 0x38000000 + ((i - 1024) << 13);
|
|
70343
70403
|
}
|
|
70404
|
+
const exponentTable = new NativeUint32Array(64);
|
|
70344
70405
|
for (let i = 1; i < 31; ++i) {
|
|
70345
70406
|
exponentTable[i] = i << 23;
|
|
70346
70407
|
}
|
|
@@ -70350,14 +70411,15 @@ const float16 = (function (exports) {
|
|
|
70350
70411
|
exponentTable[i] = 0x80000000 + ((i - 32) << 23);
|
|
70351
70412
|
}
|
|
70352
70413
|
exponentTable[63] = 0xc7800000;
|
|
70414
|
+
const offsetTable = new NativeUint16Array(64);
|
|
70353
70415
|
for (let i = 1; i < 64; ++i) {
|
|
70354
70416
|
if (i !== 32) {
|
|
70355
70417
|
offsetTable[i] = 1024;
|
|
70356
70418
|
}
|
|
70357
70419
|
}
|
|
70358
70420
|
function convertToNumber(float16bits) {
|
|
70359
|
-
const
|
|
70360
|
-
uint32View[0] = mantissaTable[offsetTable[
|
|
70421
|
+
const i = float16bits >> 10;
|
|
70422
|
+
uint32View[0] = mantissaTable[offsetTable[i] + (float16bits & 0x3ff)] + exponentTable[i];
|
|
70361
70423
|
return floatView[0];
|
|
70362
70424
|
}
|
|
70363
70425
|
|
|
@@ -70549,26 +70611,20 @@ const float16 = (function (exports) {
|
|
|
70549
70611
|
let float16bitsArray;
|
|
70550
70612
|
if (isFloat16Array(input)) {
|
|
70551
70613
|
float16bitsArray = ReflectConstruct(NativeUint16Array, [getFloat16BitsArray(input)], new.target);
|
|
70552
|
-
} else if (isObject(input) && !
|
|
70614
|
+
} else if (isObject(input) && !isAnyArrayBuffer(input)) {
|
|
70553
70615
|
let list;
|
|
70554
70616
|
let length;
|
|
70555
70617
|
if (isNativeTypedArray(input)) {
|
|
70556
70618
|
list = input;
|
|
70557
70619
|
length = TypedArrayPrototypeGetLength(input);
|
|
70558
70620
|
const buffer = TypedArrayPrototypeGetBuffer(input);
|
|
70559
|
-
const BufferConstructor = !isSharedArrayBuffer(buffer)
|
|
70560
|
-
? (SpeciesConstructor(
|
|
70561
|
-
buffer,
|
|
70562
|
-
NativeArrayBuffer
|
|
70563
|
-
))
|
|
70564
|
-
: NativeArrayBuffer;
|
|
70565
70621
|
if (IsDetachedBuffer(buffer)) {
|
|
70566
70622
|
throw NativeTypeError(ATTEMPTING_TO_ACCESS_DETACHED_ARRAYBUFFER);
|
|
70567
70623
|
}
|
|
70568
70624
|
if (isNativeBigIntTypedArray(input)) {
|
|
70569
70625
|
throw NativeTypeError(CANNOT_MIX_BIGINT_AND_OTHER_TYPES);
|
|
70570
70626
|
}
|
|
70571
|
-
const data = new
|
|
70627
|
+
const data = new NativeArrayBuffer(
|
|
70572
70628
|
length * BYTES_PER_ELEMENT
|
|
70573
70629
|
);
|
|
70574
70630
|
float16bitsArray = ReflectConstruct(NativeUint16Array, [data], new.target);
|
|
@@ -70735,6 +70791,30 @@ const float16 = (function (exports) {
|
|
|
70735
70791
|
}
|
|
70736
70792
|
return convertToNumber(float16bitsArray[k]);
|
|
70737
70793
|
}
|
|
70794
|
+
with(index, value) {
|
|
70795
|
+
assertFloat16Array(this);
|
|
70796
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
70797
|
+
const length = TypedArrayPrototypeGetLength(float16bitsArray);
|
|
70798
|
+
const relativeIndex = ToIntegerOrInfinity(index);
|
|
70799
|
+
const k = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;
|
|
70800
|
+
const number = +value;
|
|
70801
|
+
if (k < 0 || k >= length) {
|
|
70802
|
+
throw NativeRangeError(OFFSET_IS_OUT_OF_BOUNDS);
|
|
70803
|
+
}
|
|
70804
|
+
const uint16 = new NativeUint16Array(
|
|
70805
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
70806
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
70807
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
70808
|
+
);
|
|
70809
|
+
const cloned = new Float16Array(
|
|
70810
|
+
TypedArrayPrototypeGetBuffer(
|
|
70811
|
+
TypedArrayPrototypeSlice(uint16)
|
|
70812
|
+
)
|
|
70813
|
+
);
|
|
70814
|
+
const array = getFloat16BitsArray(cloned);
|
|
70815
|
+
array[k] = roundToFloat16Bits(number);
|
|
70816
|
+
return cloned;
|
|
70817
|
+
}
|
|
70738
70818
|
map(callback, ...opts) {
|
|
70739
70819
|
assertFloat16Array(this);
|
|
70740
70820
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -70972,6 +71052,23 @@ const float16 = (function (exports) {
|
|
|
70972
71052
|
TypedArrayPrototypeReverse(float16bitsArray);
|
|
70973
71053
|
return this;
|
|
70974
71054
|
}
|
|
71055
|
+
toReversed() {
|
|
71056
|
+
assertFloat16Array(this);
|
|
71057
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
71058
|
+
const uint16 = new NativeUint16Array(
|
|
71059
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
71060
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
71061
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
71062
|
+
);
|
|
71063
|
+
const cloned = new Float16Array(
|
|
71064
|
+
TypedArrayPrototypeGetBuffer(
|
|
71065
|
+
TypedArrayPrototypeSlice(uint16)
|
|
71066
|
+
)
|
|
71067
|
+
);
|
|
71068
|
+
const clonedFloat16bitsArray = getFloat16BitsArray(cloned);
|
|
71069
|
+
TypedArrayPrototypeReverse(clonedFloat16bitsArray);
|
|
71070
|
+
return cloned;
|
|
71071
|
+
}
|
|
70975
71072
|
fill(value, ...opts) {
|
|
70976
71073
|
assertFloat16Array(this);
|
|
70977
71074
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -70997,6 +71094,29 @@ const float16 = (function (exports) {
|
|
|
70997
71094
|
});
|
|
70998
71095
|
return this;
|
|
70999
71096
|
}
|
|
71097
|
+
toSorted(compareFn) {
|
|
71098
|
+
assertFloat16Array(this);
|
|
71099
|
+
const float16bitsArray = getFloat16BitsArray(this);
|
|
71100
|
+
if (compareFn !== undefined && typeof compareFn !== "function") {
|
|
71101
|
+
throw new NativeTypeError(THE_COMPARISON_FUNCTION_MUST_BE_EITHER_A_FUNCTION_OR_UNDEFINED);
|
|
71102
|
+
}
|
|
71103
|
+
const sortCompare = compareFn !== undefined ? compareFn : defaultCompare;
|
|
71104
|
+
const uint16 = new NativeUint16Array(
|
|
71105
|
+
TypedArrayPrototypeGetBuffer(float16bitsArray),
|
|
71106
|
+
TypedArrayPrototypeGetByteOffset(float16bitsArray),
|
|
71107
|
+
TypedArrayPrototypeGetLength(float16bitsArray)
|
|
71108
|
+
);
|
|
71109
|
+
const cloned = new Float16Array(
|
|
71110
|
+
TypedArrayPrototypeGetBuffer(
|
|
71111
|
+
TypedArrayPrototypeSlice(uint16)
|
|
71112
|
+
)
|
|
71113
|
+
);
|
|
71114
|
+
const clonedFloat16bitsArray = getFloat16BitsArray(cloned);
|
|
71115
|
+
TypedArrayPrototypeSort(clonedFloat16bitsArray, (x, y) => {
|
|
71116
|
+
return sortCompare(convertToNumber(x), convertToNumber(y));
|
|
71117
|
+
});
|
|
71118
|
+
return cloned;
|
|
71119
|
+
}
|
|
71000
71120
|
slice(start, end) {
|
|
71001
71121
|
assertFloat16Array(this);
|
|
71002
71122
|
const float16bitsArray = getFloat16BitsArray(this);
|
|
@@ -71193,23 +71313,19 @@ const float16 = (function (exports) {
|
|
|
71193
71313
|
);
|
|
71194
71314
|
}
|
|
71195
71315
|
|
|
71196
|
-
function
|
|
71197
|
-
|
|
71198
|
-
if (!NumberIsFinite(number) || number === 0) {
|
|
71199
|
-
return number;
|
|
71200
|
-
}
|
|
71201
|
-
const x16 = roundToFloat16Bits(number);
|
|
71202
|
-
return convertToNumber(x16);
|
|
71316
|
+
function f16round(x) {
|
|
71317
|
+
return roundToFloat16(x);
|
|
71203
71318
|
}
|
|
71204
71319
|
|
|
71205
71320
|
exports.Float16Array = Float16Array;
|
|
71321
|
+
exports.f16round = f16round;
|
|
71206
71322
|
exports.getFloat16 = getFloat16;
|
|
71207
|
-
exports.hfround =
|
|
71323
|
+
exports.hfround = f16round;
|
|
71208
71324
|
exports.isFloat16Array = isFloat16Array;
|
|
71209
71325
|
exports.isTypedArray = isTypedArray;
|
|
71210
71326
|
exports.setFloat16 = setFloat16;
|
|
71211
71327
|
|
|
71212
|
-
Object.
|
|
71328
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
71213
71329
|
|
|
71214
71330
|
return exports;
|
|
71215
71331
|
|
|
@@ -72954,7 +73070,7 @@ function findTagByName(xml, tagName, options) {
|
|
|
72954
73070
|
|
|
72955
73071
|
if (debug) console.log("[xml-utils] starting findTagByName with", tagName, " and ", options);
|
|
72956
73072
|
|
|
72957
|
-
const start = indexOfMatch(xml, `\<${tagName}[ \>\/]`, startIndex);
|
|
73073
|
+
const start = indexOfMatch(xml, `\<${tagName}[ \n\>\/]`, startIndex);
|
|
72958
73074
|
if (debug) console.log("[xml-utils] start:", start);
|
|
72959
73075
|
if (start === -1) return undefined;
|
|
72960
73076
|
|
|
@@ -72973,8 +73089,8 @@ function findTagByName(xml, tagName, options) {
|
|
|
72973
73089
|
let closings = 0;
|
|
72974
73090
|
while ((relativeEnd = indexOfMatchEnd(afterStart, "[ /]" + tagName + ">", startIndex)) !== -1) {
|
|
72975
73091
|
const clip = afterStart.substring(startIndex, relativeEnd + 1);
|
|
72976
|
-
openings += countSubstring(clip, "<" + tagName);
|
|
72977
|
-
closings += countSubstring(clip, "
|
|
73092
|
+
openings += countSubstring(clip, "<" + tagName + "[ \n\t>]");
|
|
73093
|
+
closings += countSubstring(clip, "</" + tagName + ">");
|
|
72978
73094
|
// we can't have more openings than closings
|
|
72979
73095
|
if (closings >= openings) break;
|
|
72980
73096
|
startIndex = relativeEnd;
|
|
@@ -91710,7 +91826,7 @@ if (typeof window !== 'undefined') {
|
|
|
91710
91826
|
// Indicate to webpack that this file can be concatenated
|
|
91711
91827
|
/* harmony default export */ var setPublicPath = (null);
|
|
91712
91828
|
|
|
91713
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
91829
|
+
// 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&
|
|
91714
91830
|
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:{
|
|
91715
91831
|
'left':!_vm.isRight,
|
|
91716
91832
|
'right':_vm.isRight
|
|
@@ -91722,7 +91838,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
|
|
|
91722
91838
|
var staticRenderFns = []
|
|
91723
91839
|
|
|
91724
91840
|
|
|
91725
|
-
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=template&id=
|
|
91841
|
+
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=template&id=0959b11c&scoped=true&
|
|
91726
91842
|
|
|
91727
91843
|
// EXTERNAL MODULE: ./node_modules/ol/ol.css
|
|
91728
91844
|
var ol = __webpack_require__("5bc0");
|
|
@@ -92712,6 +92828,16 @@ class map_MapDto {
|
|
|
92712
92828
|
default: true
|
|
92713
92829
|
});
|
|
92714
92830
|
|
|
92831
|
+
_defineProperty(this, "resolution", {
|
|
92832
|
+
type: Boolean,
|
|
92833
|
+
default: false
|
|
92834
|
+
});
|
|
92835
|
+
|
|
92836
|
+
_defineProperty(this, "zoomedIn", {
|
|
92837
|
+
type: Number,
|
|
92838
|
+
default: 17
|
|
92839
|
+
});
|
|
92840
|
+
|
|
92715
92841
|
this.mapType = {
|
|
92716
92842
|
type: Number,
|
|
92717
92843
|
default: 0
|
|
@@ -92975,14 +93101,14 @@ class mapTool_MapToolDto {
|
|
|
92975
93101
|
}
|
|
92976
93102
|
|
|
92977
93103
|
}
|
|
92978
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93104
|
+
// 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&
|
|
92979
93105
|
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)}
|
|
92980
93106
|
var srcvue_type_template_id_0be147fb_scoped_true_staticRenderFns = []
|
|
92981
93107
|
|
|
92982
93108
|
|
|
92983
93109
|
// CONCATENATED MODULE: ./src/components/maps/ryMapTool/src/index.vue?vue&type=template&id=0be147fb&scoped=true&
|
|
92984
93110
|
|
|
92985
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93111
|
+
// 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&
|
|
92986
93112
|
var srcvue_type_template_id_735d1508_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
92987
93113
|
var srcvue_type_template_id_735d1508_staticRenderFns = []
|
|
92988
93114
|
|
|
@@ -93554,7 +93680,7 @@ var src_component = normalizeComponent(
|
|
|
93554
93680
|
)
|
|
93555
93681
|
|
|
93556
93682
|
/* harmony default export */ var ryMapTool_src = (src_component.exports);
|
|
93557
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
93683
|
+
// 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&
|
|
93558
93684
|
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()}
|
|
93559
93685
|
var newIndexvue_type_template_id_10ed49d6_scoped_true_staticRenderFns = []
|
|
93560
93686
|
|
|
@@ -93989,6 +94115,10 @@ var newIndex_component = normalizeComponent(
|
|
|
93989
94115
|
this._bingMapMoveend();
|
|
93990
94116
|
},
|
|
93991
94117
|
|
|
94118
|
+
resolution(val) {
|
|
94119
|
+
this._bingResolution();
|
|
94120
|
+
},
|
|
94121
|
+
|
|
93992
94122
|
m(val) {
|
|
93993
94123
|
this.m = val;
|
|
93994
94124
|
}
|
|
@@ -94007,7 +94137,8 @@ var newIndex_component = normalizeComponent(
|
|
|
94007
94137
|
lastMapType: 0,
|
|
94008
94138
|
isFirstLoad: false,
|
|
94009
94139
|
contextmenu: null,
|
|
94010
|
-
dblClick: null
|
|
94140
|
+
dblClick: null,
|
|
94141
|
+
resolutionFun: null
|
|
94011
94142
|
};
|
|
94012
94143
|
},
|
|
94013
94144
|
|
|
@@ -94085,6 +94216,8 @@ var newIndex_component = normalizeComponent(
|
|
|
94085
94216
|
|
|
94086
94217
|
this._bingMapMoveend();
|
|
94087
94218
|
|
|
94219
|
+
this._bingResolution();
|
|
94220
|
+
|
|
94088
94221
|
this._bindContextmenu();
|
|
94089
94222
|
|
|
94090
94223
|
this._binddblClick();
|
|
@@ -94119,6 +94252,14 @@ var newIndex_component = normalizeComponent(
|
|
|
94119
94252
|
}
|
|
94120
94253
|
},
|
|
94121
94254
|
|
|
94255
|
+
_bingResolution() {
|
|
94256
|
+
if (this.resolution) {
|
|
94257
|
+
this.bingResolutionEvent();
|
|
94258
|
+
} else {
|
|
94259
|
+
this.bingResolutionEvent(true);
|
|
94260
|
+
}
|
|
94261
|
+
},
|
|
94262
|
+
|
|
94122
94263
|
_bindContextmenu() {
|
|
94123
94264
|
if (this.bindContextmenu) {
|
|
94124
94265
|
this._contextmenu();
|
|
@@ -94314,14 +94455,44 @@ var newIndex_component = normalizeComponent(
|
|
|
94314
94455
|
|
|
94315
94456
|
loadDrawPolygonEvent(e) {
|
|
94316
94457
|
this.$emit('loadDrawPolygonEvent', e);
|
|
94458
|
+
},
|
|
94459
|
+
|
|
94460
|
+
bingResolutionEvent(isResolution = false) {
|
|
94461
|
+
const view = this.map.getView();
|
|
94462
|
+
const zoomedIn = this.zoomedIn;
|
|
94463
|
+
let isZoomedIn = view.getZoom() > zoomedIn;
|
|
94464
|
+
|
|
94465
|
+
this.resolutionFun = () => {
|
|
94466
|
+
const currentZoom = view.getZoom();
|
|
94467
|
+
|
|
94468
|
+
if (currentZoom > zoomedIn && !isZoomedIn) {
|
|
94469
|
+
isZoomedIn = true;
|
|
94470
|
+
this.$emit('resolutionEvent', {
|
|
94471
|
+
zoom: currentZoom,
|
|
94472
|
+
status: isZoomedIn
|
|
94473
|
+
});
|
|
94474
|
+
} else if (currentZoom <= zoomedIn && isZoomedIn) {
|
|
94475
|
+
isZoomedIn = false;
|
|
94476
|
+
this.$emit('resolutionEvent', {
|
|
94477
|
+
zoom: currentZoom,
|
|
94478
|
+
status: isZoomedIn
|
|
94479
|
+
});
|
|
94480
|
+
}
|
|
94481
|
+
};
|
|
94482
|
+
|
|
94483
|
+
if (isResolution) {
|
|
94484
|
+
view.un('change:resolution', this.resolutionFun);
|
|
94485
|
+
} else {
|
|
94486
|
+
view.on('change:resolution', this.resolutionFun);
|
|
94487
|
+
}
|
|
94317
94488
|
}
|
|
94318
94489
|
|
|
94319
94490
|
}
|
|
94320
94491
|
});
|
|
94321
94492
|
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=script&lang=js&
|
|
94322
94493
|
/* harmony default export */ var maps_ryMap_srcvue_type_script_lang_js_ = (ryMap_srcvue_type_script_lang_js_);
|
|
94323
|
-
// EXTERNAL MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=style&index=0&id=
|
|
94324
|
-
var
|
|
94494
|
+
// EXTERNAL MODULE: ./src/components/maps/ryMap/src/index.vue?vue&type=style&index=0&id=0959b11c&prod&lang=scss&scoped=true&
|
|
94495
|
+
var srcvue_type_style_index_0_id_0959b11c_prod_lang_scss_scoped_true_ = __webpack_require__("4e82");
|
|
94325
94496
|
|
|
94326
94497
|
// CONCATENATED MODULE: ./src/components/maps/ryMap/src/index.vue
|
|
94327
94498
|
|
|
@@ -94338,7 +94509,7 @@ var ryMap_src_component = normalizeComponent(
|
|
|
94338
94509
|
staticRenderFns,
|
|
94339
94510
|
false,
|
|
94340
94511
|
null,
|
|
94341
|
-
"
|
|
94512
|
+
"0959b11c",
|
|
94342
94513
|
null
|
|
94343
94514
|
|
|
94344
94515
|
)
|
|
@@ -94368,12 +94539,12 @@ ryMapTool_src.install = Vue => {
|
|
|
94368
94539
|
};
|
|
94369
94540
|
|
|
94370
94541
|
/* harmony default export */ var ryMapTool = (ryMapTool_src);
|
|
94371
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94372
|
-
var
|
|
94373
|
-
var
|
|
94542
|
+
// 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&
|
|
94543
|
+
var srcvue_type_template_id_09b3f127_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94544
|
+
var srcvue_type_template_id_09b3f127_staticRenderFns = []
|
|
94374
94545
|
|
|
94375
94546
|
|
|
94376
|
-
// CONCATENATED MODULE: ./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=
|
|
94547
|
+
// CONCATENATED MODULE: ./src/components/maps/ryPolygon/src/index.vue?vue&type=template&id=09b3f127&
|
|
94377
94548
|
|
|
94378
94549
|
// CONCATENATED MODULE: ./src/components/maps/models/base/base.js
|
|
94379
94550
|
|
|
@@ -94709,9 +94880,7 @@ class ryPolygon_PolygonDto extends base_Base {
|
|
|
94709
94880
|
},
|
|
94710
94881
|
|
|
94711
94882
|
setText(text) {
|
|
94712
|
-
|
|
94713
|
-
this.checkPoint.setText(text);
|
|
94714
|
-
}
|
|
94883
|
+
this.polygon.setText(text);
|
|
94715
94884
|
},
|
|
94716
94885
|
|
|
94717
94886
|
selectGPSAll(type) {
|
|
@@ -94737,8 +94906,8 @@ class ryPolygon_PolygonDto extends base_Base {
|
|
|
94737
94906
|
|
|
94738
94907
|
var ryPolygon_src_component = normalizeComponent(
|
|
94739
94908
|
maps_ryPolygon_srcvue_type_script_lang_js_,
|
|
94740
|
-
|
|
94741
|
-
|
|
94909
|
+
srcvue_type_template_id_09b3f127_render,
|
|
94910
|
+
srcvue_type_template_id_09b3f127_staticRenderFns,
|
|
94742
94911
|
false,
|
|
94743
94912
|
null,
|
|
94744
94913
|
null,
|
|
@@ -94755,12 +94924,12 @@ ryPolygon_src.install = Vue => {
|
|
|
94755
94924
|
};
|
|
94756
94925
|
|
|
94757
94926
|
/* harmony default export */ var ryPolygon = (ryPolygon_src);
|
|
94758
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
94759
|
-
var
|
|
94760
|
-
var
|
|
94927
|
+
// 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&
|
|
94928
|
+
var srcvue_type_template_id_2d51688f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
94929
|
+
var srcvue_type_template_id_2d51688f_staticRenderFns = []
|
|
94761
94930
|
|
|
94762
94931
|
|
|
94763
|
-
// CONCATENATED MODULE: ./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=
|
|
94932
|
+
// CONCATENATED MODULE: ./src/components/maps/ryPolygons/src/index.vue?vue&type=template&id=2d51688f&
|
|
94764
94933
|
|
|
94765
94934
|
// CONCATENATED MODULE: ./src/components/maps/models/ryPolygons/ryPolygons.js
|
|
94766
94935
|
|
|
@@ -94863,12 +95032,12 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
94863
95032
|
type: Boolean,
|
|
94864
95033
|
default: false
|
|
94865
95034
|
});
|
|
94866
|
-
|
|
94867
|
-
|
|
94868
|
-
|
|
94869
|
-
|
|
94870
|
-
|
|
94871
|
-
|
|
95035
|
+
} // // 调校参数
|
|
95036
|
+
// correct={
|
|
95037
|
+
// type:Number,
|
|
95038
|
+
// default:0,
|
|
95039
|
+
// }
|
|
95040
|
+
// // 是否开启 放大时显示多边形中的文字
|
|
94872
95041
|
// declutter={
|
|
94873
95042
|
// type: Boolean,
|
|
94874
95043
|
// default: false,
|
|
@@ -95292,27 +95461,16 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95292
95461
|
},
|
|
95293
95462
|
|
|
95294
95463
|
_isCheckPointHide(val) {
|
|
95464
|
+
console.log('ceshi==========', val);
|
|
95295
95465
|
const id = val.id;
|
|
95296
95466
|
|
|
95297
95467
|
if (this.polygonMap.has(id)) {
|
|
95298
|
-
const polygonMap = this.polygonMap.get(id);
|
|
95299
|
-
|
|
95300
|
-
|
|
95301
|
-
|
|
95302
|
-
|
|
95303
|
-
|
|
95304
|
-
|
|
95305
|
-
polygonMap.setTextVisible(false);
|
|
95306
|
-
} // const id = val.id;
|
|
95307
|
-
// if (this.checkPointMap.has(id)) {
|
|
95308
|
-
// const checkPoint = this.checkPointMap.get(id);
|
|
95309
|
-
// if (val.isShow) {
|
|
95310
|
-
// checkPoint.show();
|
|
95311
|
-
// return;
|
|
95312
|
-
// }
|
|
95313
|
-
// checkPoint.hide();
|
|
95314
|
-
// }
|
|
95315
|
-
|
|
95468
|
+
const polygonMap = this.polygonMap.get(id).setTextVisible(val.isShow); // if (val.isShow) {
|
|
95469
|
+
// polygonMap.setTextVisible(true);
|
|
95470
|
+
// return;
|
|
95471
|
+
// }
|
|
95472
|
+
// polygonMap.setTextVisible(false);
|
|
95473
|
+
}
|
|
95316
95474
|
},
|
|
95317
95475
|
|
|
95318
95476
|
_isCheckPointHides(arr) {
|
|
@@ -95322,8 +95480,8 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95322
95480
|
},
|
|
95323
95481
|
|
|
95324
95482
|
setText(id, text) {
|
|
95325
|
-
if (this.
|
|
95326
|
-
const checkPoint = this.
|
|
95483
|
+
if (this.polygonMap.has(id)) {
|
|
95484
|
+
const checkPoint = this.polygonMap.get(id);
|
|
95327
95485
|
checkPoint.setText(text);
|
|
95328
95486
|
}
|
|
95329
95487
|
},
|
|
@@ -95505,8 +95663,8 @@ class ryPolygons_PolygonsDto extends base_Base {
|
|
|
95505
95663
|
|
|
95506
95664
|
var ryPolygons_src_component = normalizeComponent(
|
|
95507
95665
|
maps_ryPolygons_srcvue_type_script_lang_js_,
|
|
95508
|
-
|
|
95509
|
-
|
|
95666
|
+
srcvue_type_template_id_2d51688f_render,
|
|
95667
|
+
srcvue_type_template_id_2d51688f_staticRenderFns,
|
|
95510
95668
|
false,
|
|
95511
95669
|
null,
|
|
95512
95670
|
null,
|
|
@@ -95523,7 +95681,7 @@ ryPolygons_src.install = Vue => {
|
|
|
95523
95681
|
};
|
|
95524
95682
|
|
|
95525
95683
|
/* harmony default export */ var ryPolygons = (ryPolygons_src);
|
|
95526
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95684
|
+
// 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&
|
|
95527
95685
|
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')}
|
|
95528
95686
|
var srcvue_type_template_id_148ba5e7_scoped_true_staticRenderFns = []
|
|
95529
95687
|
|
|
@@ -95837,7 +95995,7 @@ ryClusters_src.install = Vue => {
|
|
|
95837
95995
|
};
|
|
95838
95996
|
|
|
95839
95997
|
/* harmony default export */ var ryClusters = (ryClusters_src);
|
|
95840
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
95998
|
+
// 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&
|
|
95841
95999
|
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')}
|
|
95842
96000
|
var srcvue_type_template_id_64b08b64_scoped_true_staticRenderFns = []
|
|
95843
96001
|
|
|
@@ -96026,7 +96184,7 @@ ryClustersMarker_src.install = Vue => {
|
|
|
96026
96184
|
};
|
|
96027
96185
|
|
|
96028
96186
|
/* harmony default export */ var ryClustersMarker = (ryClustersMarker_src);
|
|
96029
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96187
|
+
// 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&
|
|
96030
96188
|
var srcvue_type_template_id_49125fce_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
96031
96189
|
var srcvue_type_template_id_49125fce_staticRenderFns = []
|
|
96032
96190
|
|
|
@@ -96337,7 +96495,7 @@ ryPolygonGeo_src.install = Vue => {
|
|
|
96337
96495
|
};
|
|
96338
96496
|
|
|
96339
96497
|
/* harmony default export */ var ryPolygonGeo = (ryPolygonGeo_src);
|
|
96340
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96498
|
+
// 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&
|
|
96341
96499
|
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)}
|
|
96342
96500
|
var srcvue_type_template_id_007eb38f_scoped_true_staticRenderFns = []
|
|
96343
96501
|
|
|
@@ -96555,7 +96713,7 @@ ryVectorMap_src.install = Vue => {
|
|
|
96555
96713
|
};
|
|
96556
96714
|
|
|
96557
96715
|
/* harmony default export */ var ryVectorMap = (ryVectorMap_src);
|
|
96558
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
96716
|
+
// 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&
|
|
96559
96717
|
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()])}
|
|
96560
96718
|
var srcvue_type_template_id_684b189a_scoped_true_staticRenderFns = []
|
|
96561
96719
|
|
|
@@ -97448,7 +97606,7 @@ ryLines_src.install = Vue => {
|
|
|
97448
97606
|
};
|
|
97449
97607
|
|
|
97450
97608
|
/* harmony default export */ var ryLines = (ryLines_src);
|
|
97451
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
97609
|
+
// 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&
|
|
97452
97610
|
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:{
|
|
97453
97611
|
'left':!_vm.isRight,
|
|
97454
97612
|
'right':_vm.isRight
|
|
@@ -97839,7 +97997,7 @@ ryStaticMap_src.install = Vue => {
|
|
|
97839
97997
|
};
|
|
97840
97998
|
|
|
97841
97999
|
/* harmony default export */ var ryStaticMap = (ryStaticMap_src);
|
|
97842
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98000
|
+
// 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&
|
|
97843
98001
|
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:{
|
|
97844
98002
|
'left':!_vm.isRight,
|
|
97845
98003
|
'right':_vm.isRight
|
|
@@ -98304,7 +98462,7 @@ ryOfflineMap_src.install = Vue => {
|
|
|
98304
98462
|
};
|
|
98305
98463
|
|
|
98306
98464
|
/* harmony default export */ var ryOfflineMap = (ryOfflineMap_src);
|
|
98307
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98465
|
+
// 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&
|
|
98308
98466
|
var srcvue_type_template_id_8e386210_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98309
98467
|
var srcvue_type_template_id_8e386210_staticRenderFns = []
|
|
98310
98468
|
|
|
@@ -98690,7 +98848,7 @@ ryKMLs_src.install = Vue => {
|
|
|
98690
98848
|
};
|
|
98691
98849
|
|
|
98692
98850
|
/* harmony default export */ var ryKMLs = (ryKMLs_src);
|
|
98693
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
98851
|
+
// 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&
|
|
98694
98852
|
var srcvue_type_template_id_6b0ec9a4_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98695
98853
|
var srcvue_type_template_id_6b0ec9a4_staticRenderFns = []
|
|
98696
98854
|
|
|
@@ -98946,7 +99104,7 @@ ryKML_src.install = Vue => {
|
|
|
98946
99104
|
};
|
|
98947
99105
|
|
|
98948
99106
|
/* harmony default export */ var ryKML = (ryKML_src);
|
|
98949
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99107
|
+
// 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&
|
|
98950
99108
|
var srcvue_type_template_id_40f10e06_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
98951
99109
|
var srcvue_type_template_id_40f10e06_staticRenderFns = []
|
|
98952
99110
|
|
|
@@ -99262,7 +99420,7 @@ ryStaticLayers_src.install = Vue => {
|
|
|
99262
99420
|
};
|
|
99263
99421
|
|
|
99264
99422
|
/* harmony default export */ var ryStaticLayers = (ryStaticLayers_src);
|
|
99265
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99423
|
+
// 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&
|
|
99266
99424
|
var srcvue_type_template_id_8a8c4a70_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99267
99425
|
var srcvue_type_template_id_8a8c4a70_staticRenderFns = []
|
|
99268
99426
|
|
|
@@ -99496,7 +99654,7 @@ ryStaticLayer_src.install = Vue => {
|
|
|
99496
99654
|
};
|
|
99497
99655
|
|
|
99498
99656
|
/* harmony default export */ var ryStaticLayer = (ryStaticLayer_src);
|
|
99499
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99657
|
+
// 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&
|
|
99500
99658
|
var srcvue_type_template_id_3448b5a2_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99501
99659
|
var srcvue_type_template_id_3448b5a2_staticRenderFns = []
|
|
99502
99660
|
|
|
@@ -99690,7 +99848,7 @@ ryWMSs_src.install = Vue => {
|
|
|
99690
99848
|
};
|
|
99691
99849
|
|
|
99692
99850
|
/* harmony default export */ var ryWMSs = (ryWMSs_src);
|
|
99693
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
99851
|
+
// 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&
|
|
99694
99852
|
var srcvue_type_template_id_e00105b0_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("div")}
|
|
99695
99853
|
var srcvue_type_template_id_e00105b0_staticRenderFns = []
|
|
99696
99854
|
|
|
@@ -100061,17 +100219,6 @@ function forEach(flatCoordinates, offset, end, stride, callback) {
|
|
|
100061
100219
|
}
|
|
100062
100220
|
//# sourceMappingURL=segments.js.map
|
|
100063
100221
|
|
|
100064
|
-
/***/ }),
|
|
100065
|
-
|
|
100066
|
-
/***/ "fd93":
|
|
100067
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
100068
|
-
|
|
100069
|
-
"use strict";
|
|
100070
|
-
/* 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");
|
|
100071
|
-
/* 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__);
|
|
100072
|
-
/* unused harmony reexport * */
|
|
100073
|
-
|
|
100074
|
-
|
|
100075
100222
|
/***/ }),
|
|
100076
100223
|
|
|
100077
100224
|
/***/ "fe37":
|