@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.
Files changed (174) hide show
  1. package/dist/iclient-leaflet-vue.css +23 -9
  2. package/dist/iclient-leaflet-vue.js +21687 -44393
  3. package/dist/iclient-leaflet-vue.min.css +2 -2
  4. package/dist/iclient-leaflet-vue.min.js +39 -293
  5. package/lib/_assets/iconfont/icon-sm-components.css +21 -7
  6. package/lib/_assets/iconfont/icon-sm-components.ttf +0 -0
  7. package/lib/_assets/iconfont/icon-sm-components.woff +0 -0
  8. package/lib/_assets/iconfont/icon-sm-components.woff2 +0 -0
  9. package/lib/_lang/en.js +21 -9
  10. package/lib/_lang/index.js +22 -22
  11. package/lib/_lang/zh.js +21 -9
  12. package/lib/_mixin/AntdRender.js +15 -17
  13. package/lib/_mixin/Card.js +10 -11
  14. package/lib/_mixin/GridLayer.js +4 -4
  15. package/lib/_mixin/Layer.js +4 -4
  16. package/lib/_mixin/Options.js +2 -2
  17. package/lib/_mixin/Popper.js +2 -2
  18. package/lib/_mixin/Theme.js +13 -15
  19. package/lib/_mixin/ThirdService.js +15 -16
  20. package/lib/_mixin/TileLayer.js +4 -4
  21. package/lib/_mixin/Timer.js +8 -9
  22. package/lib/_mixin/VmUpdater.js +10 -11
  23. package/lib/_mixin/map-events.js +8 -9
  24. package/lib/_mixin/map-getter.js +13 -14
  25. package/lib/_types/AddressMatchParameter.js +2 -2
  26. package/lib/_types/GeoJSONParamter.js +2 -2
  27. package/lib/_types/RestDataParameter.js +5 -6
  28. package/lib/_types/RestMapParameter.js +5 -6
  29. package/lib/_types/RestParameter.js +2 -2
  30. package/lib/_types/event/BaseTypes.js +2 -2
  31. package/lib/_types/event/Event.js +4 -4
  32. package/lib/_types/event/Events.js +10 -10
  33. package/lib/_types/event/Pixel.js +2 -2
  34. package/lib/_types/event/Util.js +2 -2
  35. package/lib/_types/iPortalDataParameter.js +3 -2
  36. package/lib/_types/iServerBaseParameter.js +3 -2
  37. package/lib/_types/iServerDataParameter.js +5 -6
  38. package/lib/_types/iServerMapParameter.js +5 -6
  39. package/lib/_types/index.js +18 -18
  40. package/lib/_types/map-event.js +6 -6
  41. package/lib/_utils/EchartsDataService.js +24 -24
  42. package/lib/_utils/RestService.js +1345 -1149
  43. package/lib/_utils/epsg-define.js +45 -34
  44. package/lib/_utils/get-features.js +23 -10
  45. package/lib/_utils/global-event.js +6 -6
  46. package/lib/_utils/iPortalDataService.js +1368 -1147
  47. package/lib/_utils/iServerRestService.js +1527 -1278
  48. package/lib/_utils/props-binder.js +2 -2
  49. package/lib/_utils/statistics.js +8 -17
  50. package/lib/_utils/style/color/colorPalette.js +4 -4
  51. package/lib/_utils/style/color/serialColors.js +8 -8
  52. package/lib/_utils/style/theme/chart.js +1344 -1147
  53. package/lib/_utils/style/theme/set-theme.js +10 -10
  54. package/lib/_utils/style/theme/theme.json +6 -6
  55. package/lib/_utils/util.js +12 -12
  56. package/lib/_utils/vue-types/utils.js +2 -2
  57. package/lib/attribute-panel/style/attribute-panel.css +1 -0
  58. package/lib/attribute-panel/style/css.js +7 -0
  59. package/lib/attribute-panel/style/index.js +7 -0
  60. package/lib/avatar/index.js +25 -25
  61. package/lib/border/index.js +77 -77
  62. package/lib/breadcrumb/index.js +47 -41
  63. package/lib/button/index.js +53 -50
  64. package/lib/card/index.js +47 -41
  65. package/lib/chart/index.js +1441 -1242
  66. package/lib/checkbox/index.js +36 -33
  67. package/lib/collapse/index.js +39 -36
  68. package/lib/collapse-card/index.js +71 -76
  69. package/lib/color-picker/index.js +48 -49
  70. package/lib/date-picker/index.js +107 -95
  71. package/lib/dropdown/index.js +27 -27
  72. package/lib/empty/index.js +27 -27
  73. package/lib/icon/index.js +25 -25
  74. package/lib/identify/index.js +67 -68
  75. package/lib/iframe/index.js +31 -31
  76. package/lib/image/index.js +226 -42
  77. package/lib/image/style/image.css +1 -1
  78. package/lib/index.js +4 -4
  79. package/lib/indicator/index.js +70 -67
  80. package/lib/init.js +8 -8
  81. package/lib/input/index.js +150 -135
  82. package/lib/input-number/index.js +100 -97
  83. package/lib/layout/index.js +72 -60
  84. package/lib/liquid-fill/index.js +73 -73
  85. package/lib/marker/index.js +45 -46
  86. package/lib/menu/index.js +47 -41
  87. package/lib/message/index.js +3 -3
  88. package/lib/message/style/message.css +1 -1
  89. package/lib/modal/index.js +67 -67
  90. package/lib/modal/style/modal.css +1 -1
  91. package/lib/notification/index.js +6 -6
  92. package/lib/notification/style/notification.css +1 -1
  93. package/lib/pagination/index.js +34 -34
  94. package/lib/popup/index.js +47 -48
  95. package/lib/progress/index.js +440 -440
  96. package/lib/radio/index.js +48 -42
  97. package/lib/select/index.js +47 -41
  98. package/lib/slider/index.js +27 -27
  99. package/lib/slideshow/index.js +103 -160
  100. package/lib/spin/index.js +30 -30
  101. package/lib/steps/index.js +35 -32
  102. package/lib/switch/index.js +25 -25
  103. package/lib/table/index.js +50 -44
  104. package/lib/table/style/table.css +1 -1
  105. package/lib/table-popup/index.js +43 -37
  106. package/lib/table-popup/style/table-popup.css +1 -1
  107. package/lib/tabs/index.js +35 -32
  108. package/lib/text/index.js +39 -39
  109. package/lib/tile-layer/index.js +37 -38
  110. package/lib/time-line/index.js +41 -43
  111. package/lib/time-picker/index.js +27 -27
  112. package/lib/time-range/index.js +47 -49
  113. package/lib/time-slider/index.js +67 -69
  114. package/lib/time-text/index.js +31 -31
  115. package/lib/tooltip/index.js +25 -25
  116. package/lib/tooltip/style/tooltip.css +1 -0
  117. package/lib/transfer/index.js +27 -27
  118. package/lib/tree/index.js +48 -42
  119. package/lib/tree-select/index.js +37 -34
  120. package/lib/video-player/index.js +102 -151
  121. package/lib/video-player/style/video-player.css +1 -1
  122. package/lib/web-map/index.js +2339 -106
  123. package/package.json +3 -5
  124. package/src/common/_assets/iconfont/icon-sm-components.css +21 -7
  125. package/src/common/_assets/iconfont/icon-sm-components.ttf +0 -0
  126. package/src/common/_assets/iconfont/icon-sm-components.woff +0 -0
  127. package/src/common/_assets/iconfont/icon-sm-components.woff2 +0 -0
  128. package/src/common/_lang/en.js +19 -8
  129. package/src/common/_lang/zh.js +19 -7
  130. package/src/common/_mixin/Card.ts +1 -1
  131. package/src/common/_types/iPortalDataParameter.js +1 -0
  132. package/src/common/_types/iServerBaseParameter.ts +3 -0
  133. package/src/common/_utils/epsg-define.js +32 -27
  134. package/src/common/_utils/get-features.js +13 -2
  135. package/src/common/_utils/iPortalDataService.js +14 -3
  136. package/src/common/_utils/iServerRestService.js +144 -78
  137. package/src/common/_utils/statistics.js +6 -14
  138. package/src/common/_utils/style/theme/theme.json +6 -6
  139. package/src/common/attribute-panel/AttributePanel.vue +58 -0
  140. package/src/common/attribute-panel/__test__/AttributePanel.spec.js +39 -0
  141. package/src/common/attribute-panel/index.js +9 -0
  142. package/src/common/attribute-panel/style/attribute-panel.scss +35 -0
  143. package/src/common/attribute-panel/style/index.js +4 -0
  144. package/src/common/collapse-card/style/collapse-card.scss +2 -2
  145. package/src/common/iframe/Iframe.vue +1 -1
  146. package/src/common/image/Image.vue +68 -6
  147. package/src/common/image/style/image.scss +32 -0
  148. package/src/common/message/style/message.scss +1 -0
  149. package/src/common/modal/style/modal.scss +36 -0
  150. package/src/common/notification/style/notification.scss +9 -0
  151. package/src/common/slideshow/Slideshow.vue +42 -95
  152. package/src/common/slideshow/Swiper.js +1 -1
  153. package/src/common/table/style/table.scss +36 -0
  154. package/src/common/table-popup/TablePopup.vue +5 -0
  155. package/src/common/tooltip/style/tooltip.scss +3 -0
  156. package/src/common/video-player/VideoPlayer.vue +4 -41
  157. package/src/common/video-player/style/video-player.scss +1 -1
  158. package/src/leaflet/entrys.json +0 -2
  159. package/src/leaflet/package.json +3 -5
  160. package/src/leaflet/web-map/WebMap.vue +4 -4
  161. package/src/leaflet/web-map/WebMapViewModel.ts +64 -17
  162. package/static/libs/iclient-common/iclient-common-webmapv2base.js +2 -0
  163. package/static/libs/iclient-common/iclient-common.js +1 -1
  164. package/static/libs/iclient-leaflet/iclient-leaflet.min.js +5 -1738
  165. package/lib/_assets/iconfont/icon-sm-components.eot +0 -0
  166. package/lib/_assets/iconfont/icon-sm-components.svg +0 -197
  167. package/lib/_mixin/WebMapBase.js +0 -3467
  168. package/lib/_utils/WebMapService.js +0 -1607
  169. package/src/common/_assets/iconfont/icon-sm-components.eot +0 -0
  170. package/src/common/_assets/iconfont/icon-sm-components.svg +0 -197
  171. package/src/common/_utils/WebMapService.ts +0 -1292
  172. package/src/common/web-map/WebMapBase.ts +0 -1178
  173. package/src/common/web-map/config/MunicipalCenter.json +0 -1
  174. 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 = 254);
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
- /***/ 10:
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 EpsgDefine = new _vue.default({
125
- epsgCodes: {
126
- '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"]]',
127
- '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"]]',
128
- '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"]]'
129
- },
130
- registerProjection: function registerProjection(epsgKey, epsgValue) {
131
- if ((0, _util.getDataType)(arguments[0]) === '[object Object]' && arguments.length === 1) {
132
- this.epsgCodes = Object.assign({}, this.epsgCodes, arguments[0]);
133
- } else if (epsgKey && epsgValue) {
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
- var _default = exports.default = EpsgDefine;
126
+ _proj.default.defs(epsgCode, projection);
127
+ }
146
128
 
147
129
  function registerProjection(epsgKey, epsgValue) {
148
- return EpsgDefine.$options.registerProjection(epsgKey, epsgValue);
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
- return EpsgDefine.$options.getProjection(epsgKey);
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 = 565);
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
- /***/ 259:
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
- /***/ 53:
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
- /***/ 565:
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__(259));
124
+ var _iServerRestService = _interopRequireDefault(__webpack_require__(254));
125
125
 
126
- var _iPortalDataService = _interopRequireDefault(__webpack_require__(566));
126
+ var _iPortalDataService = _interopRequireDefault(__webpack_require__(562));
127
127
 
128
- var _RestService = _interopRequireDefault(__webpack_require__(53));
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
- /***/ 566:
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 = 567);
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
- /***/ 10:
97
+ /***/ 12:
98
98
  /***/ (function(module, exports) {
99
99
 
100
100
  module.exports = require("vue");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 567:
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__(10));
117
+ var _vue = _interopRequireDefault(__webpack_require__(12));
118
118
 
119
- var _theme = _interopRequireDefault(__webpack_require__(60));
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
- /***/ 60:
127
+ /***/ 59:
128
128
  /***/ (function(module, exports) {
129
129
 
130
130
  module.exports = require("@supermapgis/vue-iclient-leaflet/lib/_utils/style/theme/theme.json");