@supermapgis/vue-iclient-leaflet 11.2.0 → 11.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/iclient-leaflet-vue.css +23 -9
- package/dist/iclient-leaflet-vue.js +21687 -44393
- package/dist/iclient-leaflet-vue.min.css +2 -2
- package/dist/iclient-leaflet-vue.min.js +39 -293
- package/lib/_assets/iconfont/icon-sm-components.css +21 -7
- package/lib/_assets/iconfont/icon-sm-components.ttf +0 -0
- package/lib/_assets/iconfont/icon-sm-components.woff +0 -0
- package/lib/_assets/iconfont/icon-sm-components.woff2 +0 -0
- package/lib/_lang/en.js +21 -9
- package/lib/_lang/index.js +22 -22
- package/lib/_lang/zh.js +21 -9
- package/lib/_mixin/AntdRender.js +15 -17
- package/lib/_mixin/Card.js +10 -11
- package/lib/_mixin/GridLayer.js +4 -4
- package/lib/_mixin/Layer.js +4 -4
- package/lib/_mixin/Options.js +2 -2
- package/lib/_mixin/Popper.js +2 -2
- package/lib/_mixin/Theme.js +13 -15
- package/lib/_mixin/ThirdService.js +15 -16
- package/lib/_mixin/TileLayer.js +4 -4
- package/lib/_mixin/Timer.js +8 -9
- package/lib/_mixin/VmUpdater.js +10 -11
- package/lib/_mixin/map-events.js +8 -9
- package/lib/_mixin/map-getter.js +13 -14
- package/lib/_types/AddressMatchParameter.js +2 -2
- package/lib/_types/GeoJSONParamter.js +2 -2
- package/lib/_types/RestDataParameter.js +5 -6
- package/lib/_types/RestMapParameter.js +5 -6
- package/lib/_types/RestParameter.js +2 -2
- package/lib/_types/event/BaseTypes.js +2 -2
- package/lib/_types/event/Event.js +4 -4
- package/lib/_types/event/Events.js +10 -10
- package/lib/_types/event/Pixel.js +2 -2
- package/lib/_types/event/Util.js +2 -2
- package/lib/_types/iPortalDataParameter.js +3 -2
- package/lib/_types/iServerBaseParameter.js +3 -2
- package/lib/_types/iServerDataParameter.js +5 -6
- package/lib/_types/iServerMapParameter.js +5 -6
- package/lib/_types/index.js +18 -18
- package/lib/_types/map-event.js +6 -6
- package/lib/_utils/EchartsDataService.js +24 -24
- package/lib/_utils/RestService.js +1345 -1149
- package/lib/_utils/epsg-define.js +45 -34
- package/lib/_utils/get-features.js +23 -10
- package/lib/_utils/global-event.js +6 -6
- package/lib/_utils/iPortalDataService.js +1368 -1147
- package/lib/_utils/iServerRestService.js +1527 -1278
- package/lib/_utils/props-binder.js +2 -2
- package/lib/_utils/statistics.js +8 -17
- package/lib/_utils/style/color/colorPalette.js +4 -4
- package/lib/_utils/style/color/serialColors.js +8 -8
- package/lib/_utils/style/theme/chart.js +1344 -1147
- package/lib/_utils/style/theme/set-theme.js +10 -10
- package/lib/_utils/style/theme/theme.json +6 -6
- package/lib/_utils/util.js +12 -12
- package/lib/_utils/vue-types/utils.js +2 -2
- package/lib/attribute-panel/style/attribute-panel.css +1 -0
- package/lib/attribute-panel/style/css.js +7 -0
- package/lib/attribute-panel/style/index.js +7 -0
- package/lib/avatar/index.js +25 -25
- package/lib/border/index.js +77 -77
- package/lib/breadcrumb/index.js +47 -41
- package/lib/button/index.js +53 -50
- package/lib/card/index.js +47 -41
- package/lib/chart/index.js +1441 -1242
- package/lib/checkbox/index.js +36 -33
- package/lib/collapse/index.js +39 -36
- package/lib/collapse-card/index.js +71 -76
- package/lib/color-picker/index.js +48 -49
- package/lib/date-picker/index.js +107 -95
- package/lib/dropdown/index.js +27 -27
- package/lib/empty/index.js +27 -27
- package/lib/icon/index.js +25 -25
- package/lib/identify/index.js +67 -68
- package/lib/iframe/index.js +31 -31
- package/lib/image/index.js +226 -42
- package/lib/image/style/image.css +1 -1
- package/lib/index.js +4 -4
- package/lib/indicator/index.js +70 -67
- package/lib/init.js +8 -8
- package/lib/input/index.js +150 -135
- package/lib/input-number/index.js +100 -97
- package/lib/layout/index.js +72 -60
- package/lib/liquid-fill/index.js +73 -73
- package/lib/marker/index.js +45 -46
- package/lib/menu/index.js +47 -41
- package/lib/message/index.js +3 -3
- package/lib/message/style/message.css +1 -1
- package/lib/modal/index.js +67 -67
- package/lib/modal/style/modal.css +1 -1
- package/lib/notification/index.js +6 -6
- package/lib/notification/style/notification.css +1 -1
- package/lib/pagination/index.js +34 -34
- package/lib/popup/index.js +47 -48
- package/lib/progress/index.js +440 -440
- package/lib/radio/index.js +48 -42
- package/lib/select/index.js +47 -41
- package/lib/slider/index.js +27 -27
- package/lib/slideshow/index.js +103 -160
- package/lib/spin/index.js +30 -30
- package/lib/steps/index.js +35 -32
- package/lib/switch/index.js +25 -25
- package/lib/table/index.js +50 -44
- package/lib/table/style/table.css +1 -1
- package/lib/table-popup/index.js +43 -37
- package/lib/table-popup/style/table-popup.css +1 -1
- package/lib/tabs/index.js +35 -32
- package/lib/text/index.js +39 -39
- package/lib/tile-layer/index.js +37 -38
- package/lib/time-line/index.js +41 -43
- package/lib/time-picker/index.js +27 -27
- package/lib/time-range/index.js +47 -49
- package/lib/time-slider/index.js +67 -69
- package/lib/time-text/index.js +31 -31
- package/lib/tooltip/index.js +25 -25
- package/lib/tooltip/style/tooltip.css +1 -0
- package/lib/transfer/index.js +27 -27
- package/lib/tree/index.js +48 -42
- package/lib/tree-select/index.js +37 -34
- package/lib/video-player/index.js +102 -151
- package/lib/video-player/style/video-player.css +1 -1
- package/lib/web-map/index.js +2339 -106
- package/package.json +3 -5
- package/src/common/_assets/iconfont/icon-sm-components.css +21 -7
- package/src/common/_assets/iconfont/icon-sm-components.ttf +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.woff +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.woff2 +0 -0
- package/src/common/_lang/en.js +19 -8
- package/src/common/_lang/zh.js +19 -7
- package/src/common/_mixin/Card.ts +1 -1
- package/src/common/_types/iPortalDataParameter.js +1 -0
- package/src/common/_types/iServerBaseParameter.ts +3 -0
- package/src/common/_utils/epsg-define.js +32 -27
- package/src/common/_utils/get-features.js +13 -2
- package/src/common/_utils/iPortalDataService.js +14 -3
- package/src/common/_utils/iServerRestService.js +144 -78
- package/src/common/_utils/statistics.js +6 -14
- package/src/common/_utils/style/theme/theme.json +6 -6
- package/src/common/attribute-panel/AttributePanel.vue +58 -0
- package/src/common/attribute-panel/__test__/AttributePanel.spec.js +39 -0
- package/src/common/attribute-panel/index.js +9 -0
- package/src/common/attribute-panel/style/attribute-panel.scss +35 -0
- package/src/common/attribute-panel/style/index.js +4 -0
- package/src/common/collapse-card/style/collapse-card.scss +2 -2
- package/src/common/iframe/Iframe.vue +1 -1
- package/src/common/image/Image.vue +68 -6
- package/src/common/image/style/image.scss +32 -0
- package/src/common/message/style/message.scss +1 -0
- package/src/common/modal/style/modal.scss +36 -0
- package/src/common/notification/style/notification.scss +9 -0
- package/src/common/slideshow/Slideshow.vue +42 -95
- package/src/common/slideshow/Swiper.js +1 -1
- package/src/common/table/style/table.scss +36 -0
- package/src/common/table-popup/TablePopup.vue +5 -0
- package/src/common/tooltip/style/tooltip.scss +3 -0
- package/src/common/video-player/VideoPlayer.vue +4 -41
- package/src/common/video-player/style/video-player.scss +1 -1
- package/src/leaflet/entrys.json +0 -2
- package/src/leaflet/package.json +3 -5
- package/src/leaflet/web-map/WebMap.vue +4 -4
- package/src/leaflet/web-map/WebMapViewModel.ts +64 -17
- package/static/libs/iclient-common/iclient-common-webmapv2base.js +2 -0
- package/static/libs/iclient-common/iclient-common.js +1 -1
- package/static/libs/iclient-leaflet/iclient-leaflet.min.js +5 -1738
- package/lib/_assets/iconfont/icon-sm-components.eot +0 -0
- package/lib/_assets/iconfont/icon-sm-components.svg +0 -197
- package/lib/_mixin/WebMapBase.js +0 -3467
- package/lib/_utils/WebMapService.js +0 -1607
- package/src/common/_assets/iconfont/icon-sm-components.eot +0 -0
- package/src/common/_assets/iconfont/icon-sm-components.svg +0 -197
- package/src/common/_utils/WebMapService.ts +0 -1292
- package/src/common/web-map/WebMapBase.ts +0 -1178
- package/src/common/web-map/config/MunicipalCenter.json +0 -1
- package/src/common/web-map/config/ProvinceCenter.json +0 -1
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 560);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,14 +94,7 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
98
|
-
/***/ (function(module, exports) {
|
|
99
|
-
|
|
100
|
-
module.exports = require("vue");
|
|
101
|
-
|
|
102
|
-
/***/ }),
|
|
103
|
-
|
|
104
|
-
/***/ 254:
|
|
97
|
+
/***/ 560:
|
|
105
98
|
/***/ (function(module, exports, __webpack_require__) {
|
|
106
99
|
|
|
107
100
|
"use strict";
|
|
@@ -112,44 +105,55 @@ var _interopRequireDefault = __webpack_require__(0);
|
|
|
112
105
|
Object.defineProperty(exports, "__esModule", {
|
|
113
106
|
value: true
|
|
114
107
|
});
|
|
115
|
-
exports.default = void 0;
|
|
116
108
|
exports.getProjection = getProjection;
|
|
117
109
|
exports.registerProjection = registerProjection;
|
|
118
110
|
exports.toEpsgCode = toEpsgCode;
|
|
119
111
|
|
|
120
|
-
var _vue = _interopRequireDefault(__webpack_require__(10));
|
|
121
|
-
|
|
122
112
|
var _util = __webpack_require__(9);
|
|
123
113
|
|
|
124
|
-
var
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
this.epsgCodes[epsgKey] = epsgValue;
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
getProjection: function getProjection(epsgKey) {
|
|
138
|
-
return this.epsgCodes[epsgKey];
|
|
139
|
-
},
|
|
140
|
-
getAllProjections: function getAllProjections() {
|
|
141
|
-
return this.epsgCodes;
|
|
114
|
+
var _proj = _interopRequireDefault(__webpack_require__(57));
|
|
115
|
+
|
|
116
|
+
function defineProjection(epsgCode, projection) {
|
|
117
|
+
if (_proj.default.defs(epsgCode)) {
|
|
118
|
+
return;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
if (!projection) {
|
|
122
|
+
console.error(epsgCode + " not define");
|
|
123
|
+
return;
|
|
142
124
|
}
|
|
143
|
-
});
|
|
144
125
|
|
|
145
|
-
|
|
126
|
+
_proj.default.defs(epsgCode, projection);
|
|
127
|
+
}
|
|
146
128
|
|
|
147
129
|
function registerProjection(epsgKey, epsgValue) {
|
|
148
|
-
|
|
130
|
+
if ((0, _util.getDataType)(arguments[0]) === '[object Object]' && arguments.length === 1) {
|
|
131
|
+
var projections = arguments[0];
|
|
132
|
+
|
|
133
|
+
for (var epsgCode in projections) {
|
|
134
|
+
defineProjection(epsgCode, projections[epsgCode]);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
return;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
defineProjection(epsgKey, epsgValue);
|
|
149
141
|
}
|
|
150
142
|
|
|
151
143
|
function getProjection(epsgKey) {
|
|
152
|
-
|
|
144
|
+
if (!_proj.default.defs(epsgKey)) {
|
|
145
|
+
var epsgCodes = {
|
|
146
|
+
'EPSG:3857': 'PROJCS["WGS 84 / Pseudo-Mercator",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["central_meridian",0],PARAMETER["scale_factor",1],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["X",EAST],AXIS["Y",NORTH],EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"],AUTHORITY["EPSG","3857"]]',
|
|
147
|
+
'EPSG:4326': 'GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],AXIS["Easting", "EAST"],AXIS["Northing", "NORTH"],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]',
|
|
148
|
+
'EPSG:4490': 'GEOGCS["China Geodetic Coordinate System 2000", DATUM["China 2000", SPHEROID["CGCS2000", 6378137.0, 298.257222101, AUTHORITY["EPSG","1024"]], AUTHORITY["EPSG","1043"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic latitude", NORTH], AXIS["Geodetic longitude", EAST], AUTHORITY["EPSG","4490"]]'
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
if (epsgCodes[epsgKey]) {
|
|
152
|
+
registerProjection(epsgKey, epsgCodes[epsgKey]);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
return _proj.default.defs(epsgKey);
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
function toEpsgCode(wkt) {
|
|
@@ -171,6 +175,13 @@ function toEpsgCode(wkt) {
|
|
|
171
175
|
|
|
172
176
|
/***/ }),
|
|
173
177
|
|
|
178
|
+
/***/ 57:
|
|
179
|
+
/***/ (function(module, exports) {
|
|
180
|
+
|
|
181
|
+
module.exports = require("proj4");
|
|
182
|
+
|
|
183
|
+
/***/ }),
|
|
184
|
+
|
|
174
185
|
/***/ 9:
|
|
175
186
|
/***/ (function(module, exports) {
|
|
176
187
|
|
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 561);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,21 +94,21 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 254:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/iServerRestService.js");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 47:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/RestService.js");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 561:
|
|
112
112
|
/***/ (function(module, exports, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -121,11 +121,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
121
121
|
});
|
|
122
122
|
exports.default = getFeatures;
|
|
123
123
|
|
|
124
|
-
var _iServerRestService = _interopRequireDefault(__webpack_require__(
|
|
124
|
+
var _iServerRestService = _interopRequireDefault(__webpack_require__(254));
|
|
125
125
|
|
|
126
|
-
var _iPortalDataService = _interopRequireDefault(__webpack_require__(
|
|
126
|
+
var _iPortalDataService = _interopRequireDefault(__webpack_require__(562));
|
|
127
127
|
|
|
128
|
-
var _RestService = _interopRequireDefault(__webpack_require__(
|
|
128
|
+
var _RestService = _interopRequireDefault(__webpack_require__(47));
|
|
129
129
|
|
|
130
130
|
function getFeatures(dataset) {
|
|
131
131
|
var superMapService;
|
|
@@ -145,13 +145,18 @@ function getFeatures(dataset) {
|
|
|
145
145
|
toIndex = dataset.toIndex,
|
|
146
146
|
hasGeometry = dataset.hasGeometry,
|
|
147
147
|
orderBy = dataset.orderBy,
|
|
148
|
-
returnFeaturesOnly = dataset.returnFeaturesOnly
|
|
148
|
+
returnFeaturesOnly = dataset.returnFeaturesOnly,
|
|
149
|
+
bounds = dataset.bounds,
|
|
150
|
+
keyWord = dataset.keyWord,
|
|
151
|
+
onlyService = dataset.onlyService;
|
|
149
152
|
|
|
150
153
|
if (dataset && (url || geoJSON) && type) {
|
|
151
154
|
var queryInfo = {
|
|
152
155
|
maxFeatures: maxFeatures,
|
|
153
156
|
attributeFilter: attributeFilter,
|
|
154
|
-
orderBy: orderBy
|
|
157
|
+
orderBy: orderBy,
|
|
158
|
+
bounds: bounds,
|
|
159
|
+
keyWord: keyWord
|
|
155
160
|
};
|
|
156
161
|
|
|
157
162
|
if (type === 'iServer') {
|
|
@@ -187,6 +192,11 @@ function getFeatures(dataset) {
|
|
|
187
192
|
params = [datasetInfo, queryInfo];
|
|
188
193
|
} else if (type === 'iPortal') {
|
|
189
194
|
queryInfo.withCredentials = withCredentials;
|
|
195
|
+
|
|
196
|
+
if (onlyService !== undefined) {
|
|
197
|
+
queryInfo.onlyService = onlyService;
|
|
198
|
+
}
|
|
199
|
+
|
|
190
200
|
superMapService = new _iPortalDataService.default(url, withCredentials, {
|
|
191
201
|
epsgCode: epsgCode,
|
|
192
202
|
resourceId: dataset.id,
|
|
@@ -210,6 +220,9 @@ function getFeatures(dataset) {
|
|
|
210
220
|
getdatasucceeded: function getdatasucceeded(data) {
|
|
211
221
|
resolve(data);
|
|
212
222
|
},
|
|
223
|
+
featureisempty: function featureisempty(data) {
|
|
224
|
+
resolve(data);
|
|
225
|
+
},
|
|
213
226
|
getdatafailed: function getdatafailed(e) {
|
|
214
227
|
reject(e);
|
|
215
228
|
}
|
|
@@ -222,7 +235,7 @@ function getFeatures(dataset) {
|
|
|
222
235
|
|
|
223
236
|
/***/ }),
|
|
224
237
|
|
|
225
|
-
/***/
|
|
238
|
+
/***/ 562:
|
|
226
239
|
/***/ (function(module, exports) {
|
|
227
240
|
|
|
228
241
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/iPortalDataService.js");
|
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 563);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,14 +94,14 @@ module.exports = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 12:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("vue");
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 563:
|
|
105
105
|
/***/ (function(module, exports, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -114,9 +114,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
114
114
|
});
|
|
115
115
|
exports.default = void 0;
|
|
116
116
|
|
|
117
|
-
var _vue = _interopRequireDefault(__webpack_require__(
|
|
117
|
+
var _vue = _interopRequireDefault(__webpack_require__(12));
|
|
118
118
|
|
|
119
|
-
var _theme = _interopRequireDefault(__webpack_require__(
|
|
119
|
+
var _theme = _interopRequireDefault(__webpack_require__(59));
|
|
120
120
|
|
|
121
121
|
var _default = exports.default = new _vue.default({
|
|
122
122
|
theme: _theme.default[1]
|
|
@@ -124,7 +124,7 @@ var _default = exports.default = new _vue.default({
|
|
|
124
124
|
|
|
125
125
|
/***/ }),
|
|
126
126
|
|
|
127
|
-
/***/
|
|
127
|
+
/***/ 59:
|
|
128
128
|
/***/ (function(module, exports) {
|
|
129
129
|
|
|
130
130
|
module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/style/theme/theme.json");
|