vue-openlayers-plugin 1.0.81 → 1.0.84

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 (238) hide show
  1. package/lib/BasemapPanel-1145a7ed.mjs +280 -0
  2. package/lib/CoordinateLocationDialog-be972ee5.mjs +263 -0
  3. package/lib/FilterPanel-9d55d20c.mjs +6 -0
  4. package/lib/LayerPanel-0272f4a3.mjs +6 -0
  5. package/lib/MapPrintDialog-3d0a2891.mjs +6 -0
  6. package/lib/MeasurementDialog-37a0bbb3.mjs +369 -0
  7. package/lib/MyMarkersDialog-61d5c30d.mjs +584 -0
  8. package/lib/RegionNavigationDialog-0808549f.mjs +1320 -0
  9. package/lib/ViewBookmarksDialog-107a29d1.mjs +723 -0
  10. package/lib/index-3d1e1ad0.mjs +839 -0
  11. package/lib/{index-f007f12f.mjs → index-6f94a7fa.mjs} +50503 -53889
  12. package/lib/index-91e9a4e6.mjs +756 -0
  13. package/lib/{index.es-a1c63a58.mjs → index.es-03fbdea2.mjs} +1 -1
  14. package/lib/index.esm.js +65 -56
  15. package/lib/index.umd.js +73682 -71991
  16. package/lib/style.css +1705 -1704
  17. package/package.json +8 -4
  18. package/types/src/assets/index.d.ts +9 -0
  19. package/types/src/assets/index.d.ts.map +1 -0
  20. package/types/src/components/CustomDialog/CustomDialog.vue.d.ts +16 -16
  21. package/types/src/components/CustomDialog/icons/index.d.ts +14 -0
  22. package/types/src/components/CustomDialog/icons/index.d.ts.map +1 -0
  23. package/types/src/components/CustomOpenlayer/services/searchService.d.ts.map +1 -1
  24. package/types/src/components/CustomOpenlayer/types/index.d.ts +6 -0
  25. package/types/src/components/CustomOpenlayer/types/index.d.ts.map +1 -1
  26. package/types/src/components/CustomOpenlayer/utils/tiandituSearchApi.d.ts +3 -0
  27. package/types/src/components/CustomOpenlayer/utils/tiandituSearchApi.d.ts.map +1 -1
  28. package/types/src/components/OlBaseLayerSwitcher.vue.d.ts +19 -0
  29. package/types/src/components/OlBaseLayerSwitcher.vue.d.ts.map +1 -0
  30. package/types/src/components/OlControlPanel.vue.d.ts +63 -0
  31. package/types/src/components/OlControlPanel.vue.d.ts.map +1 -0
  32. package/types/src/components/OlDialogs/BasemapPanel.vue.d.ts +20 -0
  33. package/types/src/components/OlDialogs/BasemapPanel.vue.d.ts.map +1 -0
  34. package/types/src/components/OlDialogs/CoordinateLocationDialog.vue.d.ts +21 -0
  35. package/types/src/components/OlDialogs/CoordinateLocationDialog.vue.d.ts.map +1 -0
  36. package/types/src/components/OlDialogs/DialogManager.d.ts +58 -0
  37. package/types/src/components/OlDialogs/DialogManager.d.ts.map +1 -0
  38. package/types/src/components/OlDialogs/FilterPanel.vue.d.ts +33 -0
  39. package/types/src/components/OlDialogs/FilterPanel.vue.d.ts.map +1 -0
  40. package/types/src/components/OlDialogs/LayerPanel.vue.d.ts +1345 -0
  41. package/types/src/components/OlDialogs/LayerPanel.vue.d.ts.map +1 -0
  42. package/types/src/components/OlDialogs/LayerStyleConfig.vue.d.ts +23 -0
  43. package/types/src/components/OlDialogs/LayerStyleConfig.vue.d.ts.map +1 -0
  44. package/types/src/components/OlDialogs/LayerTreeNode.vue.d.ts +28 -0
  45. package/types/src/components/OlDialogs/LayerTreeNode.vue.d.ts.map +1 -0
  46. package/types/src/components/OlDialogs/MapDrawingDialog/components/ListTab.vue.d.ts +3 -0
  47. package/types/src/components/OlDialogs/MapDrawingDialog/components/ListTab.vue.d.ts.map +1 -0
  48. package/types/src/components/OlDialogs/MapDrawingDialog/components/MarkTab.vue.d.ts +3 -0
  49. package/types/src/components/OlDialogs/MapDrawingDialog/components/MarkTab.vue.d.ts.map +1 -0
  50. package/types/src/components/OlDialogs/MapDrawingDialog/index.vue.d.ts +3 -0
  51. package/types/src/components/OlDialogs/MapDrawingDialog/index.vue.d.ts.map +1 -0
  52. package/types/src/components/OlDialogs/MapPrintDialog.vue.d.ts +24 -0
  53. package/types/src/components/OlDialogs/MapPrintDialog.vue.d.ts.map +1 -0
  54. package/types/src/components/OlDialogs/MeasurementDialog.vue.d.ts +41 -0
  55. package/types/src/components/OlDialogs/MeasurementDialog.vue.d.ts.map +1 -0
  56. package/types/src/components/OlDialogs/MyMarkersDialog.vue.d.ts +21 -0
  57. package/types/src/components/OlDialogs/MyMarkersDialog.vue.d.ts.map +1 -0
  58. package/types/src/components/OlDialogs/RegionNavigationDialog.vue.d.ts +25 -0
  59. package/types/src/components/OlDialogs/RegionNavigationDialog.vue.d.ts.map +1 -0
  60. package/types/src/components/OlDialogs/ViewBookmarksDialog.vue.d.ts +21 -0
  61. package/types/src/components/OlDialogs/ViewBookmarksDialog.vue.d.ts.map +1 -0
  62. package/types/src/components/OlDialogs/registry.d.ts +39 -0
  63. package/types/src/components/OlDialogs/registry.d.ts.map +1 -0
  64. package/types/src/components/OlDrawToolbar.vue.d.ts +61 -0
  65. package/types/src/components/OlDrawToolbar.vue.d.ts.map +1 -0
  66. package/types/src/components/OlLegendPanel.vue.d.ts +69 -0
  67. package/types/src/components/OlLegendPanel.vue.d.ts.map +1 -0
  68. package/types/src/components/OlMapContainer.vue.d.ts +112 -0
  69. package/types/src/components/OlMapContainer.vue.d.ts.map +1 -0
  70. package/types/src/components/OlMapPopup/ArrayPopup.vue.d.ts +47 -0
  71. package/types/src/components/OlMapPopup/ArrayPopup.vue.d.ts.map +1 -0
  72. package/types/src/components/OlMapPopup/BasePopup.vue.d.ts +63 -0
  73. package/types/src/components/OlMapPopup/BasePopup.vue.d.ts.map +1 -0
  74. package/types/src/components/OlMapPopup/HtmlPopup.vue.d.ts +45 -0
  75. package/types/src/components/OlMapPopup/HtmlPopup.vue.d.ts.map +1 -0
  76. package/types/src/components/OlMapPopup/ImagePopup.vue.d.ts +45 -0
  77. package/types/src/components/OlMapPopup/ImagePopup.vue.d.ts.map +1 -0
  78. package/types/src/components/OlMapPopup/index.d.ts +9 -0
  79. package/types/src/components/OlMapPopup/index.d.ts.map +1 -0
  80. package/types/src/components/OlMapPopup/types.d.ts +118 -0
  81. package/types/src/components/OlMapPopup/types.d.ts.map +1 -0
  82. package/types/src/components/OlMapSearch.vue.d.ts +126 -0
  83. package/types/src/components/OlMapSearch.vue.d.ts.map +1 -0
  84. package/types/src/components/OlMapTooltip.vue.d.ts +70 -0
  85. package/types/src/components/OlMapTooltip.vue.d.ts.map +1 -0
  86. package/types/src/core/EventBus.d.ts +66 -0
  87. package/types/src/core/EventBus.d.ts.map +1 -0
  88. package/types/src/core/EventManager.d.ts +147 -0
  89. package/types/src/core/EventManager.d.ts.map +1 -0
  90. package/types/src/core/FeatureHighlightManager.d.ts +103 -0
  91. package/types/src/core/FeatureHighlightManager.d.ts.map +1 -0
  92. package/types/src/core/GlobalStyleManager.d.ts +76 -0
  93. package/types/src/core/GlobalStyleManager.d.ts.map +1 -0
  94. package/types/src/core/LayerConfigManager.d.ts +66 -0
  95. package/types/src/core/LayerConfigManager.d.ts.map +1 -0
  96. package/types/src/core/LayerManager.d.ts +198 -0
  97. package/types/src/core/LayerManager.d.ts.map +1 -0
  98. package/types/src/core/LayerTreeManager.d.ts +125 -0
  99. package/types/src/core/LayerTreeManager.d.ts.map +1 -0
  100. package/types/src/core/MapManager.d.ts +203 -0
  101. package/types/src/core/MapManager.d.ts.map +1 -0
  102. package/types/src/core/MarkerDrawingAdapter.d.ts +125 -0
  103. package/types/src/core/MarkerDrawingAdapter.d.ts.map +1 -0
  104. package/types/src/core/PluginManager.d.ts +158 -0
  105. package/types/src/core/PluginManager.d.ts.map +1 -0
  106. package/types/src/core/PopupManager.d.ts +110 -0
  107. package/types/src/core/PopupManager.d.ts.map +1 -0
  108. package/types/src/core/SearchMarkerManager.d.ts +96 -0
  109. package/types/src/core/SearchMarkerManager.d.ts.map +1 -0
  110. package/types/src/core/TooltipHelper.d.ts +134 -0
  111. package/types/src/core/TooltipHelper.d.ts.map +1 -0
  112. package/types/src/core/amapSearchApi.d.ts +57 -0
  113. package/types/src/core/amapSearchApi.d.ts.map +1 -0
  114. package/types/src/core/basemapManager.d.ts +63 -0
  115. package/types/src/core/basemapManager.d.ts.map +1 -0
  116. package/types/src/core/configLoader.d.ts +159 -0
  117. package/types/src/core/configLoader.d.ts.map +1 -0
  118. package/types/src/core/drawing/BaseDrawing.d.ts +255 -0
  119. package/types/src/core/drawing/BaseDrawing.d.ts.map +1 -0
  120. package/types/src/core/drawing/DrawingManager.d.ts +394 -0
  121. package/types/src/core/drawing/DrawingManager.d.ts.map +1 -0
  122. package/types/src/core/drawing/IconDrawing.d.ts +188 -0
  123. package/types/src/core/drawing/IconDrawing.d.ts.map +1 -0
  124. package/types/src/core/drawing/ImageDrawing.d.ts +193 -0
  125. package/types/src/core/drawing/ImageDrawing.d.ts.map +1 -0
  126. package/types/src/core/drawing/LineDrawing.d.ts +193 -0
  127. package/types/src/core/drawing/LineDrawing.d.ts.map +1 -0
  128. package/types/src/core/drawing/MilitaryDrawing.d.ts +175 -0
  129. package/types/src/core/drawing/MilitaryDrawing.d.ts.map +1 -0
  130. package/types/src/core/drawing/MultiLineStringDrawing.d.ts +294 -0
  131. package/types/src/core/drawing/MultiLineStringDrawing.d.ts.map +1 -0
  132. package/types/src/core/drawing/MultiPointDrawing.d.ts +244 -0
  133. package/types/src/core/drawing/MultiPointDrawing.d.ts.map +1 -0
  134. package/types/src/core/drawing/MultiPolygonDrawing.d.ts +206 -0
  135. package/types/src/core/drawing/MultiPolygonDrawing.d.ts.map +1 -0
  136. package/types/src/core/drawing/PointDrawing.d.ts +175 -0
  137. package/types/src/core/drawing/PointDrawing.d.ts.map +1 -0
  138. package/types/src/core/drawing/PointWithTextDrawing.d.ts +183 -0
  139. package/types/src/core/drawing/PointWithTextDrawing.d.ts.map +1 -0
  140. package/types/src/core/drawing/PolygonDrawing.d.ts +240 -0
  141. package/types/src/core/drawing/PolygonDrawing.d.ts.map +1 -0
  142. package/types/src/core/drawing/TextDrawing.d.ts +164 -0
  143. package/types/src/core/drawing/TextDrawing.d.ts.map +1 -0
  144. package/types/src/core/drawing/index.d.ts +525 -0
  145. package/types/src/core/drawing/index.d.ts.map +1 -0
  146. package/types/src/core/geoJsonLocationTool.d.ts +116 -0
  147. package/types/src/core/geoJsonLocationTool.d.ts.map +1 -0
  148. package/types/src/core/layers/BaseLayer.d.ts +162 -0
  149. package/types/src/core/layers/BaseLayer.d.ts.map +1 -0
  150. package/types/src/core/layers/CanvasLayerHandler.d.ts +65 -0
  151. package/types/src/core/layers/CanvasLayerHandler.d.ts.map +1 -0
  152. package/types/src/core/layers/ClusterLayerHandler.d.ts +122 -0
  153. package/types/src/core/layers/ClusterLayerHandler.d.ts.map +1 -0
  154. package/types/src/core/layers/GMLLayerHandler.d.ts +107 -0
  155. package/types/src/core/layers/GMLLayerHandler.d.ts.map +1 -0
  156. package/types/src/core/layers/GeoJSONLayerHandler.d.ts +125 -0
  157. package/types/src/core/layers/GeoJSONLayerHandler.d.ts.map +1 -0
  158. package/types/src/core/layers/HeatmapLayerHandler.d.ts +86 -0
  159. package/types/src/core/layers/HeatmapLayerHandler.d.ts.map +1 -0
  160. package/types/src/core/layers/ImageVectorLayerHandler.d.ts +77 -0
  161. package/types/src/core/layers/ImageVectorLayerHandler.d.ts.map +1 -0
  162. package/types/src/core/layers/KMLLayerHandler.d.ts +95 -0
  163. package/types/src/core/layers/KMLLayerHandler.d.ts.map +1 -0
  164. package/types/src/core/layers/LayerFactory.d.ts +63 -0
  165. package/types/src/core/layers/LayerFactory.d.ts.map +1 -0
  166. package/types/src/core/layers/SuperMapServiceTester.d.ts +54 -0
  167. package/types/src/core/layers/SuperMapServiceTester.d.ts.map +1 -0
  168. package/types/src/core/layers/SuperMapTiledMapServiceHandler.d.ts +35 -0
  169. package/types/src/core/layers/SuperMapTiledMapServiceHandler.d.ts.map +1 -0
  170. package/types/src/core/layers/TiandituConfigHelper.d.ts +120 -0
  171. package/types/src/core/layers/TiandituConfigHelper.d.ts.map +1 -0
  172. package/types/src/core/layers/TiandituLayerHandler.d.ts +75 -0
  173. package/types/src/core/layers/TiandituLayerHandler.d.ts.map +1 -0
  174. package/types/src/core/layers/TileLayerHandler.d.ts +42 -0
  175. package/types/src/core/layers/TileLayerHandler.d.ts.map +1 -0
  176. package/types/src/core/layers/TileSuperMapRestHandler.d.ts +161 -0
  177. package/types/src/core/layers/TileSuperMapRestHandler.d.ts.map +1 -0
  178. package/types/src/core/layers/VectorTileLayerHandler.d.ts +126 -0
  179. package/types/src/core/layers/VectorTileLayerHandler.d.ts.map +1 -0
  180. package/types/src/core/layers/WFSLayerHandler.d.ts +80 -0
  181. package/types/src/core/layers/WFSLayerHandler.d.ts.map +1 -0
  182. package/types/src/core/layers/WKTLayerHandler.d.ts +123 -0
  183. package/types/src/core/layers/WKTLayerHandler.d.ts.map +1 -0
  184. package/types/src/core/layers/WMSLayerHandler.d.ts +78 -0
  185. package/types/src/core/layers/WMSLayerHandler.d.ts.map +1 -0
  186. package/types/src/core/layers/WMTSLayerHandler.d.ts +44 -0
  187. package/types/src/core/layers/WMTSLayerHandler.d.ts.map +1 -0
  188. package/types/src/core/layers/index.d.ts +20 -0
  189. package/types/src/core/layers/index.d.ts.map +1 -0
  190. package/types/src/core/layers/interfaces.d.ts +95 -0
  191. package/types/src/core/layers/interfaces.d.ts.map +1 -0
  192. package/types/src/core/mapOperationTool.d.ts +145 -0
  193. package/types/src/core/mapOperationTool.d.ts.map +1 -0
  194. package/types/src/core/measurementTool.d.ts +136 -0
  195. package/types/src/core/measurementTool.d.ts.map +1 -0
  196. package/types/src/core/overviewMapUtil.d.ts +62 -0
  197. package/types/src/core/overviewMapUtil.d.ts.map +1 -0
  198. package/types/src/core/proxyHelper.d.ts +66 -0
  199. package/types/src/core/proxyHelper.d.ts.map +1 -0
  200. package/types/src/core/storage.d.ts +139 -0
  201. package/types/src/core/storage.d.ts.map +1 -0
  202. package/types/src/core/styles/StyleFactory.d.ts +74 -0
  203. package/types/src/core/styles/StyleFactory.d.ts.map +1 -0
  204. package/types/src/core/styles/StyleManager.d.ts +77 -0
  205. package/types/src/core/styles/StyleManager.d.ts.map +1 -0
  206. package/types/src/core/styles/index.d.ts +67 -0
  207. package/types/src/core/styles/index.d.ts.map +1 -0
  208. package/types/src/core/styles/interfaces.d.ts +221 -0
  209. package/types/src/core/styles/interfaces.d.ts.map +1 -0
  210. package/types/src/core/tiandituSearchApi.d.ts +51 -0
  211. package/types/src/core/tiandituSearchApi.d.ts.map +1 -0
  212. package/types/src/data-old/testLayers.d.ts +84 -0
  213. package/types/src/data-old/testLayers.d.ts.map +1 -0
  214. package/types/src/examples-old/FilterExamples.d.ts +104 -0
  215. package/types/src/examples-old/FilterExamples.d.ts.map +1 -0
  216. package/types/src/hooks/useMap.d.ts +5 -0
  217. package/types/src/hooks/useMap.d.ts.map +1 -0
  218. package/types/src/services/searchService.d.ts +106 -0
  219. package/types/src/services/searchService.d.ts.map +1 -0
  220. package/types/src/test-old/FilterSystemTest.d.ts +57 -0
  221. package/types/src/test-old/FilterSystemTest.d.ts.map +1 -0
  222. package/types/src/types/index.d.ts +2 -11
  223. package/types/src/types/index.d.ts.map +1 -1
  224. package/types/src/types/map.d.ts +819 -0
  225. package/types/src/types/map.d.ts.map +1 -0
  226. package/types/src/types/plugin.d.ts +202 -0
  227. package/types/src/types/plugin.d.ts.map +1 -0
  228. package/types/src/utils/DiffusionAnimationHelper.d.ts +60 -0
  229. package/types/src/utils/DiffusionAnimationHelper.d.ts.map +1 -0
  230. package/types/src/utils/GifAnimationHelper.d.ts +31 -0
  231. package/types/src/utils/GifAnimationHelper.d.ts.map +1 -0
  232. package/types/src/utils/coordinateTransform.d.ts +28 -0
  233. package/types/src/utils/coordinateTransform.d.ts.map +1 -0
  234. package/types/src/utils/index.d.ts +8 -8
  235. package/types/src/utils/index.d.ts.map +1 -1
  236. package/types/src/utils/unitConverter.d.ts +36 -0
  237. package/types/src/utils/unitConverter.d.ts.map +1 -0
  238. package/types/tsconfig.tsbuildinfo +1 -1
@@ -1 +1 @@
1
- {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/@vue/shared/dist/shared.d.ts","../node_modules/@vue/reactivity/dist/reactivity.d.ts","../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../node_modules/vue/jsx-runtime/index.d.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../node_modules/vue/dist/vue.d.mts","../node_modules/element-plus/es/utils/vue3.3.polyfill.d.ts","../node_modules/dayjs/locale/types.d.ts","../node_modules/dayjs/locale/index.d.ts","../node_modules/dayjs/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/async-validator/dist-types/interface.d.ts","../node_modules/async-validator/dist-types/index.d.ts","../node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.d.ts","../node_modules/@vueuse/shared/index.d.ts","../node_modules/@vueuse/core/node_modules/vue-demi/lib/index.d.ts","../node_modules/@vueuse/core/index.d.ts","../node_modules/memoize-one/dist/memoize-one.d.ts","../node_modules/@floating-ui/utils/dist/floating-ui.utils.d.mts","../node_modules/@floating-ui/core/dist/floating-ui.core.d.mts","../node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.d.mts","../node_modules/@floating-ui/dom/dist/floating-ui.dom.d.mts","../node_modules/@ctrl/tinycolor/dist/interfaces.d.ts","../node_modules/@ctrl/tinycolor/dist/index.d.ts","../node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts","../node_modules/@ctrl/tinycolor/dist/readability.d.ts","../node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts","../node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts","../node_modules/@ctrl/tinycolor/dist/format-input.d.ts","../node_modules/@ctrl/tinycolor/dist/random.d.ts","../node_modules/@ctrl/tinycolor/dist/conversion.d.ts","../node_modules/@ctrl/tinycolor/dist/public_api.d.ts","../node_modules/element-plus/es/index.d.ts","../src/components/svgicon/index.vue.ts","../src/components/customdialog/dialogcache.ts","../src/components/customdialog/customdialog.vue.ts","../src/components/customdialog/simpledialog.ts.vue.ts","../src/components/customdialog/simpledialog.vue.ts","../node_modules/@element-plus/icons-vue/dist/types/components/add-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/aim.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/alarm-clock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/apple.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-down-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-down.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-left-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-right-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-up-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/avatar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/back.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/baseball.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/basketball.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bell-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bell.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bicycle.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bowl.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/briefcase.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/brush-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/brush.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/burger.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/calendar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/camera-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/camera.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-bottom.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-top.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cellphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-dot-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-dot-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-line-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-line-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/check.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cherry.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chicken.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chrome-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-check-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-check.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-close-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-close.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-plus-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/clock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/close-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/close.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coffee-cup.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coffee.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coin.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cold-drink.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/collection-tag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/collection.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/comment.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/compass.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/connection.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coordinate.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/copy-document.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cpu.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/credit-card.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/crop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-arrow-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-arrow-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-caret.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-analysis.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-board.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-line.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dessert.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/discount.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dish-dot.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dish.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-add.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-copy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/download.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/drizzling.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/edit-pen.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/edit.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/eleme-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/eleme.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/element-plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/expand.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/failed.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/female.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/files.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/film.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/filter.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/finished.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/first-aid-kit.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/flag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-add.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-opened.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/food.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/football.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fork-spoon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fries.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/full-screen.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-square-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/gold-medal.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goods-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goods.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/grape.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/grid.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/guide.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/handbag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/headset.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/help-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/help.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/hide.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/histogram.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/home-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/hot-water.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/house.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-drink.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-tea.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/info-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/iphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/key.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/knife-fork.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lightning.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/link.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/list.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/loading.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location-information.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lollipop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/magic-stick.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/magnet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/male.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/management.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/map-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/medal.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/memo.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/menu.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/message-box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/message.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mic.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/microphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/milk-tea.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/minus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/money.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/monitor.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/moon-night.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/moon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/more-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/more.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mostly-cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mouse.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mug.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mute-notification.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mute.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/no-smoking.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/notebook.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/notification.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/odometer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/office-building.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/open.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/operation.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/opportunity.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/orange.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/paperclip.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/partly-cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pear.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/phone-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/phone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture-rounded.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pie-chart.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/place.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/platform.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pointer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/position.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/postcard.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pouring.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/present.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/price-tag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/printer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/promotion.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/quartz-watch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/question-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/rank.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/reading-lamp.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/reading.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refrigerator.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/remove-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/scale-to-original.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/school.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/scissor.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/search.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/select.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sell.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/semi-select.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/service.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/set-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/setting.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/share.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ship.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-bag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-cart-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-cart.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-trolley.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/smoking.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/soccer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sold-out.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort-down.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/stamp.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/star-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/star.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/stopwatch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/success-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sugar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/suitcase-line.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/suitcase.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunny.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunrise.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunset.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch-button.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/takeaway-box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ticket.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/tickets.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/timer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/toilet-paper.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/tools.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trend-charts.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trophy-base.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trophy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/turn-off.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/umbrella.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/unlock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/upload-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/upload.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/user-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/user.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/van.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-camera-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-camera.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-pause.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-play.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/view.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wallet-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wallet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warn-triangle-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warning-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warning.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/watch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/watermelon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wind-power.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/zoom-in.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/zoom-out.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/index.d.ts","../node_modules/@element-plus/icons-vue/dist/types/index.d.ts","../node_modules/ol/structs/priorityqueue.d.ts","../node_modules/ol/disposable.d.ts","../node_modules/ol/events/event.d.ts","../node_modules/ol/events.d.ts","../node_modules/ol/events/target.d.ts","../node_modules/ol/observable.d.ts","../node_modules/ol/objecteventtype.d.ts","../node_modules/ol/object.d.ts","../node_modules/ol/proj/units.d.ts","../node_modules/ol/proj/projection.d.ts","../node_modules/ol/proj.d.ts","../node_modules/ol/geom/geometry.d.ts","../node_modules/ol/pixel.d.ts","../node_modules/ol/transform.d.ts","../node_modules/ol/geom/simplegeometry.d.ts","../node_modules/ol/geom/circle.d.ts","../node_modules/ol/coordinate.d.ts","../node_modules/ol/size.d.ts","../node_modules/ol/extent.d.ts","../node_modules/ol/tilerange.d.ts","../node_modules/ol/array.d.ts","../node_modules/ol/tilegrid/tilegrid.d.ts","../node_modules/ol/tilecoord.d.ts","../node_modules/ol/tile.d.ts","../node_modules/ol/tilequeue.d.ts","../node_modules/ol/collection.d.ts","../node_modules/ol/centerconstraint.d.ts","../node_modules/ol/resolutionconstraint.d.ts","../node_modules/ol/rotationconstraint.d.ts","../node_modules/ol/view.d.ts","../node_modules/ol/render/eventtype.d.ts","../node_modules/ol/render/event.d.ts","../node_modules/ol/source/source.d.ts","../node_modules/ol/color.d.ts","../node_modules/ol/colorlike.d.ts","../node_modules/ol/style/fill.d.ts","../node_modules/ol/style/stroke.d.ts","../node_modules/ol/geom/geometrycollection.d.ts","../node_modules/ol/geom/linearring.d.ts","../node_modules/ol/geom/linestring.d.ts","../node_modules/ol/geom/multilinestring.d.ts","../node_modules/ol/geom/point.d.ts","../node_modules/ol/geom/multipoint.d.ts","../node_modules/ol/geom/polygon.d.ts","../node_modules/ol/geom/multipolygon.d.ts","../node_modules/ol/geom.d.ts","../node_modules/ol/render/feature.d.ts","../node_modules/ol/datatile.d.ts","../node_modules/ol/style/image.d.ts","../node_modules/ol/render/canvas/zindexcontext.d.ts","../node_modules/ol/style/text.d.ts","../node_modules/@types/rbush/index.d.ts","../node_modules/ol/structs/rbush.d.ts","../node_modules/ol/render/canvas/executor.d.ts","../node_modules/ol/render/canvas.d.ts","../node_modules/ol/render/vectorcontext.d.ts","../node_modules/ol/render/canvas/immediate.d.ts","../node_modules/ol/render.d.ts","../node_modules/ol/style/style.d.ts","../node_modules/ol/feature.d.ts","../node_modules/ol/render/canvas/buildergroup.d.ts","../node_modules/ol/renderer/vector.d.ts","../node_modules/ol/renderer/map.d.ts","../node_modules/ol/resolution.d.ts","../node_modules/ol/image.d.ts","../node_modules/ol/renderer/layer.d.ts","../node_modules/ol/layer/layer.d.ts","../node_modules/ol/layer/base.d.ts","../node_modules/ol/layer/group.d.ts","../node_modules/ol/mapevent.d.ts","../node_modules/ol/mapbrowserevent.d.ts","../node_modules/ol/control/control.d.ts","../node_modules/ol/interaction/interaction.d.ts","../node_modules/ol/overlay.d.ts","../node_modules/ol/mapbrowsereventtype.d.ts","../node_modules/ol/mapeventtype.d.ts","../node_modules/ol/map.d.ts","../node_modules/uuid/dist/esm-browser/types.d.ts","../node_modules/uuid/dist/esm-browser/max.d.ts","../node_modules/uuid/dist/esm-browser/nil.d.ts","../node_modules/uuid/dist/esm-browser/parse.d.ts","../node_modules/uuid/dist/esm-browser/stringify.d.ts","../node_modules/uuid/dist/esm-browser/v1.d.ts","../node_modules/uuid/dist/esm-browser/v1tov6.d.ts","../node_modules/uuid/dist/esm-browser/v35.d.ts","../node_modules/uuid/dist/esm-browser/v3.d.ts","../node_modules/uuid/dist/esm-browser/v4.d.ts","../node_modules/uuid/dist/esm-browser/v5.d.ts","../node_modules/uuid/dist/esm-browser/v6.d.ts","../node_modules/uuid/dist/esm-browser/v6tov1.d.ts","../node_modules/uuid/dist/esm-browser/v7.d.ts","../node_modules/uuid/dist/esm-browser/validate.d.ts","../node_modules/uuid/dist/esm-browser/version.d.ts","../node_modules/uuid/dist/esm-browser/index.d.ts","../node_modules/ol/control/attribution.d.ts","../node_modules/ol/control/fullscreen.d.ts","../node_modules/ol/control/mouseposition.d.ts","../node_modules/ol/control/overviewmap.d.ts","../node_modules/ol/control/rotate.d.ts","../node_modules/ol/control/scaleline.d.ts","../node_modules/ol/control/zoom.d.ts","../node_modules/ol/control/zoomslider.d.ts","../node_modules/ol/control/zoomtoextent.d.ts","../node_modules/ol/control/defaults.d.ts","../node_modules/ol/control.d.ts","../node_modules/ol/interaction/doubleclickzoom.d.ts","../node_modules/ol/interaction/dblclickdragzoom.d.ts","../node_modules/ol/format/feature.d.ts","../node_modules/ol/source/vectoreventtype.d.ts","../node_modules/ol/featureloader.d.ts","../node_modules/ol/source/vector.d.ts","../node_modules/ol/interaction/draganddrop.d.ts","../node_modules/ol/interaction/pointer.d.ts","../node_modules/ol/functions.d.ts","../node_modules/ol/events/condition.d.ts","../node_modules/ol/interaction/dragbox.d.ts","../node_modules/ol/kinetic.d.ts","../node_modules/ol/interaction/dragpan.d.ts","../node_modules/ol/interaction/dragrotate.d.ts","../node_modules/ol/interaction/dragrotateandzoom.d.ts","../node_modules/ol/interaction/dragzoom.d.ts","../node_modules/ol/renderer/canvas/layer.d.ts","../node_modules/ol/render/canvas/executorgroup.d.ts","../node_modules/ol/vectortile.d.ts","../node_modules/ol/source/tileeventtype.d.ts","../node_modules/ol/tilegrid/wmts.d.ts","../node_modules/ol/tilegrid.d.ts","../node_modules/ol/source/tile.d.ts","../node_modules/ol/source/urltile.d.ts","../node_modules/ol/vectorrendertile.d.ts","../node_modules/ol/source/vectortile.d.ts","../node_modules/ol/style/icon.d.ts","../node_modules/ol/expr/expression.d.ts","../node_modules/ol/style/flat.d.ts","../node_modules/ol/structs/lrucache.d.ts","../node_modules/ol/layer/basetile.d.ts","../node_modules/ol/layer/vectortile.d.ts","../node_modules/ol/imagetile.d.ts","../node_modules/ol/reproj/tile.d.ts","../node_modules/ol/source/tileimage.d.ts","../node_modules/ol/source/bingmaps.d.ts","../node_modules/ol/source/xyz.d.ts","../node_modules/ol/source/cartodb.d.ts","../node_modules/ol/source/cluster.d.ts","../node_modules/ol/source/datatile.d.ts","../node_modules/geotiff/dist-module/compression/basedecoder.d.ts","../node_modules/geotiff/dist-module/source/client/base.d.ts","../node_modules/geotiff/dist-module/globals.d.ts","../node_modules/geotiff/dist-module/rgb.d.ts","../node_modules/geotiff/dist-module/compression/index.d.ts","../node_modules/geotiff/dist-module/logging.d.ts","../node_modules/geotiff/dist-module/pool.d.ts","../node_modules/geotiff/dist-module/source/basesource.d.ts","../node_modules/geotiff/dist-module/geotiffimage.d.ts","../node_modules/geotiff/dist-module/dataslice.d.ts","../node_modules/geotiff/dist-module/geotiff.d.ts","../node_modules/ol/source/geotiff.d.ts","../node_modules/ol/source/google.d.ts","../node_modules/ol/source/iiif.d.ts","../node_modules/ol/source/image.d.ts","../node_modules/ol/source/imagearcgisrest.d.ts","../node_modules/ol/imagecanvas.d.ts","../node_modules/ol/source/imagecanvas.d.ts","../node_modules/ol/source/imagemapguide.d.ts","../node_modules/ol/source/imagestatic.d.ts","../node_modules/ol/source/imagetile.d.ts","../node_modules/ol/source/wms.d.ts","../node_modules/ol/source/imagewms.d.ts","../node_modules/ol/source/ogcmaptile.d.ts","../node_modules/ol/source/ogcvectortile.d.ts","../node_modules/ol/source/osm.d.ts","../node_modules/ol/source/raster.d.ts","../node_modules/ol/source/stadiamaps.d.ts","../node_modules/ol/source/tilearcgisrest.d.ts","../node_modules/ol/source/tiledebug.d.ts","../node_modules/ol/source/tilejson.d.ts","../node_modules/ol/source/tilewms.d.ts","../node_modules/ol/source/utfgrid.d.ts","../node_modules/ol/source/wmts.d.ts","../node_modules/ol/source/zoomify.d.ts","../node_modules/ol/source/arcgisrest.d.ts","../node_modules/ol/source/static.d.ts","../node_modules/ol/source/mapguide.d.ts","../node_modules/ol/source.d.ts","../node_modules/ol/layer/tile.d.ts","../node_modules/ol/renderer/canvas/tilelayer.d.ts","../node_modules/ol/renderer/canvas/vectortilelayer.d.ts","../node_modules/ol/layer/baseimage.d.ts","../node_modules/ol/layer/image.d.ts","../node_modules/ol/renderer/canvas/imagelayer.d.ts","../node_modules/ol/layer/vectorimage.d.ts","../node_modules/ol/renderer/canvas/vectorimagelayer.d.ts","../node_modules/ol/webgl.d.ts","../node_modules/ol/webgl/buffer.d.ts","../node_modules/ol/webgl/rendertarget.d.ts","../node_modules/ol/webgl/helper.d.ts","../node_modules/ol/renderer/webgl/layer.d.ts","../node_modules/ol/render/webgl/mixedgeometrybatch.d.ts","../node_modules/ol/render/webgl/shaderbuilder.d.ts","../node_modules/ol/render/webgl/vectorstylerenderer.d.ts","../node_modules/ol/renderer/webgl/vectorlayer.d.ts","../node_modules/ol/renderer/webgl/pointslayer.d.ts","../node_modules/ol/layer/basevector.d.ts","../node_modules/ol/renderer/canvas/vectorlayer.d.ts","../node_modules/ol/layer/vector.d.ts","../node_modules/ol/interaction/draw.d.ts","../node_modules/ol/interaction/extent.d.ts","../node_modules/ol/interaction/keyboardpan.d.ts","../node_modules/ol/interaction/keyboardzoom.d.ts","../node_modules/ol/interaction/link.d.ts","../node_modules/ol/interaction/modify.d.ts","../node_modules/ol/interaction/mousewheelzoom.d.ts","../node_modules/ol/interaction/pinchrotate.d.ts","../node_modules/ol/interaction/pinchzoom.d.ts","../node_modules/ol/interaction/select.d.ts","../node_modules/ol/events/snapevent.d.ts","../node_modules/ol/interaction/snap.d.ts","../node_modules/ol/interaction/translate.d.ts","../node_modules/ol/interaction/defaults.d.ts","../node_modules/ol/interaction.d.ts","../node_modules/proj4/dist/lib/projections.d.ts","../node_modules/proj4/dist/lib/defs.d.ts","../node_modules/proj4/dist/lib/proj.d.ts","../node_modules/proj4/dist/lib/core.d.ts","../node_modules/proj4/dist/lib/point.d.ts","../node_modules/proj4/dist/lib/common/topoint.d.ts","../node_modules/proj4/dist/lib/nadgrid.d.ts","../node_modules/proj4/dist/lib/transform.d.ts","../node_modules/proj4/dist/lib/index.d.ts","../node_modules/proj4/dist/index.d.ts","../node_modules/ol/proj/proj4.d.ts","../node_modules/ol/geolocation.d.ts","../node_modules/ol/layer/graticule.d.ts","../node_modules/ol/mapbrowsereventhandler.d.ts","../node_modules/ol/util.d.ts","../node_modules/ol/index.d.ts","../node_modules/mitt/index.d.ts","../node_modules/ol/layer/heatmap.d.ts","../node_modules/ol/layer/webglpoints.d.ts","../node_modules/ol/webgl/basetilerepresentation.d.ts","../node_modules/ol/webgl/tiletexture.d.ts","../node_modules/ol/renderer/webgl/tilelayerbase.d.ts","../node_modules/ol/webgl/palettetexture.d.ts","../node_modules/ol/renderer/webgl/flowlayer.d.ts","../node_modules/ol/layer/flow.d.ts","../node_modules/ol/renderer/webgl/tilelayer.d.ts","../node_modules/ol/layer/webgltile.d.ts","../node_modules/ol/layer/webglvector.d.ts","../node_modules/ol/layer.d.ts","../src/components/customopenlayer/components/mappopup/types.ts","../src/components/customopenlayer/components/maptooltip/types.ts","../node_modules/ol/style/regularshape.d.ts","../node_modules/ol/style/circle.d.ts","../node_modules/ol/style/iconimage.d.ts","../node_modules/ol/style.d.ts","../src/components/customopenlayer/utils/drawing/basedrawing.ts","../src/components/customopenlayer/types/index.ts","../src/components/customopenlayer/utils/layers/baselayer.ts","../src/components/customopenlayer/utils/layers/interfaces.ts","../src/components/customopenlayer/utils/layers/tilelayerhandler.ts","../src/components/customopenlayer/utils/layers/wmslayerhandler.ts","../node_modules/ol/format/xml.d.ts","../node_modules/ol/format/wmtscapabilities.d.ts","../src/components/customopenlayer/utils/layers/wmtslayerhandler.ts","../node_modules/ol/format/jsonfeature.d.ts","../node_modules/ol/format/esrijson.d.ts","../node_modules/@types/geojson/index.d.ts","../node_modules/ol/format/geojson.d.ts","../node_modules/ol/format/xmlfeature.d.ts","../node_modules/ol/xml.d.ts","../node_modules/ol/format/gmlbase.d.ts","../node_modules/ol/format/gml3.d.ts","../node_modules/ol/format/gml.d.ts","../node_modules/ol/format/gpx.d.ts","../node_modules/ol/format/textfeature.d.ts","../node_modules/ol/format/igc.d.ts","../node_modules/ol/format/iiifinfo.d.ts","../node_modules/ol/format/kml.d.ts","../node_modules/ol/format/mvt.d.ts","../node_modules/ol/format/ows.d.ts","../node_modules/ol/format/polyline.d.ts","../node_modules/ol/format/topojson.d.ts","../node_modules/ol/format/filter/filter.d.ts","../node_modules/ol/format/wfs.d.ts","../node_modules/ol/format/wkb.d.ts","../node_modules/ol/format/wkt.d.ts","../node_modules/ol/format/wmscapabilities.d.ts","../node_modules/ol/format/wmsgetfeatureinfo.d.ts","../node_modules/ol/format.d.ts","../node_modules/ol/loadingstrategy.d.ts","../node_modules/ol/format/filter/logicalnary.d.ts","../node_modules/ol/format/filter/and.d.ts","../node_modules/ol/format/filter/or.d.ts","../node_modules/ol/format/filter/not.d.ts","../node_modules/ol/format/filter/bbox.d.ts","../node_modules/ol/format/filter/spatial.d.ts","../node_modules/ol/format/filter/contains.d.ts","../node_modules/ol/format/filter/intersects.d.ts","../node_modules/ol/format/filter/disjoint.d.ts","../node_modules/ol/format/filter/within.d.ts","../node_modules/ol/format/filter/dwithin.d.ts","../node_modules/ol/format/filter/comparison.d.ts","../node_modules/ol/format/filter/comparisonbinary.d.ts","../node_modules/ol/format/filter/equalto.d.ts","../node_modules/ol/format/filter/notequalto.d.ts","../node_modules/ol/format/filter/lessthan.d.ts","../node_modules/ol/format/filter/lessthanorequalto.d.ts","../node_modules/ol/format/filter/greaterthan.d.ts","../node_modules/ol/format/filter/greaterthanorequalto.d.ts","../node_modules/ol/format/filter/isnull.d.ts","../node_modules/ol/format/filter/isbetween.d.ts","../node_modules/ol/format/filter/islike.d.ts","../node_modules/ol/format/filter/during.d.ts","../node_modules/ol/format/filter/resourceid.d.ts","../node_modules/ol/format/filter.d.ts","../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","../src/components/customopenlayer/utils/styles/interfaces.ts","../src/components/customopenlayer/utils/styles/stylefactory.ts","../src/components/customopenlayer/utils/styles/stylemanager.ts","../src/components/customopenlayer/utils/styles/index.ts","../src/components/customopenlayer/utils/layers/geojsonlayerhandler.ts","../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","../src/components/customopenlayer/utils/layers/heatmaplayerhandler.ts","../src/components/customopenlayer/utils/layers/clusterlayerhandler.ts","../src/components/customopenlayer/utils/layers/imagevectorlayerhandler.ts","../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","../src/components/customopenlayer/utils/layers/tilesupermapresthandler.ts","../src/components/customopenlayer/utils/layers/tianditulayerhandler.ts","../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","../src/components/customopenlayer/utils/layers/canvaslayerhandler.ts","../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","../src/components/customopenlayer/utils/layers/layerfactory.ts","../src/components/customopenlayer/utils/layers/index.ts","../src/components/customopenlayer/utils/storage.ts","../src/components/customopenlayer/utils/eventbus.ts","../src/components/customopenlayer/utils/layermanager.ts","../src/components/customopenlayer/utils/eventmanager.ts","../src/components/customopenlayer/utils/searchmarkermanager.ts","../src/components/customopenlayer/utils/gifanimationhelper.ts","../src/components/customopenlayer/utils/diffusionanimationhelper.ts","../src/components/customopenlayer/utils/drawing/pointdrawing.ts","../src/components/customopenlayer/utils/drawing/linedrawing.ts","../src/components/customopenlayer/utils/drawing/polygondrawing.ts","../src/components/customopenlayer/utils/drawing/textdrawing.ts","../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","../src/components/customopenlayer/utils/tooltiphelper.ts","../src/components/customopenlayer/utils/drawing/drawingmanager.ts","../src/components/customopenlayer/utils/markerdrawingadapter.ts","../src/components/customopenlayer/utils/drawing/pointwithtextdrawing.ts","../src/components/customopenlayer/utils/drawing/icondrawing.ts","../src/components/customopenlayer/utils/drawing/imagedrawing.ts","../src/components/customopenlayer/utils/drawing/militarydrawing.ts","../src/components/customopenlayer/utils/drawing/index.ts","../node_modules/ol/sphere.d.ts","../src/components/customopenlayer/utils/unitconverter.ts","../src/components/customopenlayer/utils/measurementtool.ts","../src/components/customopenlayer/utils/mapoperationtool.ts","../src/components/customopenlayer/utils/geojsonlocationtool.ts","../src/components/customopenlayer/utils/featurehighlightmanager.ts","../src/components/customopenlayer/components/mappopup/basepopup.vue.ts","../src/components/customopenlayer/components/mappopup/htmlpopup.vue.ts","../src/components/customopenlayer/components/mappopup/imagepopup.vue.ts","../src/components/customopenlayer/components/mappopup/arraypopup.vue.ts","../src/components/customopenlayer/components/mappopup/popupmanager.ts","../src/components/customopenlayer/utils/tianditusearchapi.ts","../src/components/customopenlayer/services/searchservice.ts","../src/components/customopenlayer/utils/mapmanager.ts","../src/components/customopenlayer/components/mapcontainer.vue.ts","../src/components/customopenlayer/components/dialogs/basemappanel.vue.ts","../src/components/customopenlayer/assets/index.ts","../src/components/customopenlayer/utils/basemapmanager.ts","../src/components/customopenlayer/utils/overviewmaputil.ts","../src/components/customopenlayer/utils/index.ts","../src/components/customopenlayer/components/dialogs/measurementdialog.vue.ts","../src/components/customopenlayer/components/dialogs/coordinatelocationdialog.vue.ts","../src/components/customopenlayer/components/dialogs/regionnavigationdialog.vue.ts","../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue.ts","../src/components/customopenlayer/components/dialogs/viewbookmarksdialog.vue.ts","../node_modules/jspdf/types/index.d.ts","../node_modules/html2canvas/dist/types/core/logger.d.ts","../node_modules/html2canvas/dist/types/core/cache-storage.d.ts","../node_modules/html2canvas/dist/types/core/context.d.ts","../node_modules/html2canvas/dist/types/css/layout/bounds.d.ts","../node_modules/html2canvas/dist/types/dom/document-cloner.d.ts","../node_modules/html2canvas/dist/types/css/syntax/tokenizer.d.ts","../node_modules/html2canvas/dist/types/css/syntax/parser.d.ts","../node_modules/html2canvas/dist/types/css/types/index.d.ts","../node_modules/html2canvas/dist/types/css/ipropertydescriptor.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-clip.d.ts","../node_modules/html2canvas/dist/types/css/itypedescriptor.d.ts","../node_modules/html2canvas/dist/types/css/types/color.d.ts","../node_modules/html2canvas/dist/types/css/types/length-percentage.d.ts","../node_modules/html2canvas/dist/types/css/types/image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-origin.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-position.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-repeat.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-size.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-radius.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-style.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-width.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/direction.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/display.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/float.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/letter-spacing.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/line-break.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-position.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-type.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/overflow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/overflow-wrap.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-align.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/position.d.ts","../node_modules/html2canvas/dist/types/css/types/length.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-shadow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-transform.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/transform.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/transform-origin.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/visibility.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/word-break.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/z-index.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/opacity.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-decoration-line.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-family.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-weight.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-variant.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-style.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/content.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/counter-increment.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/counter-reset.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/duration.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/quotes.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/box-shadow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/paint-order.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/webkit-text-stroke-width.d.ts","../node_modules/html2canvas/dist/types/css/index.d.ts","../node_modules/html2canvas/dist/types/css/layout/text.d.ts","../node_modules/html2canvas/dist/types/dom/text-container.d.ts","../node_modules/html2canvas/dist/types/dom/element-container.d.ts","../node_modules/html2canvas/dist/types/render/vector.d.ts","../node_modules/html2canvas/dist/types/render/bezier-curve.d.ts","../node_modules/html2canvas/dist/types/render/path.d.ts","../node_modules/html2canvas/dist/types/render/bound-curves.d.ts","../node_modules/html2canvas/dist/types/render/effects.d.ts","../node_modules/html2canvas/dist/types/render/stacking-context.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/canvas-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/image-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/svg-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/index.d.ts","../node_modules/html2canvas/dist/types/render/renderer.d.ts","../node_modules/html2canvas/dist/types/render/canvas/canvas-renderer.d.ts","../node_modules/html2canvas/dist/types/index.d.ts","../src/utils/html2pdf.ts","../src/components/customopenlayer/components/dialogs/mapprintdialog.vue.ts","../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/marktab.vue.js","../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/listtab.vue.js","../src/components/customopenlayer/components/dialogs/mapdrawingdialog/index.vue.js","../src/components/customopenlayer/components/maptoolbar.vue.ts","../src/components/customopenlayer/components/mapsearch/mapsearch.vue.ts","../src/components/customopenlayer/components/mapcontrols/index.vue.ts","../src/components/customopenlayer/components/legendpanel.vue.ts","../src/components/customopenlayer/utils/configloader.ts","../src/components/customopenlayer/utils/globalstylemanager.ts","../src/components/customopenlayer/utils/layertreemanager.ts","../src/components/customopenlayer/utils/layerconfigmanager.ts","../src/components/customopenlayer/components/dialogs/filterpanel.vue.ts","../src/components/customopenlayer/components/dialogs/layerstyleconfig.vue.ts","../src/components/customopenlayer/components/dialogs/layertreenode.vue.ts","../src/components/customopenlayer/components/dialogs/layerpanel.vue.ts","../src/components/customopenlayer/components/maptooltip/index.vue.ts","../src/components/customopenlayer/components/mappopup/index.ts","../src/components/customopenlayer/index.vue.ts","../src/components/customopenlayer/assets/usage-example.vue.js","../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/pointdrawingpanel.vue.ts","../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/propertydialog.vue.ts","../src/components/customopenlayer/types/plugin.ts","../src/components/customopenlayer/plugins/maptoolbarplugin.vue.ts","../src/components/customopenlayer/plugins/mapcontrolsplugin.vue.ts","../src/components/customopenlayer/plugins/mapsearchplugin.vue.ts","../src/components/customopenlayer/plugins/index.ts","../src/components/customopenlayer/examples/advancedpluginexample.vue.js","../src/components/customopenlayer/data/testlayers.ts","../src/components/customopenlayer/examples/alllayertypesexample.vue.ts","../src/components/customopenlayer/examples/configexample.vue.ts","../src/components/customopenlayer/examples/geoserverexample.vue.ts","../src/components/customopenlayer/examples/pluginsystemexample.vue.ts","../src/components/customopenlayer/examples/slotexample.vue.ts","../src/components/customopenlayer/examples/attribution-config-example.vue.ts","../src/components/customopenlayer/test/attribution-test.vue.ts","../src/components/test/configuiexample.vue.ts","../src/components/test/externaltestpopup.vue.ts","../src/types/index.ts","../src/components/test/data/points.json","../src/components/test/customopenlayeronly.vue.ts","../src/components/test/maptreenode.vue.ts","../src/components/test/layerclassificationpanel.vue.ts","../src/components/test/data/lines.json","../src/components/test/data/polygons.json","../src/components/test/layerslottestpage copy 3.vue.ts","../src/components/test/layerslottestpage.vue.ts","../src/components/test/layerstyleconfigpage.vue.ts","../src/components/test/maptestpage copy 2.vue.ts","../src/components/test/maptestpage copy 3.vue.ts","../src/components/test/maptestpage copy.vue.ts","../src/components/test/maptestpage-1可以获取数据.vue.ts","../src/components/test/maptestpage.vue.ts","../src/data/multi-geometries.json","../src/components/test/multigeometryexample.vue.ts","../src/components/test/styletestpage.vue.ts","../src/components/test/tianditulayerexample.vue.ts","../examples/app.vue.ts","../examples/iconlegendexample.vue.ts","../examples/supermapdatatransformexample.vue.ts","../__vls_types.d.ts","../node_modules/vite/types/hmrpayload.d.ts","../node_modules/vite/types/customevent.d.ts","../node_modules/vite/types/hot.d.ts","../node_modules/vite/types/importglob.d.ts","../node_modules/vite/types/importmeta.d.ts","../node_modules/vite/client.d.ts","../env.d.ts","../src/style.ts","../src/utils/index.ts","../src/index.ts","../src/components/customdialog/index.ts","../src/components/customopenlayer/index.ts","../src/components/customopenlayer/examples/filterexamples.ts","../src/components/customopenlayer/test/filtersystemtest.ts","../src/components/customopenlayer/utils/amapsearchapi.ts","../src/components/customopenlayer/utils/pluginmanager.ts","../src/components/customopenlayer/utils/proxyhelper.ts","../src/components/customopenlayer/utils/layers/supermapservicetester.ts","../examples/main.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/ts5.6/index.d.ts"],"fileInfos":[{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0"],"root":[[95,99],644,645,[650,655],658,[710,751],[753,776],[851,890],[892,894],[897,904],[906,912],[919,931]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitThis":true,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"useDefineForClassFields":true},"fileIdsList":[[47,49,50,55,56,918,919,937,979],[55,56,918,937,979],[50,55,56,95,97,870,892,898,899,906,918,919,937,979],[50,55,56,651,859,870,918,919,937,979],[50,55,56,94,909,918,919,922,937,979],[50,55,56,918,919,937,979],[51,918,919,937,979],[918,919,937,979],[84,918,919,937,979],[85,918,919,937,979],[84,85,86,87,88,89,90,91,92,918,919,937,979],[55,56,918,919,937,979],[100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,918,919,937,979],[393,918,919,937,979],[80,918,919,937,979],[81,82,918,919,937,979],[60,62,63,64,65,66,67,68,69,70,71,72,918,919,937,979],[60,61,63,64,65,66,67,68,69,70,71,72,918,919,937,979],[61,62,63,64,65,66,67,68,69,70,71,72,918,919,937,979],[60,61,62,64,65,66,67,68,69,70,71,72,918,919,937,979],[60,61,62,63,65,66,67,68,69,70,71,72,918,919,937,979],[60,61,62,63,64,66,67,68,69,70,71,72,918,919,937,979],[60,61,62,63,64,65,67,68,69,70,71,72,918,919,937,979],[60,61,62,63,64,65,66,68,69,70,71,72,918,919,937,979],[60,61,62,63,64,65,66,67,69,70,71,72,918,919,937,979],[60,61,62,63,64,65,66,67,68,70,71,72,918,919,937,979],[60,61,62,63,64,65,66,67,68,69,71,72,918,919,937,979],[60,61,62,63,64,65,66,67,68,69,70,72,918,919,937,979],[60,61,62,63,64,65,66,67,68,69,70,71,918,919,937,979],[918,919,937,976,979],[918,919,937,978,979],[918,919,937,979,984,1013],[918,919,937,979,980,985,991,999,1010,1021],[918,919,937,979,980,981,991,999],[918,919,932,933,934,937,979],[918,919,937,979,982,1022],[918,919,937,979,983,984,992,1000],[918,919,937,979,984,1010,1018],[918,919,937,979,985,987,991,999],[918,919,937,978,979,986],[918,919,937,979,987,988],[918,919,937,979,989,991],[918,919,937,978,979,991],[918,919,937,979,991,992,993,1010,1021],[918,919,937,979,991,992,993,1006,1010,1013],[918,919,937,974,979],[918,919,937,979,987,991,994,999,1010,1021],[918,919,937,979,991,992,994,995,999,1010,1018,1021],[918,919,937,979,994,996,1010,1018,1021],[918,919,937,979,991,997],[918,919,937,979,998,1021,1026],[918,919,937,979,987,991,999,1010],[918,919,937,979,1000],[918,919,937,979,1001],[918,919,937,978,979,1002],[918,919,937,976,977,978,979,980,981,982,983,984,985,986,987,988,989,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027],[918,919,937,979,1004],[918,919,937,979,1005],[918,919,937,979,991,1006,1007],[918,919,937,979,1006,1008,1022,1024],[918,919,937,979,991,1010,1011,1013],[918,919,937,979,1012,1013],[918,919,937,979,1010,1011],[918,919,937,979,1013],[918,919,937,979,1014],[918,919,937,976,979,1010,1015],[918,919,937,979,991,1016,1017],[918,919,937,979,1016,1017],[918,919,937,979,984,999,1010,1018],[918,919,937,979,1019],[918,919,979],[918,919,935,936,937,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027],[918,919,937,979,999,1020],[918,919,937,979,994,1005,1021],[918,919,937,979,984,1022],[918,919,937,979,1010,1023],[918,919,937,979,998,1024],[918,919,937,979,1025],[918,919,937,979,991,993,1002,1010,1013,1021,1024,1026],[918,919,937,979,1010,1027],[45,51,52,918,919,937,979],[53,918,919,937,979],[45,918,919,937,979],[45,46,47,49,918,919,937,979],[46,47,48,49,918,919,937,979],[75,76,918,919,937,979],[75,918,919,937,979],[73,918,919,937,979],[58,918,919,937,979],[57,918,919,937,979],[48,55,56,59,72,74,78,79,81,83,93,918,919,937,979],[540,541,542,543,544,545,546,548,549,918,919,937,979],[546,547,550,918,919,937,979],[780,918,919,937,979],[778,779,781,918,919,937,979],[780,784,787,789,790,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,918,919,937,979],[780,784,785,918,919,937,979],[780,784,918,919,937,979],[780,781,834,918,919,937,979],[786,918,919,937,979],[786,791,918,919,937,979],[786,790,918,919,937,979],[783,786,790,918,919,937,979],[786,789,812,918,919,937,979],[784,786,918,919,937,979],[783,918,919,937,979],[780,788,918,919,937,979],[784,788,789,790,918,919,937,979],[783,784,918,919,937,979],[780,781,918,919,937,979],[780,781,834,836,918,919,937,979],[780,837,918,919,937,979],[844,845,846,918,919,937,979],[780,834,835,918,919,937,979],[780,782,849,918,919,937,979],[838,840,918,919,937,979],[837,840,918,919,937,979],[780,789,798,834,835,836,837,840,841,842,843,847,848,918,919,937,979],[815,840,918,919,937,979],[838,839,918,919,937,979],[780,849,918,919,937,979],[837,841,842,918,919,937,979],[840,918,919,937,979],[411,412,413,918,919,937,979],[397,398,400,401,402,918,919,937,979],[412,428,918,919,937,979],[466,489,490,491,492,493,494,495,496,497,498,918,919,937,979],[464,466,918,919,937,979],[398,402,464,471,918,919,937,979],[420,466,489,493,495,918,919,937,979],[397,398,400,401,402,466,918,919,937,979],[397,398,400,401,402,404,405,411,464,466,918,919,937,979],[420,424,462,464,466,471,918,919,937,979],[397,398,400,401,402,464,466,918,919,937,979],[466,918,919,937,979],[413,466,918,919,937,979],[404,410,918,919,937,979],[412,417,418,918,919,937,979],[397,399,918,919,937,979],[465,508,918,919,937,979],[397,918,919,937,979],[397,406,411,454,918,919,937,979],[396,397,398,918,919,937,979],[406,428,441,918,919,937,979],[404,405,411,412,918,919,937,979],[397,398,400,401,402,406,441,453,918,919,937,979],[404,413,440,454,502,918,919,937,979],[657,660,662,667,668,670,671,672,673,674,675,676,678,679,680,681,682,918,919,937,979],[406,454,502,659,918,919,937,979],[404,405,406,413,440,441,454,918,919,937,979],[406,413,677,686,687,688,689,691,692,693,694,695,698,699,700,701,702,703,704,705,706,707,708,918,919,937,979],[677,685,918,919,937,979],[413,677,918,919,937,979],[677,918,919,937,979],[696,918,919,937,979],[406,690,918,919,937,979],[697,918,919,937,979],[406,677,918,919,937,979],[405,406,454,502,659,661,918,919,937,979],[666,918,919,937,979],[406,413,433,434,435,436,437,438,439,454,502,664,665,918,919,937,979],[406,413,433,434,435,436,437,438,439,454,663,664,918,919,937,979],[454,663,918,919,937,979],[669,918,919,937,979],[553,918,919,937,979],[404,406,454,502,918,919,937,979],[430,431,443,445,453,526,663,918,919,937,979],[404,441,454,502,918,919,937,979],[656,918,919,937,979],[406,434,454,502,669,918,919,937,979],[405,406,454,659,918,919,937,979],[413,454,663,665,677,918,919,937,979],[663,918,919,937,979],[397,398,400,401,402,404,405,411,438,918,919,937,979],[406,409,410,432,433,434,435,436,437,438,439,918,919,937,979],[406,409,411,918,919,937,979],[402,405,411,413,918,919,937,979],[406,918,919,937,979],[406,409,411,434,918,919,937,979],[406,409,411,436,918,919,937,979],[406,409,411,437,438,918,919,937,979],[406,409,410,411,413,433,436,918,919,937,979],[406,408,411,918,919,937,979],[399,413,442,458,459,918,919,937,979],[413,459,918,919,937,979],[417,418,918,919,937,979],[396,400,402,414,418,419,420,424,454,459,464,465,468,471,511,518,524,532,556,626,627,628,629,918,919,937,979],[467,500,501,506,507,510,512,513,514,515,600,601,602,603,604,605,606,607,608,609,611,612,613,918,919,937,979],[465,467,918,919,937,979],[420,467,918,919,937,979],[467,918,919,937,979],[397,398,400,401,402,404,405,440,454,467,471,502,505,918,919,937,979],[397,398,400,401,402,407,411,438,465,507,509,918,919,937,979],[407,507,509,511,918,919,937,979],[507,509,918,919,937,979],[509,510,918,919,937,979],[397,398,400,401,402,404,406,407,409,411,420,434,453,454,465,471,505,507,509,528,599,918,919,937,979],[397,398,400,401,402,411,413,453,471,507,509,918,919,937,979],[397,398,400,401,402,411,424,465,471,918,919,937,979],[467,509,918,919,937,979],[424,467,918,919,937,979],[397,398,400,401,402,406,409,411,420,453,454,465,471,505,507,509,528,597,599,918,919,937,979],[507,918,919,937,979],[397,398,400,401,402,420,427,440,453,454,460,461,465,467,509,599,918,919,937,979],[397,398,400,401,402,404,406,407,410,411,420,432,434,435,436,437,438,439,454,471,505,507,610,918,919,937,979],[397,398,400,401,402,411,420,427,440,454,460,461,465,471,507,509,918,919,937,979],[461,463,531,579,583,585,599,627,632,633,641,642,918,919,937,979],[397,398,400,401,402,413,427,461,918,919,937,979],[413,460,461,471,554,918,919,937,979],[397,398,400,402,413,425,426,460,461,462,471,522,918,919,937,979],[413,452,453,454,461,462,471,505,525,528,581,586,595,596,598,918,919,937,979],[413,442,471,527,530,539,638,918,919,937,979],[404,413,431,434,436,440,445,454,505,599,918,919,937,979],[397,398,400,402,413,420,462,918,919,937,979],[413,440,454,505,528,595,597,918,919,937,979],[554,582,584,918,919,937,979],[397,398,400,402,407,413,424,425,426,427,454,460,461,462,471,918,919,937,979],[418,522,530,531,578,580,918,919,937,979],[413,452,453,454,462,471,505,528,597,598,918,919,937,979],[413,452,453,454,462,471,505,528,586,597,918,919,937,979],[397,398,400,402,413,425,426,452,453,454,461,462,471,525,528,581,597,918,919,937,979],[413,454,461,505,527,528,596,918,919,937,979],[413,442,471,527,530,532,539,590,637,640,918,919,937,979],[413,454,461,462,505,528,595,918,919,937,979],[405,413,416,918,919,937,979],[397,398,400,401,402,407,408,409,411,412,413,418,419,420,424,425,426,427,446,448,454,457,461,462,463,464,465,466,467,468,469,470,918,919,937,979],[407,411,464,471,918,919,937,979],[399,471,918,919,937,979],[397,471,918,919,937,979],[397,398,400,401,918,919,937,979],[397,398,399,918,919,937,979],[397,398,400,401,402,407,411,412,413,471,918,919,937,979],[403,404,411,413,918,919,937,979],[404,624,918,919,937,979],[403,411,413,416,918,919,937,979],[407,409,412,426,451,454,918,919,937,979],[402,408,412,429,430,431,444,445,448,918,919,937,979],[413,449,450,918,919,937,979],[408,409,411,412,413,444,446,447,449,453,454,918,919,937,979],[408,409,411,412,413,444,446,448,449,454,918,919,937,979],[405,406,408,410,413,432,434,435,436,437,438,439,441,443,445,450,453,454,918,919,937,979],[397,408,471,918,919,937,979],[405,413,440,453,454,918,919,937,979],[406,409,410,430,431,432,434,435,436,437,438,439,441,443,445,449,453,454,918,919,937,979],[405,406,441,454,918,919,937,979],[408,454,471,527,528,588,590,592,593,918,919,937,979],[407,442,459,471,516,583,918,919,937,979],[408,411,413,442,444,460,461,471,918,919,937,979],[404,407,413,418,471,516,522,529,531,532,578,579,918,919,937,979],[407,454,584,585,918,919,937,979],[405,407,453,454,455,471,516,517,597,918,919,937,979],[408,413,453,454,455,461,471,524,525,531,580,918,919,937,979],[400,407,411,454,456,457,459,461,471,918,919,937,979],[396,409,411,454,456,461,471,918,919,937,979],[397,405,409,427,453,454,455,461,918,919,937,979],[471,639,640,918,919,937,979],[460,461,471,590,918,919,937,979],[411,436,454,461,471,590,591,918,919,937,979],[407,590,591,635,636,637,639,641,918,919,937,979],[408,411,412,413,417,418,471,522,529,530,590,591,634,918,919,937,979],[461,471,528,591,594,918,919,937,979],[404,416,417,418,532,918,919,937,979],[412,413,918,919,937,979],[413,416,417,427,505,522,523,525,534,535,536,537,538,539,551,552,553,554,555,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,918,919,937,979],[404,405,413,442,459,918,919,937,979],[415,417,418,534,918,919,937,979],[405,415,427,536,918,919,937,979],[406,413,427,436,454,505,918,919,937,979],[397,404,405,408,412,415,416,418,427,442,521,522,918,919,937,979],[405,442,539,550,918,919,937,979],[415,418,534,918,919,937,979],[405,412,413,415,427,534,918,919,937,979],[397,398,400,401,402,404,405,413,427,459,918,919,937,979],[405,427,459,554,918,919,937,979],[404,405,412,413,427,554,556,918,919,937,979],[405,459,554,918,919,937,979],[405,413,427,459,554,918,919,937,979],[405,412,415,416,427,442,532,539,918,919,937,979],[405,411,427,459,554,561,918,919,937,979],[442,459,918,919,937,979],[405,418,427,534,918,919,937,979],[405,415,427,441,454,502,518,525,918,919,937,979],[415,418,427,536,918,919,937,979],[396,397,398,400,401,402,404,413,427,461,471,554,556,918,919,937,979],[402,404,405,424,427,918,919,937,979],[415,418,536,918,919,937,979],[413,442,459,918,919,937,979],[397,398,400,401,402,404,405,412,415,416,417,418,427,519,521,918,919,937,979],[405,415,416,418,427,534,918,919,937,979],[405,415,416,418,522,560,918,919,937,979],[404,405,415,416,418,427,521,523,532,533,918,919,937,979],[412,415,418,427,534,918,919,937,979],[405,411,415,416,418,427,532,534,561,918,919,937,979],[397,404,405,415,416,417,418,427,522,918,919,937,979],[404,411,413,415,417,418,522,570,918,919,937,979],[397,398,400,401,402,404,411,413,420,427,440,441,454,502,503,504,918,919,937,979],[404,405,412,413,415,416,418,427,441,454,502,518,523,524,918,919,937,979],[404,405,411,412,413,442,459,561,918,919,937,979],[405,415,418,427,520,532,534,918,919,937,979],[405,412,415,418,427,521,534,918,919,937,979],[405,412,413,415,417,418,427,532,534,918,919,937,979],[405,406,411,918,919,937,979],[413,446,918,919,937,979],[430,431,443,445,453,526,646,647,648,918,919,937,979],[412,430,431,453,646,918,919,937,979],[428,429,918,919,937,979],[428,453,526,527,918,919,937,979],[412,428,443,453,918,919,937,979],[399,412,428,918,919,937,979],[397,412,442,453,918,919,937,979],[412,429,430,431,443,453,918,919,937,979],[406,411,430,431,441,443,445,452,454,918,919,937,979],[412,430,431,453,918,919,937,979],[399,404,417,918,919,937,979],[416,918,919,937,979],[404,405,412,413,416,417,520,918,919,937,979],[411,412,413,414,415,417,918,919,937,979],[411,412,413,416,918,919,937,979],[395,397,411,417,418,471,918,919,937,979],[412,417,918,919,937,979],[407,411,918,919,937,979],[417,418,452,461,517,518,918,919,937,979],[404,413,417,418,454,502,504,918,919,937,979],[397,398,400,401,402,404,405,407,409,411,412,413,421,422,423,461,918,919,937,979],[399,416,418,590,918,919,937,979],[587,918,919,937,979],[396,408,471,587,588,589,918,919,937,979],[590,918,919,937,979],[442,532,533,588,634,918,919,937,979],[623,918,919,937,979],[618,918,919,937,979],[617,918,919,937,979],[617,618,918,919,937,979],[616,617,618,619,620,621,622,918,919,937,979],[615,616,618,918,919,937,979],[616,618,918,919,937,979],[918,919,937,946,950,979,1021],[918,919,937,946,979,1010,1021],[918,919,937,941,979],[918,919,937,943,946,979,1018,1021],[918,919,937,979,999,1018],[918,919,937,979,1028],[918,919,937,941,979,1028],[918,919,937,943,946,979,999,1021],[918,919,937,938,939,942,945,979,991,1010,1021],[918,919,937,946,953,979],[918,919,937,938,944,979],[918,919,937,946,967,968,979],[918,919,937,942,946,979,1013,1021,1028],[918,919,937,967,979,1028],[918,919,937,940,941,979,1028],[918,919,937,946,979],[918,919,937,940,941,942,943,944,945,946,947,948,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,968,969,970,971,972,973,979],[918,919,937,946,961,979],[918,919,937,946,953,954,979],[918,919,937,944,946,954,955,979],[918,919,937,945,979],[918,919,937,938,941,946,979],[918,919,937,946,950,954,955,979],[918,919,937,950,979],[918,919,937,944,946,949,979,1021],[918,919,937,938,943,946,953,979],[918,919,937,979,1010],[918,919,937,941,946,967,979,1026,1028],[472,473,474,475,476,477,478,480,481,482,483,484,485,486,487,918,919,937,979],[472,918,919,937,979],[472,479,918,919,937,979],[917,919,937,979],[913,918,919,937,979],[914,918,919,937,979],[915,916,918,919,937,979],[49,54,918,919,937,979],[49,918,919,937,979],[50,55,56,94,95,96,918,919,937,979],[50,918,919,937,979],[50,97,99,918,919,937,979],[50,55,56,768,918,919,937,979],[50,55,56,97,731,918,919,937,979],[50,55,56,94,97,394,744,754,755,918,919,937,979],[50,55,56,94,97,394,651,730,731,732,860,861,862,863,864,865,866,918,919,937,979],[50,55,56,394,865,918,919,937,979],[50,55,56,94,394,751,768,918,919,937,979],[50,55,56,94,853,854,918,919,937,979],[50,55,56,94,97,394,755,851,918,919,937,979],[50,55,56,97,651,754,768,771,918,919,937,979],[50,55,56,94,97,394,405,746,918,919,937,979],[50,55,56,94,97,918,919,937,979],[50,55,56,94,97,394,918,919,937,979],[50,55,56,394,731,918,919,937,979],[50,55,56,405,471,651,730,731,765,918,919,937,979],[50,55,56,94,394,405,630,651,770,918,919,937,979],[50,55,56,94,411,630,644,758,918,919,937,979],[50,55,56,94,411,630,644,918,919,937,979],[50,55,56,411,630,644,758,918,919,937,979],[50,644,758,759,760,761,762,918,919,937,979],[50,55,56,411,468,630,644,758,759,760,761,918,919,937,979],[50,411,630,918,919,937,979],[50,55,56,94,394,651,764,918,919,937,979],[50,55,56,394,651,767,772,773,774,775,776,852,855,918,919,937,979],[50,55,56,645,918,919,937,979],[50,651,918,919,937,979],[50,55,56,94,394,766,878,918,919,937,979],[50,55,56,651,870,880,918,919,937,979],[50,55,56,651,766,918,919,937,979],[50,55,56,94,651,860,870,918,919,937,979],[50,55,56,94,630,651,870,918,919,937,979],[50,55,56,94,394,651,766,874,878,918,919,937,979],[50,55,56,651,870,918,919,937,979],[50,651,768,870,918,919,937,979],[50,55,56,94,394,471,488,651,730,731,745,754,756,766,852,856,857,858,859,860,867,868,869,918,919,937,979],[50,651,874,875,876,877,918,919,937,979],[50,55,56,394,874,918,919,937,979],[50,55,56,94,394,651,874,918,919,937,979],[50,55,56,394,651,767,772,773,774,775,776,852,855,874,918,919,937,979],[50,651,732,763,918,919,937,979],[50,55,56,94,651,766,918,919,937,979],[50,404,429,578,643,644,645,650,733,918,919,937,979],[50,55,56,630,765,918,919,937,979],[50,578,579,630,643,731,918,919,937,979],[50,405,440,630,649,918,919,937,979],[50,398,400,411,440,505,599,630,649,918,919,937,979],[50,398,400,411,440,578,600,605,609,614,630,643,649,650,737,738,739,740,741,742,743,744,918,919,937,979],[50,411,429,440,630,649,650,918,919,937,979],[50,411,440,630,649,650,918,919,937,979],[50,650,737,738,739,740,741,742,743,745,747,748,749,750,918,919,937,979],[50,411,440,630,649,650,735,736,918,919,937,979],[50,411,440,630,649,650,737,740,918,919,937,979],[50,411,438,440,630,649,650,918,919,937,979],[50,631,918,919,937,979],[50,407,411,630,631,732,918,919,937,979],[50,440,471,505,599,630,649,651,918,919,937,979],[50,94,413,440,630,683,918,919,937,979],[50,413,630,649,918,919,937,979],[50,651,730,731,732,751,753,754,756,769,770,918,919,937,979],[50,94,651,732,918,919,937,979],[50,405,599,630,643,651,729,730,731,918,919,937,979],[50,578,624,625,630,643,651,918,919,937,979],[50,412,413,557,583,643,651,652,918,919,937,979],[50,440,454,505,538,599,630,643,649,651,652,683,714,918,919,937,979],[50,413,440,505,599,630,643,649,651,652,683,714,918,919,937,979],[50,440,505,599,630,649,651,652,683,918,919,937,979],[50,440,505,630,632,643,651,652,683,918,919,937,979],[50,440,505,585,630,643,649,651,652,683,714,918,919,937,979],[50,652,653,654,655,658,710,715,716,717,718,719,720,721,722,723,724,725,728,918,919,937,979],[50,578,630,643,651,918,919,937,979],[50,651,652,653,654,655,658,710,715,716,717,718,719,720,721,722,723,724,726,727,918,919,937,979],[50,405,416,578,579,643,651,652,918,919,937,979],[50,651,724,918,919,937,979],[50,405,578,579,643,651,652,918,919,937,979],[50,405,416,438,440,579,624,625,630,643,651,652,918,919,937,979],[50,440,525,531,630,643,649,651,652,683,714,918,919,937,979],[50,505,599,643,651,652,683,684,709,918,919,937,979],[50,578,643,651,652,918,919,937,979],[50,405,520,573,578,579,624,625,643,651,652,657,918,919,937,979],[50,55,56,94,405,413,630,651,732,918,919,937,979],[50,403,405,424,471,499,614,624,625,651,730,731,732,733,734,746,751,754,755,756,757,762,764,918,919,937,979],[50,94,403,405,413,424,440,630,683,918,919,937,979],[50,405,411,630,737,745,918,919,937,979],[50,398,400,405,411,440,468,509,578,614,630,643,649,730,744,752,753,918,919,937,979],[50,424,499,565,579,630,918,919,937,979],[50,55,56,630,765,874,918,919,937,979],[50,405,440,578,630,643,649,651,918,919,937,979],[50,711,712,713,918,919,937,979],[50,429,649,918,919,937,979],[50,440,630,649,711,918,919,937,979],[50,440,630,649,711,712,918,919,937,979],[50,398,400,411,468,630,918,919,937,979],[50,55,56,404,870,889,890,891,918,919,937,979],[50,55,56,411,630,918,919,937,979],[50,55,56,893,918,919,937,979],[50,55,56,731,866,870,890,891,895,896,918,919,937,979],[50,55,56,731,870,890,891,893,894,895,896,918,919,937,979],[50,55,56,424,440,454,471,505,565,579,599,900,918,919,937,979],[50,55,56,94,394,651,745,751,860,870,891,895,896,918,919,937,979],[50,55,56,94,394,651,745,860,870,891,895,896,918,919,937,979],[50,55,56,424,440,454,471,505,565,579,599,903,918,919,937,979],[50,55,56,394,918,919,937,979],[50,55,56,651,751,870,905,918,919,937,979],[50,55,56,651,729,918,919,937,979],[50,55,56,95,97,727,870,890,918,919,920,921,937,979],[50,777,850,918,919,937,979],[50,730,731,732,751,753,754,755,769,851,890,918,919,937,979],[47,49,50,55,56,925,926,944,986],[47,49,50,55,56,937,938,956,998],[51,959,960,978,1020],[959,960,978,1020],[84,959,960,978,1020],[85,959,960,978,1020],[84,85,86,87,88,89,90,91,92,959,960,978,1020],[55,56,959,960,978,1020],[100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,959,960,978,1020],[393,959,960,978,1020],[80,959,960,978,1020],[81,82,959,960,978,1020],[60,62,63,64,65,66,67,68,69,70,71,72,959,960,978,1020],[60,61,63,64,65,66,67,68,69,70,71,72,959,960,978,1020],[61,62,63,64,65,66,67,68,69,70,71,72,959,960,978,1020],[60,61,62,64,65,66,67,68,69,70,71,72,959,960,978,1020],[60,61,62,63,65,66,67,68,69,70,71,72,959,960,978,1020],[60,61,62,63,64,66,67,68,69,70,71,72,959,960,978,1020],[60,61,62,63,64,65,67,68,69,70,71,72,959,960,978,1020],[60,61,62,63,64,65,66,68,69,70,71,72,959,960,978,1020],[60,61,62,63,64,65,66,67,69,70,71,72,959,960,978,1020],[60,61,62,63,64,65,66,67,68,70,71,72,959,960,978,1020],[60,61,62,63,64,65,66,67,68,69,71,72,959,960,978,1020],[60,61,62,63,64,65,66,67,68,69,70,72,959,960,978,1020],[60,61,62,63,64,65,66,67,68,69,70,71,959,960,978,1020],[959,960,973,974,975,978,1020],[959,960,1020],[47,49,50,55,56,938,939,957,999],[47,49,50,55,56,941,942,960,1002],[47,49,50,55,56,939,940,958,1000],[47,49,50,55,56,940,941,959,1001],[959,960,978,983,987,1020],[959,960,978,981,982,1020],[959,960,978,984,987,1020],[959,960,978,979,985,1020],[959,960,978,979,980,983,986,1020],[959,960,978,987,1020],[959,960,978,991,1020],[959,960,978,985,987,990,1020],[959,960,978,987,991,1020],[959,960,978,979,982,987,1020],[959,960,978,987,994,995,1020],[959,960,978,985,987,995,996,1020],[959,960,978,987,991,995,996,1020],[959,960,978,986,1020],[959,960,978,979,984,987,994,1020],[959,960,978,987,994,1020],[959,960,978,987,1002,1020],[959,960,978,982,1020],[959,960,978,982,987,1008,1020],[959,960,978,987,1008,1009,1020],[959,960,978,1008,1020],[959,960,978,981,982,983,984,985,986,987,988,989,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1009,1010,1011,1012,1013,1014,1020],[959,960,978,1015,1020],[959,960,978,1017,1020],[959,960,978,1019,1020],[47,49,50,55,56,943,944,962,1004],[47,49,50,55,56,942,943,961,1003],[959,960,978,1020,1028],[959,960,978,1020,1025],[959,960,978,1020,1021,1026],[959,960,978,1020,1021,1022],[959,960,978,1020,1023],[959,960,978,1020,1024,1025],[959,960,978,1020,1026,1028],[959,960,978,1019,1020,1027],[45,51,52,959,960,978,1020],[53,959,960,978,1020],[45,959,960,978,1020],[45,46,47,49,959,960,978,1020],[46,47,48,49,959,960,978,1020],[75,76,959,960,978,1020],[75,959,960,978,1020],[73,959,960,978,1020],[58,959,960,978,1020],[57,959,960,978,1020],[48,55,56,59,72,74,78,79,81,83,93,959,960,978,1020],[540,541,542,543,544,545,546,548,549,959,960,978,1020],[546,547,550,959,960,978,1020],[780,959,960,978,1020],[778,779,781,959,960,978,1020],[780,784,787,789,790,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,959,960,978,1020],[780,784,785,959,960,978,1020],[780,784,959,960,978,1020],[780,781,834,959,960,978,1020],[786,959,960,978,1020],[786,791,959,960,978,1020],[786,790,959,960,978,1020],[783,786,790,959,960,978,1020],[786,789,812,959,960,978,1020],[784,786,959,960,978,1020],[783,959,960,978,1020],[780,788,959,960,978,1020],[784,788,789,790,959,960,978,1020],[783,784,959,960,978,1020],[780,781,959,960,978,1020],[780,781,834,836,959,960,978,1020],[780,837,959,960,978,1020],[844,845,846,959,960,978,1020],[780,834,835,959,960,978,1020],[780,782,849,959,960,978,1020],[838,840,959,960,978,1020],[837,840,959,960,978,1020],[780,789,798,834,835,836,837,840,841,842,843,847,848,959,960,978,1020],[815,840,959,960,978,1020],[838,839,959,960,978,1020],[780,849,959,960,978,1020],[837,841,842,959,960,978,1020],[840,959,960,978,1020],[411,412,413,959,960,978,1020],[397,398,400,401,402,959,960,978,1020],[412,428,959,960,978,1020],[466,489,490,491,492,493,494,495,496,497,498,959,960,978,1020],[464,466,959,960,978,1020],[398,402,464,471,959,960,978,1020],[420,466,489,493,495,959,960,978,1020],[397,398,400,401,402,466,959,960,978,1020],[397,398,400,401,402,404,405,411,464,466,959,960,978,1020],[420,424,462,464,466,471,959,960,978,1020],[397,398,400,401,402,464,466,959,960,978,1020],[466,959,960,978,1020],[413,466,959,960,978,1020],[404,410,959,960,978,1020],[412,417,418,959,960,978,1020],[397,399,959,960,978,1020],[465,508,959,960,978,1020],[397,959,960,978,1020],[397,406,411,454,959,960,978,1020],[396,397,398,959,960,978,1020],[406,428,441,959,960,978,1020],[404,405,411,412,959,960,978,1020],[397,398,400,401,402,406,441,453,959,960,978,1020],[404,413,440,454,502,959,960,978,1020],[657,660,662,667,668,670,671,672,673,674,675,676,678,679,680,681,682,959,960,978,1020],[406,454,502,659,959,960,978,1020],[404,405,406,413,440,441,454,959,960,978,1020],[406,413,677,686,687,688,689,691,692,693,694,695,698,699,700,701,702,703,704,705,706,707,708,959,960,978,1020],[677,685,959,960,978,1020],[413,677,959,960,978,1020],[677,959,960,978,1020],[696,959,960,978,1020],[406,690,959,960,978,1020],[697,959,960,978,1020],[406,677,959,960,978,1020],[405,406,454,502,659,661,959,960,978,1020],[666,959,960,978,1020],[406,413,433,434,435,436,437,438,439,454,502,664,665,959,960,978,1020],[406,413,433,434,435,436,437,438,439,454,663,664,959,960,978,1020],[454,663,959,960,978,1020],[669,959,960,978,1020],[553,959,960,978,1020],[404,406,454,502,959,960,978,1020],[430,431,443,445,453,526,663,959,960,978,1020],[404,441,454,502,959,960,978,1020],[656,959,960,978,1020],[406,434,454,502,669,959,960,978,1020],[405,406,454,659,959,960,978,1020],[413,454,663,665,677,959,960,978,1020],[663,959,960,978,1020],[397,398,400,401,402,404,405,411,438,959,960,978,1020],[406,409,410,432,433,434,435,436,437,438,439,959,960,978,1020],[406,409,411,959,960,978,1020],[402,405,411,413,959,960,978,1020],[406,959,960,978,1020],[406,409,411,434,959,960,978,1020],[406,409,411,436,959,960,978,1020],[406,409,411,437,438,959,960,978,1020],[406,409,410,411,413,433,436,959,960,978,1020],[406,408,411,959,960,978,1020],[399,413,442,458,459,959,960,978,1020],[413,459,959,960,978,1020],[417,418,959,960,978,1020],[396,400,402,414,418,419,420,424,454,459,464,465,468,471,511,518,524,532,556,626,627,628,629,959,960,978,1020],[467,500,501,506,507,510,512,513,514,515,600,601,602,603,604,605,606,607,608,609,611,612,613,959,960,978,1020],[465,467,959,960,978,1020],[420,467,959,960,978,1020],[467,959,960,978,1020],[397,398,400,401,402,404,405,440,454,467,471,502,505,959,960,978,1020],[397,398,400,401,402,407,411,438,465,507,509,959,960,978,1020],[407,507,509,511,959,960,978,1020],[507,509,959,960,978,1020],[509,510,959,960,978,1020],[397,398,400,401,402,404,406,407,409,411,420,434,453,454,465,471,505,507,509,528,599,959,960,978,1020],[397,398,400,401,402,411,413,453,471,507,509,959,960,978,1020],[397,398,400,401,402,411,424,465,471,959,960,978,1020],[467,509,959,960,978,1020],[424,467,959,960,978,1020],[397,398,400,401,402,406,409,411,420,453,454,465,471,505,507,509,528,597,599,959,960,978,1020],[507,959,960,978,1020],[397,398,400,401,402,420,427,440,453,454,460,461,465,467,509,599,959,960,978,1020],[397,398,400,401,402,404,406,407,410,411,420,432,434,435,436,437,438,439,454,471,505,507,610,959,960,978,1020],[397,398,400,401,402,411,420,427,440,454,460,461,465,471,507,509,959,960,978,1020],[461,463,531,579,583,585,599,627,632,633,641,642,959,960,978,1020],[397,398,400,401,402,413,427,461,959,960,978,1020],[413,460,461,471,554,959,960,978,1020],[397,398,400,402,413,425,426,460,461,462,471,522,959,960,978,1020],[413,452,453,454,461,462,471,505,525,528,581,586,595,596,598,959,960,978,1020],[413,442,471,527,530,539,638,959,960,978,1020],[404,413,431,434,436,440,445,454,505,599,959,960,978,1020],[397,398,400,402,413,420,462,959,960,978,1020],[413,440,454,505,528,595,597,959,960,978,1020],[554,582,584,959,960,978,1020],[397,398,400,402,407,413,424,425,426,427,454,460,461,462,471,959,960,978,1020],[418,522,530,531,578,580,959,960,978,1020],[413,452,453,454,462,471,505,528,597,598,959,960,978,1020],[413,452,453,454,462,471,505,528,586,597,959,960,978,1020],[397,398,400,402,413,425,426,452,453,454,461,462,471,525,528,581,597,959,960,978,1020],[413,454,461,505,527,528,596,959,960,978,1020],[413,442,471,527,530,532,539,590,637,640,959,960,978,1020],[413,454,461,462,505,528,595,959,960,978,1020],[405,413,416,959,960,978,1020],[397,398,400,401,402,407,408,409,411,412,413,418,419,420,424,425,426,427,446,448,454,457,461,462,463,464,465,466,467,468,469,470,959,960,978,1020],[407,411,464,471,959,960,978,1020],[399,471,959,960,978,1020],[397,471,959,960,978,1020],[397,398,400,401,959,960,978,1020],[397,398,399,959,960,978,1020],[397,398,400,401,402,407,411,412,413,471,959,960,978,1020],[403,404,411,413,959,960,978,1020],[404,624,959,960,978,1020],[403,411,413,416,959,960,978,1020],[407,409,412,426,451,454,959,960,978,1020],[402,408,412,429,430,431,444,445,448,959,960,978,1020],[413,449,450,959,960,978,1020],[408,409,411,412,413,444,446,447,449,453,454,959,960,978,1020],[408,409,411,412,413,444,446,448,449,454,959,960,978,1020],[405,406,408,410,413,432,434,435,436,437,438,439,441,443,445,450,453,454,959,960,978,1020],[397,408,471,959,960,978,1020],[405,413,440,453,454,959,960,978,1020],[406,409,410,430,431,432,434,435,436,437,438,439,441,443,445,449,453,454,959,960,978,1020],[405,406,441,454,959,960,978,1020],[408,454,471,527,528,588,590,592,593,959,960,978,1020],[407,442,459,471,516,583,959,960,978,1020],[408,411,413,442,444,460,461,471,959,960,978,1020],[404,407,413,418,471,516,522,529,531,532,578,579,959,960,978,1020],[407,454,584,585,959,960,978,1020],[405,407,453,454,455,471,516,517,597,959,960,978,1020],[408,413,453,454,455,461,471,524,525,531,580,959,960,978,1020],[400,407,411,454,456,457,459,461,471,959,960,978,1020],[396,409,411,454,456,461,471,959,960,978,1020],[397,405,409,427,453,454,455,461,959,960,978,1020],[471,639,640,959,960,978,1020],[460,461,471,590,959,960,978,1020],[411,436,454,461,471,590,591,959,960,978,1020],[407,590,591,635,636,637,639,641,959,960,978,1020],[408,411,412,413,417,418,471,522,529,530,590,591,634,959,960,978,1020],[461,471,528,591,594,959,960,978,1020],[404,416,417,418,532,959,960,978,1020],[412,413,959,960,978,1020],[413,416,417,427,505,522,523,525,534,535,536,537,538,539,551,552,553,554,555,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,959,960,978,1020],[404,405,413,442,459,959,960,978,1020],[415,417,418,534,959,960,978,1020],[405,415,427,536,959,960,978,1020],[406,413,427,436,454,505,959,960,978,1020],[397,404,405,408,412,415,416,418,427,442,521,522,959,960,978,1020],[405,442,539,550,959,960,978,1020],[415,418,534,959,960,978,1020],[405,412,413,415,427,534,959,960,978,1020],[397,398,400,401,402,404,405,413,427,459,959,960,978,1020],[405,427,459,554,959,960,978,1020],[404,405,412,413,427,554,556,959,960,978,1020],[405,459,554,959,960,978,1020],[405,413,427,459,554,959,960,978,1020],[405,412,415,416,427,442,532,539,959,960,978,1020],[405,411,427,459,554,561,959,960,978,1020],[442,459,959,960,978,1020],[405,418,427,534,959,960,978,1020],[405,415,427,441,454,502,518,525,959,960,978,1020],[415,418,427,536,959,960,978,1020],[396,397,398,400,401,402,404,413,427,461,471,554,556,959,960,978,1020],[402,404,405,424,427,959,960,978,1020],[415,418,536,959,960,978,1020],[413,442,459,959,960,978,1020],[397,398,400,401,402,404,405,412,415,416,417,418,427,519,521,959,960,978,1020],[405,415,416,418,427,534,959,960,978,1020],[405,415,416,418,522,560,959,960,978,1020],[404,405,415,416,418,427,521,523,532,533,959,960,978,1020],[412,415,418,427,534,959,960,978,1020],[405,411,415,416,418,427,532,534,561,959,960,978,1020],[397,404,405,415,416,417,418,427,522,959,960,978,1020],[404,411,413,415,417,418,522,570,959,960,978,1020],[397,398,400,401,402,404,411,413,420,427,440,441,454,502,503,504,959,960,978,1020],[404,405,412,413,415,416,418,427,441,454,502,518,523,524,959,960,978,1020],[404,405,411,412,413,442,459,561,959,960,978,1020],[405,415,418,427,520,532,534,959,960,978,1020],[405,412,415,418,427,521,534,959,960,978,1020],[405,412,413,415,417,418,427,532,534,959,960,978,1020],[405,406,411,959,960,978,1020],[413,446,959,960,978,1020],[430,431,443,445,453,526,646,647,648,959,960,978,1020],[412,430,431,453,646,959,960,978,1020],[428,429,959,960,978,1020],[428,453,526,527,959,960,978,1020],[412,428,443,453,959,960,978,1020],[399,412,428,959,960,978,1020],[397,412,442,453,959,960,978,1020],[412,429,430,431,443,453,959,960,978,1020],[406,411,430,431,441,443,445,452,454,959,960,978,1020],[412,430,431,453,959,960,978,1020],[399,404,417,959,960,978,1020],[416,959,960,978,1020],[404,405,412,413,416,417,520,959,960,978,1020],[411,412,413,414,415,417,959,960,978,1020],[411,412,413,416,959,960,978,1020],[395,397,411,417,418,471,959,960,978,1020],[412,417,959,960,978,1020],[407,411,959,960,978,1020],[417,418,452,461,517,518,959,960,978,1020],[404,413,417,418,454,502,504,959,960,978,1020],[397,398,400,401,402,404,405,407,409,411,412,413,421,422,423,461,959,960,978,1020],[399,416,418,590,959,960,978,1020],[587,959,960,978,1020],[396,408,471,587,588,589,959,960,978,1020],[590,959,960,978,1020],[442,532,533,588,634,959,960,978,1020],[623,959,960,978,1020],[618,959,960,978,1020],[617,959,960,978,1020],[617,618,959,960,978,1020],[616,617,618,619,620,621,622,959,960,978,1020],[615,616,618,959,960,978,1020],[616,618,959,960,978,1020],[50,55,56,727,890,959,960,961,962,978,1020],[47,49,50,55,56,959,960,978,1020],[47,49,50,55,56,950,969,1011],[47,49,50,55,56,949,950,968,1010],[50,55,56,94,959,960,963,978,1020],[50,651,959,960,978,1020],[50,959,960,978,1020],[47,49,50,55,56,951,952,971,1013],[55,56,959,978,1020],[47,49,50,55,56,951,970,1012],[50,55,56,630,765,874,959,960,978,1020],[47,49,50,55,56,947,948,966,1008],[47,49,50,55,56,946,947,965,1007],[47,49,50,55,56,948,949,967,1009],[47,49,50,55,56,952,953,972,1014],[47,49,50,55,56,953,954,973,1015],[47,49,50,55,56,958,959,977,1019],[47,49,50,55,56,944,945,963,1005],[954,959,960,978,1020],[955,956,959,960,978,1020],[953,959,960,978,1020],[945,946,964,1006],[47,49,50,55,56,954,955,974,1016],[47,49,50,55,56,955,956,975,1017],[958,960,978,1020],[47,49,50,55,56,945,946,964,1006],[50,730,731,732,751,753,754,755,769,851,959,960,961,978,1020],[50,651,768,959,960,978,1020],[472,473,474,475,476,477,478,480,481,482,483,484,485,486,487,959,960,978,1020],[472,959,960,978,1020],[472,479,959,960,978,1020],[47,49,50,55,56,924,925,943,985],[47,49,50,55,56,920,921,939,981],[47,49,50,55,56,919,920,938,980],[47,49,50,55,56,921,922,940,982],[47,49,50,55,56,922,923,941,983],[47,49,50,55,56,923,924,942,984],[49,54,959,960,978,1020],[49,959,960,978,1020],[47,49,50,55,56,929,930,948,990],[50,644,762,959,960,978,1020],[50,55,56,411,468,630,644,959,960,978,1020],[50,411,630,959,960,978,1020],[47,49,50,55,56,931,932,950,992],[47,49,50,55,56,930,931,949,991],[50,651,874,959,960,978,1020],[50,651,732,763,959,960,978,1020],[47,49,50,55,56,932,933,951,993],[50,429,578,643,644,645,650,733,959,960,978,1020],[50,55,56,630,765,959,960,978,1020],[47,49,50,55,56,933,934,952,994],[50,578,579,630,643,731,959,960,978,1020],[50,405,440,630,649,959,960,978,1020],[50,398,400,411,440,505,599,630,649,959,960,978,1020],[50,398,400,411,440,578,600,605,609,614,630,643,649,650,737,738,739,740,741,742,743,744,959,960,978,1020],[50,411,429,440,630,649,650,959,960,978,1020],[50,411,440,630,649,650,959,960,978,1020],[50,650,737,738,739,740,741,742,743,745,747,748,749,750,959,960,978,1020],[50,411,440,630,649,650,735,736,959,960,978,1020],[50,411,440,630,649,650,737,740,959,960,978,1020],[50,411,438,440,630,649,650,959,960,978,1020],[50,631,959,960,978,1020],[50,407,411,630,631,732,959,960,978,1020],[50,440,471,505,599,630,649,651,959,960,978,1020],[50,94,413,440,630,683,959,960,978,1020],[50,413,630,649,959,960,978,1020],[50,55,56,959,960,978,1020],[50,651,730,731,732,751,753,754,756,769,770,959,960,978,1020],[50,94,651,732,959,960,978,1020],[50,405,630,643,651,729,730,731,959,960,978,1020],[50,578,630,643,651,959,960,978,1020],[50,412,413,557,583,643,651,652,959,960,978,1020],[50,440,454,505,538,599,630,643,649,651,652,683,714,959,960,978,1020],[50,413,440,505,599,630,643,649,651,652,683,714,959,960,978,1020],[50,440,505,599,630,649,651,652,683,959,960,978,1020],[50,440,505,630,632,643,651,652,683,959,960,978,1020],[50,440,505,585,630,643,649,651,652,683,714,959,960,978,1020],[50,652,653,654,655,658,710,715,716,717,718,719,720,721,722,723,724,725,728,959,960,978,1020],[50,651,652,653,654,655,658,710,715,716,717,718,719,720,721,722,723,724,726,727,959,960,978,1020],[47,49,50,55,56,936,937,955,997],[50,405,416,578,579,643,651,652,959,960,978,1020],[50,651,724,959,960,978,1020],[50,405,578,579,643,651,652,959,960,978,1020],[50,405,416,438,440,579,624,625,630,643,651,652,959,960,978,1020],[50,440,525,531,630,643,649,651,652,683,714,959,960,978,1020],[50,505,599,643,651,652,683,684,709,959,960,978,1020],[50,578,643,651,652,959,960,978,1020],[50,405,520,573,578,579,643,651,652,657,959,960,978,1020],[50,55,56,94,405,630,651,732,959,960,978,1020],[50,403,405,424,471,499,614,624,625,651,730,731,732,733,734,746,751,754,755,756,757,762,764,959,960,978,1020],[50,94,403,405,413,424,440,630,683,959,960,978,1020],[50,405,411,630,737,745,959,960,978,1020],[50,398,400,405,411,440,468,509,578,614,630,643,649,730,744,752,753,959,960,978,1020],[50,424,499,565,579,630,959,960,978,1020],[47,49,50,55,56,934,935,953,995],[47,49,50,55,56,935,936,954,996],[50,405,440,578,630,643,649,651,959,960,978,1020],[50,711,712,713,959,960,978,1020],[50,429,649,959,960,978,1020],[50,440,630,649,711,959,960,978,1020],[50,440,630,649,711,712,959,960,978,1020],[50,398,400,411,468,630,959,960,978,1020],[47,49,50,55,56,928,929,947,989],[47,49,50,55,56,926,927,945,987],[50,777,850,959,960,978,1020],[47,49,50,55,56,927,928,946,988]],"referencedMap":[[912,1],[919,2],[909,3],[910,4],[931,5],[911,6],[52,7],[51,8],[92,9],[86,8],[90,9],[89,10],[85,9],[84,8],[93,11],[91,10],[87,10],[88,10],[100,12],[101,12],[102,12],[103,12],[104,12],[105,12],[106,12],[107,12],[108,12],[109,12],[110,12],[111,12],[112,12],[113,12],[114,12],[115,12],[116,12],[117,12],[118,12],[119,12],[120,12],[121,12],[122,12],[123,12],[124,12],[125,12],[126,12],[127,12],[128,12],[129,12],[130,12],[131,12],[132,12],[133,12],[134,12],[135,12],[136,12],[137,12],[138,12],[139,12],[140,12],[141,12],[142,12],[143,12],[144,12],[145,12],[146,12],[147,12],[148,12],[149,12],[150,12],[151,12],[152,12],[153,12],[154,12],[155,12],[156,12],[157,12],[158,12],[159,12],[160,12],[161,12],[162,12],[163,12],[164,12],[165,12],[166,12],[167,12],[168,12],[169,12],[170,12],[171,12],[172,12],[173,12],[174,12],[175,12],[176,12],[177,12],[178,12],[179,12],[180,12],[181,12],[182,12],[183,12],[184,12],[185,12],[186,12],[187,12],[188,12],[189,12],[190,12],[191,12],[192,12],[193,12],[194,12],[195,12],[196,12],[197,12],[198,12],[199,12],[200,12],[201,12],[202,12],[203,12],[204,12],[205,12],[206,12],[207,12],[208,12],[209,12],[210,12],[211,12],[212,12],[213,12],[214,12],[215,12],[216,12],[217,12],[218,12],[219,12],[220,12],[221,12],[222,12],[223,12],[224,12],[225,12],[226,12],[227,12],[228,12],[229,12],[230,12],[231,12],[232,12],[233,12],[234,12],[235,12],[236,12],[237,12],[238,12],[239,12],[240,12],[241,12],[393,13],[242,12],[243,12],[244,12],[245,12],[246,12],[247,12],[248,12],[249,12],[250,12],[251,12],[252,12],[253,12],[254,12],[255,12],[256,12],[257,12],[258,12],[259,12],[260,12],[261,12],[262,12],[263,12],[264,12],[265,12],[266,12],[267,12],[268,12],[269,12],[270,12],[271,12],[272,12],[273,12],[274,12],[275,12],[276,12],[277,12],[278,12],[279,12],[280,12],[281,12],[282,12],[283,12],[284,12],[285,12],[286,12],[287,12],[288,12],[289,12],[290,12],[291,12],[292,12],[293,12],[294,12],[295,12],[296,12],[297,12],[298,12],[299,12],[300,12],[301,12],[302,12],[303,12],[304,12],[305,12],[306,12],[307,12],[308,12],[309,12],[310,12],[311,12],[312,12],[313,12],[314,12],[315,12],[316,12],[317,12],[318,12],[319,12],[320,12],[321,12],[322,12],[323,12],[324,12],[325,12],[326,12],[327,12],[328,12],[329,12],[330,12],[331,12],[332,12],[333,12],[334,12],[335,12],[336,12],[337,12],[338,12],[339,12],[340,12],[341,12],[342,12],[343,12],[344,12],[345,12],[346,12],[347,12],[348,12],[349,12],[350,12],[351,12],[352,12],[353,12],[354,12],[355,12],[356,12],[357,12],[358,12],[359,12],[360,12],[361,12],[362,12],[363,12],[364,12],[365,12],[366,12],[367,12],[368,12],[369,12],[370,12],[371,12],[372,12],[373,12],[374,12],[375,12],[376,12],[377,12],[378,12],[379,12],[380,12],[381,12],[382,12],[383,12],[384,12],[385,12],[386,12],[387,12],[388,12],[389,12],[390,12],[391,12],[392,12],[394,14],[81,15],[83,16],[80,8],[82,8],[661,8],[61,17],[62,18],[60,19],[63,20],[64,21],[65,22],[66,23],[67,24],[68,25],[69,26],[70,27],[71,28],[72,29],[976,30],[977,30],[978,31],[979,32],[980,33],[981,34],[932,8],[935,35],[933,8],[934,8],[982,36],[983,37],[984,38],[985,39],[986,40],[987,41],[988,41],[990,8],[989,42],[991,43],[992,44],[993,45],[975,46],[994,47],[995,48],[996,49],[997,50],[998,51],[999,52],[1000,53],[1001,54],[1002,55],[1003,56],[1004,57],[1005,58],[1006,59],[1007,59],[1008,60],[1009,8],[1010,61],[1012,62],[1011,63],[1013,64],[1014,65],[1015,66],[1016,67],[1017,68],[1018,69],[1019,70],[937,71],[936,8],[1028,72],[1020,73],[1021,74],[1022,75],[1023,76],[1024,77],[1025,78],[1026,79],[1027,80],[446,8],[53,81],[54,82],[46,83],[47,84],[49,85],[45,8],[78,86],[77,12],[76,87],[75,12],[74,88],[73,8],[48,8],[59,89],[58,90],[57,8],[94,91],[56,12],[540,8],[544,8],[549,8],[550,92],[548,93],[542,8],[545,8],[546,8],[543,8],[547,8],[541,8],[779,94],[780,95],[778,8],[834,96],[786,97],[788,98],[781,94],[835,99],[787,100],[792,101],[793,100],[794,102],[795,100],[796,103],[797,102],[798,100],[799,100],[831,104],[826,105],[827,100],[828,100],[800,100],[801,100],[829,100],[802,100],[822,100],[825,100],[824,100],[823,100],[803,100],[804,100],[805,101],[806,100],[807,100],[820,100],[809,100],[808,100],[832,100],[811,100],[830,100],[810,100],[821,100],[813,104],[814,100],[816,102],[815,100],[817,100],[833,100],[818,100],[819,100],[784,106],[783,8],[789,107],[791,108],[785,8],[790,109],[812,109],[782,110],[837,111],[844,112],[845,112],[847,113],[846,112],[836,114],[850,115],[839,116],[841,117],[849,118],[842,119],[840,120],[848,121],[843,122],[838,123],[777,8],[79,8],[631,8],[415,8],[421,124],[420,125],[428,8],[429,126],[499,127],[489,128],[466,129],[498,130],[490,131],[491,132],[492,133],[493,128],[494,134],[495,135],[496,128],[497,136],[411,137],[442,138],[396,8],[398,139],[509,140],[397,141],[610,142],[399,143],[527,144],[413,145],[454,146],[504,147],[683,148],[660,149],[502,150],[709,151],[686,152],[689,153],[696,154],[697,155],[691,156],[693,156],[707,155],[695,156],[698,157],[677,8],[702,157],[703,157],[692,156],[705,155],[706,155],[704,155],[700,157],[701,157],[685,154],[688,154],[699,157],[687,152],[708,154],[690,158],[694,156],[662,159],[667,160],[666,161],[665,162],[668,163],[670,164],[671,165],[659,166],[672,167],[673,168],[674,169],[675,170],[669,166],[676,171],[678,172],[679,166],[680,164],[681,169],[682,173],[657,169],[656,8],[663,166],[508,8],[626,174],[440,175],[410,176],[406,177],[432,178],[433,176],[434,176],[435,179],[437,180],[439,181],[436,176],[438,182],[409,183],[459,184],[556,185],[532,186],[630,187],[614,188],[501,189],[613,190],[500,191],[506,192],[510,193],[512,194],[513,195],[514,195],[515,196],[600,197],[601,198],[467,199],[602,200],[603,200],[604,201],[605,202],[606,200],[607,203],[608,203],[507,189],[609,204],[611,205],[612,206],[511,8],[643,207],[462,208],[582,209],[530,210],[597,211],[639,212],[627,213],[463,214],[632,215],[583,216],[461,217],[579,218],[599,219],[585,220],[531,221],[633,222],[641,223],[642,224],[684,225],[471,226],[465,227],[628,228],[469,8],[464,229],[470,8],[402,230],[401,8],[400,231],[468,232],[407,8],[405,233],[625,234],[404,235],[403,8],[452,236],[449,237],[455,238],[448,239],[517,240],[451,241],[444,8],[426,242],[425,8],[441,243],[450,244],[592,245],[593,8],[594,246],[584,247],[516,248],[580,249],[586,250],[598,251],[581,252],[460,253],[457,254],[456,255],[638,256],[591,257],[596,258],[640,259],[636,260],[595,261],[533,262],[458,8],[422,263],[423,8],[412,8],[578,264],[575,265],[535,266],[537,267],[538,268],[539,269],[551,270],[552,271],[553,272],[554,273],[555,274],[557,275],[558,276],[559,277],[560,278],[562,279],[577,280],[563,281],[564,282],[565,283],[566,284],[427,285],[567,286],[576,287],[522,288],[568,289],[569,290],[519,8],[534,291],[570,292],[571,293],[523,294],[572,295],[505,296],[503,8],[525,297],[561,298],[573,299],[536,300],[574,301],[752,302],[529,8],[395,8],[447,303],[649,304],[647,305],[430,306],[528,307],[526,308],[648,309],[443,310],[646,311],[431,306],[453,312],[445,313],[418,314],[417,315],[521,316],[416,317],[520,318],[419,319],[414,320],[408,321],[629,8],[524,322],[518,323],[424,324],[587,8],[634,325],[588,326],[590,327],[637,8],[589,328],[635,329],[664,8],[624,330],[620,331],[618,332],[616,333],[623,334],[621,8],[619,331],[617,335],[615,332],[622,336],[43,8],[44,8],[8,8],[9,8],[11,8],[10,8],[2,8],[12,8],[13,8],[14,8],[15,8],[16,8],[17,8],[18,8],[19,8],[3,8],[4,8],[23,8],[20,8],[21,8],[22,8],[24,8],[25,8],[26,8],[5,8],[27,8],[28,8],[29,8],[30,8],[6,8],[34,8],[31,8],[32,8],[33,8],[35,8],[7,8],[36,8],[41,8],[42,8],[37,8],[38,8],[39,8],[40,8],[1,8],[953,337],[963,338],[952,337],[973,339],[944,340],[943,341],[972,342],[966,343],[971,344],[946,345],[960,346],[945,347],[969,348],[941,349],[940,342],[970,350],[942,351],[947,352],[948,8],[951,352],[938,8],[974,353],[964,354],[955,355],[956,356],[958,357],[954,358],[957,359],[967,342],[949,360],[950,361],[959,362],[939,363],[962,354],[961,352],[965,8],[968,364],[488,365],[473,8],[474,8],[475,8],[476,8],[472,8],[477,366],[478,8],[480,367],[479,366],[481,366],[482,367],[483,366],[484,8],[485,366],[486,8],[487,8],[918,368],[914,369],[913,8],[915,370],[916,8],[917,371],[55,372],[50,373],[97,374],[96,375],[923,376],[98,6],[99,6],[768,375],[871,377],[767,378],[773,379],[864,6],[867,380],[865,6],[866,381],[854,6],[853,382],[872,6],[873,6],[855,383],[852,384],[772,385],[775,386],[774,387],[776,388],[859,389],[766,390],[858,391],[761,392],[758,393],[759,394],[760,392],[869,395],[762,396],[644,397],[857,398],[856,399],[868,400],[645,375],[880,401],[879,402],[881,403],[886,404],[882,405],[925,401],[883,406],[884,407],[885,408],[924,409],[870,410],[878,411],[876,412],[877,413],[875,414],[764,415],[887,416],[926,401],[651,417],[874,418],[927,401],[769,419],[860,401],[736,420],[650,421],[745,422],[748,423],[749,424],[751,425],[738,424],[750,424],[743,424],[742,424],[741,424],[737,426],[747,427],[739,428],[740,424],[731,429],[733,430],[757,431],[756,432],[735,433],[861,6],[771,434],[863,435],[732,436],[652,437],[726,438],[720,439],[715,440],[717,441],[719,442],[721,443],[729,444],[653,445],[716,441],[728,446],[930,375],[722,447],[725,448],[724,449],[654,449],[723,450],[727,451],[710,452],[718,441],[655,453],[658,454],[862,455],[765,456],[755,457],[746,458],[754,459],[770,460],[928,461],[929,375],[734,462],[730,401],[714,463],[711,464],[712,465],[713,466],[763,401],[744,467],[753,375],[95,6],[888,408],[892,468],[895,375],[891,375],[896,375],[889,469],[894,470],[897,471],[898,472],[899,408],[900,473],[901,474],[902,475],[903,476],[904,474],[893,477],[906,478],[907,408],[908,479],[905,375],[922,480],[920,375],[890,401],[851,481],[921,482]],"exportedModulesMap":[[912,1],[919,483],[909,3],[910,4],[931,484],[911,6],[52,485],[51,486],[92,487],[86,486],[90,487],[89,488],[85,487],[84,486],[93,489],[91,488],[87,488],[88,488],[100,490],[101,490],[102,490],[103,490],[104,490],[105,490],[106,490],[107,490],[108,490],[109,490],[110,490],[111,490],[112,490],[113,490],[114,490],[115,490],[116,490],[117,490],[118,490],[119,490],[120,490],[121,490],[122,490],[123,490],[124,490],[125,490],[126,490],[127,490],[128,490],[129,490],[130,490],[131,490],[132,490],[133,490],[134,490],[135,490],[136,490],[137,490],[138,490],[139,490],[140,490],[141,490],[142,490],[143,490],[144,490],[145,490],[146,490],[147,490],[148,490],[149,490],[150,490],[151,490],[152,490],[153,490],[154,490],[155,490],[156,490],[157,490],[158,490],[159,490],[160,490],[161,490],[162,490],[163,490],[164,490],[165,490],[166,490],[167,490],[168,490],[169,490],[170,490],[171,490],[172,490],[173,490],[174,490],[175,490],[176,490],[177,490],[178,490],[179,490],[180,490],[181,490],[182,490],[183,490],[184,490],[185,490],[186,490],[187,490],[188,490],[189,490],[190,490],[191,490],[192,490],[193,490],[194,490],[195,490],[196,490],[197,490],[198,490],[199,490],[200,490],[201,490],[202,490],[203,490],[204,490],[205,490],[206,490],[207,490],[208,490],[209,490],[210,490],[211,490],[212,490],[213,490],[214,490],[215,490],[216,490],[217,490],[218,490],[219,490],[220,490],[221,490],[222,490],[223,490],[224,490],[225,490],[226,490],[227,490],[228,490],[229,490],[230,490],[231,490],[232,490],[233,490],[234,490],[235,490],[236,490],[237,490],[238,490],[239,490],[240,490],[241,490],[393,491],[242,490],[243,490],[244,490],[245,490],[246,490],[247,490],[248,490],[249,490],[250,490],[251,490],[252,490],[253,490],[254,490],[255,490],[256,490],[257,490],[258,490],[259,490],[260,490],[261,490],[262,490],[263,490],[264,490],[265,490],[266,490],[267,490],[268,490],[269,490],[270,490],[271,490],[272,490],[273,490],[274,490],[275,490],[276,490],[277,490],[278,490],[279,490],[280,490],[281,490],[282,490],[283,490],[284,490],[285,490],[286,490],[287,490],[288,490],[289,490],[290,490],[291,490],[292,490],[293,490],[294,490],[295,490],[296,490],[297,490],[298,490],[299,490],[300,490],[301,490],[302,490],[303,490],[304,490],[305,490],[306,490],[307,490],[308,490],[309,490],[310,490],[311,490],[312,490],[313,490],[314,490],[315,490],[316,490],[317,490],[318,490],[319,490],[320,490],[321,490],[322,490],[323,490],[324,490],[325,490],[326,490],[327,490],[328,490],[329,490],[330,490],[331,490],[332,490],[333,490],[334,490],[335,490],[336,490],[337,490],[338,490],[339,490],[340,490],[341,490],[342,490],[343,490],[344,490],[345,490],[346,490],[347,490],[348,490],[349,490],[350,490],[351,490],[352,490],[353,490],[354,490],[355,490],[356,490],[357,490],[358,490],[359,490],[360,490],[361,490],[362,490],[363,490],[364,490],[365,490],[366,490],[367,490],[368,490],[369,490],[370,490],[371,490],[372,490],[373,490],[374,490],[375,490],[376,490],[377,490],[378,490],[379,490],[380,490],[381,490],[382,490],[383,490],[384,490],[385,490],[386,490],[387,490],[388,490],[389,490],[390,490],[391,490],[392,490],[394,492],[81,493],[83,494],[80,486],[82,486],[661,486],[61,495],[62,496],[60,497],[63,498],[64,499],[65,500],[66,501],[67,502],[68,503],[69,504],[70,505],[71,506],[72,507],[976,508],[977,486],[978,509],[979,486],[980,486],[981,486],[932,510],[935,511],[933,512],[934,513],[982,514],[983,515],[984,486],[985,516],[986,517],[987,518],[988,519],[990,520],[989,486],[991,521],[992,519],[993,522],[975,486],[994,522],[995,523],[996,524],[997,525],[998,526],[999,527],[1000,528],[1001,529],[1002,519],[1003,530],[1004,519],[1005,530],[1006,486],[1007,531],[1008,486],[1009,532],[1010,533],[1012,516],[1011,534],[1013,486],[1014,531],[1015,535],[1016,536],[1017,537],[1018,537],[1019,538],[937,539],[936,540],[1028,541],[1020,542],[1021,543],[1022,544],[1023,545],[1024,546],[1025,542],[1026,547],[1027,548],[446,486],[53,549],[54,550],[46,551],[47,552],[49,553],[45,486],[78,554],[77,490],[76,555],[75,490],[74,556],[73,486],[48,486],[59,557],[58,558],[57,486],[94,559],[56,490],[540,486],[544,486],[549,486],[550,560],[548,561],[542,486],[545,486],[546,486],[543,486],[547,486],[541,486],[779,562],[780,563],[778,486],[834,564],[786,565],[788,566],[781,562],[835,567],[787,568],[792,569],[793,568],[794,570],[795,568],[796,571],[797,570],[798,568],[799,568],[831,572],[826,573],[827,568],[828,568],[800,568],[801,568],[829,568],[802,568],[822,568],[825,568],[824,568],[823,568],[803,568],[804,568],[805,569],[806,568],[807,568],[820,568],[809,568],[808,568],[832,568],[811,568],[830,568],[810,568],[821,568],[813,572],[814,568],[816,570],[815,568],[817,568],[833,568],[818,568],[819,568],[784,574],[783,486],[789,575],[791,576],[785,486],[790,577],[812,577],[782,578],[837,579],[844,580],[845,580],[847,581],[846,580],[836,582],[850,583],[839,584],[841,585],[849,586],[842,587],[840,588],[848,589],[843,590],[838,591],[777,486],[79,486],[631,486],[415,486],[421,592],[420,593],[428,486],[429,594],[499,595],[489,596],[466,597],[498,598],[490,599],[491,600],[492,601],[493,596],[494,602],[495,603],[496,596],[497,604],[411,605],[442,606],[396,486],[398,607],[509,608],[397,609],[610,610],[399,611],[527,612],[413,613],[454,614],[504,615],[683,616],[660,617],[502,618],[709,619],[686,620],[689,621],[696,622],[697,623],[691,624],[693,624],[707,623],[695,624],[698,625],[677,486],[702,625],[703,625],[692,624],[705,623],[706,623],[704,623],[700,625],[701,625],[685,622],[688,622],[699,625],[687,620],[708,622],[690,626],[694,624],[662,627],[667,628],[666,629],[665,630],[668,631],[670,632],[671,633],[659,634],[672,635],[673,636],[674,637],[675,638],[669,634],[676,639],[678,640],[679,634],[680,632],[681,637],[682,641],[657,637],[656,486],[663,634],[508,486],[626,642],[440,643],[410,644],[406,645],[432,646],[433,644],[434,644],[435,647],[437,648],[439,649],[436,644],[438,650],[409,651],[459,652],[556,653],[532,654],[630,655],[614,656],[501,657],[613,658],[500,659],[506,660],[510,661],[512,662],[513,663],[514,663],[515,664],[600,665],[601,666],[467,667],[602,668],[603,668],[604,669],[605,670],[606,668],[607,671],[608,671],[507,657],[609,672],[611,673],[612,674],[511,486],[643,675],[462,676],[582,677],[530,678],[597,679],[639,680],[627,681],[463,682],[632,683],[583,684],[461,685],[579,686],[599,687],[585,688],[531,689],[633,690],[641,691],[642,692],[684,693],[471,694],[465,695],[628,696],[469,486],[464,697],[470,486],[402,698],[401,486],[400,699],[468,700],[407,486],[405,701],[625,702],[404,703],[403,486],[452,704],[449,705],[455,706],[448,707],[517,708],[451,709],[444,486],[426,710],[425,486],[441,711],[450,712],[592,713],[593,486],[594,714],[584,715],[516,716],[580,717],[586,718],[598,719],[581,720],[460,721],[457,722],[456,723],[638,724],[591,725],[596,726],[640,727],[636,728],[595,729],[533,730],[458,486],[422,731],[423,486],[412,486],[578,732],[575,733],[535,734],[537,735],[538,736],[539,737],[551,738],[552,739],[553,740],[554,741],[555,742],[557,743],[558,744],[559,745],[560,746],[562,747],[577,748],[563,749],[564,750],[565,751],[566,752],[427,753],[567,754],[576,755],[522,756],[568,757],[569,758],[519,486],[534,759],[570,760],[571,761],[523,762],[572,763],[505,764],[503,486],[525,765],[561,766],[573,767],[536,768],[574,769],[752,770],[529,486],[395,486],[447,771],[649,772],[647,773],[430,774],[528,775],[526,776],[648,777],[443,778],[646,779],[431,774],[453,780],[445,781],[418,782],[417,783],[521,784],[416,785],[520,786],[419,787],[414,788],[408,789],[629,486],[524,790],[518,791],[424,792],[587,486],[634,793],[588,794],[590,795],[637,486],[589,796],[635,797],[664,486],[624,798],[620,799],[618,800],[616,801],[623,802],[621,486],[619,799],[617,803],[615,800],[622,804],[43,486],[44,486],[8,486],[9,486],[11,486],[10,486],[2,486],[12,486],[13,486],[14,486],[15,486],[16,486],[17,486],[18,486],[19,486],[3,486],[4,486],[23,486],[20,486],[21,486],[22,486],[24,486],[25,486],[26,486],[5,486],[27,486],[28,486],[29,486],[30,486],[6,486],[34,486],[31,486],[32,486],[33,486],[35,486],[7,486],[36,486],[41,486],[42,486],[37,486],[38,486],[39,486],[40,486],[1,486],[953,486],[963,805],[952,806],[973,486],[944,807],[943,808],[972,809],[966,810],[971,811],[946,812],[960,813],[945,814],[969,815],[941,816],[940,817],[970,811],[942,818],[947,819],[948,820],[951,821],[938,822],[974,486],[964,811],[955,823],[956,486],[958,824],[954,825],[957,826],[967,810],[949,827],[950,828],[959,829],[939,830],[962,831],[961,810],[965,832],[968,810],[488,833],[473,486],[474,486],[475,486],[476,486],[472,486],[477,834],[478,486],[480,835],[479,834],[481,834],[482,835],[483,834],[484,486],[485,834],[486,486],[487,486],[918,836],[914,837],[913,838],[915,839],[916,840],[917,841],[55,842],[50,843],[97,374],[96,811],[923,844],[98,6],[99,6],[768,811],[871,377],[767,378],[773,379],[864,6],[867,380],[865,6],[866,381],[854,6],[853,382],[872,6],[873,6],[855,383],[852,384],[772,385],[775,386],[774,387],[776,388],[859,389],[766,390],[858,391],[761,392],[758,393],[759,394],[760,392],[869,845],[762,846],[644,847],[857,398],[856,399],[868,400],[645,811],[880,810],[879,402],[881,403],[886,404],[882,405],[925,848],[883,406],[884,407],[885,408],[924,849],[870,410],[878,850],[876,412],[877,413],[875,414],[764,851],[887,416],[926,852],[651,853],[874,854],[927,855],[769,856],[860,810],[736,857],[650,858],[745,859],[748,860],[749,861],[751,862],[738,861],[750,861],[743,861],[742,861],[741,861],[737,863],[747,864],[739,865],[740,861],[731,866],[733,867],[757,868],[756,869],[735,870],[861,871],[771,872],[863,873],[732,874],[652,875],[726,876],[720,877],[715,878],[717,879],[719,880],[721,881],[729,882],[653,875],[716,879],[728,883],[930,884],[722,885],[725,886],[724,887],[654,887],[723,888],[727,889],[710,890],[718,879],[655,891],[658,892],[862,893],[765,894],[755,895],[746,896],[754,897],[770,898],[928,899],[929,900],[734,901],[730,810],[714,902],[711,903],[712,904],[713,905],[763,810],[744,906],[753,811],[95,6],[888,408],[892,468],[895,811],[891,811],[896,811],[889,469],[894,470],[897,471],[898,472],[899,408],[900,473],[901,474],[902,475],[903,476],[904,474],[893,477],[906,478],[907,408],[908,479],[905,811],[922,907],[920,908],[890,811],[851,909],[921,910]],"semanticDiagnosticsPerFile":[912,919,909,[910,[{"file":"../examples/iconlegendexample.vue","start":1571,"length":3,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; }' is not assignable to type 'LayerSpecificConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'url' does not exist in type 'LayerSpecificConfig'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7941,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../examples/iconlegendexample.vue","start":1772,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '{ features: never[]; }' is not assignable to type 'LayerSpecificConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'features' does not exist in type 'LayerSpecificConfig'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7941,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../examples/iconlegendexample.vue","start":2483,"length":609,"code":2739,"category":1,"messageText":"Type '{ id: string; name: string; type: \"vector\"; visible: true; config: {}; legend: { type: \"icon\"; title: string; items: { label: string; value: string; image: string; size: number; }[]; }; }' is missing the following properties from type 'LayerConfig': opacity, zIndex"},{"file":"../examples/iconlegendexample.vue","start":3096,"length":765,"code":2739,"category":1,"messageText":"Type '{ id: string; name: string; type: \"vector\"; visible: false; config: {}; legend: { type: \"icon\"; title: string; description: string; items: { label: string; value: string; image: string; size: number; }[]; }; }' is missing the following properties from type 'LayerConfig': opacity, zIndex"},{"file":"../examples/iconlegendexample.vue","start":3865,"length":548,"code":2739,"category":1,"messageText":"Type '{ id: string; name: string; type: \"vector\"; visible: true; config: {}; legend: { type: \"category\"; title: string; items: ({ label: string; value: string; color: string; pattern: string; } | { label: string; value: string; color: string; })[]; }; }' is missing the following properties from type 'LayerConfig': opacity, zIndex"}]],931,[911,[{"file":"../examples/supermapdatatransformexample.vue","start":3049,"length":16,"code":2322,"category":1,"messageText":"Type '{ success: boolean; originalFormat: string; transformedFormat: string; data: any; popupReady: boolean; message: string; }' is not assignable to type 'null'."},{"file":"../examples/supermapdatatransformexample.vue","start":3326,"length":16,"code":2322,"category":1,"messageText":"Type '{ success: boolean; error: any; message: string; }' is not assignable to type 'null'."},{"file":"../examples/supermapdatatransformexample.vue","start":3382,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046}]],52,51,92,86,90,89,85,84,93,91,87,88,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,393,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,394,81,83,80,82,661,61,62,60,63,64,65,66,67,68,69,70,71,72,976,977,978,979,980,981,932,935,933,934,982,983,984,985,986,987,988,990,989,991,992,993,975,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1012,1011,1013,1014,1015,1016,1017,1018,1019,937,936,1028,1020,1021,1022,1023,1024,1025,1026,1027,446,53,54,46,47,49,45,78,77,76,75,74,73,48,59,58,57,94,56,540,544,549,550,548,542,545,546,543,547,541,779,780,778,834,786,788,781,835,787,792,793,794,795,796,797,798,799,831,826,827,828,800,801,829,802,822,825,824,823,803,804,805,806,807,820,809,808,832,811,830,810,821,813,814,816,815,817,833,818,819,784,783,789,791,785,790,812,782,837,844,845,847,846,836,850,839,841,849,842,840,848,843,838,777,79,631,415,421,420,428,429,499,489,466,498,490,491,492,493,494,495,496,497,411,442,396,398,509,397,610,399,527,413,454,504,683,660,502,709,686,689,696,697,691,693,707,695,698,677,702,703,692,705,706,704,700,701,685,688,699,687,708,690,694,662,667,666,665,668,670,671,659,672,673,674,675,669,676,678,679,680,681,682,657,656,663,508,626,440,410,406,432,433,434,435,437,439,436,438,409,459,556,532,630,614,501,613,500,506,510,512,513,514,515,600,601,467,602,603,604,605,606,607,608,507,609,611,612,511,643,462,582,530,597,639,627,463,632,583,461,579,599,585,531,633,641,642,684,471,465,628,469,464,470,402,401,400,468,407,405,625,404,403,452,449,455,448,517,451,444,426,425,441,450,592,593,594,584,516,580,586,598,581,460,457,456,638,591,596,640,636,595,533,458,422,423,412,578,575,535,537,538,539,551,552,553,554,555,557,558,559,560,562,577,563,564,565,566,427,567,576,522,568,569,519,534,570,571,523,572,505,503,525,561,573,536,574,752,529,395,447,649,647,430,528,526,648,443,646,431,453,445,418,417,521,416,520,419,414,408,629,524,518,424,587,634,588,590,637,589,635,664,624,620,618,616,623,621,619,617,615,622,43,44,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,953,963,952,973,944,943,972,966,971,946,960,945,969,941,940,970,942,947,948,951,938,974,964,955,956,958,954,957,967,949,950,959,939,962,961,965,968,488,473,474,475,476,472,477,478,480,479,481,482,483,484,485,486,487,918,914,913,915,916,917,55,50,97,96,923,98,99,768,871,[767,[{"file":"../src/components/customopenlayer/components/dialogs/basemappanel.vue","start":5848,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006}]],773,864,[867,[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":9052,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":10679,"length":29,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":10699,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":11379,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":11400,"length":1,"messageText":"Parameter 'l' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":11772,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":12581,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":14047,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":14129,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":16693,"length":6,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"The last overload gave the following error.","category":1,"code":2770,"next":[{"messageText":"Argument of type 'unknown' is not assignable to parameter of type 'object'.","category":1,"code":2345}]}]},"relatedInformation":[{"file":"../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","start":77890,"length":5,"messageText":"The last overload is declared here.","category":1,"code":2771}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":16876,"length":10,"code":2339,"category":1,"messageText":"Property 'baseLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":16990,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17106,"length":12,"code":2339,"category":1,"messageText":"Property 'vectorLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17161,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17188,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17303,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17786,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":17975,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18029,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18118,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18189,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18225,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18320,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18437,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18493,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18532,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18625,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18698,"length":6,"messageText":"'config' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":18960,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19137,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19164,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19229,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19251,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19392,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19826,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19833,"length":5,"messageText":"Parameter 'index' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":19993,"length":9,"messageText":"Parameter 'baseLayer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":21468,"length":6,"messageText":"Parameter 'config' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":21760,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":22601,"length":11,"messageText":"Parameter 'layerConfig' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":23276,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":23345,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":23773,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":24781,"length":9,"code":2339,"category":1,"messageText":"Property 'customCss' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":24808,"length":9,"code":2339,"category":1,"messageText":"Property 'customCss' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":24891,"length":24,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vector\" | \"vectortile\" | \"wms\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"graticule\" | \"group\" | \"webgl\"' and '\"CLUSTER\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":25163,"length":33,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TileSuperMapRest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":25208,"length":33,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"tilesupermaprest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":25253,"length":33,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TILESUPERMAPREST\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":25974,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26088,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26204,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26342,"length":58,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'.","category":1,"code":2345,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layer' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; } | undefined' is not assignable to type 'Layer<Source, LayerRenderer<any>> | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; }' is missing the following properties from type 'Layer<Source, LayerRenderer<any>>': mapPrecomposeKey_, mapRenderKey_, sourceChangeKey_, renderer_, and 21 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26466,"length":61,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26592,"length":60,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26774,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type 'Layer'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'popup' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ [key: string]: string; } | undefined' is not assignable to type 'PopupConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Property 'fields' is missing in type '{ [key: string]: string; }' but required in type 'PopupConfig'.","category":1,"code":2741}]}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":14950,"length":6,"messageText":"'fields' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":26934,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27095,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27308,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27341,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27426,"length":10,"code":2339,"category":1,"messageText":"Property 'baseLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27516,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27557,"length":10,"code":2339,"category":1,"messageText":"Property 'baseLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27601,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27697,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27738,"length":13,"code":2339,"category":1,"messageText":"Property 'overlayLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27785,"length":12,"code":2339,"category":1,"messageText":"Property 'vectorLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27879,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":27920,"length":12,"code":2339,"category":1,"messageText":"Property 'vectorLayers' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":28269,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":29262,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":15279,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":30426,"length":5,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'Layer' is not assignable to parameter of type 'LayerConfig'.","category":1,"code":2345,"next":[{"messageText":"Property 'zIndex' is missing in type 'Layer' but required in type 'LayerConfig'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7600,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":31280,"length":26,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'LayerGroup[]' is not assignable to parameter of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/LayerTreeManager\").LayerGroup[]'.","category":1,"code":2345,"next":[{"messageText":"Type 'LayerGroup' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/LayerTreeManager\").LayerGroup'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'Layer[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Layer' is not assignable to type 'LayerConfig'.","category":1,"code":2322}]}]}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32224,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32224,"length":9,"messageText":"Expected 0 arguments, but got 1.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32348,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32363,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32474,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32489,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32639,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":32654,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":33411,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":33426,"length":3,"messageText":"'map' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":33855,"length":41,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":34331,"length":41,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":34783,"length":47,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":38549,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":38673,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":39347,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":39610,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":40266,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":40714,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":40825,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":41041,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":41569,"length":70,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"basemap-switch-request\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"basemap-switch-request\", handler: Handler<unknown>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { basemapId: string; basemapName: string; basemapType: string; basemapConfig: any;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'event' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'unknown' is not assignable to type '{ basemapId: string; basemapName: string; basemapType: string; basemapConfig: any; }'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":41700,"length":2,"code":2339,"category":1,"messageText":"Property 'on' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":42003,"length":71,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"basemap-switch-request\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"basemap-switch-request\", handler?: Handler<unknown> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { basemapId: string; basemapName: string; basemapType: string; basemapConfig: any;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":42098,"length":3,"code":2339,"category":1,"messageText":"Property 'off' does not exist on type '{}'."},{"file":"../src/components/customopenlayer/components/dialogs/layerpanel.vue","start":4443,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006}]],865,866,854,853,[872,[{"file":"../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/pointdrawingpanel.vue","start":5863,"length":18,"messageText":"'__VLS_ctx.$refs.gifFileInput' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/components/dialogs/mapdrawingdialog/components/pointdrawingpanel.vue","start":15296,"length":19,"messageText":"'__VLS_ctx.$refs.iconFileInput' is of type 'unknown'.","category":1,"code":18046}]],873,855,[852,[{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":19883,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":20413,"length":16,"code":2322,"category":1,"messageText":{"messageText":"Type 'Map | null' is not assignable to type 'null'.","category":1,"code":2322,"next":[{"messageText":"Type 'Map' is not assignable to type 'null'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":20641,"length":7,"code":2339,"category":1,"messageText":"Property 'getView' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":21073,"length":10,"code":2339,"category":1,"messageText":"Property 'updateSize' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":21113,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":21196,"length":7,"code":2339,"category":1,"messageText":"Property 'getSize' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":21317,"length":9,"code":2339,"category":1,"messageText":"Property 'getLayers' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":24064,"length":6,"messageText":"Parameter 'canvas' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":24072,"length":5,"messageText":"Parameter 'index' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":24845,"length":10,"code":2339,"category":1,"messageText":"Property 'updateSize' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":24881,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":25039,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/mapprintdialog.vue","start":26305,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046}]],[772,[{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":2543,"length":12,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ defaultUnits: () => { distance: string; area: string; angle: string; }; }' is not assignable to parameter of type 'InferDefaults<LooseRequired<Props>>'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'defaultUnits' does not exist in type 'InferDefaults<LooseRequired<Props>>'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":5742,"length":10,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":6208,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":6449,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":6699,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":6905,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":9368,"length":4,"code":2339,"category":1,"messageText":"Property 'area' does not exist on type 'MeasurementResult'."},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":9602,"length":5,"code":2339,"category":1,"messageText":"Property 'angle' does not exist on type 'MeasurementResult'."},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":9781,"length":9,"code":2339,"category":1,"messageText":"Property 'longitude' does not exist on type 'MeasurementResult'."},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":9816,"length":8,"code":2339,"category":1,"messageText":"Property 'latitude' does not exist on type 'MeasurementResult'."},{"file":"../src/components/customopenlayer/components/dialogs/measurementdialog.vue","start":1638,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type '\"area\" | \"angle\" | \"coordinate\" | \"distance\"'."}]],[775,[{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":6434,"length":15,"messageText":"'markerForm.name' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":6593,"length":15,"messageText":"'markerForm.name' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":7482,"length":18,"messageText":"'marker.description' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":16832,"length":3,"code":2339,"category":1,"messageText":"Property 'map' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":16849,"length":14,"code":2339,"category":1,"messageText":"Property 'drawingManager' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":16887,"length":3,"code":2339,"category":1,"messageText":"Property 'map' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/customopenlayer/components/dialogs/mymarkersdialog.vue","start":16900,"length":14,"code":2339,"category":1,"messageText":"Property 'drawingManager' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."}]],[774,[{"file":"../src/components/customopenlayer/components/dialogs/regionnavigationdialog.vue","start":28922,"length":6,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ name: string; label: string; districts: any[]; }' is not assignable to parameter of type '{ name: string; label: string; districts: never[]; }'.","category":1,"code":2345,"next":[{"messageText":"Types of property 'districts' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'any[]' is not assignable to type 'never[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'any' is not assignable to type 'never'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/components/dialogs/regionnavigationdialog.vue","start":5234,"length":4,"code":2339,"category":1,"messageText":"Property 'code' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/regionnavigationdialog.vue","start":5322,"length":4,"code":2339,"category":1,"messageText":"Property 'code' does not exist on type 'never'."},{"file":"../src/components/customopenlayer/components/dialogs/regionnavigationdialog.vue","start":5432,"length":4,"code":2339,"category":1,"messageText":"Property 'name' does not exist on type 'never'."}]],776,[859,[{"file":"../src/components/customopenlayer/components/legendpanel.vue","start":6521,"length":63,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layers-initialized\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layers-initialized\", handler: Handler<{ layers: any[]; }>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layers: any[]) => void' is not assignable to parameter of type 'Handler<{ layers: any[]; }>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layers' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type '{ layers: any[]; }' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.","category":1,"code":2740}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/legendpanel.vue","start":10716,"length":72,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layer-visibility-change\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layer-visibility-change\", handler: Handler<unknown>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { layerId: string; visible: boolean;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'event' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'unknown' is not assignable to type '{ layerId: string; visible: boolean; }'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/legendpanel.vue","start":10942,"length":73,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layer-visibility-change\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layer-visibility-change\", handler?: Handler<unknown> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { layerId: string; visible: boolean;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/legendpanel.vue","start":11131,"length":64,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layers-initialized\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layers-initialized\", handler?: Handler<{ layers: any[]; }> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layers: any[]) => void' is not assignable to parameter of type 'Handler<{ layers: any[]; }>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/components/legendpanel.vue","start":1040,"length":2,"code":2339,"category":1,"messageText":"Property 'id' does not exist on type '{ layerId: string; title: string; items: { label: string; value?: string | number | undefined; color?: string | undefined; symbol?: string | undefined; image?: string | undefined; shape?: \"circle\" | \"square\" | \"triangle\" | undefined; size?: number | undefined; borderColor?: string | undefined; pattern?: string | und...'."}]],[766,[{"file":"../src/components/customopenlayer/components/mapcontainer.vue","start":3485,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type 'MapStorage'."},{"file":"../src/components/customopenlayer/components/mapcontainer.vue","start":3992,"length":13,"messageText":"Expected 2-4 arguments, but got 5.","category":1,"code":2554}]],[858,[{"file":"../src/components/customopenlayer/components/mapcontrols/index.vue","start":8720,"length":7,"code":2339,"category":1,"messageText":{"messageText":"Property 'enabled' does not exist on type 'boolean | { enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2339,"next":[{"messageText":"Property 'enabled' does not exist on type 'false'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mapcontrols/index.vue","start":14049,"length":7,"code":2339,"category":1,"messageText":{"messageText":"Property 'enabled' does not exist on type 'boolean | { enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2339,"next":[{"messageText":"Property 'enabled' does not exist on type 'false'.","category":1,"code":2339}]}}]],[761,[{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":8332,"length":11,"code":2339,"category":1,"messageText":"Property 'defaultView' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":8559,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":8606,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":8671,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":8895,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ key: string; label: string; type: \"text\"; sortable: true; }[]' is not assignable to type 'PopupField[]'.","category":1,"code":2322,"next":[{"messageText":"Property 'name' is missing in type '{ key: string; label: string; type: \"text\"; sortable: true; }' but required in type 'PopupField'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/customopenlayer/components/mappopup/types.ts","start":1969,"length":4,"messageText":"'name' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":9332,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":9874,"length":8,"code":2339,"category":1,"messageText":"Property 'pageSize' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":9947,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":10094,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":11398,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":422,"length":11,"code":2339,"category":1,"messageText":"Property 'description' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":486,"length":11,"code":2339,"category":1,"messageText":"Property 'description' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":560,"length":15,"code":2339,"category":1,"messageText":"Property 'allowViewSwitch' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":1429,"length":10,"code":2339,"category":1,"messageText":"Property 'searchable' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":1676,"length":9,"code":2339,"category":1,"messageText":"Property 'showStats' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":2170,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":2274,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":2402,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":2769,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":2887,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":3090,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":3197,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":3389,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":3561,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":3691,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4166,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4375,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4520,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4620,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4772,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":4932,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":5050,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":5511,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":5670,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":5885,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6032,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6134,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6292,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6458,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6582,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/customopenlayer/components/mappopup/arraypopup.vue","start":6763,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."}]],758,759,760,869,[762,[{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":6154,"length":4,"code":2339,"category":1,"messageText":"Property 'type' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":6532,"length":7,"code":2339,"category":1,"messageText":"Property 'overlay' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9058,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'events' does not exist on type 'PopupConfig'.","category":1,"code":2339,"next":[{"messageText":"Property 'events' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9265,"length":11,"code":2339,"category":1,"messageText":"Property 'htmlContent' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9370,"length":113,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ content: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 12 more ...; autoPanAnimation?: { ...; } | undefined; }' to type 'HtmlPopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Types of property 'type' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"all\"' is not comparable to type '\"html\"'.","category":1,"code":2678}]}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9437,"length":11,"code":2339,"category":1,"messageText":"Property 'htmlContent' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9663,"length":6,"code":2339,"category":1,"messageText":"Property 'images' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9764,"length":108,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ images: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 12 more ...; autoPanAnimation?: { ...; } | undefined; }' to type 'ImagePopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Types of property 'type' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"all\"' is not comparable to type '\"image\"'.","category":1,"code":2678}]}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":9830,"length":6,"code":2339,"category":1,"messageText":"Property 'images' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":10052,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":10151,"length":104,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ data: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 12 more ...; autoPanAnimation?: { ...; } | undefined; }' to type 'ArrayPopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Property 'fields' is missing in type '{ data: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 12 more ...; autoPanAnimation?: { ...; } | undefined; }' but required in type 'ArrayPopupConfig'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/customopenlayer/components/mappopup/types.ts","start":1289,"length":6,"messageText":"'fields' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":10215,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'AllPopupConfig'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":10471,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'events' does not exist on type 'PopupConfig'.","category":1,"code":2339,"next":[{"messageText":"Property 'events' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12159,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; type: PopupType; config: PopupConfig; coordinate: Coordinate; feature: Feature<Geometry> | undefined; overlay: Overlay; container: HTMLDivElement; component: ComponentPublicInstance | null; app: App<...>; createdAt: Date; }' is not assignable to type 'PopupInstance'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'type' does not exist in type 'PopupInstance'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12548,"length":7,"code":2339,"category":1,"messageText":"Property 'overlay' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12584,"length":7,"code":2339,"category":1,"messageText":"Property 'overlay' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12658,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'events' does not exist on type 'PopupConfig'.","category":1,"code":2339,"next":[{"messageText":"Property 'events' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12894,"length":7,"code":2339,"category":1,"messageText":"Property 'overlay' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":12939,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'events' does not exist on type 'PopupConfig'.","category":1,"code":2339,"next":[{"messageText":"Property 'events' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13122,"length":3,"code":2339,"category":1,"messageText":"Property 'app' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13143,"length":3,"code":2339,"category":1,"messageText":"Property 'app' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13207,"length":9,"code":2339,"category":1,"messageText":"Property 'container' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13226,"length":9,"code":2339,"category":1,"messageText":"Property 'container' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13264,"length":9,"code":2339,"category":1,"messageText":"Property 'container' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13303,"length":9,"code":2339,"category":1,"messageText":"Property 'container' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13364,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'events' does not exist on type 'PopupConfig'.","category":1,"code":2339,"next":[{"messageText":"Property 'events' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13705,"length":9,"code":2339,"category":1,"messageText":"Property 'createdAt' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13768,"length":9,"code":2339,"category":1,"messageText":"Property 'createdAt' does not exist on type 'PopupInstance'."},{"file":"../src/components/customopenlayer/components/mappopup/popupmanager.ts","start":13889,"length":2,"code":2339,"category":1,"messageText":"Property 'id' does not exist on type 'never'."}]],644,857,856,868,645,[880,[{"file":"../src/components/customopenlayer/data/testlayers.ts","start":284,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: true; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":509,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"xyz\"; url: string; visible: false; opacity: number; zIndex: number; description: string; xyzMinZoom: number; xyzMaxZoom: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":817,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"xyz\"; url: string; visible: false; opacity: number; zIndex: number; description: string; xyzMinZoom: number; xyzMaxZoom: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":1141,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wms\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmsLayers: string; wmsFormat: string; wmsVersion: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":1482,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wms\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmsLayers: string; wmsFormat: string; wmsVersion: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":1925,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wmts\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmtsLayer: string; wmtsMatrixSet: string; wmtsStyle: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":2377,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"arcgis\"; url: string; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":2654,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"arcgis\"; url: string; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":4540,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"vector\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: ({ type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; } | { ...; } | { ...; })[]; }; vectorFormat: string; vectorColor: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":4900,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"vector\"; url: string; visible: false; opacity: number; zIndex: number; description: string; vectorFormat: string; vectorColor: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":5052,"length":4,"code":2322,"category":1,"messageText":"Type '\"kml\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":5334,"length":4,"code":2322,"category":1,"messageText":"Type '\"gml\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":5670,"length":4,"code":2322,"category":1,"messageText":"Type '\"wkt\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":6788,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"heatmap\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; heatmapBlur: number; heatmapRadius: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":7057,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"heatmap\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; heatmapBlur: number; heatmapRadius: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":8217,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"cluster\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; vectorFormat: string; clusterDistance: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":8495,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"cluster\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; vectorFormat: string; clusterDistance: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":8809,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"graticule\"; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":9023,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":9216,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/data/testlayers.ts","start":9411,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}}]],879,[881,[{"file":"../src/components/customopenlayer/examples/alllayertypesexample.vue","start":4028,"length":14,"messageText":"Cannot redeclare block-scoped variable 'onFeatureClick'.","category":1,"code":2451},{"file":"../src/components/customopenlayer/examples/alllayertypesexample.vue","start":4268,"length":14,"messageText":"Cannot redeclare block-scoped variable 'onFeatureClick'.","category":1,"code":2451},{"file":"../src/components/customopenlayer/examples/alllayertypesexample.vue","start":2697,"length":12,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ center: [number, number]; zoom: number; projection: string; layers: LayerConfig[]; controls: { zoom: true; attribution: true; fullScreen: true; scaleLine: true; }; interactions: { doubleClickZoom: boolean; dragPan: boolean; mouseWheelZoom: boolean; }; }' is not assignable to parameter of type 'MapConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'interactions' does not exist in type 'MapConfig'.","category":1,"code":2353}]}}]],[886,[{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":275,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":382,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":458,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":669,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":733,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":876,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":1001,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/examples/attribution-config-example.vue","start":1168,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/mapcontainer.vue","start":912,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; loading: boolean; }> & Omit<{ readonly width: string | number; readonly height: string | number; readonly loading: boolean; ... 8 more ...; readonly \"onMap-contextmenu\"?: ((event: MapClickEvent) => any) | undefined; } & VNodeProps & AllowedComponentProps & C...'","category":3,"code":6500}]}]],882,925,[883,[{"file":"../src/components/customopenlayer/examples/geoserverexample.vue","start":3812,"length":17,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enabled: true; useMitt: true; enabledEvents: string[]; debounceDelay: number; enableFeatureInfo: true; }' is not assignable to type 'EventManagerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'enableFeatureInfo' does not exist in type 'EventManagerConfig'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18871,"length":12,"messageText":"The expected type comes from property 'eventManager' which is declared here on type 'MapConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/examples/geoserverexample.vue","start":6511,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006}]],[884,[{"file":"../src/components/customopenlayer/examples/pluginsystemexample.vue","start":6104,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/examples/pluginsystemexample.vue","start":7229,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enableDebug: boolean; enableHotReload: boolean; maxPlugins: number; }' is not assignable to type 'PluginManagerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'enableDebug' does not exist in type 'PluginManagerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/examples/pluginsystemexample.vue","start":7360,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ theme: string; size: string; responsive: { enabled: boolean; breakpoints: { mobile: number; tablet: number; }; }; }' is not assignable to type 'PluginContainerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'theme' does not exist in type 'PluginContainerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/examples/pluginsystemexample.vue","start":376,"length":12,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type '\"basic\" | \"standard\" | \"full\"'."}]],[885,[{"file":"../src/components/customopenlayer/examples/slotexample.vue","start":2829,"length":16,"messageText":"'\"../types\"' has no exported member named 'OpenLayersConfig'. Did you mean 'LayerConfig'?","category":1,"code":2724}]],924,[870,[{"file":"../src/components/customopenlayer/index.vue","start":7932,"length":11,"messageText":"Module '\"./types\"' has no exported member 'FeatureInfo'.","category":1,"code":2305},{"file":"../src/components/customopenlayer/index.vue","start":7948,"length":14,"messageText":"Module '\"./types\"' has no exported member 'CoordinateInfo'.","category":1,"code":2305},{"file":"../src/components/customopenlayer/index.vue","start":12110,"length":10,"messageText":"Cannot find name 'MapManager'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/index.vue","start":17443,"length":18,"code":2345,"category":1,"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'."},{"file":"../src/components/customopenlayer/index.vue","start":18518,"length":18,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'.","category":1,"code":2345,"next":[{"messageText":"Types of property 'controls' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; tools?: { ...; } | undefined; } | undefined' is not assignable to type 'MapControlsConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; tools?: { ...; } | undefined; }' is not assignable to type 'MapControlsConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'overviewMap' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'boolean | { enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefi...' is not assignable to type 'boolean | { enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }' is not assignable to type 'boolean | { enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }[] | undefined' is not assignable to type 'LayerConfig[] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322}]}]}]}]}]}]}]}]}]}]}},{"file":"../src/components/customopenlayer/index.vue","start":18679,"length":18,"code":2345,"category":1,"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'."},{"file":"../src/components/customopenlayer/index.vue","start":19326,"length":3,"code":2339,"category":1,"messageText":"Property 'top' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19366,"length":4,"code":2339,"category":1,"messageText":"Property 'left' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19408,"length":5,"code":2339,"category":1,"messageText":"Property 'right' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19452,"length":6,"code":2339,"category":1,"messageText":"Property 'bottom' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19741,"length":17,"code":2339,"category":1,"messageText":"Property 'closeOnClickModal' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19804,"length":18,"code":2339,"category":1,"messageText":"Property 'closeOnPressEscape' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19860,"length":10,"code":2339,"category":1,"messageText":"Property 'fullscreen' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19913,"length":14,"code":2339,"category":1,"messageText":"Property 'destroyOnClose' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":19966,"length":10,"code":2339,"category":1,"messageText":"Property 'lockScroll' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20057,"length":6,"code":2339,"category":1,"messageText":"Property 'zIndex' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20210,"length":11,"code":2339,"category":1,"messageText":"Property 'customClass' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20262,"length":8,"code":2339,"category":1,"messageText":"Property 'minWidth' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20306,"length":9,"code":2551,"category":1,"messageText":"Property 'minHeight' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'. Did you mean 'height'?"},{"file":"../src/components/customopenlayer/index.vue","start":20350,"length":8,"code":2339,"category":1,"messageText":"Property 'maxWidth' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20400,"length":9,"code":2551,"category":1,"messageText":"Property 'maxHeight' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'. Did you mean 'height'?"},{"file":"../src/components/customopenlayer/index.vue","start":20453,"length":11,"code":2339,"category":1,"messageText":"Property 'enableCache' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20505,"length":13,"code":2339,"category":1,"messageText":"Property 'autoSaveCache' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20563,"length":17,"code":2339,"category":1,"messageText":"Property 'cacheDebounceTime' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20651,"length":4,"code":2339,"category":1,"messageText":"Property 'unit' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20690,"length":7,"code":2339,"category":1,"messageText":"Property 'remBase' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":20734,"length":11,"code":2339,"category":1,"messageText":"Property 'beforeClose' does not exist on type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":25783,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/index.vue","start":26055,"length":20,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/customopenlayer/index.vue","start":26134,"length":23,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/customopenlayer/index.vue","start":26215,"length":22,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/customopenlayer/index.vue","start":26279,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":26301,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/index.vue","start":26316,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/index.vue","start":32891,"length":6,"messageText":"Parameter 'config' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/index.vue","start":33158,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/customopenlayer/index.vue","start":34897,"length":16,"code":2551,"category":1,"messageText":"Property 'startMeasurement' does not exist on type '{ startDistanceMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; startAreaMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; ... 12 more ...; destroy: () => void; }'. Did you mean 'startAreaMeasurement'?"},{"file":"../src/components/customopenlayer/index.vue","start":35136,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; type: any; value: any; unit: any; geometry: any; timestamp: number; }' is not assignable to type 'MeasurementResult'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'geometry' does not exist in type 'MeasurementResult'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/index.vue","start":35938,"length":13,"code":2339,"category":1,"messageText":"Property 'onContextMenu' does not exist on type 'Partial<MapEventCallbacks>'."},{"file":"../src/components/customopenlayer/index.vue","start":35981,"length":13,"code":2339,"category":1,"messageText":"Property 'onContextMenu' does not exist on type 'Partial<MapEventCallbacks>'."},{"file":"../src/components/customopenlayer/index.vue","start":36312,"length":14,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 23, '(e: \"feature-click\", feature: any, layer: any, coordinate: any): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"tooltip-show\"' is not assignable to parameter of type '\"feature-click\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 23, '(e: \"feature-click\", feature: any, layer: any, coordinate: any): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"tooltip-show\"' is not assignable to parameter of type '\"feature-click\"'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/index.vue","start":37323,"length":25,"code":2339,"category":1,"messageText":"Property 'startMeasurementFromPoint' does not exist on type '{ startDistanceMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; startAreaMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; ... 12 more ...; destroy: () => void; }'."},{"file":"../src/components/customopenlayer/index.vue","start":43600,"length":2,"messageText":"Parameter 'id' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/index.vue","start":214,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/mapcontainer.vue","start":912,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; loading: boolean; }> & Omit<{ readonly width: string | number; readonly height: string | number; readonly loading: boolean; ... 8 more ...; readonly \"onMap-contextmenu\"?: ((event: MapClickEvent) => any) | undefined; } & VNodeProps & AllowedComponentProps & C...'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/index.vue","start":1344,"length":10,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ data: { layerId: string; layerName: string; features: any[]; coordinate: [number, number]; pixel: [number, number]; }[]; position: { x: number; y: number; }; template: TooltipTemplate | undefined; onHide: any; }' is not assignable to parameter of type 'Partial<{ template: TooltipTemplate; }> & Omit<{ readonly visible: boolean; readonly config: TooltipConfig; readonly coordinate: [number, number]; ... 6 more ...; readonly \"onData-loaded\"?: ((data: TooltipData[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, \"template\"> & Record...'.","category":1,"code":2345,"next":[{"messageText":"Type '{ data: { layerId: string; layerName: string; features: any[]; coordinate: [number, number]; pixel: [number, number]; }[]; position: { x: number; y: number; }; template: TooltipTemplate | undefined; onHide: any; }' is missing the following properties from type 'Omit<{ readonly visible: boolean; readonly config: TooltipConfig; readonly coordinate: [number, number]; readonly pixel: [number, number]; readonly tooltipData: TooltipData[] | null; ... 4 more ...; readonly \"onData-loaded\"?: ((data: TooltipData[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & Compon...': visible, config, coordinate, pixel, tooltipData","category":1,"code":2739}]}},{"file":"../src/components/customopenlayer/index.vue","start":2301,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/maptoolbar.vue","start":4442,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ config: MapConfig; leftOffset: string | number; rightOffset: string | number; topOffset: string | number; bottomOffset: string | number; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[878,[{"file":"../src/components/customopenlayer/plugins/index.ts","start":855,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/plugins/index.ts","start":1976,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/plugins/index.ts","start":3206,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/plugins/index.ts","start":4688,"length":13,"code":2678,"category":1,"messageText":"Type '\"map-toolbar\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/components/customopenlayer/plugins/index.ts","start":4763,"length":14,"code":2678,"category":1,"messageText":"Type '\"map-controls\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/components/customopenlayer/plugins/index.ts","start":4840,"length":12,"code":2678,"category":1,"messageText":"Type '\"map-search\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/components/customopenlayer/plugins/index.ts","start":6229,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'readonly [PluginConfig] | readonly [PluginConfig, PluginConfig] | readonly [PluginConfig, PluginConfig, PluginConfig]' is not assignable to type 'PluginConfig[]'.","category":1,"code":2322,"next":[{"messageText":"The type 'readonly [PluginConfig]' is 'readonly' and cannot be assigned to the mutable type 'PluginConfig[]'.","category":1,"code":4104}]}},{"file":"../src/components/customopenlayer/plugins/index.ts","start":6384,"length":4,"code":2339,"category":1,"messageText":"Property 'type' does not exist on type 'PluginConfig'."},{"file":"../src/components/customopenlayer/plugins/index.ts","start":6503,"length":50,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type 'Component' to type '\"map-toolbar\" | \"map-controls\" | \"map-search\"' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Type 'ComponentPublicInstanceConstructor<any, any, any, any, ComputedOptions, MethodOptions>' is not comparable to type '\"map-toolbar\" | \"map-controls\" | \"map-search\"'.","category":1,"code":2678}]}}]],876,[877,[{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":6345,"length":17,"code":2322,"category":1,"messageText":{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }[]' is not assignable to type 'SearchResult[] | { id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }[]' is not assignable to type 'SearchResult[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }' is missing the following properties from type 'SearchResult': id, name, location","category":1,"code":2739}]}]}},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":7632,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type 'SearchResult'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":7951,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":7966,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type 'SearchResult'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":2268,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":3005,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":3139,"length":8,"code":2339,"category":1,"messageText":"Property 'distance' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/components/customopenlayer/plugins/mapsearchplugin.vue","start":3187,"length":8,"code":2339,"category":1,"messageText":"Property 'distance' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."}]],[875,[{"file":"../src/components/customopenlayer/plugins/maptoolbarplugin.vue","start":3196,"length":9,"code":2339,"category":1,"messageText":"Property 'mapConfig' does not exist on type 'PluginConfig'."}]],764,[887,[{"file":"../src/components/customopenlayer/test/attribution-test.vue","start":765,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/components/mapcontainer.vue","start":912,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; loading: boolean; }> & Omit<{ readonly width: string | number; readonly height: string | number; readonly loading: boolean; ... 8 more ...; readonly \"onMap-contextmenu\"?: ((event: MapClickEvent) => any) | undefined; } & VNodeProps & AllowedComponentProps & C...'","category":3,"code":6500}]}]],926,[651,[{"file":"../src/components/customopenlayer/types/index.ts","start":7830,"length":10,"messageText":"Duplicate identifier 'projection'.","category":1,"code":2300},{"file":"../src/components/customopenlayer/types/index.ts","start":11313,"length":10,"messageText":"Duplicate identifier 'projection'.","category":1,"code":2300}]],[874,[{"file":"../src/components/customopenlayer/types/plugin.ts","start":6573,"length":14,"messageText":"Export declaration conflicts with exported declaration of 'PluginPosition'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6592,"length":10,"messageText":"Export declaration conflicts with exported declaration of 'PluginSize'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6607,"length":11,"messageText":"Export declaration conflicts with exported declaration of 'PluginStyle'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6623,"length":15,"messageText":"Export declaration conflicts with exported declaration of 'PluginAnimation'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6643,"length":16,"messageText":"Export declaration conflicts with exported declaration of 'PluginResponsive'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6664,"length":12,"messageText":"Export declaration conflicts with exported declaration of 'PluginEvents'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6681,"length":17,"messageText":"Export declaration conflicts with exported declaration of 'PluginPermissions'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6703,"length":13,"messageText":"Export declaration conflicts with exported declaration of 'PluginContext'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6721,"length":12,"messageText":"Export declaration conflicts with exported declaration of 'PluginConfig'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6738,"length":14,"messageText":"Export declaration conflicts with exported declaration of 'PluginInstance'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6757,"length":19,"messageText":"Export declaration conflicts with exported declaration of 'PluginManagerConfig'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6781,"length":18,"messageText":"Export declaration conflicts with exported declaration of 'PluginRegistration'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6804,"length":21,"messageText":"Export declaration conflicts with exported declaration of 'PluginContainerConfig'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6830,"length":17,"messageText":"Export declaration conflicts with exported declaration of 'BuiltinPluginType'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6852,"length":11,"messageText":"Export declaration conflicts with exported declaration of 'PluginState'.","category":1,"code":2484},{"file":"../src/components/customopenlayer/types/plugin.ts","start":6868,"length":11,"messageText":"Export declaration conflicts with exported declaration of 'PluginHooks'.","category":1,"code":2484}]],[927,[{"file":"../src/components/customopenlayer/utils/amapsearchapi.ts","start":4920,"length":11,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; address: string; coordinates: number[]; type: string; confidence: number; source: string; extra: { id: string; type: string; typecode: string; tel: string | undefined; postcode: string | undefined; ... 11 more ...; cost: string | undefined; }; }' is not assignable to parameter of type 'SearchResult'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'coordinates' does not exist in type 'SearchResult'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/utils/amapsearchapi.ts","start":5954,"length":11,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; address: string; coordinates: number[]; type: string; confidence: number; source: string; extra: { id: string; district: string; adcode: string; typecode: string; }; }' is not assignable to parameter of type 'SearchResult'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'coordinates' does not exist in type 'SearchResult'.","category":1,"code":2353}]}}]],[769,[{"file":"../src/components/customopenlayer/utils/basemapmanager.ts","start":4228,"length":8,"code":2339,"category":1,"messageText":"Property 'cssClass' does not exist on type 'BasemapConfig'."},{"file":"../src/components/customopenlayer/utils/basemapmanager.ts","start":4248,"length":8,"code":2339,"category":1,"messageText":"Property 'cssClass' does not exist on type 'BasemapConfig'."},{"file":"../src/components/customopenlayer/utils/basemapmanager.ts","start":4598,"length":46,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(predicate: (value: BaseLayer, index: number, array: BaseLayer[]) => value is BaseLayer, thisArg?: any): BaseLayer[]', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layer: Layer) => any' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => value is BaseLayer'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is missing the following properties from type 'Layer<Source, LayerRenderer<any>>': mapPrecomposeKey_, mapRenderKey_, sourceChangeKey_, renderer_, and 24 more.","category":1,"code":2740}]}]}]},{"messageText":"Overload 2 of 2, '(predicate: (value: BaseLayer, index: number, array: BaseLayer[]) => unknown, thisArg?: any): BaseLayer[]', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layer: Layer) => any' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => unknown'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is not assignable to type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/customopenlayer/utils/basemapmanager.ts","start":4679,"length":19,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(layer: Layer) => void' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is not assignable to type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2322}]}]}}]],860,[736,[{"file":"../src/components/customopenlayer/utils/diffusionanimationhelper.ts","start":605,"length":26,"messageText":"Type 'Map' is not generic.","category":1,"code":2315}]],650,[745,[{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":16099,"length":15,"code":2551,"category":1,"messageText":"Property 'strokeDasharray' does not exist on type 'DrawingStyleConfig'. Did you mean 'strokeDashArray'?","relatedInformation":[{"file":"../src/components/customopenlayer/utils/drawing/basedrawing.ts","start":567,"length":15,"messageText":"'strokeDashArray' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":17075,"length":15,"code":2551,"category":1,"messageText":"Property 'strokeDasharray' does not exist on type 'DrawingStyleConfig'. Did you mean 'strokeDashArray'?","relatedInformation":[{"file":"../src/components/customopenlayer/utils/drawing/basedrawing.ts","start":567,"length":15,"messageText":"'strokeDashArray' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":20996,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type 'PointDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Types of property '_config' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'PointDrawingConfig' is not assignable to type 'DrawingConfig'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21188,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'getCoordinates' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '() => Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21287,"length":7,"code":2322,"category":1,"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21388,"length":7,"code":2322,"category":1,"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21487,"length":7,"code":2322,"category":1,"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21681,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type 'MultiPointDrawing' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Types of property '_config' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'MultiPointDrawingConfig' is not assignable to type 'DrawingConfig'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":21866,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type 'MultiLineStringDrawing | null' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Type 'null' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":22183,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type 'MultiPolygonDrawing | null' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Type 'null' is not assignable to type 'BaseDrawing<DrawingConfig, DrawingStyleConfig>'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23566,"length":5,"code":2339,"category":1,"messageText":"Property 'image' does not exist on type 'DrawingStyleConfig'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23598,"length":7,"code":2339,"category":1,"messageText":"Property 'iconUrl' does not exist on type '{ fillColor?: string | undefined; fillOpacity?: number | undefined; strokeColor?: string | undefined; strokeWidth?: number | undefined; strokeOpacity?: number | undefined; strokeDashArray?: number[] | undefined; ... 22 more ...; opacity?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23614,"length":5,"code":2339,"category":1,"messageText":"Property 'image' does not exist on type 'DrawingStyleConfig'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23643,"length":9,"code":2339,"category":1,"messageText":"Property 'iconScale' does not exist on type '{ fillColor?: string | undefined; fillOpacity?: number | undefined; strokeColor?: string | undefined; strokeWidth?: number | undefined; strokeOpacity?: number | undefined; strokeDashArray?: number[] | undefined; ... 22 more ...; opacity?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23661,"length":5,"code":2339,"category":1,"messageText":"Property 'image' does not exist on type 'DrawingStyleConfig'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23692,"length":10,"code":2339,"category":1,"messageText":"Property 'iconAnchor' does not exist on type '{ fillColor?: string | undefined; fillOpacity?: number | undefined; strokeColor?: string | undefined; strokeWidth?: number | undefined; strokeOpacity?: number | undefined; strokeDashArray?: number[] | undefined; ... 22 more ...; opacity?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":23711,"length":5,"code":2339,"category":1,"messageText":"Property 'image' does not exist on type 'DrawingStyleConfig'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":34373,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":34447,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":35779,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":35853,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":37138,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":37211,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":38534,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":38605,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":40569,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":40639,"length":7,"messageText":"Property 'feature' is protected and only accessible within class 'BaseDrawing<TConfig, TStyle>' and its subclasses.","category":1,"code":2445},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":52153,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<any, any>'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'getCoordinates' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '() => Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":52321,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'MultiPolygonDrawing' is not assignable to type 'BaseDrawing<any, any>'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'getCoordinates' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '() => Coordinate[][][]' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":56259,"length":6,"code":2322,"category":1,"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<any, any>'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":56543,"length":6,"code":2322,"category":1,"messageText":"Type 'MultiPolygonDrawing' is not assignable to type 'BaseDrawing<any, any>'."},{"file":"../src/components/customopenlayer/utils/drawing/drawingmanager.ts","start":60612,"length":7,"code":2322,"category":1,"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<any, any>'."}]],[748,[{"file":"../src/components/customopenlayer/utils/drawing/icondrawing.ts","start":1293,"length":29,"messageText":"'iconUrl' is specified more than once, so this usage will be overwritten.","category":1,"code":2783,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/drawing/icondrawing.ts","start":1555,"length":15,"messageText":"This spread always overwrites this property.","category":1,"code":2785}]},{"file":"../src/components/customopenlayer/utils/drawing/icondrawing.ts","start":2455,"length":5,"code":2322,"category":1,"messageText":"Type 'ColorLike | undefined' is not assignable to type 'string | Color | undefined'."}]],749,[751,[{"file":"../src/components/customopenlayer/utils/drawing/index.ts","start":7112,"length":33,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ readonly point: typeof PointDrawingFactory; readonly text: typeof TextDrawingFactory; readonly \"point-text\": typeof PointWithTextDrawingFactory; ... 11 more ...; readonly military: typeof MilitaryDrawingFactory; }'."}]],738,750,[743,[{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":9204,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":9920,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":10316,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":11895,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":12291,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":12651,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multilinestringdrawing.ts","start":13820,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304}]],[742,[{"file":"../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","start":367,"length":21,"code":2430,"category":1,"messageText":{"messageText":"Interface 'MultiPointStyleConfig' incorrectly extends interface 'DrawingStyleConfig'.","category":1,"code":2430,"next":[{"messageText":"Types of property 'pointStyle' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"icon\" | \"circle\" | \"x\" | \"square\" | \"triangle\" | \"star\" | \"cross\" | \"gif\" | \"ripple\" | undefined' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '\"icon\"' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","start":1693,"length":23,"code":2430,"category":1,"messageText":{"messageText":"Interface 'MultiPointDrawingConfig' incorrectly extends interface 'DrawingConfig'.","category":1,"code":2430,"next":[{"messageText":"Types of property 'style' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'MultiPointStyleConfig | undefined' is not assignable to type 'DrawingStyleConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'MultiPointStyleConfig' is not assignable to type 'DrawingStyleConfig'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","start":1957,"length":23,"code":2344,"category":1,"messageText":"Type 'MultiPointDrawingConfig' does not satisfy the constraint 'DrawingConfig'."},{"file":"../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","start":12992,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipointdrawing.ts","start":24097,"length":23,"code":2344,"category":1,"messageText":"Type 'MultiPointDrawingConfig' does not satisfy the constraint 'DrawingConfig'."}]],[741,[{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":4809,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":5788,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":7037,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":8055,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":9036,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":11277,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":14544,"length":14,"code":2416,"category":1,"messageText":{"messageText":"Property 'getCoordinates' in type 'MultiPolygonDrawing' is not assignable to the same property in base type 'BaseDrawing<MultiPolygonDrawingConfig, MultiPolygonStyleConfig>'.","category":1,"code":2416,"next":[{"messageText":"Type '() => Coordinate[][][]' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[][][]' is not assignable to type 'Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[][][]' is not assignable to type 'Coordinate'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[][]' is not assignable to type 'number'.","category":1,"code":2322}]}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/multipolygondrawing.ts","start":17812,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'MultiPolygonDrawing' is not assignable to type 'BaseDrawing<MultiPolygonDrawingConfig, MultiPolygonStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'getCoordinates' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '() => Coordinate[][][]' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}}]],[737,[{"file":"../src/components/customopenlayer/utils/drawing/pointdrawing.ts","start":1646,"length":18,"code":2344,"category":1,"messageText":{"messageText":"Type 'PointDrawingConfig' does not satisfy the constraint 'DrawingConfig'.","category":1,"code":2344,"next":[{"messageText":"Types of property 'style' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'PointStyleConfig | undefined' is not assignable to type 'DrawingStyleConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'PointStyleConfig' is not assignable to type 'DrawingStyleConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'pointStyle' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"circle\" | \"x\" | \"square\" | \"triangle\" | \"star\" | \"cross\" | \"diffusion\" | \"gif\" | undefined' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '\"x\"' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322}]}]}]}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/pointdrawing.ts","start":14526,"length":18,"code":2344,"category":1,"messageText":"Type 'PointDrawingConfig' does not satisfy the constraint 'DrawingConfig'."}]],[747,[{"file":"../src/components/customopenlayer/utils/drawing/pointwithtextdrawing.ts","start":2174,"length":26,"code":2344,"category":1,"messageText":{"messageText":"Type 'PointWithTextDrawingConfig' does not satisfy the constraint 'DrawingConfig'.","category":1,"code":2344,"next":[{"messageText":"Types of property 'style' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'PointWithTextStyleConfig | undefined' is not assignable to type 'DrawingStyleConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'PointWithTextStyleConfig' is not assignable to type 'DrawingStyleConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'pointStyle' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"icon\" | \"circle\" | \"x\" | \"square\" | \"triangle\" | \"star\" | \"cross\"' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '\"icon\"' is not assignable to type '\"circle\" | \"square\" | \"triangle\" | \"star\" | undefined'.","category":1,"code":2322}]}]}]}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/pointwithtextdrawing.ts","start":14604,"length":26,"code":2344,"category":1,"messageText":"Type 'PointWithTextDrawingConfig' does not satisfy the constraint 'DrawingConfig'."}]],[739,[{"file":"../src/components/customopenlayer/utils/drawing/polygondrawing.ts","start":15678,"length":14,"code":2416,"category":1,"messageText":{"messageText":"Property 'getCoordinates' in type 'PolygonDrawing' is not assignable to the same property in base type 'BaseDrawing<PolygonDrawingConfig, PolygonStyleConfig>'.","category":1,"code":2416,"next":[{"messageText":"Type '() => Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }' is not assignable to type 'Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ center: Coordinate; radius: number; }' is not assignable to type 'Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/utils/drawing/polygondrawing.ts","start":15943,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; } | undefined' is not assignable to type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/drawing/polygondrawing.ts","start":20163,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'PolygonDrawing' is not assignable to type 'BaseDrawing<PolygonDrawingConfig, PolygonStyleConfig>'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'getCoordinates' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '() => Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }' is not assignable to type '() => Coordinate | Coordinate[] | Coordinate[][] | undefined'.","category":1,"code":2322}]}]}}]],[740,[{"file":"../src/components/customopenlayer/utils/drawing/textdrawing.ts","start":1645,"length":12,"messageText":"'config.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/utils/drawing/textdrawing.ts","start":4015,"length":5,"code":2322,"category":1,"messageText":"Type 'null' is not assignable to type 'ImageStyle | undefined'."}]],731,733,[757,[{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":2418,"length":36,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":2418,"length":36,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":5875,"length":4,"code":2339,"category":1,"messageText":"Property 'fill' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":5959,"length":4,"code":2339,"category":1,"messageText":"Property 'fill' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":6057,"length":6,"code":2339,"category":1,"messageText":"Property 'stroke' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":6147,"length":6,"code":2339,"category":1,"messageText":"Property 'stroke' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":6210,"length":6,"code":2339,"category":1,"messageText":"Property 'stroke' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":6268,"length":6,"code":2339,"category":1,"messageText":"Property 'stroke' does not exist on type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":8265,"length":13,"code":2322,"category":1,"messageText":{"messageText":"Type 'StyleLike | undefined' is not assignable to type 'Style | Style[] | null'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'Style | Style[] | null'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../src/components/customopenlayer/utils/featurehighlightmanager.ts","start":1697,"length":13,"messageText":"The expected type comes from property 'originalStyle' which is declared here on type 'HighlightedFeature'","category":3,"code":6500}]}]],[756,[{"file":"../src/components/customopenlayer/utils/geojsonlocationtool.ts","start":2804,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ padding: number[]; maxZoom: number; duration: number; minZoom: number; }' is not assignable to parameter of type 'FitOptions'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'minZoom' does not exist in type 'FitOptions'.","category":1,"code":2353}]}}]],[735,[{"file":"../src/components/customopenlayer/utils/gifanimationhelper.ts","start":287,"length":8,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module 'gifler'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/gifler/gifler.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"gifler"}}]}},{"file":"../src/components/customopenlayer/utils/gifanimationhelper.ts","start":1323,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."}]],861,771,[863,[{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":1541,"length":19,"code":2339,"category":1,"messageText":"Property 'updateClusterConfig' does not exist on type 'ILayerHandler'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":1600,"length":19,"code":2339,"category":1,"messageText":"Property 'updateClusterConfig' does not exist on type 'ILayerHandler'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2515,"length":20,"code":2339,"category":1,"messageText":"Property 'updateSuperMapConfig' does not exist on type 'ILayerHandler'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2575,"length":20,"code":2339,"category":1,"messageText":"Property 'updateSuperMapConfig' does not exist on type 'ILayerHandler'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2626,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2667,"length":11,"code":2339,"category":1,"messageText":"Property 'transparent' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2714,"length":12,"code":2339,"category":1,"messageText":"Property 'cacheEnabled' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2767,"length":17,"code":2339,"category":1,"messageText":"Property 'autoFetchMetadata' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2895,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2936,"length":11,"code":2339,"category":1,"messageText":"Property 'transparent' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":2983,"length":12,"code":2339,"category":1,"messageText":"Property 'cacheEnabled' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":3036,"length":17,"code":2339,"category":1,"messageText":"Property 'autoFetchMetadata' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":3738,"length":28,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vector\" | \"vectortile\" | \"wms\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"graticule\" | \"group\" | \"webgl\"' and '\"CLUSTER\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":3978,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TileSuperMapRest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4030,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"tilesupermaprest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4082,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TILESUPERMAPREST\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4141,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4196,"length":11,"code":2339,"category":1,"messageText":"Property 'transparent' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4251,"length":12,"code":2339,"category":1,"messageText":"Property 'cacheEnabled' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":4308,"length":17,"code":2339,"category":1,"messageText":"Property 'autoFetchMetadata' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":5735,"length":28,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vector\" | \"vectortile\" | \"wms\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"graticule\" | \"group\" | \"webgl\"' and '\"CLUSTER\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6115,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TileSuperMapRest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6165,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"tilesupermaprest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6215,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TILESUPERMAPREST\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6276,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6330,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":6936,"length":28,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vector\" | \"vectortile\" | \"wms\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"graticule\" | \"group\" | \"webgl\"' and '\"CLUSTER\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7111,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TileSuperMapRest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7161,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"tilesupermaprest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7211,"length":37,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TILESUPERMAPREST\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7285,"length":6,"code":2339,"category":1,"messageText":"Property 'format' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7331,"length":11,"code":2339,"category":1,"messageText":"Property 'transparent' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layerconfigmanager.ts","start":7395,"length":12,"code":2339,"category":1,"messageText":"Property 'cacheEnabled' does not exist on type 'LayerConfig'."}]],[732,[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9135,"length":3983,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(feature: any, resolution: any) => void | Style | Style[] | null' is not assignable to parameter of type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2345,"next":[{"messageText":"Type '(feature: any, resolution: any) => void | Style | Style[] | null' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Type 'void | Style | Style[] | null' is not assignable to type 'void | Style | Style[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'null' is not assignable to type 'void | Style | Style[]'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9482,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9135,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9716,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9135,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9863,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9135,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":10020,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":9135,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":22761,"length":6,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'void'."},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":23291,"length":6,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'void'."},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":24029,"length":30,"messageText":"This condition will always return true since this 'Promise<boolean>' is always defined.","category":1,"code":2801,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":24029,"length":30,"messageText":"Did you forget to use 'await'?","category":1,"code":2773}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":24698,"length":30,"messageText":"This condition will always return true since this 'Promise<boolean>' is always defined.","category":1,"code":2801,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":24698,"length":30,"messageText":"Did you forget to use 'await'?","category":1,"code":2773}]},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":38173,"length":16,"code":2339,"category":1,"messageText":"Property 'setZIndexByOrder' does not exist on type 'ILayerHandler'."},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":41509,"length":6,"code":2322,"category":1,"messageText":"Type 'Promise<boolean>' is not assignable to type 'boolean'."},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":41666,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'Promise<boolean>[]' is not assignable to type 'boolean[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Promise<boolean>' is not assignable to type 'boolean'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":43409,"length":7,"messageText":"An expression of type 'void' cannot be tested for truthiness.","category":1,"code":1345},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":46380,"length":34,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TileSuperMapRest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":46434,"length":34,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"tilesupermaprest\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":46488,"length":34,"messageText":"This comparison appears to be unintentional because the types 'LayerType' and '\"TILESUPERMAPREST\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":47308,"length":21,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vector\" | \"vectortile\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"cluster\" | \"graticule\" | \"group\" | \"webgl\"' and '\"WMS\"' have no overlap.","category":1,"code":2367},{"file":"../src/components/customopenlayer/utils/layermanager.ts","start":48093,"length":25,"messageText":"This comparison appears to be unintentional because the types '\"canvas\" | \"image\" | \"tile\" | \"raster\" | \"vectortile\" | \"wmts\" | \"wfs\" | \"xyz\" | \"osm\" | \"bing\" | \"google\" | \"arcgis\" | \"mapbox\" | \"heatmap\" | \"cluster\" | \"graticule\" | \"group\" | \"webgl\"' and '\"geojson\"' have no overlap.","category":1,"code":2367}]],[652,[{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":1857,"length":14,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | Projection' is not assignable to parameter of type 'string'.","category":1,"code":2345,"next":[{"messageText":"Type 'Projection' is not assignable to type 'string'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":1931,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | Projection' is not assignable to type 'string | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'Projection' is not assignable to type 'string'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":4303,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":4443,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":4737,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":5388,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":8660,"length":8,"messageText":"Property 'filter' does not exist on type 'LayerConfig'.","category":1,"code":2339}]],[726,[{"file":"../src/components/customopenlayer/utils/layers/canvaslayerhandler.ts","start":712,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: string | undefined; canvasFunction: any; projection: string; ratio: number; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}}]],[720,[{"file":"../src/components/customopenlayer/utils/layers/clusterlayerhandler.ts","start":3603,"length":6,"code":2339,"category":1,"messageText":"Property 'config' does not exist on type 'LayerFilter'."}]],[715,[{"file":"../src/components/customopenlayer/utils/layers/geojsonlayerhandler.ts","start":1007,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/components/customopenlayer/utils/layers/geojsonlayerhandler.ts","start":16469,"length":15,"messageText":"Cannot find name 'CQLFilterConfig'.","category":1,"code":2304},{"file":"../src/components/customopenlayer/utils/layers/geojsonlayerhandler.ts","start":16873,"length":15,"messageText":"Cannot find name 'CQLFilterConfig'.","category":1,"code":2304}]],[717,[{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":651,"length":3,"messageText":"'GML' refers to a value, but is being used as a type here. Did you mean 'typeof GML'?","category":1,"code":2749},{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":998,"length":7,"code":2322,"category":1,"messageText":"Type 'string | Projection' is not assignable to type 'string | undefined'."},{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":1368,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":1368,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":2954,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/gmllayerhandler.ts","start":2999,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],[719,[{"file":"../src/components/customopenlayer/utils/layers/heatmaplayerhandler.ts","start":3390,"length":6,"code":2339,"category":1,"messageText":"Property 'config' does not exist on type 'LayerFilter'."}]],[721,[{"file":"../src/components/customopenlayer/utils/layers/imagevectorlayerhandler.ts","start":566,"length":23,"messageText":"Non-abstract class 'ImageVectorLayerHandler' does not implement all abstract members of 'BaseLayer'","category":1,"code":18052,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":11903,"length":12,"messageText":"Non-abstract class 'ImageVectorLayerHandler' does not implement inherited abstract member 'applyFilters' from class 'BaseLayer'.","category":1,"code":2515}]}]],729,[653,[{"file":"../src/components/customopenlayer/utils/layers/interfaces.ts","start":1000,"length":8,"messageText":"Property 'filter' does not exist on type 'LayerConfig'.","category":1,"code":2339}]],[716,[{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":739,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":888,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: string | undefined; extractStyles: true; showPointNames: false; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":1357,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is missing the following properties from type 'Feature<Geometry>': on, once, un, geometryName_, and 39 more.","category":1,"code":2740}]}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":1357,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":2947,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/kmllayerhandler.ts","start":2992,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],[728,[{"file":"../src/components/customopenlayer/utils/layers/layerfactory.ts","start":6282,"length":12,"code":2322,"category":1,"messageText":{"messageText":"Type '{ canvasConfig: { backgroundColor: string; gridSize: number; gridColor: string; showGrid: boolean; }; }' is not assignable to type 'Partial<LayerConfig>'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'canvasConfig' does not exist in type 'Partial<LayerConfig>'.","category":1,"code":2353}]}}]],930,[722,[{"file":"../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","start":391,"length":30,"messageText":"Non-abstract class 'SuperMapTiledMapServiceHandler' does not implement all abstract members of 'BaseLayer'","category":1,"code":18052,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layers/baselayer.ts","start":11903,"length":12,"messageText":"Non-abstract class 'SuperMapTiledMapServiceHandler' does not implement inherited abstract member 'applyFilters' from class 'BaseLayer'.","category":1,"code":2515}]},{"file":"../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","start":1594,"length":8,"code":2339,"category":1,"messageText":"Property 'getImage' does not exist on type 'LayerRenderer<any>'."},{"file":"../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","start":1827,"length":6,"code":2339,"category":1,"messageText":"Property 'filter' does not exist on type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","start":1887,"length":6,"code":2339,"category":1,"messageText":"Property 'filter' does not exist on type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/supermaptiledmapservicehandler.ts","start":2013,"length":32,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'GlobalCompositeOperation'."}]],[725,[{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":681,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":1253,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":1835,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cva\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":2416,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cia\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":2986,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-ter\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/tiandituconfighelper.ts","start":3569,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cta\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]}]],724,654,[723,[{"file":"../src/components/customopenlayer/utils/layers/tilesupermapresthandler.ts","start":373,"length":29,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-common'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-common/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-common"}}]}},{"file":"../src/components/customopenlayer/utils/layers/tilesupermapresthandler.ts","start":527,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}}]],[727,[{"file":"../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","start":3871,"length":25,"code":2339,"category":1,"messageText":"Property 'getDefaultVectorTileStyle' does not exist on type 'StyleManager'."},{"file":"../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","start":6493,"length":9,"code":2339,"category":1,"messageText":"Property 'getFormat' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","start":6971,"length":10,"code":2339,"category":1,"messageText":"Property 'getMaxZoom' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","start":7028,"length":10,"code":2339,"category":1,"messageText":"Property 'getMinZoom' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","start":12056,"length":39,"code":2339,"category":1,"messageText":"Property 'forEachFeatureAtCoordinateAndResolution' does not exist on type 'VectorTile<RenderFeature>'."}]],[710,[{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":1026,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ version: string; featureNS: string | undefined; featureType: string | undefined; gmlFormat: any; className: string | undefined; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":1706,"length":7,"code":2339,"category":1,"messageText":"Property 'minZoom' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":1742,"length":7,"code":2339,"category":1,"messageText":"Property 'maxZoom' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":1777,"length":6,"code":2339,"category":1,"messageText":"Property 'extent' does not exist on type 'LayerConfig'."},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":1845,"length":10,"code":2339,"category":1,"messageText":"Property 'applyStyle' does not exist on type 'WFSLayerHandler'."},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":3309,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../node_modules/ol/format/wfs.d.ts","start":1241,"length":9,"messageText":"The expected type comes from property 'featureNS' which is declared here on type 'WriteGetFeatureOptions'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":3361,"length":13,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../node_modules/ol/format/wfs.d.ts","start":1325,"length":13,"messageText":"The expected type comes from property 'featurePrefix' which is declared here on type 'WriteGetFeatureOptions'","category":3,"code":6500}]},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":4532,"length":7,"messageText":"Variable 'filters' implicitly has type 'any[]' in some locations where its type cannot be determined.","category":1,"code":7034},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":5165,"length":7,"messageText":"Variable 'filters' implicitly has an 'any[]' type.","category":1,"code":7005},{"file":"../src/components/customopenlayer/utils/layers/wfslayerhandler.ts","start":5176,"length":7,"messageText":"Variable 'filters' implicitly has an 'any[]' type.","category":1,"code":7005}]],[718,[{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":739,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":944,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: any; splitCollection: boolean; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":965,"length":9,"code":2339,"category":1,"messageText":"Property 'className' does not exist on type '{ wktString?: string | undefined; splitCollection?: boolean | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":1521,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":1521,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":4611,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/components/customopenlayer/utils/layers/wktlayerhandler.ts","start":4656,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],655,[658,[{"file":"../src/components/customopenlayer/utils/layers/wmtslayerhandler.ts","start":3568,"length":11,"messageText":"'resolutions' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/customopenlayer/utils/layers/wmtslayerhandler.ts","start":3618,"length":11,"messageText":"'resolutions' is possibly 'undefined'.","category":1,"code":18048}]],[862,[{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5006,"length":9,"code":2339,"category":1,"messageText":"Property 'getExtent' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5061,"length":9,"code":2339,"category":1,"messageText":"Property 'getExtent' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5136,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5165,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5230,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":5503,"length":5,"messageText":"Parameter 'coord' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":15927,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'TreeNodeData'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16038,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'TreeNodeData'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16167,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":257,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16171,"length":19,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16640,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'TreeNodeData'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16742,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'TreeNodeData'."},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16889,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":257,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/layertreemanager.ts","start":16893,"length":19,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558}]],[765,[{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":1583,"length":15,"messageText":"Duplicate identifier 'feature-click'.","category":1,"code":2300},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":1668,"length":15,"messageText":"Duplicate identifier 'feature-click'.","category":1,"code":2300},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":1668,"length":15,"messageText":"Subsequent property declarations must have the same type. Property ''feature-click'' must be of type '(feature: any, layer: any, coordinate: [number, number]) => void', but here has type '(feature: any, layer: any, coordinate: any) => void'.","category":1,"code":2717,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":1583,"length":15,"messageText":"''feature-click'' was also declared here.","category":3,"code":6203}]},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":5004,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type 'PopupType'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":5730,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type 'PopupType'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":8022,"length":17,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate' is not assignable to type '[number, number]'.","category":1,"code":2322,"next":[{"messageText":"Target requires 2 element(s) but source may have fewer.","category":1,"code":2620}]}},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":10926,"length":17,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enabled: boolean; useMitt: boolean; mittInstance?: any; enabledEvents: string[]; debounceDelay: number; enableFeatureInfo: boolean; }' is not assignable to type 'EventManagerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'enableFeatureInfo' does not exist in type 'EventManagerConfig'.","category":1,"code":2353}]}},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":11070,"length":18,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").EventManagerConfig' is not assignable to parameter of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/eventManager\").EventManagerConfig'.","category":1,"code":2345,"next":[{"messageText":"Types of property 'useMitt' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'boolean | undefined' is not assignable to type 'boolean'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'boolean'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":13191,"length":17,"code":2345,"category":1,"messageText":"Argument of type '\"map:featureinfo\"' is not assignable to parameter of type 'keyof MapEvents'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":13297,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'layerData' does not exist on type '{ coordinate: Coordinate; pixel: Pixel; originalEvent: Event; } | { coordinate: Coordinate; pixel: Pixel; originalEvent: Event; } | ... 11 more ... | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'layerData' does not exist on type '{ coordinate: Coordinate; pixel: Pixel; originalEvent: Event; }'.","category":1,"code":2339}]}},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":13435,"length":4,"code":2345,"category":1,"messageText":"Argument of type 'null' is not assignable to parameter of type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":15065,"length":10,"code":2345,"category":1,"messageText":"Argument of type 'Coordinate' is not assignable to parameter of type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":15644,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ layerId: any; layerName: any; features: any; coordinate: [number, number]; }[]' is not assignable to type 'TooltipData[]'.","category":1,"code":2322,"next":[{"messageText":"Property 'pixel' is missing in type '{ layerId: any; layerName: any; features: any; coordinate: [number, number]; }' but required in type 'TooltipData'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/customopenlayer/components/maptooltip/types.ts","start":570,"length":5,"messageText":"'pixel' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":16443,"length":10,"code":2345,"category":1,"messageText":"Argument of type 'Coordinate' is not assignable to parameter of type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":16560,"length":4,"code":2345,"category":1,"messageText":"Argument of type 'null' is not assignable to parameter of type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":18890,"length":26,"code":2322,"category":1,"messageText":"Type 'Coordinate' is not assignable to type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":18963,"length":10,"code":2345,"category":1,"messageText":"Argument of type 'Coordinate' is not assignable to parameter of type '[number, number]'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":25427,"length":11,"code":2339,"category":1,"messageText":"Property 'getFeatures' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":25449,"length":11,"code":2339,"category":1,"messageText":"Property 'getFeatures' does not exist on type 'Source'."},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":25665,"length":17,"messageText":"Object is possibly 'null'.","category":1,"code":2531},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":26055,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'FeatureLike' is not assignable to parameter of type 'Feature<Geometry>'.","category":1,"code":2345,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/mapmanager.ts","start":26344,"length":16,"code":2345,"category":1,"messageText":"Argument of type 'Coordinate' is not assignable to parameter of type '[number, number]'."}]],[755,[{"file":"../src/components/customopenlayer/utils/mapoperationtool.ts","start":13307,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ padding: number[]; maxZoom: number; duration: number; minZoom: number; }' is not assignable to parameter of type 'FitOptions'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'minZoom' does not exist in type 'FitOptions'.","category":1,"code":2353}]}}]],746,[754,[{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":6261,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":8705,"length":25,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate' is not assignable to type 'number'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":9373,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[][]' is not assignable to type 'number[][]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'.","category":1,"code":2322}]}},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":10108,"length":11,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":11448,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":12227,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":17101,"length":17,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult[]' is not assignable to parameter of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult[]'.","category":1,"code":2345,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/utils/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/CustomOpenlayer/types/index\").MeasurementResult'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'id' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]}]}},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":17402,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":22528,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":22562,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":23682,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":23716,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":23764,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":23796,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":24018,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":24068,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":24093,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":26270,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":40486,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":26313,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":40486,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":26346,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":40486,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":29749,"length":10,"code":2339,"category":1,"messageText":"Property 'coordinate' does not exist on type 'DrawEvent'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":31137,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":31175,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":32113,"length":18,"code":2322,"category":1,"messageText":"Type 'Coordinate[][]' is not assignable to type 'number[][]'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":32531,"length":21,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":33105,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":33141,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":33697,"length":10,"code":2339,"category":1,"messageText":"Property 'coordinate' does not exist on type 'DrawEvent'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":33726,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":33762,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":34796,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":34834,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":35868,"length":11,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":36439,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/components/customopenlayer/utils/measurementtool.ts","start":36475,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."}]],770,[928,[{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":682,"length":23,"messageText":"Type 'Map' is not generic.","category":1,"code":2315},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":712,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":4231,"length":7,"messageText":"Parameter 'handler' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6135,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6139,"length":26,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6208,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6212,"length":22,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6298,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6302,"length":32,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6718,"length":7,"code":2339,"category":1,"messageText":"Property 'forEach' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6726,"length":8,"messageText":"Parameter 'instance' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6981,"length":7,"code":2339,"category":1,"messageText":"Property 'forEach' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":6989,"length":8,"messageText":"Parameter 'instance' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":7206,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":7458,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":8030,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":9022,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":9765,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":10081,"length":6,"code":2550,"category":1,"messageText":"Property 'values' does not exist on type 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":10298,"length":37,"messageText":"Type 'Map' is not generic.","category":1,"code":2315},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":11809,"length":4,"code":2550,"category":1,"messageText":"Property 'keys' does not exist on type 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":11877,"length":2,"code":2345,"category":1,"messageText":"Argument of type 'unknown' is not assignable to parameter of type 'string'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":11928,"length":5,"code":2339,"category":1,"messageText":"Property 'clear' does not exist on type 'Map'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":11963,"length":5,"code":2339,"category":1,"messageText":"Property 'clear' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":12573,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":12772,"length":1,"messageText":"Parameter 'a' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":12775,"length":1,"messageText":"Parameter 'b' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/customopenlayer/utils/pluginmanager.ts","start":13255,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."}]],929,[734,[{"file":"../src/components/customopenlayer/utils/searchmarkermanager.ts","start":2342,"length":9,"code":2339,"category":1,"messageText":"Property 'zoomLevel' does not exist on type 'MapSearchConfig'."}]],[730,[{"file":"../src/components/customopenlayer/utils/storage.ts","start":2922,"length":9,"code":2339,"category":1,"messageText":"Property 'timestamp' does not exist on type '{ center: [number, number]; zoom: number; rotation: number; }'."},{"file":"../src/components/customopenlayer/utils/storage.ts","start":2963,"length":9,"code":2339,"category":1,"messageText":"Property 'timestamp' does not exist on type '{ center: [number, number]; zoom: number; rotation: number; }'."}]],714,711,[712,[{"file":"../src/components/customopenlayer/utils/styles/stylefactory.ts","start":2186,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type 'ColorLike | undefined' is not assignable to type 'string | Color | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'CanvasPattern' is not assignable to type 'string | Color | undefined'.","category":1,"code":2322}]}}]],713,[763,[{"file":"../src/components/customopenlayer/utils/tianditusearchapi.ts","start":2279,"length":24,"messageText":"This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.","category":1,"code":2367}]],744,753,95,[888,[{"file":"../src/components/test/configuiexample.vue","start":3279,"length":343,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(getter: ComputedGetter<MapConfig>, debugOptions?: DebuggerOptions | undefined): ComputedRef<MapConfig>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"tile\"; url: string; visible: true; opacity: number; }' but required in type 'LayerConfig'.","category":1,"code":2741}]},{"messageText":"Overload 2 of 2, '(options: WritableComputedOptions<MapConfig, MapConfig>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '() => { center: [number, number]; zoom: number; ui: { showToolbar: boolean; showMapInfo: boolean; showLegend: boolean; legendPosition: \"right\" | \"left\"; legendWidth: number; legendCollapsible: boolean; legendDefaultCollapsed: boolean; legendShowOnlyVisible: boolean; }; controls: { ...; }; layers: { ...; }[]; }' is not assignable to parameter of type 'WritableComputedOptions<MapConfig, MapConfig>'.","category":1,"code":2345}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7600,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]}]],[892,[{"file":"../src/components/test/customopenlayeronly.vue","start":1522,"length":7726,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ center: [number, number]; zoom: number; projection: Projection; baseLayers: ({ id: string; name: string; type: \"group\"; visible: false; opacity: number; attribution: string; description: string; children: ({ ...; } | { ...; })[]; } | { ...; })[]; overlayLayers: ({ ...; } | { ...; })[]; }' to type 'MapConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Types of property 'projection' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'Projection' is not comparable to type 'string'.","category":1,"code":2678}]}]}},{"file":"../src/components/test/customopenlayeronly.vue","start":66,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],895,891,896,889,[894,[{"file":"../src/components/test/layerclassificationpanel.vue","start":160,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":556,"length":4,"messageText":"Parameter 'data' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":562,"length":7,"messageText":"Parameter 'checked' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":571,"length":13,"messageText":"Parameter 'indeterminate' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":664,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":678,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":688,"length":8,"messageText":"Parameter 'dropType' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":698,"length":2,"messageText":"Parameter 'ev' implicitly has an 'any' type.","category":1,"code":7006}]],[897,[{"file":"../src/components/test/layerslottestpage copy 3.vue","start":4487,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":4634,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5301,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5513,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5640,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6148,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6597,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6957,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":7485,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":7521,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":7967,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'fill' does not exist in type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8365,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8530,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8836,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":9308,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":113,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":806,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1317,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1331,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1341,"length":4,"messageText":"Parameter 'type' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1445,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1536,"length":4,"messageText":"Parameter 'data' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1542,"length":3,"messageText":"Parameter 'ctx' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1648,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1662,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1672,"length":8,"messageText":"Parameter 'dropType' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1682,"length":2,"messageText":"Parameter 'ev' implicitly has an 'any' type.","category":1,"code":7006}]],[898,[{"file":"../src/components/test/layerslottestpage.vue","start":2739,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enabled: true; defaultOpen: true; title: string; width: string; height: string; left: string; maxHeight: string; maxWidth: string; top: string; position: \"right\"; showClose: true; showFullscreen: true; draggable: true; resizable: true; modal: false; toBody: true; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'left' does not exist in type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":3097,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3244,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3715,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3931,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":4038,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":4490,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":4877,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":5093,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":5200,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":5652,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":6040,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":6256,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":6363,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":6815,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":7200,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":7416,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":7523,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":7975,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":8363,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":8579,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":8686,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":9138,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":9738,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":9950,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":10077,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":10585,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":11034,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":11394,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":11922,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":11958,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":12404,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'fill' does not exist in type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":12788,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":12932,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":13190,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":13610,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":113,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[899,[{"file":"../src/components/test/layerstyleconfigpage.vue","start":6594,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":6904,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":7355,"length":278,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(getter: ComputedGetter<MapConfig>, debugOptions?: DebuggerOptions | undefined): ComputedRef<MapConfig>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 41 more ...; reuseId?: string | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layer' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; } | undefined' is not assignable to type 'Layer<Source, LayerRenderer<any>> | undefined'.","category":1,"code":2322}]}]}]},{"messageText":"Overload 2 of 2, '(options: WritableComputedOptions<MapConfig, MapConfig>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '() => { center: [number, number]; zoom: number; baseLayers: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; ... 42 more ...; reuseId?: string | undefined; }[]; overlayLayers: never[]; controls: { ...; }; }' is not assignable to parameter of type 'WritableComputedOptions<MapConfig, MapConfig>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1520,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1619,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1812,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1913,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2131,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2368,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2532,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2631,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2847,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":3055,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":3217,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048}]],[900,[{"file":"../src/components/test/maptestpage copy 2.vue","start":666,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}}]],[901,[{"file":"../src/components/test/maptestpage copy 3.vue","start":37863,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38011,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38345,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38572,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38860,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":39062,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":39391,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":39705,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":40282,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":40807,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":41552,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":42079,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":42739,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":43119,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-ter\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":43602,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44103,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44313,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44646,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44882,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45214,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45439,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45770,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45995,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46331,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46525,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46860,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47082,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47417,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47597,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47931,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48274,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48618,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48983,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":49443,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50249,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50361,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":50573,"length":4,"code":2820,"category":1,"messageText":"Type '\"Graticule\"' is not assignable to type 'LayerType'. Did you mean '\"graticule\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50807,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":51185,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":51735,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":52097,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: string; } | { name: string; label: string; type: string; formatter: (value: any) => \"是\" | \"否\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":52649,"length":5,"messageText":"Parameter 'value' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":53009,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":53520,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":53804,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":54141,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":54627,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":54958,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":55303,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":55573,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":55858,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":56252,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":56871,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '{ template: string; font: string; fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'template' does not exist in type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":57418,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":57719,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":58548,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":58831,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":59171,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":59510,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":59917,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":60267,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":60632,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":61043,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":61323,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":61611,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":62045,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62154,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62412,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62832,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":64822,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":65002,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":65109,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":65561,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":65962,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":66266,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":66738,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":66770,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":67172,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'fill' does not exist in type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":67633,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ heatmap: { blur: number; radius: number; weight: string; gradient: string[]; maxZoom: number; minZoom: number; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'heatmap' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":67916,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":68252,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":69825,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":70294,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":83113,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":84339,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":87837,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'attribution' is missing in type 'LayerConfig' but required in type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2741}]}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy 3.vue","start":77131,"length":31,"messageText":"'attribution' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":88539,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy 3.vue","start":72074,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":98468,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":98764,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy 3.vue","start":72074,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":100341,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":100451,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":100662,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":103456,"length":43,"messageText":"Object is possibly 'undefined'.","category":1,"code":2532},{"file":"../src/components/test/maptestpage copy 3.vue","start":105341,"length":20,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type '\"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":105707,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105752,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105785,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105833,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105883,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":112025,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":113732,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage copy 3.vue","start":123244,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":123732,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":124213,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":124702,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":124968,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":125188,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":126796,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":126825,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{}'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":149105,"length":1,"messageText":"Parameter 'f' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":12519,"length":18,"code":2339,"category":1,"messageText":"Property 'toggleSearchConfig' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":14439,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":15040,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":19751,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":20277,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '(result: object) => Promise<void>' is not assignable to type '(query: string) => any'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'result' and 'query' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'string' is not assignable to type 'object'.","category":1,"code":2322}]}]},"relatedInformation":[]}]],[902,[{"file":"../src/components/test/maptestpage copy.vue","start":22688,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":22858,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":23192,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":23441,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":23729,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":23953,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":24282,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":24620,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":24961,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":25299,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":25635,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":25867,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":26200,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":26458,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":26790,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":27037,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":27368,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":27615,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":27951,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":28167,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":28502,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":28746,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":29081,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":29261,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":29595,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":29965,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":30376,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":30908,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":31242,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":31583,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":31915,"length":4,"code":2820,"category":1,"messageText":"Type '\"Graticule\"' is not assignable to type 'LayerType'. Did you mean '\"graticule\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":32149,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":32475,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":32986,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":33270,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":33607,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":34093,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":34424,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":34769,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":35039,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":35324,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":35730,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":36070,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":36409,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":36816,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":37166,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":37531,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":37942,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":38222,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":38510,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":38944,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":39054,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":39312,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":39732,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":40131,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":40311,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy.vue","start":40418,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":40843,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":41244,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":41548,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":42020,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":42051,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":42453,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'fill' does not exist in type '{ fillColor?: ColorLike | undefined; strokeColor?: ColorLike | undefined; strokeWidth?: number | undefined; lineDash?: number[] | undefined; circle?: { radius?: number | undefined; fill?: { ...; } | undefined; stroke?: { ...; } | undefined; } | undefined; text?: { ...; } | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy.vue","start":42914,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ heatmap: { blur: number; radius: number; weight: string; gradient: string[]; maxZoom: number; minZoom: number; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'heatmap' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":10109,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":43197,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":43533,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":45106,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":3503,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/components/customopenlayer/types/index.ts","start":7651,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":45575,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy.vue","start":58339,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage copy.vue","start":59565,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy.vue","start":63063,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'attribution' is missing in type 'LayerConfig' but required in type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2741}]}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy.vue","start":52412,"length":31,"messageText":"'attribution' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy.vue","start":63765,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy.vue","start":47355,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy.vue","start":72051,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":72347,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy.vue","start":47355,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy.vue","start":73924,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage copy.vue","start":74034,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy.vue","start":74245,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage copy.vue","start":79836,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":81480,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage copy.vue","start":89487,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":89975,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":90456,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":90924,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":91190,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy.vue","start":91387,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy.vue","start":7585,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[903,[{"file":"../src/components/test/maptestpage-1可以获取数据.vue","start":666,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}}]],[904,[{"file":"../src/components/test/maptestpage.vue","start":37257,"length":3,"code":2322,"category":1,"messageText":{"messageText":"Type '{ showFullscreen: false; showClose: false; top: string; left: string; width: string; height: string; maxWidth: string; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'top' does not exist in type '{ enabled?: boolean | undefined; position?: \"right\" | \"left\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":38309,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":38726,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":39340,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":39556,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":39684,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":39900,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":40028,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":40244,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":40372,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":40588,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":40716,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":40932,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":41319,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":42084,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":42192,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":42479,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":43245,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":43353,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":43853,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":44619,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":44727,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":45014,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":45780,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":45888,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":51958,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":52724,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":52832,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":53125,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":53891,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":53999,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":54509,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":55275,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":55383,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":55676,"length":4,"code":2322,"category":1,"messageText":"Type '\"TileSuperMapRest\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7526,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":56442,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":9612,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":56550,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: string; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":73548,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage.vue","start":74774,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":78272,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'attribution' is missing in type 'LayerConfig' but required in type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2741}]}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage.vue","start":67566,"length":31,"messageText":"'attribution' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":78974,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage.vue","start":62509,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":88903,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":89199,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage.vue","start":62509,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":90776,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage.vue","start":90886,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":18152,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":91097,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage.vue","start":93891,"length":43,"messageText":"Object is possibly 'undefined'.","category":1,"code":2532},{"file":"../src/components/test/maptestpage.vue","start":95776,"length":20,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type '\"top-left\" | \"top-right\" | \"bottom-left\" | \"bottom-right\"'."},{"file":"../src/components/test/maptestpage.vue","start":96142,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage.vue","start":96187,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage.vue","start":96220,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage.vue","start":96268,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage.vue","start":96318,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; apiKey: string; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage.vue","start":102460,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":104167,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage.vue","start":113679,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":114167,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":114648,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":115137,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":115403,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":115623,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage.vue","start":117231,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage.vue","start":117260,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{}'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage.vue","start":139540,"length":1,"messageText":"Parameter 'f' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage.vue","start":12519,"length":18,"code":2339,"category":1,"messageText":"Property 'toggleSearchConfig' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'."},{"file":"../src/components/test/maptestpage.vue","start":14439,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":15040,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":19751,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 12 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/customopenlayer/index.vue","start":8225,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; showControls: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":20277,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '(result: object) => Promise<void>' is not assignable to type '(query: string) => any'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'result' and 'query' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'string' is not assignable to type 'object'.","category":1,"code":2322}]}]},"relatedInformation":[]}]],893,[906,[{"file":"../src/components/test/multigeometryexample.vue","start":3256,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '{ center: [number, number]; zoom: number; projection: string; baseLayers: { id: string; name: string; type: \"OSM\"; visible: true; url: string; }[]; controls: { zoom: true; fullScreen: true; scaleLine: true; mousePosition: true; }; }' is not assignable to type 'MapConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'baseLayers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; url: string; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; url: string; }' is missing the following properties from type 'LayerConfig': opacity, zIndex","category":1,"code":2739}]}]}]}},{"file":"../src/components/test/multigeometryexample.vue","start":5761,"length":19,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'.","category":1,"code":2345,"next":[{"messageText":"Type 'BaseDrawing<any, any>[]' is missing the following properties from type 'BaseDrawing<any, any>': layer, source, feature, eventListeners, and 41 more.","category":1,"code":2740}]}},{"file":"../src/components/test/multigeometryexample.vue","start":6454,"length":17,"code":2345,"category":1,"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'."},{"file":"../src/components/test/multigeometryexample.vue","start":7266,"length":16,"code":2345,"category":1,"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'."}]],[907,[{"file":"../src/components/test/styletestpage.vue","start":791,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '{ center: [number, number]; zoom: number; projection: string; baseLayers: { id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }[]...' is not assignable to type 'MapConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'baseLayers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }' but required in type 'LayerConfig'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/customopenlayer/types/index.ts","start":7600,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/styletestpage.vue","start":1603,"length":20,"messageText":"'mapConfig.baseLayers' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/styletestpage.vue","start":1768,"length":20,"messageText":"'mapConfig.baseLayers' is possibly 'undefined'.","category":1,"code":18048}]],908,905,922,920,890,851,921],"affectedFilesPendingEmit":[909,910,931,911,97,96,923,98,99,768,871,767,773,864,867,865,866,854,853,872,873,855,852,772,775,774,776,859,766,858,761,758,759,760,869,762,644,857,856,868,645,880,879,881,886,882,925,883,884,885,924,870,878,876,877,875,764,887,926,651,874,927,769,860,736,650,745,748,749,751,738,750,743,742,741,737,747,739,740,731,733,757,756,735,861,771,863,732,652,726,720,715,717,719,721,729,653,716,728,930,722,725,724,654,723,727,710,718,655,658,862,765,755,746,754,770,928,929,734,730,714,711,712,713,763,744,753,95,888,892,895,891,896,889,894,897,898,899,900,901,902,903,904,893,906,907,908,905,922,920,890,851,921],"emitSignatures":[95,96,97,98,99,644,645,650,651,652,653,654,655,658,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,753,754,755,756,757,758,759,760,761,762,763,765,766,767,768,769,770,771,772,773,774,775,776,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,892,893,894,897,898,899,900,901,902,903,904,906,907,908,909,910,911]},"version":"5.1.6"}
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/@vue/shared/dist/shared.d.ts","../node_modules/@vue/reactivity/dist/reactivity.d.ts","../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../node_modules/csstype/index.d.ts","../node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../node_modules/vue/jsx-runtime/index.d.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../node_modules/vue/dist/vue.d.ts","../node_modules/ol/events/event.d.ts","../node_modules/ol/disposable.d.ts","../node_modules/ol/events.d.ts","../node_modules/ol/events/target.d.ts","../node_modules/ol/observable.d.ts","../node_modules/ol/objecteventtype.d.ts","../node_modules/ol/object.d.ts","../node_modules/ol/collection.d.ts","../node_modules/ol/color.d.ts","../node_modules/ol/size.d.ts","../node_modules/ol/colorlike.d.ts","../node_modules/ol/style/fill.d.ts","../node_modules/ol/style/stroke.d.ts","../node_modules/ol/pixel.d.ts","../node_modules/ol/transform.d.ts","../node_modules/ol/geom/simplegeometry.d.ts","../node_modules/ol/geom/circle.d.ts","../node_modules/ol/coordinate.d.ts","../node_modules/ol/proj/units.d.ts","../node_modules/ol/extent.d.ts","../node_modules/ol/tilecoord.d.ts","../node_modules/ol/tilerange.d.ts","../node_modules/ol/array.d.ts","../node_modules/ol/tilegrid/tilegrid.d.ts","../node_modules/ol/proj/projection.d.ts","../node_modules/ol/proj.d.ts","../node_modules/ol/geom/geometry.d.ts","../node_modules/ol/geom/geometrycollection.d.ts","../node_modules/ol/geom/linearring.d.ts","../node_modules/ol/geom/linestring.d.ts","../node_modules/ol/geom/multilinestring.d.ts","../node_modules/ol/geom/point.d.ts","../node_modules/ol/geom/multipoint.d.ts","../node_modules/ol/geom/polygon.d.ts","../node_modules/ol/geom/multipolygon.d.ts","../node_modules/ol/geom.d.ts","../node_modules/ol/render/feature.d.ts","../node_modules/ol/tile.d.ts","../node_modules/ol/datatile.d.ts","../node_modules/ol/style/image.d.ts","../node_modules/ol/render/canvas/zindexcontext.d.ts","../node_modules/ol/style/text.d.ts","../node_modules/@types/rbush/index.d.ts","../node_modules/ol/structs/rbush.d.ts","../node_modules/ol/render/canvas/executor.d.ts","../node_modules/ol/render/canvas.d.ts","../node_modules/ol/render/vectorcontext.d.ts","../node_modules/ol/render/canvas/immediate.d.ts","../node_modules/ol/structs/priorityqueue.d.ts","../node_modules/ol/tilequeue.d.ts","../node_modules/ol/centerconstraint.d.ts","../node_modules/ol/resolutionconstraint.d.ts","../node_modules/ol/rotationconstraint.d.ts","../node_modules/ol/view.d.ts","../node_modules/ol/render/eventtype.d.ts","../node_modules/ol/source/source.d.ts","../node_modules/ol/render/canvas/buildergroup.d.ts","../node_modules/ol/renderer/vector.d.ts","../node_modules/ol/renderer/map.d.ts","../node_modules/ol/resolution.d.ts","../node_modules/ol/image.d.ts","../node_modules/ol/renderer/layer.d.ts","../node_modules/ol/layer/layer.d.ts","../node_modules/ol/layer/base.d.ts","../node_modules/ol/layer/group.d.ts","../node_modules/ol/mapevent.d.ts","../node_modules/ol/mapbrowserevent.d.ts","../node_modules/ol/control/control.d.ts","../node_modules/ol/interaction/interaction.d.ts","../node_modules/ol/overlay.d.ts","../node_modules/ol/mapbrowsereventtype.d.ts","../node_modules/ol/mapeventtype.d.ts","../node_modules/ol/map.d.ts","../node_modules/ol/render/event.d.ts","../node_modules/ol/render.d.ts","../node_modules/ol/style/style.d.ts","../node_modules/ol/feature.d.ts","../node_modules/ol/geolocation.d.ts","../node_modules/ol/source/vectoreventtype.d.ts","../node_modules/ol/format/feature.d.ts","../node_modules/ol/featureloader.d.ts","../node_modules/ol/source/vector.d.ts","../node_modules/ol/renderer/canvas/layer.d.ts","../node_modules/ol/render/canvas/executorgroup.d.ts","../node_modules/ol/vectortile.d.ts","../node_modules/ol/source/tileeventtype.d.ts","../node_modules/ol/tilegrid/wmts.d.ts","../node_modules/ol/tilegrid.d.ts","../node_modules/ol/source/tile.d.ts","../node_modules/ol/source/urltile.d.ts","../node_modules/ol/vectorrendertile.d.ts","../node_modules/ol/source/vectortile.d.ts","../node_modules/ol/style/icon.d.ts","../node_modules/ol/expr/expression.d.ts","../node_modules/ol/style/flat.d.ts","../node_modules/ol/structs/lrucache.d.ts","../node_modules/ol/layer/basetile.d.ts","../node_modules/ol/layer/vectortile.d.ts","../node_modules/ol/imagetile.d.ts","../node_modules/ol/reproj/tile.d.ts","../node_modules/ol/source/tileimage.d.ts","../node_modules/ol/source/bingmaps.d.ts","../node_modules/ol/source/xyz.d.ts","../node_modules/ol/source/cartodb.d.ts","../node_modules/ol/source/cluster.d.ts","../node_modules/ol/source/datatile.d.ts","../node_modules/geotiff/dist-node/compression/basedecoder.d.ts","../node_modules/geotiff/dist-node/source/client/base.d.ts","../node_modules/geotiff/dist-node/globals.d.ts","../node_modules/geotiff/dist-node/rgb.d.ts","../node_modules/geotiff/dist-node/compression/index.d.ts","../node_modules/geotiff/dist-node/logging.d.ts","../node_modules/geotiff/dist-node/pool.d.ts","../node_modules/geotiff/dist-node/source/basesource.d.ts","../node_modules/geotiff/dist-node/geotiffimage.d.ts","../node_modules/geotiff/dist-node/dataslice.d.ts","../node_modules/geotiff/dist-node/geotiff.d.ts","../node_modules/ol/source/geotiff.d.ts","../node_modules/ol/source/google.d.ts","../node_modules/ol/source/iiif.d.ts","../node_modules/ol/source/image.d.ts","../node_modules/ol/source/imagearcgisrest.d.ts","../node_modules/ol/imagecanvas.d.ts","../node_modules/ol/source/imagecanvas.d.ts","../node_modules/ol/source/imagemapguide.d.ts","../node_modules/ol/source/imagestatic.d.ts","../node_modules/ol/source/imagetile.d.ts","../node_modules/ol/source/wms.d.ts","../node_modules/ol/source/imagewms.d.ts","../node_modules/ol/source/ogcmaptile.d.ts","../node_modules/ol/source/ogcvectortile.d.ts","../node_modules/ol/source/osm.d.ts","../node_modules/ol/source/raster.d.ts","../node_modules/ol/source/stadiamaps.d.ts","../node_modules/ol/source/tilearcgisrest.d.ts","../node_modules/ol/source/tiledebug.d.ts","../node_modules/ol/source/tilejson.d.ts","../node_modules/ol/source/tilewms.d.ts","../node_modules/ol/source/utfgrid.d.ts","../node_modules/ol/source/wmts.d.ts","../node_modules/ol/source/zoomify.d.ts","../node_modules/ol/source/arcgisrest.d.ts","../node_modules/ol/source/static.d.ts","../node_modules/ol/source/mapguide.d.ts","../node_modules/ol/source.d.ts","../node_modules/ol/layer/tile.d.ts","../node_modules/ol/renderer/canvas/tilelayer.d.ts","../node_modules/ol/renderer/canvas/vectortilelayer.d.ts","../node_modules/ol/layer/baseimage.d.ts","../node_modules/ol/layer/image.d.ts","../node_modules/ol/renderer/canvas/imagelayer.d.ts","../node_modules/ol/layer/vectorimage.d.ts","../node_modules/ol/renderer/canvas/vectorimagelayer.d.ts","../node_modules/ol/webgl.d.ts","../node_modules/ol/webgl/buffer.d.ts","../node_modules/ol/webgl/rendertarget.d.ts","../node_modules/ol/webgl/helper.d.ts","../node_modules/ol/renderer/webgl/layer.d.ts","../node_modules/ol/render/webgl/mixedgeometrybatch.d.ts","../node_modules/ol/render/webgl/shaderbuilder.d.ts","../node_modules/ol/render/webgl/vectorstylerenderer.d.ts","../node_modules/ol/renderer/webgl/vectorlayer.d.ts","../node_modules/ol/renderer/webgl/pointslayer.d.ts","../node_modules/ol/layer/basevector.d.ts","../node_modules/ol/renderer/canvas/vectorlayer.d.ts","../node_modules/ol/layer/vector.d.ts","../node_modules/ol/layer/graticule.d.ts","../node_modules/ol/kinetic.d.ts","../node_modules/ol/mapbrowsereventhandler.d.ts","../node_modules/ol/util.d.ts","../node_modules/ol/index.d.ts","../node_modules/ol/layer/heatmap.d.ts","../node_modules/ol/layer/webglpoints.d.ts","../node_modules/ol/webgl/basetilerepresentation.d.ts","../node_modules/ol/webgl/tiletexture.d.ts","../node_modules/ol/renderer/webgl/tilelayerbase.d.ts","../node_modules/ol/webgl/palettetexture.d.ts","../node_modules/ol/renderer/webgl/flowlayer.d.ts","../node_modules/ol/layer/flow.d.ts","../node_modules/ol/renderer/webgl/tilelayer.d.ts","../node_modules/ol/layer/webgltile.d.ts","../node_modules/ol/layer/webglvector.d.ts","../node_modules/ol/layer.d.ts","../src/components/olmappopup/types.ts","../node_modules/mitt/index.d.ts","../node_modules/proj4/dist/lib/projections.d.ts","../node_modules/proj4/dist/lib/defs.d.ts","../node_modules/proj4/dist/lib/proj.d.ts","../node_modules/proj4/dist/lib/core.d.ts","../node_modules/proj4/dist/lib/point.d.ts","../node_modules/proj4/dist/lib/common/topoint.d.ts","../node_modules/proj4/dist/lib/nadgrid.d.ts","../node_modules/proj4/dist/lib/transform.d.ts","../node_modules/proj4/dist/lib/index.d.ts","../node_modules/proj4/dist/index.d.ts","../node_modules/ol/proj/proj4.d.ts","../src/core/layers/baselayer.ts","../src/core/layers/interfaces.ts","../src/core/layers/tilelayerhandler.ts","../src/core/layers/wmslayerhandler.ts","../node_modules/ol/format/xml.d.ts","../node_modules/ol/format/wmtscapabilities.d.ts","../src/core/layers/wmtslayerhandler.ts","../node_modules/ol/format/jsonfeature.d.ts","../node_modules/ol/format/esrijson.d.ts","../node_modules/@types/geojson/index.d.ts","../node_modules/ol/format/geojson.d.ts","../node_modules/ol/format/xmlfeature.d.ts","../node_modules/ol/xml.d.ts","../node_modules/ol/format/gmlbase.d.ts","../node_modules/ol/format/gml3.d.ts","../node_modules/ol/format/gml.d.ts","../node_modules/ol/format/gpx.d.ts","../node_modules/ol/format/textfeature.d.ts","../node_modules/ol/format/igc.d.ts","../node_modules/ol/format/iiifinfo.d.ts","../node_modules/ol/format/kml.d.ts","../node_modules/ol/format/mvt.d.ts","../node_modules/ol/format/ows.d.ts","../node_modules/ol/format/polyline.d.ts","../node_modules/ol/format/topojson.d.ts","../node_modules/ol/format/filter/filter.d.ts","../node_modules/ol/format/wfs.d.ts","../node_modules/ol/format/wkb.d.ts","../node_modules/ol/format/wkt.d.ts","../node_modules/ol/format/wmscapabilities.d.ts","../node_modules/ol/format/wmsgetfeatureinfo.d.ts","../node_modules/ol/format.d.ts","../node_modules/ol/loadingstrategy.d.ts","../node_modules/ol/format/filter/logicalnary.d.ts","../node_modules/ol/format/filter/and.d.ts","../node_modules/ol/format/filter/or.d.ts","../node_modules/ol/format/filter/not.d.ts","../node_modules/ol/format/filter/bbox.d.ts","../node_modules/ol/format/filter/spatial.d.ts","../node_modules/ol/format/filter/contains.d.ts","../node_modules/ol/format/filter/intersects.d.ts","../node_modules/ol/format/filter/disjoint.d.ts","../node_modules/ol/format/filter/within.d.ts","../node_modules/ol/format/filter/dwithin.d.ts","../node_modules/ol/format/filter/comparison.d.ts","../node_modules/ol/format/filter/comparisonbinary.d.ts","../node_modules/ol/format/filter/equalto.d.ts","../node_modules/ol/format/filter/notequalto.d.ts","../node_modules/ol/format/filter/lessthan.d.ts","../node_modules/ol/format/filter/lessthanorequalto.d.ts","../node_modules/ol/format/filter/greaterthan.d.ts","../node_modules/ol/format/filter/greaterthanorequalto.d.ts","../node_modules/ol/format/filter/isnull.d.ts","../node_modules/ol/format/filter/isbetween.d.ts","../node_modules/ol/format/filter/islike.d.ts","../node_modules/ol/format/filter/during.d.ts","../node_modules/ol/format/filter/resourceid.d.ts","../node_modules/ol/format/filter.d.ts","../src/core/layers/wfslayerhandler.ts","../node_modules/ol/style/regularshape.d.ts","../node_modules/ol/style/circle.d.ts","../node_modules/ol/style/iconimage.d.ts","../node_modules/ol/style.d.ts","../src/core/styles/interfaces.ts","../src/core/styles/stylefactory.ts","../src/core/styles/stylemanager.ts","../src/core/styles/index.ts","../src/core/layers/geojsonlayerhandler.ts","../src/core/layers/kmllayerhandler.ts","../src/core/layers/gmllayerhandler.ts","../src/core/layers/wktlayerhandler.ts","../src/core/layers/heatmaplayerhandler.ts","../src/core/layers/clusterlayerhandler.ts","../src/core/layers/imagevectorlayerhandler.ts","../src/core/layers/supermaptiledmapservicehandler.ts","../src/core/layers/tilesupermapresthandler.ts","../src/core/layers/tianditulayerhandler.ts","../src/core/layers/tiandituconfighelper.ts","../src/core/layers/canvaslayerhandler.ts","../src/core/layers/vectortilelayerhandler.ts","../src/core/layers/layerfactory.ts","../src/core/layers/index.ts","../src/core/storage.ts","../src/core/eventbus.ts","../src/core/layermanager.ts","../src/core/eventmanager.ts","../src/core/drawing/basedrawing.ts","../src/types/map.ts","../src/types/plugin.ts","../src/types/index.ts","../src/components/olbaselayerswitcher.vue.ts","../node_modules/element-plus/es/utils/dom/aria.d.ts","../node_modules/element-plus/es/utils/dom/event.d.ts","../node_modules/element-plus/es/utils/dom/position.d.ts","../node_modules/element-plus/es/utils/dom/scroll.d.ts","../node_modules/element-plus/es/utils/dom/style.d.ts","../node_modules/element-plus/es/utils/dom/element.d.ts","../node_modules/element-plus/es/utils/dom/index.d.ts","../node_modules/element-plus/es/utils/vue/global-node.d.ts","../node_modules/element-plus/es/utils/vue/icon.d.ts","../node_modules/element-plus/es/utils/vue/typescript.d.ts","../node_modules/element-plus/es/utils/vue/install.d.ts","../node_modules/element-plus/es/utils/vue/props/util.d.ts","../node_modules/element-plus/es/utils/vue/props/runtime.d.ts","../node_modules/element-plus/es/utils/vue/props/types.d.ts","../node_modules/element-plus/es/utils/vue/props/index.d.ts","../node_modules/element-plus/es/utils/vue/refs.d.ts","../node_modules/element-plus/es/constants/aria.d.ts","../node_modules/element-plus/es/constants/date.d.ts","../node_modules/element-plus/es/constants/event.d.ts","../node_modules/element-plus/es/constants/key.d.ts","../node_modules/element-plus/es/constants/size.d.ts","../node_modules/element-plus/es/constants/column-alignment.d.ts","../node_modules/element-plus/es/constants/form.d.ts","../node_modules/element-plus/es/constants/index.d.ts","../node_modules/element-plus/es/utils/vue/size.d.ts","../node_modules/element-plus/es/utils/vue/validator.d.ts","../node_modules/element-plus/es/utils/vue/vnode.d.ts","../node_modules/element-plus/es/utils/vue/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/lodash-es/add.d.ts","../node_modules/@types/lodash-es/after.d.ts","../node_modules/@types/lodash-es/ary.d.ts","../node_modules/@types/lodash-es/assign.d.ts","../node_modules/@types/lodash-es/assignin.d.ts","../node_modules/@types/lodash-es/assigninwith.d.ts","../node_modules/@types/lodash-es/assignwith.d.ts","../node_modules/@types/lodash-es/at.d.ts","../node_modules/@types/lodash-es/attempt.d.ts","../node_modules/@types/lodash-es/before.d.ts","../node_modules/@types/lodash-es/bind.d.ts","../node_modules/@types/lodash-es/bindall.d.ts","../node_modules/@types/lodash-es/bindkey.d.ts","../node_modules/@types/lodash-es/camelcase.d.ts","../node_modules/@types/lodash-es/capitalize.d.ts","../node_modules/@types/lodash-es/castarray.d.ts","../node_modules/@types/lodash-es/ceil.d.ts","../node_modules/@types/lodash-es/chain.d.ts","../node_modules/@types/lodash-es/chunk.d.ts","../node_modules/@types/lodash-es/clamp.d.ts","../node_modules/@types/lodash-es/clone.d.ts","../node_modules/@types/lodash-es/clonedeep.d.ts","../node_modules/@types/lodash-es/clonedeepwith.d.ts","../node_modules/@types/lodash-es/clonewith.d.ts","../node_modules/@types/lodash-es/compact.d.ts","../node_modules/@types/lodash-es/concat.d.ts","../node_modules/@types/lodash-es/cond.d.ts","../node_modules/@types/lodash-es/conforms.d.ts","../node_modules/@types/lodash-es/conformsto.d.ts","../node_modules/@types/lodash-es/constant.d.ts","../node_modules/@types/lodash-es/countby.d.ts","../node_modules/@types/lodash-es/create.d.ts","../node_modules/@types/lodash-es/curry.d.ts","../node_modules/@types/lodash-es/curryright.d.ts","../node_modules/@types/lodash-es/debounce.d.ts","../node_modules/@types/lodash-es/deburr.d.ts","../node_modules/@types/lodash-es/defaults.d.ts","../node_modules/@types/lodash-es/defaultsdeep.d.ts","../node_modules/@types/lodash-es/defaultto.d.ts","../node_modules/@types/lodash-es/defer.d.ts","../node_modules/@types/lodash-es/delay.d.ts","../node_modules/@types/lodash-es/difference.d.ts","../node_modules/@types/lodash-es/differenceby.d.ts","../node_modules/@types/lodash-es/differencewith.d.ts","../node_modules/@types/lodash-es/divide.d.ts","../node_modules/@types/lodash-es/drop.d.ts","../node_modules/@types/lodash-es/dropright.d.ts","../node_modules/@types/lodash-es/droprightwhile.d.ts","../node_modules/@types/lodash-es/dropwhile.d.ts","../node_modules/@types/lodash-es/each.d.ts","../node_modules/@types/lodash-es/eachright.d.ts","../node_modules/@types/lodash-es/endswith.d.ts","../node_modules/@types/lodash-es/entries.d.ts","../node_modules/@types/lodash-es/entriesin.d.ts","../node_modules/@types/lodash-es/eq.d.ts","../node_modules/@types/lodash-es/escape.d.ts","../node_modules/@types/lodash-es/escaperegexp.d.ts","../node_modules/@types/lodash-es/every.d.ts","../node_modules/@types/lodash-es/extend.d.ts","../node_modules/@types/lodash-es/extendwith.d.ts","../node_modules/@types/lodash-es/fill.d.ts","../node_modules/@types/lodash-es/filter.d.ts","../node_modules/@types/lodash-es/find.d.ts","../node_modules/@types/lodash-es/findindex.d.ts","../node_modules/@types/lodash-es/findkey.d.ts","../node_modules/@types/lodash-es/findlast.d.ts","../node_modules/@types/lodash-es/findlastindex.d.ts","../node_modules/@types/lodash-es/findlastkey.d.ts","../node_modules/@types/lodash-es/first.d.ts","../node_modules/@types/lodash-es/flatmap.d.ts","../node_modules/@types/lodash-es/flatmapdeep.d.ts","../node_modules/@types/lodash-es/flatmapdepth.d.ts","../node_modules/@types/lodash-es/flatten.d.ts","../node_modules/@types/lodash-es/flattendeep.d.ts","../node_modules/@types/lodash-es/flattendepth.d.ts","../node_modules/@types/lodash-es/flip.d.ts","../node_modules/@types/lodash-es/floor.d.ts","../node_modules/@types/lodash-es/flow.d.ts","../node_modules/@types/lodash-es/flowright.d.ts","../node_modules/@types/lodash-es/foreach.d.ts","../node_modules/@types/lodash-es/foreachright.d.ts","../node_modules/@types/lodash-es/forin.d.ts","../node_modules/@types/lodash-es/forinright.d.ts","../node_modules/@types/lodash-es/forown.d.ts","../node_modules/@types/lodash-es/forownright.d.ts","../node_modules/@types/lodash-es/frompairs.d.ts","../node_modules/@types/lodash-es/functions.d.ts","../node_modules/@types/lodash-es/functionsin.d.ts","../node_modules/@types/lodash-es/get.d.ts","../node_modules/@types/lodash-es/groupby.d.ts","../node_modules/@types/lodash-es/gt.d.ts","../node_modules/@types/lodash-es/gte.d.ts","../node_modules/@types/lodash-es/has.d.ts","../node_modules/@types/lodash-es/hasin.d.ts","../node_modules/@types/lodash-es/head.d.ts","../node_modules/@types/lodash-es/identity.d.ts","../node_modules/@types/lodash-es/includes.d.ts","../node_modules/@types/lodash-es/indexof.d.ts","../node_modules/@types/lodash-es/initial.d.ts","../node_modules/@types/lodash-es/inrange.d.ts","../node_modules/@types/lodash-es/intersection.d.ts","../node_modules/@types/lodash-es/intersectionby.d.ts","../node_modules/@types/lodash-es/intersectionwith.d.ts","../node_modules/@types/lodash-es/invert.d.ts","../node_modules/@types/lodash-es/invertby.d.ts","../node_modules/@types/lodash-es/invoke.d.ts","../node_modules/@types/lodash-es/invokemap.d.ts","../node_modules/@types/lodash-es/isarguments.d.ts","../node_modules/@types/lodash-es/isarray.d.ts","../node_modules/@types/lodash-es/isarraybuffer.d.ts","../node_modules/@types/lodash-es/isarraylike.d.ts","../node_modules/@types/lodash-es/isarraylikeobject.d.ts","../node_modules/@types/lodash-es/isboolean.d.ts","../node_modules/@types/lodash-es/isbuffer.d.ts","../node_modules/@types/lodash-es/isdate.d.ts","../node_modules/@types/lodash-es/iselement.d.ts","../node_modules/@types/lodash-es/isempty.d.ts","../node_modules/@types/lodash-es/isequal.d.ts","../node_modules/@types/lodash-es/isequalwith.d.ts","../node_modules/@types/lodash-es/iserror.d.ts","../node_modules/@types/lodash-es/isfinite.d.ts","../node_modules/@types/lodash-es/isfunction.d.ts","../node_modules/@types/lodash-es/isinteger.d.ts","../node_modules/@types/lodash-es/islength.d.ts","../node_modules/@types/lodash-es/ismap.d.ts","../node_modules/@types/lodash-es/ismatch.d.ts","../node_modules/@types/lodash-es/ismatchwith.d.ts","../node_modules/@types/lodash-es/isnan.d.ts","../node_modules/@types/lodash-es/isnative.d.ts","../node_modules/@types/lodash-es/isnil.d.ts","../node_modules/@types/lodash-es/isnull.d.ts","../node_modules/@types/lodash-es/isnumber.d.ts","../node_modules/@types/lodash-es/isobject.d.ts","../node_modules/@types/lodash-es/isobjectlike.d.ts","../node_modules/@types/lodash-es/isplainobject.d.ts","../node_modules/@types/lodash-es/isregexp.d.ts","../node_modules/@types/lodash-es/issafeinteger.d.ts","../node_modules/@types/lodash-es/isset.d.ts","../node_modules/@types/lodash-es/isstring.d.ts","../node_modules/@types/lodash-es/issymbol.d.ts","../node_modules/@types/lodash-es/istypedarray.d.ts","../node_modules/@types/lodash-es/isundefined.d.ts","../node_modules/@types/lodash-es/isweakmap.d.ts","../node_modules/@types/lodash-es/isweakset.d.ts","../node_modules/@types/lodash-es/iteratee.d.ts","../node_modules/@types/lodash-es/join.d.ts","../node_modules/@types/lodash-es/kebabcase.d.ts","../node_modules/@types/lodash-es/keyby.d.ts","../node_modules/@types/lodash-es/keys.d.ts","../node_modules/@types/lodash-es/keysin.d.ts","../node_modules/@types/lodash-es/last.d.ts","../node_modules/@types/lodash-es/lastindexof.d.ts","../node_modules/@types/lodash-es/lowercase.d.ts","../node_modules/@types/lodash-es/lowerfirst.d.ts","../node_modules/@types/lodash-es/lt.d.ts","../node_modules/@types/lodash-es/lte.d.ts","../node_modules/@types/lodash-es/map.d.ts","../node_modules/@types/lodash-es/mapkeys.d.ts","../node_modules/@types/lodash-es/mapvalues.d.ts","../node_modules/@types/lodash-es/matches.d.ts","../node_modules/@types/lodash-es/matchesproperty.d.ts","../node_modules/@types/lodash-es/max.d.ts","../node_modules/@types/lodash-es/maxby.d.ts","../node_modules/@types/lodash-es/mean.d.ts","../node_modules/@types/lodash-es/meanby.d.ts","../node_modules/@types/lodash-es/memoize.d.ts","../node_modules/@types/lodash-es/merge.d.ts","../node_modules/@types/lodash-es/mergewith.d.ts","../node_modules/@types/lodash-es/method.d.ts","../node_modules/@types/lodash-es/methodof.d.ts","../node_modules/@types/lodash-es/min.d.ts","../node_modules/@types/lodash-es/minby.d.ts","../node_modules/@types/lodash-es/mixin.d.ts","../node_modules/@types/lodash-es/multiply.d.ts","../node_modules/@types/lodash-es/negate.d.ts","../node_modules/@types/lodash-es/noop.d.ts","../node_modules/@types/lodash-es/now.d.ts","../node_modules/@types/lodash-es/nth.d.ts","../node_modules/@types/lodash-es/ntharg.d.ts","../node_modules/@types/lodash-es/omit.d.ts","../node_modules/@types/lodash-es/omitby.d.ts","../node_modules/@types/lodash-es/once.d.ts","../node_modules/@types/lodash-es/orderby.d.ts","../node_modules/@types/lodash-es/over.d.ts","../node_modules/@types/lodash-es/overargs.d.ts","../node_modules/@types/lodash-es/overevery.d.ts","../node_modules/@types/lodash-es/oversome.d.ts","../node_modules/@types/lodash-es/pad.d.ts","../node_modules/@types/lodash-es/padend.d.ts","../node_modules/@types/lodash-es/padstart.d.ts","../node_modules/@types/lodash-es/parseint.d.ts","../node_modules/@types/lodash-es/partial.d.ts","../node_modules/@types/lodash-es/partialright.d.ts","../node_modules/@types/lodash-es/partition.d.ts","../node_modules/@types/lodash-es/pick.d.ts","../node_modules/@types/lodash-es/pickby.d.ts","../node_modules/@types/lodash-es/property.d.ts","../node_modules/@types/lodash-es/propertyof.d.ts","../node_modules/@types/lodash-es/pull.d.ts","../node_modules/@types/lodash-es/pullall.d.ts","../node_modules/@types/lodash-es/pullallby.d.ts","../node_modules/@types/lodash-es/pullallwith.d.ts","../node_modules/@types/lodash-es/pullat.d.ts","../node_modules/@types/lodash-es/random.d.ts","../node_modules/@types/lodash-es/range.d.ts","../node_modules/@types/lodash-es/rangeright.d.ts","../node_modules/@types/lodash-es/rearg.d.ts","../node_modules/@types/lodash-es/reduce.d.ts","../node_modules/@types/lodash-es/reduceright.d.ts","../node_modules/@types/lodash-es/reject.d.ts","../node_modules/@types/lodash-es/remove.d.ts","../node_modules/@types/lodash-es/repeat.d.ts","../node_modules/@types/lodash-es/replace.d.ts","../node_modules/@types/lodash-es/rest.d.ts","../node_modules/@types/lodash-es/result.d.ts","../node_modules/@types/lodash-es/reverse.d.ts","../node_modules/@types/lodash-es/round.d.ts","../node_modules/@types/lodash-es/sample.d.ts","../node_modules/@types/lodash-es/samplesize.d.ts","../node_modules/@types/lodash-es/set.d.ts","../node_modules/@types/lodash-es/setwith.d.ts","../node_modules/@types/lodash-es/shuffle.d.ts","../node_modules/@types/lodash-es/size.d.ts","../node_modules/@types/lodash-es/slice.d.ts","../node_modules/@types/lodash-es/snakecase.d.ts","../node_modules/@types/lodash-es/some.d.ts","../node_modules/@types/lodash-es/sortby.d.ts","../node_modules/@types/lodash-es/sortedindex.d.ts","../node_modules/@types/lodash-es/sortedindexby.d.ts","../node_modules/@types/lodash-es/sortedindexof.d.ts","../node_modules/@types/lodash-es/sortedlastindex.d.ts","../node_modules/@types/lodash-es/sortedlastindexby.d.ts","../node_modules/@types/lodash-es/sortedlastindexof.d.ts","../node_modules/@types/lodash-es/sorteduniq.d.ts","../node_modules/@types/lodash-es/sorteduniqby.d.ts","../node_modules/@types/lodash-es/split.d.ts","../node_modules/@types/lodash-es/spread.d.ts","../node_modules/@types/lodash-es/startcase.d.ts","../node_modules/@types/lodash-es/startswith.d.ts","../node_modules/@types/lodash-es/stubarray.d.ts","../node_modules/@types/lodash-es/stubfalse.d.ts","../node_modules/@types/lodash-es/stubobject.d.ts","../node_modules/@types/lodash-es/stubstring.d.ts","../node_modules/@types/lodash-es/stubtrue.d.ts","../node_modules/@types/lodash-es/subtract.d.ts","../node_modules/@types/lodash-es/sum.d.ts","../node_modules/@types/lodash-es/sumby.d.ts","../node_modules/@types/lodash-es/tail.d.ts","../node_modules/@types/lodash-es/take.d.ts","../node_modules/@types/lodash-es/takeright.d.ts","../node_modules/@types/lodash-es/takerightwhile.d.ts","../node_modules/@types/lodash-es/takewhile.d.ts","../node_modules/@types/lodash-es/tap.d.ts","../node_modules/@types/lodash-es/template.d.ts","../node_modules/@types/lodash-es/templatesettings.d.ts","../node_modules/@types/lodash-es/throttle.d.ts","../node_modules/@types/lodash-es/thru.d.ts","../node_modules/@types/lodash-es/times.d.ts","../node_modules/@types/lodash-es/toarray.d.ts","../node_modules/@types/lodash-es/tofinite.d.ts","../node_modules/@types/lodash-es/tointeger.d.ts","../node_modules/@types/lodash-es/tolength.d.ts","../node_modules/@types/lodash-es/tolower.d.ts","../node_modules/@types/lodash-es/tonumber.d.ts","../node_modules/@types/lodash-es/topairs.d.ts","../node_modules/@types/lodash-es/topairsin.d.ts","../node_modules/@types/lodash-es/topath.d.ts","../node_modules/@types/lodash-es/toplainobject.d.ts","../node_modules/@types/lodash-es/tosafeinteger.d.ts","../node_modules/@types/lodash-es/tostring.d.ts","../node_modules/@types/lodash-es/toupper.d.ts","../node_modules/@types/lodash-es/transform.d.ts","../node_modules/@types/lodash-es/trim.d.ts","../node_modules/@types/lodash-es/trimend.d.ts","../node_modules/@types/lodash-es/trimstart.d.ts","../node_modules/@types/lodash-es/truncate.d.ts","../node_modules/@types/lodash-es/unary.d.ts","../node_modules/@types/lodash-es/unescape.d.ts","../node_modules/@types/lodash-es/union.d.ts","../node_modules/@types/lodash-es/unionby.d.ts","../node_modules/@types/lodash-es/unionwith.d.ts","../node_modules/@types/lodash-es/uniq.d.ts","../node_modules/@types/lodash-es/uniqby.d.ts","../node_modules/@types/lodash-es/uniqueid.d.ts","../node_modules/@types/lodash-es/uniqwith.d.ts","../node_modules/@types/lodash-es/unset.d.ts","../node_modules/@types/lodash-es/unzip.d.ts","../node_modules/@types/lodash-es/unzipwith.d.ts","../node_modules/@types/lodash-es/update.d.ts","../node_modules/@types/lodash-es/updatewith.d.ts","../node_modules/@types/lodash-es/uppercase.d.ts","../node_modules/@types/lodash-es/upperfirst.d.ts","../node_modules/@types/lodash-es/values.d.ts","../node_modules/@types/lodash-es/valuesin.d.ts","../node_modules/@types/lodash-es/without.d.ts","../node_modules/@types/lodash-es/words.d.ts","../node_modules/@types/lodash-es/wrap.d.ts","../node_modules/@types/lodash-es/xor.d.ts","../node_modules/@types/lodash-es/xorby.d.ts","../node_modules/@types/lodash-es/xorwith.d.ts","../node_modules/@types/lodash-es/zip.d.ts","../node_modules/@types/lodash-es/zipobject.d.ts","../node_modules/@types/lodash-es/zipobjectdeep.d.ts","../node_modules/@types/lodash-es/zipwith.d.ts","../node_modules/@types/lodash-es/index.d.ts","../node_modules/lodash-unified/type.d.ts","../node_modules/element-plus/es/utils/arrays.d.ts","../node_modules/@vueuse/shared/node_modules/vue-demi/lib/index.d.ts","../node_modules/@vueuse/shared/index.d.cts","../node_modules/@vueuse/core/node_modules/vue-demi/lib/index.d.ts","../node_modules/@vueuse/core/index.d.cts","../node_modules/element-plus/es/utils/browser.d.ts","../node_modules/element-plus/es/utils/error.d.ts","../node_modules/element-plus/es/utils/functions.d.ts","../node_modules/element-plus/es/utils/i18n.d.ts","../node_modules/element-plus/es/utils/objects.d.ts","../node_modules/element-plus/es/utils/raf.d.ts","../node_modules/element-plus/es/utils/rand.d.ts","../node_modules/element-plus/es/utils/strings.d.ts","../node_modules/element-plus/es/utils/types.d.ts","../node_modules/element-plus/es/utils/typescript.d.ts","../node_modules/element-plus/es/utils/throttlebyraf.d.ts","../node_modules/element-plus/es/utils/easings.d.ts","../node_modules/element-plus/es/utils/index.d.ts","../node_modules/element-plus/es/components/affix/src/affix.vue.d.ts","../node_modules/element-plus/es/components/affix/src/affix.d.ts","../node_modules/element-plus/es/components/affix/index.d.ts","../node_modules/element-plus/es/components/alert/src/alert.vue.d.ts","../node_modules/element-plus/es/components/alert/src/alert.d.ts","../node_modules/element-plus/es/components/alert/src/instance.d.ts","../node_modules/element-plus/es/components/alert/index.d.ts","../node_modules/@popperjs/core/lib/enums.d.ts","../node_modules/@popperjs/core/lib/modifiers/popperoffsets.d.ts","../node_modules/@popperjs/core/lib/modifiers/flip.d.ts","../node_modules/@popperjs/core/lib/modifiers/hide.d.ts","../node_modules/@popperjs/core/lib/modifiers/offset.d.ts","../node_modules/@popperjs/core/lib/modifiers/eventlisteners.d.ts","../node_modules/@popperjs/core/lib/modifiers/computestyles.d.ts","../node_modules/@popperjs/core/lib/modifiers/arrow.d.ts","../node_modules/@popperjs/core/lib/modifiers/preventoverflow.d.ts","../node_modules/@popperjs/core/lib/modifiers/applystyles.d.ts","../node_modules/@popperjs/core/lib/types.d.ts","../node_modules/@popperjs/core/lib/modifiers/index.d.ts","../node_modules/@popperjs/core/lib/utils/detectoverflow.d.ts","../node_modules/@popperjs/core/lib/createpopper.d.ts","../node_modules/@popperjs/core/lib/popper-lite.d.ts","../node_modules/@popperjs/core/lib/popper.d.ts","../node_modules/@popperjs/core/lib/index.d.ts","../node_modules/@popperjs/core/index.d.ts","../node_modules/element-plus/es/components/popper/src/constants.d.ts","../node_modules/element-plus/es/components/popper/src/popper.vue.d.ts","../node_modules/element-plus/es/components/popper/src/arrow.vue.d.ts","../node_modules/element-plus/es/components/popper/src/trigger.vue.d.ts","../node_modules/element-plus/es/components/popper/src/content.vue.d.ts","../node_modules/element-plus/es/components/popper/src/popper.d.ts","../node_modules/element-plus/es/components/popper/src/trigger.d.ts","../node_modules/element-plus/es/components/popper/src/content.d.ts","../node_modules/element-plus/es/components/popper/src/arrow.d.ts","../node_modules/element-plus/es/components/popper/index.d.ts","../node_modules/element-plus/es/components/input/src/input.d.ts","../node_modules/element-plus/es/components/input/src/input.vue.d.ts","../node_modules/element-plus/es/components/input/src/instance.d.ts","../node_modules/element-plus/es/components/input/index.d.ts","../node_modules/element-plus/es/components/autocomplete/src/autocomplete.d.ts","../node_modules/element-plus/es/components/tooltip/src/content.vue.d.ts","../node_modules/element-plus/es/components/tooltip/src/content.d.ts","../node_modules/element-plus/es/components/tooltip/src/tooltip.vue.d.ts","../node_modules/element-plus/es/hooks/use-attrs/index.d.ts","../node_modules/element-plus/es/hooks/use-calc-input-width/index.d.ts","../node_modules/element-plus/es/hooks/use-deprecated/index.d.ts","../node_modules/element-plus/es/hooks/use-draggable/index.d.ts","../node_modules/element-plus/es/hooks/use-focus/index.d.ts","../node_modules/element-plus/es/locale/lang/en.d.ts","../node_modules/element-plus/es/locale/lang/af.d.ts","../node_modules/element-plus/es/locale/lang/ar-eg.d.ts","../node_modules/element-plus/es/locale/lang/ar.d.ts","../node_modules/element-plus/es/locale/lang/az.d.ts","../node_modules/element-plus/es/locale/lang/bg.d.ts","../node_modules/element-plus/es/locale/lang/bn.d.ts","../node_modules/element-plus/es/locale/lang/ca.d.ts","../node_modules/element-plus/es/locale/lang/ckb.d.ts","../node_modules/element-plus/es/locale/lang/cs.d.ts","../node_modules/element-plus/es/locale/lang/da.d.ts","../node_modules/element-plus/es/locale/lang/de.d.ts","../node_modules/element-plus/es/locale/lang/el.d.ts","../node_modules/element-plus/es/locale/lang/eo.d.ts","../node_modules/element-plus/es/locale/lang/es.d.ts","../node_modules/element-plus/es/locale/lang/et.d.ts","../node_modules/element-plus/es/locale/lang/eu.d.ts","../node_modules/element-plus/es/locale/lang/fa.d.ts","../node_modules/element-plus/es/locale/lang/fi.d.ts","../node_modules/element-plus/es/locale/lang/fr.d.ts","../node_modules/element-plus/es/locale/lang/he.d.ts","../node_modules/element-plus/es/locale/lang/hi.d.ts","../node_modules/element-plus/es/locale/lang/hr.d.ts","../node_modules/element-plus/es/locale/lang/hu.d.ts","../node_modules/element-plus/es/locale/lang/hy-am.d.ts","../node_modules/element-plus/es/locale/lang/id.d.ts","../node_modules/element-plus/es/locale/lang/it.d.ts","../node_modules/element-plus/es/locale/lang/ja.d.ts","../node_modules/element-plus/es/locale/lang/kk.d.ts","../node_modules/element-plus/es/locale/lang/km.d.ts","../node_modules/element-plus/es/locale/lang/ko.d.ts","../node_modules/element-plus/es/locale/lang/ku.d.ts","../node_modules/element-plus/es/locale/lang/ky.d.ts","../node_modules/element-plus/es/locale/lang/lo.d.ts","../node_modules/element-plus/es/locale/lang/lt.d.ts","../node_modules/element-plus/es/locale/lang/lv.d.ts","../node_modules/element-plus/es/locale/lang/mg.d.ts","../node_modules/element-plus/es/locale/lang/mn.d.ts","../node_modules/element-plus/es/locale/lang/ms.d.ts","../node_modules/element-plus/es/locale/lang/my.d.ts","../node_modules/element-plus/es/locale/lang/nb-no.d.ts","../node_modules/element-plus/es/locale/lang/nl.d.ts","../node_modules/element-plus/es/locale/lang/no.d.ts","../node_modules/element-plus/es/locale/lang/pa.d.ts","../node_modules/element-plus/es/locale/lang/pl.d.ts","../node_modules/element-plus/es/locale/lang/pt-br.d.ts","../node_modules/element-plus/es/locale/lang/pt.d.ts","../node_modules/element-plus/es/locale/lang/ro.d.ts","../node_modules/element-plus/es/locale/lang/ru.d.ts","../node_modules/element-plus/es/locale/lang/sk.d.ts","../node_modules/element-plus/es/locale/lang/sl.d.ts","../node_modules/element-plus/es/locale/lang/sr.d.ts","../node_modules/element-plus/es/locale/lang/sv.d.ts","../node_modules/element-plus/es/locale/lang/sw.d.ts","../node_modules/element-plus/es/locale/lang/ta.d.ts","../node_modules/element-plus/es/locale/lang/te.d.ts","../node_modules/element-plus/es/locale/lang/th.d.ts","../node_modules/element-plus/es/locale/lang/tk.d.ts","../node_modules/element-plus/es/locale/lang/tr.d.ts","../node_modules/element-plus/es/locale/lang/ug-cn.d.ts","../node_modules/element-plus/es/locale/lang/uk.d.ts","../node_modules/element-plus/es/locale/lang/uz-uz.d.ts","../node_modules/element-plus/es/locale/lang/vi.d.ts","../node_modules/element-plus/es/locale/lang/zh-cn.d.ts","../node_modules/element-plus/es/locale/lang/zh-tw.d.ts","../node_modules/element-plus/es/locale/lang/zh-hk.d.ts","../node_modules/element-plus/es/locale/lang/zh-mo.d.ts","../node_modules/element-plus/es/locale/index.d.ts","../node_modules/element-plus/es/hooks/use-locale/index.d.ts","../node_modules/element-plus/es/hooks/use-namespace/index.d.ts","../node_modules/element-plus/es/hooks/use-lockscreen/index.d.ts","../node_modules/element-plus/es/hooks/use-modal/index.d.ts","../node_modules/element-plus/es/hooks/use-model-toggle/index.d.ts","../node_modules/element-plus/es/hooks/use-prevent-global/index.d.ts","../node_modules/element-plus/es/hooks/use-prop/index.d.ts","../node_modules/element-plus/es/hooks/use-popper/index.d.ts","../node_modules/element-plus/es/hooks/use-same-target/index.d.ts","../node_modules/element-plus/es/hooks/use-teleport/index.d.ts","../node_modules/element-plus/es/hooks/use-throttle-render/index.d.ts","../node_modules/element-plus/es/hooks/use-timeout/index.d.ts","../node_modules/element-plus/es/hooks/use-transition-fallthrough/index.d.ts","../node_modules/element-plus/es/hooks/use-id/index.d.ts","../node_modules/element-plus/es/hooks/use-escape-keydown/index.d.ts","../node_modules/element-plus/es/hooks/use-popper-container/index.d.ts","../node_modules/element-plus/es/hooks/use-intermediate-render/index.d.ts","../node_modules/element-plus/es/hooks/use-delayed-toggle/index.d.ts","../node_modules/element-plus/es/hooks/use-forward-ref/index.d.ts","../node_modules/element-plus/es/hooks/use-z-index/index.d.ts","../node_modules/@floating-ui/utils/dist/floating-ui.utils.d.ts","../node_modules/@floating-ui/core/dist/floating-ui.core.d.ts","../node_modules/@floating-ui/utils/dom/floating-ui.utils.dom.d.ts","../node_modules/@floating-ui/dom/dist/floating-ui.dom.d.ts","../node_modules/element-plus/es/hooks/use-floating/index.d.ts","../node_modules/element-plus/es/hooks/use-cursor/index.d.ts","../node_modules/element-plus/es/hooks/use-ordered-children/index.d.ts","../node_modules/element-plus/es/hooks/use-size/index.d.ts","../node_modules/element-plus/es/hooks/use-focus-controller/index.d.ts","../node_modules/element-plus/es/hooks/use-composition/index.d.ts","../node_modules/element-plus/es/hooks/use-empty-values/index.d.ts","../node_modules/element-plus/es/hooks/use-aria/index.d.ts","../node_modules/element-plus/es/hooks/index.d.ts","../node_modules/element-plus/es/components/tooltip/src/trigger.d.ts","../node_modules/element-plus/es/components/tooltip/src/tooltip.d.ts","../node_modules/element-plus/es/components/tooltip/src/constants.d.ts","../node_modules/element-plus/es/components/tooltip/index.d.ts","../node_modules/element-plus/es/components/autocomplete/src/autocomplete.vue.d.ts","../node_modules/element-plus/es/components/autocomplete/index.d.ts","../node_modules/element-plus/es/components/avatar/src/avatar.vue.d.ts","../node_modules/element-plus/es/components/avatar/src/avatar.d.ts","../node_modules/element-plus/es/components/avatar/src/instance.d.ts","../node_modules/element-plus/es/components/avatar/index.d.ts","../node_modules/element-plus/es/components/backtop/src/backtop.vue.d.ts","../node_modules/element-plus/es/components/backtop/src/backtop.d.ts","../node_modules/element-plus/es/components/backtop/src/instance.d.ts","../node_modules/element-plus/es/components/backtop/index.d.ts","../node_modules/element-plus/es/components/badge/src/badge.vue.d.ts","../node_modules/element-plus/es/components/badge/src/badge.d.ts","../node_modules/element-plus/es/components/badge/src/instance.d.ts","../node_modules/element-plus/es/components/badge/index.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/breadcrumb.vue.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/breadcrumb.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/breadcrumb-item.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/constants.d.ts","../node_modules/element-plus/es/components/breadcrumb/src/instances.d.ts","../node_modules/element-plus/es/components/breadcrumb/index.d.ts","../node_modules/element-plus/es/components/button/src/button.vue.d.ts","../node_modules/element-plus/es/components/button/src/button-group.vue.d.ts","../node_modules/element-plus/es/components/button/src/button.d.ts","../node_modules/element-plus/es/components/button/src/constants.d.ts","../node_modules/element-plus/es/components/button/src/instance.d.ts","../node_modules/element-plus/es/components/button/index.d.ts","../node_modules/dayjs/locale/types.d.ts","../node_modules/dayjs/locale/index.d.ts","../node_modules/dayjs/index.d.ts","../node_modules/element-plus/es/components/calendar/src/calendar.d.ts","../node_modules/element-plus/es/components/calendar/src/calendar.vue.d.ts","../node_modules/element-plus/es/components/calendar/src/date-table.d.ts","../node_modules/element-plus/es/components/calendar/src/date-table.vue.d.ts","../node_modules/element-plus/es/components/calendar/src/instance.d.ts","../node_modules/element-plus/es/components/calendar/index.d.ts","../node_modules/element-plus/es/components/card/src/card.vue.d.ts","../node_modules/element-plus/es/components/card/src/card.d.ts","../node_modules/element-plus/es/components/card/src/instance.d.ts","../node_modules/element-plus/es/components/card/index.d.ts","../node_modules/element-plus/es/components/carousel/src/carousel.vue.d.ts","../node_modules/element-plus/es/components/carousel/src/carousel-item.vue.d.ts","../node_modules/element-plus/es/components/carousel/src/carousel.d.ts","../node_modules/element-plus/es/components/carousel/src/carousel-item.d.ts","../node_modules/element-plus/es/components/carousel/src/constants.d.ts","../node_modules/element-plus/es/components/carousel/src/instance.d.ts","../node_modules/element-plus/es/components/carousel/index.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/types.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/node.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/menu.vue.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/instance.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/index.vue.d.ts","../node_modules/element-plus/es/components/cascader-panel/src/config.d.ts","../node_modules/element-plus/es/components/cascader-panel/index.d.ts","../node_modules/element-plus/es/components/cascader/src/cascader.vue.d.ts","../node_modules/element-plus/es/components/cascader/src/cascader.d.ts","../node_modules/element-plus/es/components/cascader/src/instances.d.ts","../node_modules/element-plus/es/components/cascader/index.d.ts","../node_modules/element-plus/es/components/check-tag/src/check-tag.vue.d.ts","../node_modules/element-plus/es/components/check-tag/src/check-tag.d.ts","../node_modules/element-plus/es/components/check-tag/index.d.ts","../node_modules/element-plus/es/components/checkbox/src/checkbox.d.ts","../node_modules/element-plus/es/components/checkbox/src/checkbox.vue.d.ts","../node_modules/element-plus/es/components/checkbox/src/checkbox-button.vue.d.ts","../node_modules/element-plus/es/components/checkbox/src/checkbox-group.d.ts","../node_modules/element-plus/es/components/checkbox/src/checkbox-group.vue.d.ts","../node_modules/element-plus/es/components/checkbox/src/constants.d.ts","../node_modules/element-plus/es/components/checkbox/index.d.ts","../node_modules/element-plus/es/components/col/src/col.d.ts","../node_modules/element-plus/es/components/col/src/col.vue.d.ts","../node_modules/element-plus/es/components/col/index.d.ts","../node_modules/element-plus/es/components/collapse/src/collapse.d.ts","../node_modules/element-plus/es/components/collapse/src/collapse.vue.d.ts","../node_modules/element-plus/es/components/collapse/src/collapse-item.vue.d.ts","../node_modules/element-plus/es/components/collapse/src/collapse-item.d.ts","../node_modules/element-plus/es/components/collapse/src/constants.d.ts","../node_modules/element-plus/es/components/collapse/src/instance.d.ts","../node_modules/element-plus/es/components/collapse/index.d.ts","../node_modules/element-plus/es/components/collapse-transition/src/collapse-transition.vue.d.ts","../node_modules/element-plus/es/components/collapse-transition/index.d.ts","../node_modules/@ctrl/tinycolor/dist/interfaces.d.ts","../node_modules/@ctrl/tinycolor/dist/index.d.ts","../node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts","../node_modules/@ctrl/tinycolor/dist/readability.d.ts","../node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts","../node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts","../node_modules/@ctrl/tinycolor/dist/format-input.d.ts","../node_modules/@ctrl/tinycolor/dist/random.d.ts","../node_modules/@ctrl/tinycolor/dist/conversion.d.ts","../node_modules/@ctrl/tinycolor/dist/public_api.d.ts","../node_modules/element-plus/es/components/color-picker-panel/src/utils/color.d.ts","../node_modules/element-plus/es/components/color-picker-panel/src/color-picker-panel.vue.d.ts","../node_modules/element-plus/es/components/color-picker-panel/src/color-picker-panel.d.ts","../node_modules/element-plus/es/components/color-picker-panel/index.d.ts","../node_modules/element-plus/es/components/color-picker/src/color-picker.vue.d.ts","../node_modules/element-plus/es/components/color-picker/src/color-picker.d.ts","../node_modules/element-plus/es/components/color-picker/index.d.ts","../node_modules/element-plus/es/components/message/src/message.vue.d.ts","../node_modules/element-plus/es/components/message/src/message.d.ts","../node_modules/element-plus/es/components/message/index.d.ts","../node_modules/element-plus/es/components/dialog/src/dialog.d.ts","../node_modules/element-plus/es/components/dialog/src/dialog.vue.d.ts","../node_modules/element-plus/es/components/dialog/src/use-dialog.d.ts","../node_modules/element-plus/es/components/dialog/src/constants.d.ts","../node_modules/element-plus/es/components/dialog/index.d.ts","../node_modules/element-plus/es/components/link/src/link.vue.d.ts","../node_modules/element-plus/es/components/link/src/link.d.ts","../node_modules/element-plus/es/components/link/index.d.ts","../node_modules/element-plus/es/components/config-provider/src/config-provider-props.d.ts","../node_modules/element-plus/es/components/config-provider/src/config-provider.d.ts","../node_modules/element-plus/es/components/config-provider/src/constants.d.ts","../node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.d.ts","../node_modules/element-plus/es/components/config-provider/index.d.ts","../node_modules/element-plus/es/components/container/src/container.vue.d.ts","../node_modules/element-plus/es/components/container/src/aside.vue.d.ts","../node_modules/element-plus/es/components/container/src/footer.vue.d.ts","../node_modules/element-plus/es/components/container/src/header.vue.d.ts","../node_modules/element-plus/es/components/container/src/main.vue.d.ts","../node_modules/element-plus/es/components/container/index.d.ts","../node_modules/element-plus/es/components/countdown/src/countdown.vue.d.ts","../node_modules/element-plus/es/components/countdown/src/countdown.d.ts","../node_modules/element-plus/es/components/countdown/index.d.ts","../node_modules/element-plus/es/components/time-picker/src/common/props.d.ts","../node_modules/element-plus/es/components/time-picker/src/time-picker.d.ts","../node_modules/element-plus/es/components/time-picker/src/common/picker.vue.d.ts","../node_modules/element-plus/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts","../node_modules/element-plus/es/components/time-picker/src/utils.d.ts","../node_modules/element-plus/es/components/time-picker/src/composables/use-common-picker.d.ts","../node_modules/element-plus/es/components/time-picker/src/constants.d.ts","../node_modules/element-plus/es/components/time-picker/index.d.ts","../node_modules/element-plus/es/components/date-picker-panel/src/date-picker-panel.d.ts","../node_modules/element-plus/es/components/date-picker-panel/src/constants.d.ts","../node_modules/element-plus/es/components/date-picker-panel/src/types.d.ts","../node_modules/element-plus/es/components/date-picker-panel/src/props/date-picker-panel.d.ts","../node_modules/element-plus/es/components/date-picker-panel/src/instance.d.ts","../node_modules/element-plus/es/components/date-picker-panel/index.d.ts","../node_modules/element-plus/es/components/date-picker/src/date-picker.d.ts","../node_modules/element-plus/es/components/date-picker/src/props.d.ts","../node_modules/element-plus/es/components/date-picker/src/instance.d.ts","../node_modules/element-plus/es/components/date-picker/index.d.ts","../node_modules/element-plus/es/components/descriptions/src/description.vue.d.ts","../node_modules/element-plus/es/components/descriptions/src/description-item.d.ts","../node_modules/element-plus/es/components/descriptions/src/description.d.ts","../node_modules/element-plus/es/components/descriptions/index.d.ts","../node_modules/element-plus/es/components/divider/src/divider.vue.d.ts","../node_modules/element-plus/es/components/divider/src/divider.d.ts","../node_modules/element-plus/es/components/divider/index.d.ts","../node_modules/element-plus/es/components/drawer/src/drawer.vue.d.ts","../node_modules/element-plus/es/components/drawer/src/drawer.d.ts","../node_modules/element-plus/es/components/drawer/index.d.ts","../node_modules/element-plus/es/components/dropdown/src/dropdown.vue.d.ts","../node_modules/element-plus/es/components/dropdown/src/dropdown-item.vue.d.ts","../node_modules/element-plus/es/components/dropdown/src/dropdown-menu.vue.d.ts","../node_modules/element-plus/es/components/dropdown/src/dropdown.d.ts","../node_modules/element-plus/es/components/dropdown/src/instance.d.ts","../node_modules/element-plus/es/components/dropdown/src/tokens.d.ts","../node_modules/element-plus/es/components/dropdown/index.d.ts","../node_modules/element-plus/es/components/empty/src/empty.vue.d.ts","../node_modules/element-plus/es/components/empty/src/empty.d.ts","../node_modules/element-plus/es/components/empty/src/instance.d.ts","../node_modules/element-plus/es/components/empty/index.d.ts","../node_modules/async-validator/dist-types/interface.d.ts","../node_modules/async-validator/dist-types/index.d.ts","../node_modules/element-plus/es/components/form/src/form-item.d.ts","../node_modules/element-plus/es/components/form/src/form.d.ts","../node_modules/element-plus/es/components/form/src/utils.d.ts","../node_modules/element-plus/es/components/form/src/types.d.ts","../node_modules/element-plus/es/components/form/src/form.vue.d.ts","../node_modules/element-plus/es/components/form/src/form-item.vue.d.ts","../node_modules/element-plus/es/components/form/src/constants.d.ts","../node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.d.ts","../node_modules/element-plus/es/components/form/src/hooks/use-form-item.d.ts","../node_modules/element-plus/es/components/form/src/hooks/index.d.ts","../node_modules/element-plus/es/components/form/index.d.ts","../node_modules/element-plus/es/components/icon/src/icon.vue.d.ts","../node_modules/element-plus/es/components/icon/src/icon.d.ts","../node_modules/element-plus/es/components/icon/index.d.ts","../node_modules/element-plus/es/components/image-viewer/src/image-viewer.d.ts","../node_modules/element-plus/es/components/image-viewer/src/image-viewer.vue.d.ts","../node_modules/element-plus/es/components/image-viewer/index.d.ts","../node_modules/element-plus/es/components/image/src/image.vue.d.ts","../node_modules/element-plus/es/components/image/src/image.d.ts","../node_modules/element-plus/es/components/image/index.d.ts","../node_modules/element-plus/es/components/input-number/src/input-number.vue.d.ts","../node_modules/element-plus/es/components/input-number/src/input-number.d.ts","../node_modules/element-plus/es/components/input-number/index.d.ts","../node_modules/element-plus/es/components/input-tag/src/input-tag.vue.d.ts","../node_modules/element-plus/es/components/input-tag/src/input-tag.d.ts","../node_modules/element-plus/es/components/input-tag/src/instance.d.ts","../node_modules/element-plus/es/components/input-tag/index.d.ts","../node_modules/element-plus/es/components/menu/src/types.d.ts","../node_modules/element-plus/es/components/menu/src/menu.d.ts","../node_modules/element-plus/es/components/menu/src/menu-item.vue.d.ts","../node_modules/element-plus/es/components/menu/src/menu-item-group.vue.d.ts","../node_modules/element-plus/es/components/menu/src/sub-menu.d.ts","../node_modules/element-plus/es/components/menu/src/menu-item.d.ts","../node_modules/element-plus/es/components/menu/src/menu-item-group.d.ts","../node_modules/element-plus/es/components/menu/src/instance.d.ts","../node_modules/element-plus/es/components/menu/src/tokens.d.ts","../node_modules/element-plus/es/components/menu/index.d.ts","../node_modules/element-plus/es/components/overlay/src/overlay.d.ts","../node_modules/element-plus/es/components/overlay/index.d.ts","../node_modules/element-plus/es/components/page-header/src/page-header.vue.d.ts","../node_modules/element-plus/es/components/page-header/src/page-header.d.ts","../node_modules/element-plus/es/components/page-header/index.d.ts","../node_modules/element-plus/es/components/pagination/src/pagination.d.ts","../node_modules/element-plus/es/components/pagination/src/constants.d.ts","../node_modules/element-plus/es/components/pagination/index.d.ts","../node_modules/element-plus/es/components/popconfirm/src/popconfirm.vue.d.ts","../node_modules/element-plus/es/components/popconfirm/src/popconfirm.d.ts","../node_modules/element-plus/es/components/popconfirm/index.d.ts","../node_modules/element-plus/es/components/progress/src/progress.d.ts","../node_modules/element-plus/es/components/progress/src/progress.vue.d.ts","../node_modules/element-plus/es/components/progress/index.d.ts","../node_modules/element-plus/es/components/radio/src/radio.vue.d.ts","../node_modules/element-plus/es/components/radio/src/radio-button.vue.d.ts","../node_modules/element-plus/es/components/radio/src/radio.d.ts","../node_modules/element-plus/es/components/radio/src/radio-group.d.ts","../node_modules/element-plus/es/components/radio/src/radio-group.vue.d.ts","../node_modules/element-plus/es/components/radio/src/radio-button.d.ts","../node_modules/element-plus/es/components/radio/src/constants.d.ts","../node_modules/element-plus/es/components/radio/index.d.ts","../node_modules/element-plus/es/components/rate/src/rate.vue.d.ts","../node_modules/element-plus/es/components/rate/src/rate.d.ts","../node_modules/element-plus/es/components/rate/index.d.ts","../node_modules/element-plus/es/components/result/src/result.vue.d.ts","../node_modules/element-plus/es/components/result/src/result.d.ts","../node_modules/element-plus/es/components/result/index.d.ts","../node_modules/element-plus/es/components/row/src/row.vue.d.ts","../node_modules/element-plus/es/components/row/src/row.d.ts","../node_modules/element-plus/es/components/row/src/constants.d.ts","../node_modules/element-plus/es/components/row/index.d.ts","../node_modules/element-plus/es/components/scrollbar/src/scrollbar.d.ts","../node_modules/element-plus/es/components/scrollbar/src/scrollbar.vue.d.ts","../node_modules/element-plus/es/components/scrollbar/src/thumb.vue.d.ts","../node_modules/element-plus/es/components/scrollbar/src/thumb.d.ts","../node_modules/element-plus/es/components/scrollbar/src/util.d.ts","../node_modules/element-plus/es/components/scrollbar/src/constants.d.ts","../node_modules/element-plus/es/components/scrollbar/index.d.ts","../node_modules/element-plus/es/components/select-v2/src/select.types.d.ts","../node_modules/element-plus/es/components/virtual-list/src/components/fixed-size-list.d.ts","../node_modules/element-plus/es/components/virtual-list/src/defaults.d.ts","../node_modules/element-plus/es/components/virtual-list/src/types.d.ts","../node_modules/element-plus/es/components/virtual-list/src/components/dynamic-size-list.d.ts","../node_modules/element-plus/es/components/virtual-list/src/components/fixed-size-grid.d.ts","../node_modules/memoize-one/dist/memoize-one.d.ts","../node_modules/element-plus/es/components/virtual-list/src/hooks/use-cache.d.ts","../node_modules/element-plus/es/components/virtual-list/src/props.d.ts","../node_modules/element-plus/es/components/virtual-list/src/builders/build-grid.d.ts","../node_modules/element-plus/es/components/virtual-list/src/components/dynamic-size-grid.d.ts","../node_modules/element-plus/es/components/virtual-list/index.d.ts","../node_modules/element-plus/es/components/select-v2/src/select-dropdown.d.ts","../node_modules/element-plus/es/components/select-v2/src/select.vue.d.ts","../node_modules/element-plus/es/components/select-v2/src/defaults.d.ts","../node_modules/element-plus/es/components/select-v2/src/token.d.ts","../node_modules/element-plus/es/components/select-v2/src/useprops.d.ts","../node_modules/element-plus/es/components/select/src/select.d.ts","../node_modules/element-plus/es/components/select/src/option.d.ts","../node_modules/element-plus/es/components/select/src/type.d.ts","../node_modules/element-plus/es/components/select/src/select.vue.d.ts","../node_modules/element-plus/es/components/select/src/option.vue.d.ts","../node_modules/element-plus/es/components/select/src/option-group.vue.d.ts","../node_modules/element-plus/es/components/select/src/token.d.ts","../node_modules/element-plus/es/components/select/index.d.ts","../node_modules/element-plus/es/components/select-v2/index.d.ts","../node_modules/element-plus/es/components/skeleton/src/skeleton.vue.d.ts","../node_modules/element-plus/es/components/skeleton/src/skeleton-item.vue.d.ts","../node_modules/element-plus/es/components/skeleton/src/skeleton.d.ts","../node_modules/element-plus/es/components/skeleton/src/skeleton-item.d.ts","../node_modules/element-plus/es/components/skeleton/index.d.ts","../node_modules/element-plus/es/components/slider/src/slider.vue.d.ts","../node_modules/element-plus/es/components/slider/src/marker.d.ts","../node_modules/element-plus/es/components/slider/src/slider.d.ts","../node_modules/element-plus/es/components/slider/src/constants.d.ts","../node_modules/element-plus/es/components/slider/index.d.ts","../node_modules/element-plus/es/components/space/src/space.d.ts","../node_modules/element-plus/es/components/space/src/item.d.ts","../node_modules/element-plus/es/components/space/src/use-space.d.ts","../node_modules/element-plus/es/components/space/index.d.ts","../node_modules/element-plus/es/components/statistic/src/statistic.vue.d.ts","../node_modules/element-plus/es/components/statistic/src/statistic.d.ts","../node_modules/element-plus/es/components/statistic/index.d.ts","../node_modules/element-plus/es/components/steps/src/steps.vue.d.ts","../node_modules/element-plus/es/components/steps/src/steps.d.ts","../node_modules/element-plus/es/components/steps/src/item.vue.d.ts","../node_modules/element-plus/es/components/steps/src/item.d.ts","../node_modules/element-plus/es/components/steps/src/tokens.d.ts","../node_modules/element-plus/es/components/steps/index.d.ts","../node_modules/element-plus/es/components/switch/src/switch.vue.d.ts","../node_modules/element-plus/es/components/switch/src/switch.d.ts","../node_modules/element-plus/es/components/switch/index.d.ts","../node_modules/element-plus/es/components/table/src/store/tree.d.ts","../node_modules/element-plus/es/components/table/src/store/index.d.ts","../node_modules/element-plus/es/components/table/src/util.d.ts","../node_modules/element-plus/es/components/table/src/table/defaults.d.ts","../node_modules/element-plus/es/components/table/src/table-column/defaults.d.ts","../node_modules/element-plus/es/components/table/src/table-header/index.d.ts","../node_modules/element-plus/es/components/table/src/table-layout.d.ts","../node_modules/element-plus/es/components/table/src/table.vue.d.ts","../node_modules/element-plus/es/components/table/src/table-column/index.d.ts","../node_modules/element-plus/es/components/table/src/tablecolumn.d.ts","../node_modules/element-plus/es/components/table/index.d.ts","../node_modules/element-plus/es/components/table-v2/src/constants.d.ts","../node_modules/element-plus/es/components/table-v2/src/types.d.ts","../node_modules/element-plus/es/components/table-v2/src/common.d.ts","../node_modules/element-plus/es/components/table-v2/src/row.d.ts","../node_modules/element-plus/es/components/table-v2/src/grid.d.ts","../node_modules/element-plus/es/components/table-v2/src/table.d.ts","../node_modules/element-plus/es/components/table-v2/src/table-grid.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-scrollbar.d.ts","../node_modules/element-plus/es/components/table-v2/src/table-v2.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/auto-resizer.d.ts","../node_modules/element-plus/es/components/table-v2/src/auto-resizer.d.ts","../node_modules/element-plus/es/components/table-v2/src/private.d.ts","../node_modules/element-plus/es/components/table-v2/src/cell.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/cell.d.ts","../node_modules/element-plus/es/components/table-v2/src/header-cell.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/header-cell.d.ts","../node_modules/element-plus/es/components/table-v2/src/header-row.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/header-row.d.ts","../node_modules/element-plus/es/components/table-v2/src/header.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-columns.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/header.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/row.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/sort-icon.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/expand-icon.d.ts","../node_modules/element-plus/es/components/table-v2/src/components/index.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-row.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-data.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-styles.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/use-auto-resize.d.ts","../node_modules/element-plus/es/components/table-v2/src/composables/index.d.ts","../node_modules/element-plus/es/components/table-v2/src/use-table.d.ts","../node_modules/element-plus/es/components/table-v2/src/renderers/header-cell.d.ts","../node_modules/element-plus/es/components/table-v2/index.d.ts","../node_modules/element-plus/es/components/tabs/src/tab-pane.vue.d.ts","../node_modules/element-plus/es/components/tabs/src/tab-pane.d.ts","../node_modules/element-plus/es/components/tabs/src/constants.d.ts","../node_modules/element-plus/es/components/tabs/src/tab-bar.vue.d.ts","../node_modules/element-plus/es/components/tabs/src/tab-bar.d.ts","../node_modules/element-plus/es/components/tabs/src/tab-nav.d.ts","../node_modules/element-plus/es/components/tabs/src/tabs.d.ts","../node_modules/element-plus/es/components/tabs/index.d.ts","../node_modules/element-plus/es/components/tag/src/tag.vue.d.ts","../node_modules/element-plus/es/components/tag/src/tag.d.ts","../node_modules/element-plus/es/components/tag/index.d.ts","../node_modules/element-plus/es/components/text/src/text.vue.d.ts","../node_modules/element-plus/es/components/text/src/text.d.ts","../node_modules/element-plus/es/components/text/index.d.ts","../node_modules/element-plus/es/components/time-select/src/time-select.vue.d.ts","../node_modules/element-plus/es/components/time-select/src/time-select.d.ts","../node_modules/element-plus/es/components/time-select/index.d.ts","../node_modules/element-plus/es/components/timeline/src/timeline.d.ts","../node_modules/element-plus/es/components/timeline/src/timeline-item.vue.d.ts","../node_modules/element-plus/es/components/timeline/src/timeline-item.d.ts","../node_modules/element-plus/es/components/timeline/src/tokens.d.ts","../node_modules/element-plus/es/components/timeline/index.d.ts","../node_modules/element-plus/es/components/transfer/src/transfer.d.ts","../node_modules/element-plus/es/components/transfer/src/transfer-panel.vue.d.ts","../node_modules/element-plus/es/components/transfer/src/transfer-panel.d.ts","../node_modules/element-plus/es/components/transfer/src/transfer.vue.d.ts","../node_modules/element-plus/es/components/transfer/index.d.ts","../node_modules/element-plus/es/components/tree/src/tree.d.ts","../node_modules/element-plus/es/components/tree/src/model/usedragnode.d.ts","../node_modules/element-plus/es/components/tree/src/tree.type.d.ts","../node_modules/element-plus/es/components/tree/src/model/tree-store.d.ts","../node_modules/element-plus/es/components/tree/src/model/node.d.ts","../node_modules/element-plus/es/components/tree/src/tree.vue.d.ts","../node_modules/element-plus/es/components/tree/src/instance.d.ts","../node_modules/element-plus/es/components/tree/src/tokens.d.ts","../node_modules/element-plus/es/components/tree/index.d.ts","../node_modules/element-plus/es/components/tree-select/src/tree-select.vue.d.ts","../node_modules/element-plus/es/components/tree-select/src/instance.d.ts","../node_modules/element-plus/es/components/tree-select/index.d.ts","../node_modules/element-plus/es/components/tree-v2/src/virtual-tree.d.ts","../node_modules/element-plus/es/components/tree-v2/src/types.d.ts","../node_modules/element-plus/es/components/tree-v2/src/tree.vue.d.ts","../node_modules/element-plus/es/components/tree-v2/src/instance.d.ts","../node_modules/element-plus/es/components/tree-v2/index.d.ts","../node_modules/element-plus/es/components/upload/src/ajax.d.ts","../node_modules/element-plus/es/components/upload/src/upload.d.ts","../node_modules/element-plus/es/components/upload/src/upload.vue.d.ts","../node_modules/element-plus/es/components/upload/src/upload-content.vue.d.ts","../node_modules/element-plus/es/components/upload/src/upload-content.d.ts","../node_modules/element-plus/es/components/upload/src/upload-list.vue.d.ts","../node_modules/element-plus/es/components/upload/src/upload-list.d.ts","../node_modules/element-plus/es/components/upload/src/upload-dragger.vue.d.ts","../node_modules/element-plus/es/components/upload/src/upload-dragger.d.ts","../node_modules/element-plus/es/components/upload/src/constants.d.ts","../node_modules/element-plus/es/components/upload/index.d.ts","../node_modules/element-plus/es/components/watermark/src/watermark.d.ts","../node_modules/element-plus/es/components/watermark/src/watermark.vue.d.ts","../node_modules/element-plus/es/components/watermark/index.d.ts","../node_modules/element-plus/es/components/tour/src/tour.vue.d.ts","../node_modules/element-plus/es/components/tour/src/types.d.ts","../node_modules/element-plus/es/components/tour/src/step.vue.d.ts","../node_modules/element-plus/es/components/tour/src/tour.d.ts","../node_modules/element-plus/es/components/tour/src/step.d.ts","../node_modules/element-plus/es/components/tour/src/content.d.ts","../node_modules/element-plus/es/components/tour/index.d.ts","../node_modules/element-plus/es/components/anchor/src/anchor.vue.d.ts","../node_modules/element-plus/es/components/anchor/src/anchor-link.vue.d.ts","../node_modules/element-plus/es/components/anchor/src/anchor.d.ts","../node_modules/element-plus/es/components/anchor/index.d.ts","../node_modules/element-plus/es/components/segmented/src/types.d.ts","../node_modules/element-plus/es/components/segmented/src/segmented.vue.d.ts","../node_modules/element-plus/es/components/segmented/src/segmented.d.ts","../node_modules/element-plus/es/components/segmented/index.d.ts","../node_modules/element-plus/es/components/mention/src/types.d.ts","../node_modules/element-plus/es/components/mention/src/mention.d.ts","../node_modules/element-plus/es/components/mention/src/mention.vue.d.ts","../node_modules/element-plus/es/components/mention/index.d.ts","../node_modules/element-plus/es/components/splitter/src/splitter.vue.d.ts","../node_modules/element-plus/es/components/splitter/src/split-panel.vue.d.ts","../node_modules/element-plus/es/components/splitter/src/splitter.d.ts","../node_modules/element-plus/es/components/splitter/src/split-panel.d.ts","../node_modules/element-plus/es/components/splitter/index.d.ts","../node_modules/element-plus/es/components/infinite-scroll/src/index.d.ts","../node_modules/element-plus/es/components/infinite-scroll/index.d.ts","../node_modules/element-plus/es/components/loading/src/types.d.ts","../node_modules/element-plus/es/components/loading/src/loading.d.ts","../node_modules/element-plus/es/components/loading/src/service.d.ts","../node_modules/element-plus/es/components/loading/src/directive.d.ts","../node_modules/element-plus/es/components/loading/index.d.ts","../node_modules/element-plus/es/components/message-box/src/message-box.type.d.ts","../node_modules/element-plus/es/components/message-box/src/messagebox.d.ts","../node_modules/element-plus/es/components/message-box/index.d.ts","../node_modules/element-plus/es/components/notification/src/notification.vue.d.ts","../node_modules/element-plus/es/components/notification/src/notification.d.ts","../node_modules/element-plus/es/components/notification/index.d.ts","../node_modules/element-plus/es/components/popover/src/popover.vue.d.ts","../node_modules/element-plus/es/components/popover/src/directive.d.ts","../node_modules/element-plus/es/components/popover/src/popover.d.ts","../node_modules/element-plus/es/components/popover/index.d.ts","../node_modules/element-plus/es/components/index.d.ts","../node_modules/element-plus/es/defaults.d.ts","../node_modules/element-plus/es/directives/click-outside/index.d.ts","../node_modules/element-plus/es/directives/repeat-click/index.d.ts","../node_modules/element-plus/es/directives/trap-focus/index.d.ts","../node_modules/normalize-wheel-es/index.d.ts","../node_modules/element-plus/es/directives/mousewheel/index.d.ts","../node_modules/element-plus/es/directives/index.d.ts","../node_modules/element-plus/es/make-installer.d.ts","../node_modules/element-plus/es/index.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/add-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/aim.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/alarm-clock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/apple.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-down-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-down.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-left-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-right-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-up-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/arrow-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/avatar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/back.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/baseball.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/basketball.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bell-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bell.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bicycle.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bottom.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/bowl.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/briefcase.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/brush-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/brush.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/burger.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/calendar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/camera-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/camera.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-bottom.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/caret-top.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cellphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-dot-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-dot-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-line-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-line-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chat-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/check.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cherry.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chicken.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/chrome-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-check-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-check.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-close-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-close.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-plus-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/circle-plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/clock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/close-bold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/close.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coffee-cup.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coffee.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coin.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cold-drink.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/collection-tag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/collection.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/comment.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/compass.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/connection.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/coordinate.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/copy-document.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/cpu.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/credit-card.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/crop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-arrow-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-arrow-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/d-caret.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-analysis.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-board.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/data-line.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dessert.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/discount.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dish-dot.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/dish.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-add.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-copy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document-remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/document.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/download.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/drizzling.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/edit-pen.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/edit.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/eleme-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/eleme.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/element-plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/expand.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/failed.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/female.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/files.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/film.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/filter.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/finished.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/first-aid-kit.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/flag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fold.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-add.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-checked.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-delete.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-opened.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder-remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/folder.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/food.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/football.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fork-spoon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/fries.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/full-screen.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-square-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goblet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/gold-medal.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goods-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/goods.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/grape.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/grid.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/guide.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/handbag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/headset.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/help-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/help.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/hide.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/histogram.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/home-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/hot-water.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/house.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream-round.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream-square.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-cream.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-drink.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ice-tea.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/info-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/iphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/key.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/knife-fork.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lightning.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/link.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/list.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/loading.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location-information.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/lollipop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/magic-stick.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/magnet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/male.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/management.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/map-location.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/medal.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/memo.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/menu.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/message-box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/message.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mic.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/microphone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/milk-tea.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/minus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/money.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/monitor.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/moon-night.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/moon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/more-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/more.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mostly-cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mouse.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mug.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mute-notification.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/mute.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/no-smoking.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/notebook.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/notification.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/odometer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/office-building.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/open.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/operation.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/opportunity.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/orange.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/paperclip.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/partly-cloudy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pear.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/phone-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/phone.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture-rounded.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/picture.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pie-chart.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/place.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/platform.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/plus.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pointer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/position.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/postcard.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/pouring.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/present.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/price-tag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/printer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/promotion.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/quartz-watch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/question-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/rank.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/reading-lamp.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/reading.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refresh.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/refrigerator.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/remove-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/remove.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/scale-to-original.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/school.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/scissor.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/search.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/select.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sell.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/semi-select.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/service.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/set-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/setting.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/share.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ship.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shop.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-bag.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-cart-full.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-cart.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/shopping-trolley.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/smoking.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/soccer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sold-out.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort-down.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort-up.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sort.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/stamp.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/star-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/star.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/stopwatch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/success-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sugar.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/suitcase-line.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/suitcase.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunny.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunrise.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/sunset.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch-button.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/switch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/takeaway-box.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/ticket.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/tickets.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/timer.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/toilet-paper.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/tools.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top-left.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top-right.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/top.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trend-charts.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trophy-base.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/trophy.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/turn-off.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/umbrella.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/unlock.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/upload-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/upload.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/user-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/user.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/van.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-camera-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-camera.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-pause.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/video-play.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/view.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wallet-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wallet.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warn-triangle-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warning-filled.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/warning.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/watch.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/watermelon.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/wind-power.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/zoom-in.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/zoom-out.vue.d.ts","../node_modules/@element-plus/icons-vue/dist/types/components/index.d.ts","../node_modules/@element-plus/icons-vue/dist/types/index.d.ts","../node_modules/ol/control/attribution.d.ts","../node_modules/ol/control/fullscreen.d.ts","../node_modules/ol/control/mouseposition.d.ts","../node_modules/ol/control/overviewmap.d.ts","../node_modules/ol/control/rotate.d.ts","../node_modules/ol/control/scaleline.d.ts","../node_modules/ol/control/zoom.d.ts","../node_modules/ol/control/zoomslider.d.ts","../node_modules/ol/control/zoomtoextent.d.ts","../node_modules/ol/control/defaults.d.ts","../node_modules/ol/control.d.ts","../src/core/overviewmaputil.ts","../node_modules/ol/interaction/doubleclickzoom.d.ts","../node_modules/ol/interaction/dblclickdragzoom.d.ts","../node_modules/ol/interaction/draganddrop.d.ts","../node_modules/ol/interaction/pointer.d.ts","../node_modules/ol/functions.d.ts","../node_modules/ol/events/condition.d.ts","../node_modules/ol/interaction/dragbox.d.ts","../node_modules/ol/interaction/dragpan.d.ts","../node_modules/ol/interaction/dragrotate.d.ts","../node_modules/ol/interaction/dragrotateandzoom.d.ts","../node_modules/ol/interaction/dragzoom.d.ts","../node_modules/ol/interaction/draw.d.ts","../node_modules/ol/interaction/extent.d.ts","../node_modules/ol/interaction/keyboardpan.d.ts","../node_modules/ol/interaction/keyboardzoom.d.ts","../node_modules/ol/interaction/link.d.ts","../node_modules/ol/interaction/modify.d.ts","../node_modules/ol/interaction/mousewheelzoom.d.ts","../node_modules/ol/interaction/pinchrotate.d.ts","../node_modules/ol/interaction/pinchzoom.d.ts","../node_modules/ol/interaction/select.d.ts","../node_modules/ol/events/snapevent.d.ts","../node_modules/ol/interaction/snap.d.ts","../node_modules/ol/interaction/translate.d.ts","../node_modules/ol/interaction/defaults.d.ts","../node_modules/ol/interaction.d.ts","../src/core/searchmarkermanager.ts","../src/utils/gifanimationhelper.ts","../src/utils/diffusionanimationhelper.ts","../src/core/drawing/pointdrawing.ts","../src/core/drawing/linedrawing.ts","../src/core/drawing/polygondrawing.ts","../src/core/drawing/textdrawing.ts","../src/core/drawing/multipolygondrawing.ts","../src/core/drawing/multipointdrawing.ts","../src/core/drawing/multilinestringdrawing.ts","../src/core/tooltiphelper.ts","../src/core/drawing/drawingmanager.ts","../src/core/markerdrawingadapter.ts","../node_modules/ol/sphere.d.ts","../src/utils/unitconverter.ts","../src/core/measurementtool.ts","../src/core/mapoperationtool.ts","../src/core/featurehighlightmanager.ts","../src/core/geojsonlocationtool.ts","../src/components/olmappopup/basepopup.vue.ts","../src/components/olmappopup/htmlpopup.vue.ts","../src/components/olmappopup/imagepopup.vue.ts","../src/components/olmappopup/arraypopup.vue.ts","../src/core/popupmanager.ts","../src/core/tianditusearchapi.ts","../src/services/searchservice.ts","../src/core/mapmanager.ts","./index.d.ts","../src/components/olcontrolpanel.vue.ts","../src/components/customdialog/icons/index.ts","../src/core/basemapmanager.ts","../src/core/drawing/pointwithtextdrawing.ts","../src/core/drawing/icondrawing.ts","../src/core/drawing/imagedrawing.ts","../src/core/drawing/militarydrawing.ts","../src/core/drawing/index.ts","../node_modules/jspdf/types/index.d.ts","../node_modules/html2canvas/dist/types/core/logger.d.ts","../node_modules/html2canvas/dist/types/core/cache-storage.d.ts","../node_modules/html2canvas/dist/types/core/context.d.ts","../node_modules/html2canvas/dist/types/css/layout/bounds.d.ts","../node_modules/html2canvas/dist/types/dom/document-cloner.d.ts","../node_modules/html2canvas/dist/types/css/syntax/tokenizer.d.ts","../node_modules/html2canvas/dist/types/css/syntax/parser.d.ts","../node_modules/html2canvas/dist/types/css/types/index.d.ts","../node_modules/html2canvas/dist/types/css/ipropertydescriptor.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-clip.d.ts","../node_modules/html2canvas/dist/types/css/itypedescriptor.d.ts","../node_modules/html2canvas/dist/types/css/types/color.d.ts","../node_modules/html2canvas/dist/types/css/types/length-percentage.d.ts","../node_modules/html2canvas/dist/types/css/types/image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-origin.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-position.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-repeat.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/background-size.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-radius.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-style.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/border-width.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/direction.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/display.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/float.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/letter-spacing.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/line-break.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-image.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-position.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/list-style-type.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/overflow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/overflow-wrap.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-align.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/position.d.ts","../node_modules/html2canvas/dist/types/css/types/length.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-shadow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-transform.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/transform.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/transform-origin.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/visibility.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/word-break.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/z-index.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/opacity.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/text-decoration-line.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-family.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-weight.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-variant.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/font-style.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/content.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/counter-increment.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/counter-reset.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/duration.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/quotes.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/box-shadow.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/paint-order.d.ts","../node_modules/html2canvas/dist/types/css/property-descriptors/webkit-text-stroke-width.d.ts","../node_modules/html2canvas/dist/types/css/index.d.ts","../node_modules/html2canvas/dist/types/css/layout/text.d.ts","../node_modules/html2canvas/dist/types/dom/text-container.d.ts","../node_modules/html2canvas/dist/types/dom/element-container.d.ts","../node_modules/html2canvas/dist/types/render/vector.d.ts","../node_modules/html2canvas/dist/types/render/bezier-curve.d.ts","../node_modules/html2canvas/dist/types/render/path.d.ts","../node_modules/html2canvas/dist/types/render/bound-curves.d.ts","../node_modules/html2canvas/dist/types/render/effects.d.ts","../node_modules/html2canvas/dist/types/render/stacking-context.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/canvas-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/image-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/svg-element-container.d.ts","../node_modules/html2canvas/dist/types/dom/replaced-elements/index.d.ts","../node_modules/html2canvas/dist/types/render/renderer.d.ts","../node_modules/html2canvas/dist/types/render/canvas/canvas-renderer.d.ts","../node_modules/html2canvas/dist/types/index.d.ts","../src/utils/html2pdf.ts","../src/utils/index.ts","../src/components/oldialogs/measurementdialog.vue.ts","../src/components/oldialogs/basemappanel.vue.ts","../src/components/oldialogs/mapprintdialog.vue.ts","../src/core/configloader.ts","../src/core/globalstylemanager.ts","../src/core/layertreemanager.ts","../src/core/layerconfigmanager.ts","../src/components/oldialogs/filterpanel.vue.ts","../src/components/oldialogs/layerstyleconfig.vue.ts","../src/components/oldialogs/layertreenode.vue.ts","../src/components/oldialogs/layerpanel.vue.ts","../src/components/oldialogs/coordinatelocationdialog.vue.ts","../src/components/oldialogs/regionnavigationdialog.vue.ts","../src/components/oldialogs/mymarkersdialog.vue.ts","../src/components/oldialogs/viewbookmarksdialog.vue.ts","../src/assets/index.ts","../src/components/oldialogs/mapdrawingdialog/components/marktab.vue.js","../src/components/oldialogs/mapdrawingdialog/components/listtab.vue.js","../src/components/oldialogs/mapdrawingdialog/index.vue.js","../src/components/oldialogs/registry.ts","../src/components/oldialogs/dialogmanager.ts","../src/components/oldrawtoolbar.vue.ts","../src/components/ollegendpanel.vue.ts","../node_modules/uuid/dist/cjs/types.d.ts","../node_modules/uuid/dist/cjs/max.d.ts","../node_modules/uuid/dist/cjs/nil.d.ts","../node_modules/uuid/dist/cjs/parse.d.ts","../node_modules/uuid/dist/cjs/stringify.d.ts","../node_modules/uuid/dist/cjs/v1.d.ts","../node_modules/uuid/dist/cjs/v1tov6.d.ts","../node_modules/uuid/dist/cjs/v35.d.ts","../node_modules/uuid/dist/cjs/v3.d.ts","../node_modules/uuid/dist/cjs/v4.d.ts","../node_modules/uuid/dist/cjs/v5.d.ts","../node_modules/uuid/dist/cjs/v6.d.ts","../node_modules/uuid/dist/cjs/v6tov1.d.ts","../node_modules/uuid/dist/cjs/v7.d.ts","../node_modules/uuid/dist/cjs/validate.d.ts","../node_modules/uuid/dist/cjs/version.d.ts","../node_modules/uuid/dist/cjs/index.d.ts","../src/components/olmapcontainer.vue.ts","../src/components/olmapsearch.vue.ts","../src/components/olmaptooltip.vue.ts","../src/components/olmappopup/index.ts","../src/components/olmap.vue.ts","../src/components/svgicon/index.vue.ts","../src/components/customdialog/dialogcache.ts","../src/components/customdialog/customdialog.vue.ts","../src/components/customdialog/simpledialog.vue.ts","../src/components/oldialogs/mapdrawingdialog/components/pointdrawingpanel.vue.ts","../src/components/oldialogs/mapdrawingdialog/components/propertydialog.vue.ts","../src/components/test/configuiexample.vue.ts","../src/components/test/data/points.json","../src/components/test/data/polygons.json","../src/components/test/data/lines.json","../src/components/test/externaltestpopup.vue.ts","../src/components/test/customopenlayeronly copy 2.vue.ts","../src/components/test/customopenlayeronly copy.vue.ts","../src/components/test/customopenlayeronly.vue.ts","../src/components/test/maptreenode.vue.ts","../src/components/test/layerclassificationpanel.vue.ts","../src/components/test/layerslottestpage copy 3.vue.ts","../src/components/test/layerslottestpage.vue.ts","../src/components/test/layerstyleconfigpage.vue.ts","../src/components/test/maptestpage copy 2.vue.ts","../src/components/test/maptestpage copy 3.vue.ts","../src/components/test/maptestpage-1可以获取数据.vue.ts","../src/components/test/maptestpage.vue.ts","../src/components/test/maptestpage1.vue.ts","../src/data/multi-geometries.json","../src/components/test/multigeometryexample.vue.ts","../src/components/test/styletestpage.vue.ts","../src/components/test/tianditulayerexample.vue.ts","../src/components/test/components/maptreenode.vue.ts","../src/components/test/components/layerclassificationpanel.vue.ts","../src/examples-old/advancedpluginexample.vue.js","../src/examples-old/alllayertypesexample.vue.ts","../src/examples-old/configexample.vue.ts","../src/utils/coordinatetransform.ts","../src/examples-old/coordinatetransformexample.vue.ts","../src/examples-old/geoserverexample.vue.ts","../src/plugins/maptoolbarplugin.vue.ts","../src/plugins/mapcontrolsplugin.vue.ts","../src/plugins/mapsearchplugin.vue.ts","../src/plugins/index.ts","../src/examples-old/pluginsystemexample.vue.ts","../src/examples-old/slotexample.vue.ts","../src/examples-old/attribution-config-example.vue.ts","../src/test-old/attribution-test.vue.ts","../examples/app.vue.ts","../examples/iconlegendexample.vue.ts","../examples/supermapdatatransformexample.vue.ts","../__vls_types.d.ts","../node_modules/vite/types/hmrpayload.d.ts","../node_modules/vite/types/customevent.d.ts","../node_modules/vite/types/hot.d.ts","../node_modules/vite/types/importglob.d.ts","../node_modules/vite/types/importmeta.d.ts","../node_modules/vite/client.d.ts","../env.d.ts","../src/style.ts","../src/index.ts","../src/components/customdialog/index.ts","../src/core/pluginmanager.ts","../src/core/amapsearchapi.ts","../src/core/proxyhelper.ts","../src/core/layers/supermapservicetester.ts","../src/data-old/testlayers.ts","../src/examples-old/filterexamples.ts","../src/hooks/usemap.ts","../src/test-old/filtersystemtest.ts","../src/types/e-plus-dialog-vue3.d.ts","../examples/main.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/ts5.6/globals.typedarray.d.ts","../node_modules/@types/node/ts5.6/buffer.buffer.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/ts5.6/index.d.ts","../node_modules/geotiff/dist-module/geotiff.d.ts","../src/components/customopenlayer/utils/layers/supermapservicetester.ts","../src/components/customopenlayer/assets/index.ts","../src/components/customopenlayer/utils/layers/vectortilelayerhandler.ts","../src/components/customopenlayer/types/plugin.ts","../src/components/customopenlayer/utils/drawing/index.ts","../src/components/oldialogs/mymarkersdialog.vue","../src/components/oldialogs/mapprintdialog.vue","../src/components/customopenlayer/utils/mapoperationtool.ts","../src/components/customopenlayer/utils/basemapmanager.ts","../src/components/customopenlayer/types/index.ts","../src/components/customopenlayer/index.ts","../src/plugins/maptoolbarplugin.vue","../src/components/oldialogs/basemappanel.vue","../src/components/oldialogs/filterpanel.vue","../src/components/customopenlayer/utils/measurementtool.ts","../src/components/oldialogs/regionnavigationdialog.vue","../src/components/oldialogs/coordinatelocationdialog.vue","../src/components/customopenlayer/utils/layermanager.ts","../src/components/customopenlayer/utils/mapmanager.ts","../src/components/oldialogs/viewbookmarksdialog.vue","../src/components/oldialogs/mapdrawingdialog/index.vue","../src/components/olmappopup/basepopup.vue","../src/components/olmappopup/htmlpopup.vue","../src/components/olmappopup/imagepopup.vue","../src/components/olmappopup/arraypopup.vue","../src/components/customopenlayer/utils/pluginmanager.ts","../src/components/customopenlayer/utils/amapsearchapi.ts","../node_modules/@vueuse/core/index.d.ts","../src/plugins/mapcontrolsplugin.vue","../src/plugins/mapsearchplugin.vue","../src/components/oldialogs/layerpanel.vue","../src/components/customopenlayer/utils/proxyhelper.ts","../node_modules/element-plus/es/utils/vue3.3.polyfill.d.ts","../src/components/oldialogs/measurementdialog.vue"],"fileInfos":[{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0",{"version":"0","affectsGlobalScope":true},"0","0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0","0","0","0","0","0","0",{"version":"0","affectsGlobalScope":true},"0","0",{"version":"0","affectsGlobalScope":true},"0","0","0","0",{"version":"0","affectsGlobalScope":true},{"version":"0","affectsGlobalScope":true},"0","0","0",{"version":"0","affectsGlobalScope":true},"0","0"],"root":[239,[252,255],258,310,[315,342],1611,[1638,1650],[1652,1664],[1666,1673],[1748,1772],[1790,1801],[1805,1818],[1820,1842],[1849,1862]],"options":{"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitThis":true,"outDir":"./","skipLibCheck":true,"strict":true,"target":99,"useDefineForClassFields":true},"fileIdsList":[[47,49,50,55,1848,1849,1868,1910],[55,1848,1868,1910],[50,55,1794,1795,1797,1812,1813,1817,1820,1848,1849,1868,1910],[50,55,1848,1849,1868,1910],[50,55,1304,1839,1848,1849,1851,1868,1910],[51,1848,1849,1868,1910],[1848,1849,1868,1910],[941,1848,1849,1868,1910],[942,1848,1849,1868,1910],[941,942,943,944,945,946,947,948,949,1848,1849,1868,1910],[55,1848,1849,1868,1910],[1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1848,1849,1868,1910],[1598,1848,1849,1868,1910],[844,1848,1849,1868,1910],[845,846,1848,1849,1868,1910],[731,1848,1849,1868,1910],[725,727,1848,1849,1868,1910],[715,725,726,728,729,730,1848,1849,1868,1910],[725,1848,1849,1868,1910],[715,725,1848,1849,1868,1910],[716,717,718,719,720,721,722,723,724,1848,1849,1868,1910],[716,720,721,724,725,728,1848,1849,1868,1910],[716,717,718,719,720,721,722,723,724,725,726,728,729,1848,1849,1868,1910],[715,716,717,718,719,720,721,722,723,724,1848,1849,1868,1910],[383,1848,1849,1868,1910],[384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,1848,1849,1868,1910],[371,373,374,375,376,377,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,374,375,376,377,378,379,380,381,382,383,1848,1849,1868,1910],[372,373,374,375,376,377,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,375,376,377,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,376,377,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,377,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,378,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,379,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,378,380,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,378,379,381,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,378,379,380,382,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,378,379,380,381,383,1848,1849,1868,1910],[371,372,373,374,375,376,377,378,379,380,381,382,1848,1849,1868,1910],[1848,1849,1868,1907,1910],[1848,1849,1868,1909,1910],[1848,1849,1868,1910,1915,1944],[1848,1849,1868,1910,1911,1916,1922,1930,1941,1952],[1848,1849,1868,1910,1911,1912,1922,1930],[1848,1849,1863,1864,1865,1868,1910],[1848,1849,1868,1910,1913,1953],[1848,1849,1868,1910,1914,1915,1923,1931],[1848,1849,1868,1910,1915,1941,1949],[1848,1849,1868,1910,1916,1918,1922,1930],[1848,1849,1868,1909,1910,1917],[1848,1849,1868,1910,1918,1919],[1848,1849,1868,1910,1920,1922],[1848,1849,1868,1909,1910,1922],[1848,1849,1868,1910,1922,1923,1924,1941,1952],[1848,1849,1868,1910,1922,1923,1924,1937,1941,1944],[1848,1849,1868,1905,1910],[1848,1849,1868,1910,1918,1922,1925,1930,1941,1952],[1848,1849,1868,1910,1922,1923,1925,1926,1930,1941,1949,1952],[1848,1849,1868,1910,1925,1927,1941,1949,1952],[1848,1849,1868,1910,1922,1928],[1848,1849,1868,1910,1929,1952,1957],[1848,1849,1868,1910,1918,1922,1930,1941],[1848,1849,1868,1910,1931],[1848,1849,1868,1910,1932],[1848,1849,1868,1909,1910,1933],[1848,1849,1868,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958],[1848,1849,1868,1910,1935],[1848,1849,1868,1910,1936],[1848,1849,1868,1910,1922,1937,1938],[1848,1849,1868,1910,1937,1939,1953,1955],[1848,1849,1868,1910,1922,1941,1942,1944],[1848,1849,1868,1910,1943,1944],[1848,1849,1868,1910,1941,1942],[1848,1849,1868,1910,1944],[1848,1849,1868,1910,1945],[1848,1849,1868,1907,1910,1941,1946],[1848,1849,1868,1910,1922,1947,1948],[1848,1849,1868,1910,1947,1948],[1848,1849,1868,1910,1915,1930,1941,1949],[1848,1849,1868,1910,1950],[1848,1849,1910],[1848,1849,1866,1867,1868,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958],[1848,1849,1868,1910,1930,1951],[1848,1849,1868,1910,1925,1936,1952],[1848,1849,1868,1910,1915,1953],[1848,1849,1868,1910,1941,1954],[1848,1849,1868,1910,1929,1955],[1848,1849,1868,1910,1956],[1848,1849,1868,1910,1922,1924,1933,1941,1944,1952,1955,1957],[1848,1849,1868,1910,1941,1958],[45,51,52,1848,1849,1868,1910],[53,1848,1849,1868,1910],[45,1848,1849,1868,1910],[45,46,47,49,1848,1849,1868,1910],[46,47,48,49,1848,1849,1868,1910],[691,692,1848,1849,1868,1910],[691,1848,1849,1868,1910],[1022,1848,1849,1868,1910],[889,1848,1849,1868,1910],[888,1848,1849,1868,1910],[707,708,709,1848,1849,1868,1910],[48,55,707,708,1848,1849,1868,1910],[48,55,707,1848,1849,1868,1910],[707,711,712,713,1848,1849,1868,1910],[55,707,1848,1849,1868,1910],[711,1848,1849,1868,1910],[707,1261,1262,1263,1848,1849,1868,1910],[55,707,1261,1848,1849,1868,1910],[707,747,861,1848,1849,1868,1910],[55,707,742,746,861,1848,1849,1868,1910],[55,707,746,747,860,1304,1848,1849,1868,1910],[707,863,864,865,1848,1849,1868,1910],[863,1848,1849,1868,1910],[707,867,868,869,1848,1849,1868,1910],[867,1848,1849,1868,1910],[707,871,872,873,1848,1849,1868,1910],[871,1848,1849,1868,1910],[707,875,876,877,878,879,880,1848,1849,1868,1910],[55,877,1848,1849,1868,1910],[875,876,1848,1849,1868,1910],[707,882,883,884,885,886,1848,1849,1868,1910],[55,884,1848,1849,1868,1910],[882,883,1848,1849,1868,1910],[707,891,892,895,1848,1849,1868,1910],[55,890,891,1848,1849,1868,1910],[55,707,890,1848,1849,1868,1910],[55,707,890,893,1848,1849,1868,1910],[892,894,1848,1849,1868,1910],[707,897,898,899,1848,1849,1868,1910],[897,1848,1849,1868,1910],[707,901,902,903,904,905,906,1848,1849,1868,1910],[55,904,1848,1849,1868,1910],[901,902,1848,1849,1868,1910],[707,908,911,912,913,1848,1849,1868,1910],[55,707,908,1848,1849,1868,1910],[55,707,908,909,911,1848,1849,1868,1910],[910,912,1848,1849,1868,1910],[55,908,1848,1849,1868,1910],[908,1848,1849,1868,1910],[55,707,909,1848,1849,1868,1910],[707,915,916,917,1848,1849,1868,1910],[55,707,742,914,1848,1849,1868,1910],[915,1848,1849,1868,1910],[707,919,920,1848,1849,1868,1910],[55,707,919,1848,1849,1868,1910],[707,922,923,924,925,926,927,1848,1849,1868,1910],[55,707,922,1848,1849,1868,1910],[55,707,922,926,1848,1849,1868,1910],[55,707,925,1304,1848,1849,1868,1910],[55,707,923,1848,1849,1868,1910],[55,925,1848,1849,1868,1910],[707,929,930,1848,1849,1868,1910],[55,707,930,1848,1849,1868,1910],[55,707,929,1848,1849,1868,1910],[707,939,1848,1849,1868,1910],[707,932,933,934,935,936,937,1848,1849,1868,1910],[55,707,932,1848,1849,1868,1910],[55,707,1304,1848,1849,1868,1910],[55,932,1848,1849,1868,1910],[933,934,1848,1849,1868,1910],[707,952,953,1848,1849,1868,1910],[55,707,951,952,1848,1849,1868,1910],[55,707,746,951,1848,1849,1868,1910],[950,1848,1849,1868,1910],[707,955,956,1848,1849,1868,1910],[55,707,955,1848,1849,1868,1910],[55,707,951,1848,1849,1868,1910],[707,969,970,971,972,1848,1849,1868,1910],[55,707,823,887,900,960,965,968,1848,1849,1868,1910],[55,707,823,960,969,1304,1848,1849,1868,1910],[55,969,1848,1849,1868,1910],[55,694,856,971,1304,1848,1849,1868,1910],[707,974,975,976,977,978,1848,1849,1868,1910],[707,980,981,1848,1849,1868,1910],[55,707,890,980,1848,1849,1868,1910],[707,991,992,993,994,995,1848,1849,1868,1910],[55,856,1848,1849,1868,1910],[50,55,707,990,1304,1848,1849,1868,1910],[991,1848,1849,1868,1910],[55,707,990,993,1848,1849,1868,1910],[890,1848,1849,1868,1910],[707,997,998,999,1848,1849,1868,1910],[50,55,707,990,996,1304,1848,1849,1868,1910],[997,1848,1849,1868,1910],[55,707,990,993,1304,1848,1849,1868,1910],[707,1001,1002,1003,1848,1849,1868,1910],[55,707,1001,1848,1849,1868,1910],[707,961,962,963,964,1848,1849,1868,1910],[55,707,962,1848,1849,1868,1910],[55,707,961,1848,1849,1868,1910],[707,1005,1006,1848,1849,1868,1910],[55,707,1005,1848,1849,1868,1910],[707,1008,1009,1848,1849,1868,1910],[55,707,965,1848,1849,1868,1910],[707,1011,1012,1013,1014,1015,1016,1848,1849,1868,1910],[55,707,732,742,887,1848,1849,1868,1910],[55,707,856,860,887,1304,1848,1849,1868,1910],[1011,1848,1849,1868,1910],[55,742,1848,1849,1868,1910],[707,1018,1019,1020,1848,1849,1868,1910],[1018,1848,1849,1868,1910],[707,1024,1025,1027,1028,1029,1030,1033,1848,1849,1868,1910],[55,1027,1848,1849,1868,1910],[55,707,1027,1848,1849,1868,1910],[55,707,1024,1027,1848,1849,1868,1910],[1031,1032,1848,1849,1868,1910],[55,366,694,1848,1849,1868,1910],[55,366,694,707,1023,1024,1025,1026,1848,1849,1868,1910],[707,1035,1036,1848,1849,1868,1910],[55,707,1035,1848,1849,1868,1910],[707,1038,1039,1848,1849,1868,1910],[55,707,1039,1848,1849,1868,1910],[55,707,1038,1848,1849,1868,1910],[707,1041,1042,1848,1849,1868,1910],[55,707,1041,1848,1849,1868,1910],[55,707,1040,1848,1849,1868,1910],[710,714,742,746,860,862,866,870,874,881,887,896,900,907,914,918,921,928,931,938,940,954,957,960,965,968,973,979,982,990,996,1000,1004,1007,1010,1017,1021,1034,1037,1040,1043,1046,1050,1060,1062,1065,1068,1071,1074,1082,1085,1088,1092,1099,1111,1124,1125,1130,1135,1139,1142,1148,1151,1162,1195,1203,1206,1209,1212,1217,1222,1231,1234,1239,1250,1253,1260,1264,1268,1272,1277,1279,1284,1287,1290,1294,1848,1849,1868,1910],[55,707,1278,1848,1849,1868,1910],[707,1044,1045,1848,1849,1868,1910],[55,707,1044,1848,1849,1868,1910],[707,1047,1048,1049,1848,1849,1868,1910],[1047,1848,1849,1868,1910],[707,743,744,745,1848,1849,1868,1910],[55,707,743,1848,1849,1868,1910],[744,1848,1849,1868,1910],[707,966,967,1848,1849,1868,1910],[55,707,966,1848,1849,1868,1910],[55,1280,1281,1282,1283,1848,1849,1868,1910],[55,1280,1281,1848,1849,1868,1910],[55,1280,1848,1849,1868,1910],[55,694,1848,1849,1868,1910],[707,1270,1271,1848,1849,1868,1910],[55,707,742,746,1269,1271,1848,1849,1868,1910],[55,707,732,746,860,1269,1270,1848,1849,1868,1910],[707,1051,1052,1053,1054,1055,1056,1057,1058,1059,1848,1849,1868,1910],[1052,1053,1054,1055,1848,1849,1868,1910],[55,707,1051,1848,1849,1868,1910],[55,707,742,1051,1848,1849,1868,1910],[55,1052,1848,1849,1868,1910],[707,1285,1286,1848,1849,1868,1910],[55,366,743,1848,1849,1868,1910],[1285,1848,1849,1868,1910],[707,959,1848,1849,1868,1910],[55,707,958,1848,1849,1868,1910],[707,1289,1848,1849,1868,1910],[55,707,1288,1848,1849,1868,1910],[48,55,707,1061,1848,1849,1868,1910],[707,1063,1064,1848,1849,1868,1910],[55,707,1063,1848,1849,1868,1910],[707,1066,1067,1848,1849,1868,1910],[707,1069,1070,1848,1849,1868,1910],[55,707,1069,1304,1848,1849,1868,1910],[707,1291,1292,1293,1848,1849,1868,1910],[55,707,860,1291,1304,1848,1849,1868,1910],[55,707,860,1304,1848,1849,1868,1910],[707,732,733,734,735,736,737,738,739,740,741,1848,1849,1868,1910],[55,707,735,1848,1849,1868,1910],[55,732,1848,1849,1868,1910],[55,707,732,733,737,738,1848,1849,1868,1910],[55,707,732,1304,1848,1849,1868,1910],[55,707,734,1848,1849,1868,1910],[55,707,733,1848,1849,1868,1910],[55,733,736,1848,1849,1868,1910],[55,733,1848,1849,1868,1910],[707,1072,1073,1848,1849,1868,1910],[55,707,1073,1848,1849,1868,1910],[55,707,1072,1848,1849,1868,1910],[707,1075,1076,1077,1078,1079,1080,1081,1848,1849,1868,1910],[55,1078,1848,1849,1868,1910],[55,707,1076,1848,1849,1868,1910],[55,707,1077,1079,1848,1849,1868,1910],[55,707,1078,1848,1849,1868,1910],[55,707,1075,1848,1849,1868,1910],[707,1083,1084,1848,1849,1868,1910],[55,707,1083,1848,1849,1868,1910],[707,1086,1087,1848,1849,1868,1910],[55,707,1086,1848,1849,1868,1910],[707,1089,1090,1091,1848,1849,1868,1910],[55,707,1089,1848,1849,1868,1910],[707,1093,1094,1096,1097,1098,1848,1849,1868,1910],[55,707,1094,1848,1849,1868,1910],[55,707,1093,1848,1849,1868,1910],[55,1095,1848,1849,1868,1910],[55,1096,1848,1849,1868,1910],[55,707,1265,1267,1848,1849,1868,1910],[55,707,1265,1266,1848,1849,1868,1910],[707,1113,1115,1848,1849,1868,1910],[55,352,707,742,1100,1113,1116,1848,1849,1868,1910],[50,55,1100,1111,1848,1849,1868,1910],[55,692,707,860,1100,1112,1114,1116,1304,1848,1849,1868,1910],[55,860,1100,1114,1848,1849,1868,1910],[55,1100,1115,1848,1849,1868,1910],[707,1117,1119,1120,1121,1122,1123,1848,1849,1868,1910],[55,707,1119,1848,1849,1868,1910],[55,707,742,1116,1120,1848,1849,1868,1910],[55,692,707,860,1099,1100,1116,1119,1304,1848,1849,1868,1910],[55,1119,1848,1849,1868,1910],[55,1117,1118,1848,1849,1868,1910],[707,1126,1127,1128,1129,1848,1849,1868,1910],[55,707,1127,1848,1849,1868,1910],[55,707,856,1126,1848,1849,1868,1910],[55,707,856,1848,1849,1868,1910],[707,1131,1133,1134,1848,1849,1868,1910],[55,1133,1848,1849,1868,1910],[55,707,732,1131,1132,1848,1849,1868,1910],[707,1136,1137,1138,1848,1849,1868,1910],[55,707,1136,1848,1849,1868,1910],[707,1273,1274,1275,1276,1848,1849,1868,1910],[55,707,1274,1848,1849,1868,1910],[55,707,1273,1848,1849,1868,1910],[707,1140,1141,1848,1849,1868,1910],[55,707,890,1140,1848,1849,1868,1910],[707,1143,1144,1145,1146,1147,1848,1849,1868,1910],[55,707,1145,1848,1849,1868,1910],[55,707,1144,1848,1849,1868,1910],[55,707,1143,1848,1849,1868,1910],[707,1149,1150,1848,1849,1868,1910],[55,707,1149,1848,1849,1868,1910],[707,1163,1164,1166,1168,1171,1172,1173,1174,1194,1848,1849,1868,1910],[55,707,1165,1848,1849,1868,1910],[55,1164,1848,1849,1868,1910],[55,1175,1848,1849,1868,1910],[50,55,1184,1848,1849,1868,1910],[55,1177,1848,1849,1868,1910],[50,55,1164,1165,1179,1848,1849,1868,1910],[50,55,707,1165,1181,1182,1848,1849,1868,1910],[1176,1178,1180,1183,1184,1185,1186,1848,1849,1868,1910],[50,55,707,1164,1165,1166,1848,1849,1868,1910],[55,1163,1848,1849,1868,1910],[1170,1182,1188,1189,1190,1191,1848,1849,1868,1910],[55,1173,1848,1849,1868,1910],[55,1164,1168,1848,1849,1868,1910],[55,1164,1168,1188,1848,1849,1868,1910],[55,856,1164,1166,1167,1168,1169,1848,1849,1868,1910],[55,1111,1168,1169,1848,1849,1868,1910],[55,1168,1182,1848,1849,1868,1910],[55,707,1111,1164,1165,1848,1849,1868,1910],[55,1165,1848,1849,1868,1910],[55,1164,1165,1848,1849,1868,1910],[55,856,1168,1187,1193,1848,1849,1868,1910],[55,707,1164,1165,1848,1849,1868,1910],[50,55,707,1111,1164,1165,1167,1848,1849,1868,1910],[50,55,707,1164,1165,1167,1168,1170,1304,1848,1849,1868,1910],[55,707,1163,1164,1165,1166,1167,1848,1849,1868,1910],[55,366,1163,1848,1849,1868,1910],[55,1164,1167,1168,1169,1192,1304,1848,1849,1868,1910],[707,1155,1159,1161,1848,1849,1868,1910],[55,856,1152,1155,1156,1848,1849,1868,1910],[55,1153,1155,1848,1849,1868,1910],[55,1153,1154,1155,1848,1849,1868,1910],[55,1155,1156,1304,1848,1849,1868,1910],[55,824,1153,1155,1156,1158,1848,1849,1868,1910],[55,1153,1155,1156,1157,1848,1849,1868,1910],[55,383,707,856,1152,1153,1155,1156,1158,1848,1849,1868,1910],[55,366,707,1153,1154,1156,1158,1848,1849,1868,1910],[1160,1848,1849,1868,1910],[55,860,1155,1156,1848,1849,1868,1910],[707,1196,1197,1198,1200,1201,1202,1848,1849,1868,1910],[55,1197,1201,1202,1848,1849,1868,1910],[55,707,1198,1199,1848,1849,1868,1910],[55,707,1198,1848,1849,1868,1910],[50,55,707,1198,1200,1848,1849,1868,1910],[55,707,1196,1848,1849,1868,1910],[50,55,707,1198,1201,1848,1849,1868,1910],[707,1204,1205,1848,1849,1868,1910],[55,707,1204,1848,1849,1868,1910],[707,1207,1208,1848,1849,1868,1910],[707,983,984,985,986,987,989,1848,1849,1868,1910],[55,707,732,890,983,1848,1849,1868,1910],[55,707,732,742,890,1848,1849,1868,1910],[55,890,983,1848,1849,1868,1910],[55,988,1848,1849,1868,1910],[50,55,707,983,1304,1848,1849,1868,1910],[890,983,1848,1849,1868,1910],[707,1210,1211,1848,1849,1868,1910],[55,707,742,1210,1848,1849,1868,1910],[707,1213,1214,1215,1216,1848,1849,1868,1910],[55,707,1214,1848,1849,1868,1910],[707,749,750,857,858,859,1848,1849,1868,1910],[55,707,857,1848,1849,1868,1910],[55,707,742,748,1848,1849,1868,1910],[55,707,742,1848,1849,1868,1910],[55,707,742,750,856,857,1848,1849,1868,1910],[55,707,742,749,1304,1848,1849,1868,1910],[707,1254,1255,1256,1257,1258,1259,1848,1849,1868,1910],[55,707,847,1848,1849,1868,1910],[55,707,844,1255,1848,1849,1868,1910],[55,707,844,1254,1255,1848,1849,1868,1910],[55,707,844,1304,1848,1849,1868,1910],[55,887,1848,1849,1868,1910],[707,1218,1221,1848,1849,1868,1910],[55,707,1218,1219,1848,1849,1868,1910],[55,707,1221,1848,1849,1868,1910],[55,707,1218,1220,1848,1849,1868,1910],[707,1232,1233,1848,1849,1868,1910],[1124,1231,1848,1849,1868,1910],[55,707,1231,1304,1848,1849,1868,1910],[707,1237,1238,1848,1849,1868,1910],[1237,1848,1849,1868,1910],[55,707,1111,1235,1236,1304,1848,1849,1868,1910],[55,1235,1848,1849,1868,1910],[55,707,928,1225,1236,1848,1849,1868,1910],[707,1223,1225,1228,1229,1230,1848,1849,1868,1910],[1228,1848,1849,1868,1910],[707,1225,1226,1848,1849,1868,1910],[1225,1227,1848,1849,1868,1910],[55,1223,1225,1226,1227,1848,1849,1868,1910],[55,707,1225,1227,1848,1849,1868,1910],[55,1223,1224,1226,1227,1848,1849,1868,1910],[55,707,856,1225,1227,1848,1849,1868,1910],[707,1241,1242,1244,1246,1248,1249,1848,1849,1868,1910],[1241,1848,1849,1868,1910],[55,707,1240,1241,1243,1848,1849,1868,1910],[55,707,1240,1241,1848,1849,1868,1910],[55,707,1247,1848,1849,1868,1910],[55,707,1241,1245,1848,1849,1868,1910],[55,707,1241,1848,1849,1868,1910],[55,707,1240,1242,1848,1849,1868,1910],[1101,1103,1104,1105,1108,1109,1110,1848,1849,1868,1910],[55,707,1103,1107,1108,1848,1849,1868,1910],[55,707,1103,1109,1848,1849,1868,1910],[55,707,1103,1848,1849,1868,1910],[55,383,1106,1848,1849,1868,1910],[55,1102,1848,1849,1868,1910],[707,1251,1252,1848,1849,1868,1910],[55,707,1252,1848,1849,1868,1910],[55,707,1251,1848,1849,1868,1910],[359,360,361,362,363,364,365,1848,1849,1868,1910],[55,1295,1848,1849,1868,1910],[1297,1298,1299,1301,1848,1849,1868,1910],[55,1300,1848,1849,1868,1910],[751,752,753,754,755,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,848,849,850,851,852,853,854,855,1848,1849,1868,1910],[694,1848,1849,1868,1910],[55,847,1848,1849,1868,1910],[55,694,707,756,823,1848,1849,1868,1910],[55,825,1848,1849,1868,1910],[55,366,707,1848,1849,1868,1910],[55,366,856,890,1295,1296,1302,1303,1848,1849,1868,1910],[756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,1848,1849,1868,1910],[55,973,1848,1849,1868,1910],[689,1848,1849,1868,1910],[343,344,345,346,347,348,1848,1849,1868,1910],[349,370,690,695,696,697,698,699,700,701,702,703,704,705,706,1848,1849,1868,1910],[45,707,1848,1849,1868,1910],[350,351,352,353,357,358,367,368,369,1848,1849,1868,1910],[55,352,1848,1849,1868,1910],[354,355,356,1848,1849,1868,1910],[55,356,1848,1849,1868,1910],[55,354,355,1848,1849,1868,1910],[366,1848,1849,1868,1910],[162,163,164,165,166,167,168,170,171,1848,1849,1868,1910],[168,169,172,1848,1849,1868,1910],[1677,1848,1849,1868,1910],[1675,1676,1678,1848,1849,1868,1910],[1677,1681,1684,1686,1687,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1848,1849,1868,1910],[1677,1681,1682,1848,1849,1868,1910],[1677,1681,1848,1849,1868,1910],[1677,1678,1731,1848,1849,1868,1910],[1683,1848,1849,1868,1910],[1683,1688,1848,1849,1868,1910],[1683,1687,1848,1849,1868,1910],[1680,1683,1687,1848,1849,1868,1910],[1683,1686,1709,1848,1849,1868,1910],[1681,1683,1848,1849,1868,1910],[1680,1848,1849,1868,1910],[1677,1685,1848,1849,1868,1910],[1681,1685,1686,1687,1848,1849,1868,1910],[1680,1681,1848,1849,1868,1910],[1677,1678,1848,1849,1868,1910],[1677,1678,1731,1733,1848,1849,1868,1910],[1677,1734,1848,1849,1868,1910],[1741,1742,1743,1848,1849,1868,1910],[1677,1731,1732,1848,1849,1868,1910],[1677,1679,1746,1848,1849,1868,1910],[1735,1737,1848,1849,1868,1910],[1734,1737,1848,1849,1868,1910],[1677,1686,1695,1731,1732,1733,1734,1737,1738,1739,1740,1744,1745,1848,1849,1868,1910],[1712,1737,1848,1849,1868,1910],[1735,1736,1848,1849,1868,1910],[1677,1746,1848,1849,1868,1910],[1734,1738,1739,1848,1849,1868,1910],[1737,1848,1849,1868,1910],[688,1848,1849,1868,1910],[65,73,75,1848,1849,1868,1910],[56,58,60,61,62,1848,1849,1868,1910],[64,65,1848,1849,1868,1910],[123,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1848,1849,1868,1910],[121,123,1848,1849,1868,1910],[58,62,121,128,1848,1849,1868,1910],[63,123,1600,1604,1606,1848,1849,1868,1910],[56,58,60,61,62,123,1848,1849,1868,1910],[56,58,60,61,62,73,80,81,121,123,1848,1849,1868,1910],[63,109,119,121,123,128,1848,1849,1868,1910],[56,58,60,61,62,121,123,1848,1849,1868,1910],[123,1848,1849,1868,1910],[75,123,1848,1849,1868,1910],[72,80,1848,1849,1868,1910],[65,76,93,1848,1849,1868,1910],[56,59,1848,1849,1868,1910],[122,1616,1848,1849,1868,1910],[56,1848,1849,1868,1910],[56,73,82,132,1848,1849,1868,1910],[56,57,58,1848,1849,1868,1910],[64,82,92,1848,1849,1868,1910],[65,73,80,81,1848,1849,1868,1910],[56,58,60,61,62,82,92,131,1848,1849,1868,1910],[75,80,91,132,135,1848,1849,1868,1910],[257,260,262,267,268,270,271,272,273,274,275,276,278,279,280,281,282,1848,1849,1868,1910],[82,132,135,259,1848,1849,1868,1910],[75,80,81,82,91,92,132,1848,1849,1868,1910],[75,82,277,286,287,288,289,291,292,293,294,295,298,299,300,301,302,303,304,305,306,307,308,1848,1849,1868,1910],[277,285,1848,1849,1868,1910],[75,277,1848,1849,1868,1910],[277,1848,1849,1868,1910],[296,1848,1849,1868,1910],[82,290,1848,1849,1868,1910],[297,1848,1849,1868,1910],[82,277,1848,1849,1868,1910],[81,82,132,135,259,261,1848,1849,1868,1910],[266,1848,1849,1868,1910],[75,82,84,85,86,87,88,89,90,132,135,264,265,1848,1849,1868,1910],[75,82,84,85,86,87,88,89,90,132,263,264,1848,1849,1868,1910],[132,263,1848,1849,1868,1910],[269,1848,1849,1868,1910],[175,1848,1849,1868,1910],[80,82,132,135,1848,1849,1868,1910],[67,68,95,97,131,148,263,1848,1849,1868,1910],[80,92,132,135,1848,1849,1868,1910],[256,1848,1849,1868,1910],[82,85,132,135,269,1848,1849,1868,1910],[81,82,132,259,1848,1849,1868,1910],[75,132,263,265,277,1848,1849,1868,1910],[263,1848,1849,1868,1910],[56,58,60,61,62,73,80,81,89,1848,1849,1868,1910],[71,72,82,83,84,85,86,87,88,89,90,1848,1849,1868,1910],[71,73,82,1848,1849,1868,1910],[62,73,75,81,1848,1849,1868,1910],[82,1848,1849,1868,1910],[71,73,82,85,1848,1849,1868,1910],[71,73,82,87,1848,1849,1868,1910],[71,73,82,88,89,1848,1849,1868,1910],[71,72,73,75,82,84,87,1848,1849,1868,1910],[70,73,82,1848,1849,1868,1910],[59,75,94,115,116,1848,1849,1868,1910],[75,116,1848,1849,1868,1910],[76,93,1848,1849,1868,1910],[57,60,62,63,77,93,105,109,116,121,122,125,128,132,133,140,146,154,178,222,223,224,225,1848,1849,1868,1910],[124,1612,1613,1614,1615,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1634,1635,1636,1848,1849,1868,1910],[122,124,1848,1849,1868,1910],[63,124,1848,1849,1868,1910],[124,1848,1849,1868,1910],[56,58,60,61,62,80,81,91,124,128,132,135,137,1848,1849,1868,1910],[56,58,60,61,62,69,73,89,122,1615,1617,1848,1849,1868,1910],[69,223,1615,1617,1848,1849,1868,1910],[1615,1617,1848,1849,1868,1910],[1617,1618,1848,1849,1868,1910],[56,58,60,61,62,63,69,71,73,80,82,85,122,128,131,132,137,150,221,1615,1617,1848,1849,1868,1910],[56,58,60,61,62,73,75,128,131,1615,1617,1848,1849,1868,1910],[56,58,60,61,62,73,109,122,128,1848,1849,1868,1910],[124,1617,1848,1849,1868,1910],[109,124,1848,1849,1868,1910],[56,58,60,61,62,63,71,73,82,122,128,131,132,137,150,219,221,1615,1617,1848,1849,1868,1910],[1615,1848,1849,1868,1910],[56,58,60,61,62,63,91,111,117,118,122,124,131,132,221,1617,1848,1849,1868,1910],[56,58,60,61,62,63,69,72,73,80,82,83,85,86,87,88,89,90,128,132,137,1615,1633,1848,1849,1868,1910],[56,58,60,61,62,63,73,91,111,117,118,122,128,132,1615,1617,1848,1849,1868,1910],[118,120,153,201,205,207,221,222,227,228,236,237,1848,1849,1868,1910],[56,58,60,61,62,75,111,118,1848,1849,1868,1910],[75,117,118,128,176,1848,1849,1868,1910],[56,58,60,62,75,110,117,118,119,128,129,144,1848,1849,1868,1910],[75,118,119,128,130,131,132,137,147,150,203,208,217,218,220,1848,1849,1868,1910],[75,94,128,149,152,161,233,1848,1849,1868,1910],[68,75,80,85,87,91,97,132,137,221,1848,1849,1868,1910],[56,58,60,62,63,75,119,1848,1849,1868,1910],[75,91,132,137,150,217,219,1848,1849,1868,1910],[176,204,206,1848,1849,1868,1910],[56,58,60,62,69,75,109,110,111,117,118,119,128,129,132,1848,1849,1868,1910],[93,144,152,153,200,202,1848,1849,1868,1910],[75,119,128,130,131,132,137,150,219,220,1848,1849,1868,1910],[75,119,128,130,131,132,137,150,208,219,1848,1849,1868,1910],[56,58,60,62,75,110,118,119,128,129,130,131,132,147,150,203,219,1848,1849,1868,1910],[75,118,132,137,149,150,218,1848,1849,1868,1910],[75,94,128,149,152,154,161,212,232,235,1848,1849,1868,1910],[75,118,119,132,137,150,217,1848,1849,1868,1910],[75,79,81,1848,1849,1868,1910],[56,58,60,61,62,63,65,69,70,71,73,75,93,98,100,105,109,110,111,114,118,119,120,121,122,123,124,125,126,127,129,132,1848,1849,1868,1910],[69,73,121,128,1848,1849,1868,1910],[59,128,1848,1849,1868,1910],[56,128,1848,1849,1868,1910],[56,58,60,61,1848,1849,1868,1910],[56,58,59,1848,1849,1868,1910],[56,58,60,61,62,65,69,73,75,128,1848,1849,1868,1910],[73,74,75,80,1848,1849,1868,1910],[80,250,1848,1849,1868,1910],[73,74,75,79,1848,1849,1868,1910],[65,69,71,103,129,132,1848,1849,1868,1910],[62,65,66,67,68,70,96,97,100,1848,1849,1868,1910],[75,101,102,1848,1849,1868,1910],[65,70,71,73,75,96,98,99,101,131,132,1848,1849,1868,1910],[65,70,71,73,75,96,98,100,101,132,1848,1849,1868,1910],[70,72,75,81,82,83,85,86,87,88,89,90,92,95,97,102,131,132,1848,1849,1868,1910],[56,70,128,1848,1849,1868,1910],[75,81,91,131,132,1848,1849,1868,1910],[67,68,71,72,82,83,85,86,87,88,89,90,92,95,97,101,131,132,1848,1849,1868,1910],[81,82,92,132,1848,1849,1868,1910],[70,128,132,149,150,210,212,214,215,1848,1849,1868,1910],[69,94,116,128,138,205,1848,1849,1868,1910],[70,73,75,94,96,117,118,128,1848,1849,1868,1910],[69,75,80,93,128,138,144,151,153,154,200,201,1848,1849,1868,1910],[69,132,206,207,1848,1849,1868,1910],[69,81,112,128,131,132,138,139,219,1848,1849,1868,1910],[70,75,112,118,128,131,132,146,147,153,202,1848,1849,1868,1910],[60,69,73,113,114,116,118,128,132,1848,1849,1868,1910],[57,71,73,113,118,128,132,1848,1849,1868,1910],[56,71,81,111,112,118,131,132,1848,1849,1868,1910],[128,234,235,1848,1849,1868,1910],[117,118,128,212,1848,1849,1868,1910],[73,87,118,128,132,212,213,1848,1849,1868,1910],[69,212,213,230,231,232,234,236,1848,1849,1868,1910],[65,70,73,75,76,93,128,144,151,152,212,213,229,1848,1849,1868,1910],[118,128,150,213,216,1848,1849,1868,1910],[76,79,80,93,154,1848,1849,1868,1910],[65,75,1848,1849,1868,1910],[75,76,79,111,137,144,145,147,156,157,158,159,160,161,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,1848,1849,1868,1910],[75,80,81,94,116,1848,1849,1868,1910],[76,78,93,156,1848,1849,1868,1910],[78,81,111,158,1848,1849,1868,1910],[75,82,87,111,132,137,1848,1849,1868,1910],[56,65,70,78,79,80,81,93,94,111,143,144,1848,1849,1868,1910],[81,94,161,172,1848,1849,1868,1910],[78,93,156,1848,1849,1868,1910],[65,75,78,81,111,156,1848,1849,1868,1910],[56,58,60,61,62,75,80,81,111,116,1848,1849,1868,1910],[81,111,116,176,1848,1849,1868,1910],[65,75,80,81,111,176,178,1848,1849,1868,1910],[81,116,176,1848,1849,1868,1910],[75,81,111,116,176,1848,1849,1868,1910],[65,78,79,81,94,111,154,161,1848,1849,1868,1910],[73,81,111,116,176,183,1848,1849,1868,1910],[94,116,1848,1849,1868,1910],[81,93,111,156,1848,1849,1868,1910],[78,81,92,111,132,135,140,147,1848,1849,1868,1910],[78,93,111,158,1848,1849,1868,1910],[56,57,58,60,61,62,75,80,111,118,128,176,178,1848,1849,1868,1910],[62,80,81,109,111,1848,1849,1868,1910],[78,93,158,1848,1849,1868,1910],[75,94,116,1848,1849,1868,1910],[56,58,60,61,62,65,76,78,79,80,81,93,111,141,143,1848,1849,1868,1910],[78,79,81,93,111,156,1848,1849,1868,1910],[78,79,81,93,144,182,1848,1849,1868,1910],[78,79,80,81,93,111,143,145,154,155,1848,1849,1868,1910],[65,78,93,111,156,1848,1849,1868,1910],[73,78,79,81,93,111,154,156,183,1848,1849,1868,1910],[56,76,78,79,80,81,93,111,144,1848,1849,1868,1910],[73,75,76,78,80,93,144,192,1848,1849,1868,1910],[56,58,60,61,62,63,73,75,80,91,92,111,132,134,135,136,1848,1849,1868,1910],[65,75,78,79,80,81,92,93,111,132,135,140,145,146,1848,1849,1868,1910],[65,73,75,80,81,94,116,183,1848,1849,1868,1910],[78,81,93,111,142,154,156,1848,1849,1868,1910],[65,78,81,93,111,143,156,1848,1849,1868,1910],[65,75,76,78,81,93,111,154,156,1848,1849,1868,1910],[73,81,82,1848,1849,1868,1910],[75,98,1848,1849,1868,1910],[67,68,95,97,131,148,311,312,313,1848,1849,1868,1910],[65,67,68,131,311,1848,1849,1868,1910],[64,66,1848,1849,1868,1910],[64,131,148,149,1848,1849,1868,1910],[64,65,95,131,1848,1849,1868,1910],[59,64,65,1848,1849,1868,1910],[56,65,94,131,1848,1849,1868,1910],[65,66,67,68,95,131,1848,1849,1868,1910],[67,68,73,82,92,95,97,130,132,1848,1849,1868,1910],[65,67,68,131,1848,1849,1868,1910],[59,76,80,1848,1849,1868,1910],[79,1848,1849,1868,1910],[65,75,76,79,80,81,142,1848,1849,1868,1910],[65,73,75,76,77,78,1848,1849,1868,1910],[65,73,75,79,1848,1849,1868,1910],[56,73,76,93,104,128,1848,1849,1868,1910],[65,76,1848,1849,1868,1910],[69,73,1848,1849,1868,1910],[76,93,118,130,139,140,1848,1849,1868,1910],[75,76,80,93,132,135,136,1848,1849,1868,1910],[56,58,60,61,62,65,69,71,73,75,80,81,106,107,108,118,1848,1849,1868,1910],[59,79,93,212,1848,1849,1868,1910],[209,1848,1849,1868,1910],[57,70,128,209,210,211,1848,1849,1868,1910],[212,1848,1849,1868,1910],[94,154,155,210,229,1848,1849,1868,1910],[249,1848,1849,1868,1910],[244,1848,1849,1868,1910],[243,1848,1849,1868,1910],[243,244,1848,1849,1868,1910],[242,243,244,245,246,247,248,1848,1849,1868,1910],[241,242,244,1848,1849,1868,1910],[242,244,1848,1849,1868,1910],[1848,1849,1868,1877,1881,1910,1952],[1848,1849,1868,1877,1910,1941,1952],[1848,1849,1868,1872,1910],[1848,1849,1868,1874,1877,1910,1949,1952],[1848,1849,1868,1910,1930,1949],[1848,1849,1868,1910,1959],[1848,1849,1868,1872,1910,1959],[1848,1849,1868,1874,1877,1910,1930,1952],[1848,1849,1868,1869,1870,1873,1876,1910,1922,1941,1952],[1848,1849,1868,1877,1884,1910],[1848,1849,1868,1869,1875,1910],[1848,1849,1868,1877,1898,1899,1910],[1848,1849,1868,1873,1877,1910,1944,1952,1959],[1848,1849,1868,1898,1910,1959],[1848,1849,1868,1871,1872,1910,1959],[1848,1849,1868,1877,1910],[1848,1849,1868,1871,1872,1873,1874,1875,1876,1877,1878,1879,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1899,1900,1901,1902,1903,1904,1910],[1848,1849,1868,1877,1892,1910],[1848,1849,1868,1877,1884,1885,1910],[1848,1849,1868,1875,1877,1885,1886,1910],[1848,1849,1868,1876,1910],[1848,1849,1868,1869,1872,1877,1910],[1848,1849,1868,1877,1881,1885,1886,1910],[1848,1849,1868,1881,1910],[1848,1849,1868,1875,1877,1880,1910,1952],[1848,1849,1868,1869,1874,1877,1884,1910],[1848,1849,1868,1910,1941],[1848,1849,1868,1872,1877,1898,1910,1957,1959],[1773,1774,1775,1776,1777,1778,1779,1781,1782,1783,1784,1785,1786,1787,1788,1848,1849,1868,1910],[1773,1848,1849,1868,1910],[1773,1780,1848,1849,1868,1910],[1847,1849,1868,1910],[1843,1848,1849,1868,1910],[1844,1848,1849,1868,1910],[1845,1846,1848,1849,1868,1910],[49,54,1848,1849,1868,1910],[49,1848,1849,1868,1910],[50,1848,1849,1868,1910],[50,55,1304,1795,1796,1848,1849,1868,1910],[50,1797,1798,1848,1849,1868,1910],[50,55,226,335,341,1848,1849,1868,1910],[50,55,81,226,1304,1599,1611,1664,1665,1848,1849,1868,1910],[50,55,335,341,1848,1849,1868,1910],[50,55,1599,1648,1653,1654,1848,1849,1868,1910],[50,55,1769,1848,1849,1868,1910],[50,55,334,335,336,341,1304,1599,1753,1754,1755,1756,1757,1758,1759,1770,1848,1849,1861,1868,1910],[50,55,1599,1758,1848,1849,1868,1910],[50,55,1599,1673,1765,1848,1849,1868,1910],[50,55,1766,1767,1848,1849,1868,1910],[50,55,1599,1654,1748,1848,1849,1868,1910],[50,55,341,1653,1667,1749,1848,1849,1868,1910],[50,55,81,1304,1599,1650,1848,1849,1868,1910],[50,55,1750,1751,1752,1757,1760,1761,1762,1763,1764,1768,1848,1849,1868,1910],[50,55,1304,1599,1848,1849,1868,1910],[50,55,341,1599,1770,1848,1849,1868,1910],[50,55,335,1599,1848,1849,1868,1910],[50,55,128,334,335,341,342,1599,1649,1653,1656,1664,1666,1752,1753,1760,1771,1772,1789,1790,1791,1792,1793,1848,1849,1868,1910],[50,55,81,128,334,335,341,1664,1848,1849,1868,1910],[50,55,73,226,239,1304,1657,1848,1849,1868,1910],[50,55,73,226,239,1304,1848,1849,1868,1910],[50,55,73,226,239,1657,1848,1849,1868,1910],[50,239,1657,1658,1659,1660,1661,1848,1849,1868,1910],[50,55,73,226,1848,1849,1868,1910],[50,55,1304,1599,1663,1665,1848,1849,1868,1910],[50,55,341,1848,1849,1868,1910],[50,55,1823,1848,1849,1868,1910],[50,55,1599,1848,1849,1868,1910],[50,55,341,1794,1848,1849,1868,1910],[50,55,1802,1803,1804,1805,1848,1849,1868,1910],[50,55,1794,1802,1803,1848,1849,1868,1910],[50,55,1794,1802,1803,1804,1805,1848,1849,1868,1910],[50,55,1809,1848,1849,1868,1910],[50,55,335,341,1759,1794,1802,1803,1804,1848,1849,1868,1910],[50,55,335,341,1794,1802,1803,1804,1809,1810,1848,1849,1868,1910],[50,55,91,109,128,132,137,187,201,221,1814,1848,1849,1868,1910],[50,55,341,1304,1599,1673,1753,1794,1802,1803,1804,1848,1849,1868,1910],[50,55,91,109,128,132,137,187,201,221,262,1816,1848,1849,1868,1910],[50,55,341,1673,1794,1819,1848,1849,1868,1910],[50,55,333,341,1794,1848,1849,1868,1910],[50,341,1848,1849,1868,1910],[50,200,201,226,238,335,1848,1849,1868,1910],[50,58,60,73,91,137,221,226,314,1848,1849,1868,1910],[50,58,60,73,91,200,226,238,314,338,1623,1628,1632,1637,1641,1642,1643,1644,1645,1646,1647,1648,1848,1849,1868,1910],[50,66,73,91,226,314,338,1848,1849,1868,1910],[50,73,91,226,314,338,1848,1849,1868,1910],[50,338,1641,1642,1643,1644,1645,1646,1647,1649,1669,1670,1671,1672,1848,1849,1868,1910],[50,73,91,226,314,338,1639,1640,1848,1849,1868,1910],[50,73,91,226,314,338,1641,1644,1848,1849,1868,1910],[50,73,89,91,226,314,338,1848,1849,1868,1910],[50,240,1848,1849,1868,1910],[50,69,73,226,240,336,1848,1849,1868,1910],[50,91,128,137,221,226,314,341,1848,1849,1868,1910],[50,75,91,226,283,341,1304,1655,1848,1849,1868,1910],[50,336,341,1304,1848,1849,1868,1910],[50,75,81,109,132,221,226,238,333,334,335,341,1848,1849,1868,1910],[50,200,226,238,250,251,341,1848,1849,1868,1910],[50,65,75,179,205,238,252,341,1848,1849,1868,1910],[50,91,132,137,160,221,226,238,252,283,314,318,341,1848,1849,1868,1910],[50,75,91,137,221,226,238,252,283,314,318,341,1848,1849,1868,1910],[50,91,137,221,226,252,283,314,341,1848,1849,1868,1910],[50,91,137,226,227,238,252,283,341,1848,1849,1868,1910],[50,91,137,207,226,238,252,283,314,318,341,1848,1849,1868,1910],[50,252,253,254,255,258,310,319,320,321,322,323,324,325,326,327,328,329,332,1848,1849,1868,1910],[50,200,226,238,341,1848,1849,1868,1910],[50,252,253,254,255,258,310,319,320,321,322,323,324,325,326,327,328,330,331,341,1848,1849,1868,1910],[50,79,81,200,201,238,252,341,1848,1849,1868,1910],[50,328,341,1848,1849,1868,1910],[50,81,200,201,238,252,341,1848,1849,1868,1910],[50,79,81,89,91,201,226,238,250,251,252,262,341,1848,1849,1868,1910],[50,91,147,153,226,238,252,283,314,318,341,1848,1849,1868,1910],[50,137,221,238,252,283,284,309,341,1848,1849,1868,1910],[50,200,238,252,341,1848,1849,1868,1910],[50,81,142,195,200,201,238,250,251,252,257,341,1848,1849,1868,1910],[50,55,75,81,226,336,341,1304,1848,1849,1868,1910],[50,74,75,81,109,128,132,226,238,250,251,334,335,336,337,341,1610,1637,1638,1649,1650,1653,1654,1655,1656,1661,1663,1848,1849,1868,1910],[50,74,75,81,91,109,226,283,1304,1848,1849,1868,1910],[50,73,81,226,1641,1649,1848,1849,1868,1910],[50,58,60,73,81,91,125,200,226,238,314,334,1617,1637,1648,1651,1652,1848,1849,1868,1910],[50,109,187,201,226,1610,1848,1849,1868,1910],[50,55,226,340,1664,1848,1849,1868,1910],[50,55,73,125,226,239,1657,1658,1659,1660,1848,1849,1868,1910],[50,81,91,200,226,238,314,341,1848,1849,1868,1910],[50,315,316,317,1848,1849,1868,1910],[50,66,314,1848,1849,1868,1910],[50,91,226,314,315,1848,1849,1868,1910],[50,91,226,314,315,316,1848,1849,1868,1910],[50,58,60,73,125,226,1848,1849,1868,1910],[50,55,262,1828,1848,1849,1868,1910],[50,55,226,341,1848,1849,1868,1910],[50,55,340,341,1599,1834,1848,1849,1868,1910],[50,55,226,1848,1849,1868,1910],[50,55,331,336,341,342,1664,1666,1749,1771,1772,1790,1791,1792,1794,1795,1797,1848,1849,1850,1861,1868,1910],[50,340,341,1831,1832,1833,1848,1849,1868,1910],[50,55,340,1599,1848,1849,1868,1910],[50,55,340,341,1599,1848,1849,1868,1910],[50,336,341,1662,1848,1849,1868,1910],[50,339,340,1848,1849,1868,1910],[50,66,132,200,238,239,337,338,1848,1849,1868,1910],[50,73,81,82,226,250,251,283,1848,1849,1868,1910],[50,81,91,226,314,1848,1849,1868,1910],[50,75,225,226,314,1848,1849,1868,1910],[50,1674,1747,1848,1849,1868,1910],[50,334,335,336,341,1652,1653,1654,1668,1673,1748,1848,1849,1868,1910],[47,49,50,55,1855,1856,1875,1917],[47,49,50,1889,1931,1960,1961],[51,1901,1902,1920,1962],[1901,1902,1920,1962],[941,1901,1902,1920,1962],[942,1901,1902,1920,1962],[941,942,943,944,945,946,947,948,949,1901,1902,1920,1962],[1901,1902,1920,1960,1961,1962],[1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1901,1902,1920,1962],[1598,1901,1902,1920,1962],[844,1858,1859,1878,1920],[845,846,1858,1859,1878,1920],[1858,1859,1878,1920],[731,1858,1859,1878,1920],[725,727,1858,1859,1878,1920],[715,725,726,728,729,730,1858,1859,1878,1920],[725,1858,1859,1878,1920],[715,725,1858,1859,1878,1920],[716,717,718,719,720,721,722,723,724,1858,1859,1878,1920],[716,720,721,724,725,728,1858,1859,1878,1920],[716,717,718,719,720,721,722,723,724,725,726,728,729,1858,1859,1878,1920],[715,716,717,718,719,720,721,722,723,724,1858,1859,1878,1920],[383,1858,1859,1878,1920],[384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,1858,1859,1878,1920],[371,373,374,375,376,377,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,374,375,376,377,378,379,380,381,382,383,1901,1902,1920,1962],[372,373,374,375,376,377,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,375,376,377,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,376,377,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,377,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,378,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,379,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,378,380,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,378,379,381,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,378,379,380,382,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,378,379,380,381,383,1901,1902,1920,1962],[371,372,373,374,375,376,377,378,379,380,381,382,1901,1902,1920,1962],[50,1901,1902,1920,1962,1963,1964],[50,1901,1902,1920,1962,1963],[50,226,1901,1902,1920,1960,1961,1962,1965,1966],[50,1901,1902,1920,1962],[50,55,226,340,1664,1858,1859,1878,1920],[50,1858,1859,1878,1920],[50,341,1858,1859,1878,1920],[50,1304,1901,1902,1905,1920,1960,1961,1962],[1901,1902,1915,1916,1917,1920,1962],[1901,1902,1962],[1901,1902,1920,1925,1929,1962],[1901,1902,1920,1923,1924,1962],[1901,1902,1920,1926,1929,1962],[1901,1902,1920,1921,1927,1962],[1901,1902,1920,1921,1922,1925,1928,1962],[1901,1902,1920,1929,1962],[1901,1902,1920,1933,1962],[1901,1902,1920,1927,1929,1932,1962],[1901,1902,1920,1929,1933,1962],[1901,1902,1920,1921,1924,1929,1962],[1901,1902,1920,1929,1936,1937,1962],[1901,1902,1920,1927,1929,1937,1938,1962],[1901,1902,1920,1929,1933,1937,1938,1962],[1901,1902,1920,1928,1962],[1901,1902,1920,1929,1936,1962],[1901,1902,1920,1921,1926,1929,1936,1962],[1901,1902,1920,1929,1944,1962],[1901,1902,1920,1924,1962],[1901,1902,1920,1959,1962],[1901,1902,1920,1924,1929,1950,1962],[1901,1902,1920,1929,1950,1951,1962],[1901,1902,1920,1950,1962],[1901,1902,1920,1923,1924,1925,1926,1927,1928,1929,1930,1931,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1951,1952,1953,1954,1955,1956,1962],[1901,1902,1920,1957,1962],[45,51,52,1901,1902,1920,1962],[53,1901,1902,1920,1962],[45,1901,1902,1920,1962],[45,46,47,49,1901,1902,1920,1962],[46,47,48,49,1901,1902,1920,1962],[691,692,1858,1859,1878,1920],[691,1858,1859,1878,1920],[1022,1901,1902,1920,1962],[889,1901,1902,1920,1962],[888,1901,1902,1920,1962],[707,708,709,1858,1859,1878,1920],[48,55,707,708,1858,1859,1878,1920],[48,55,707,1858,1859,1878,1920],[707,711,712,713,1858,1859,1878,1920],[55,707,1858,1859,1878,1920],[711,1858,1859,1878,1920],[707,1261,1262,1263,1858,1859,1878,1920],[55,1858,1859,1878,1920],[55,707,1261,1858,1859,1878,1920],[707,747,861,1858,1859,1878,1920],[55,707,742,746,861,1858,1859,1878,1920],[55,707,746,747,860,1304,1858,1859,1878,1920],[707,863,864,865,1858,1859,1878,1920],[863,1858,1859,1878,1920],[707,867,868,869,1858,1859,1878,1920],[867,1858,1859,1878,1920],[707,871,872,873,1858,1859,1878,1920],[871,1858,1859,1878,1920],[707,875,876,877,878,879,880,1858,1859,1878,1920],[55,877,1858,1859,1878,1920],[875,876,1858,1859,1878,1920],[707,882,883,884,885,886,1858,1859,1878,1920],[55,884,1858,1859,1878,1920],[882,883,1858,1859,1878,1920],[707,891,892,895,1858,1859,1878,1920],[55,890,891,1858,1859,1878,1920],[55,707,890,1858,1859,1878,1920],[55,707,890,893,1858,1859,1878,1920],[892,894,1858,1859,1878,1920],[707,897,898,899,1858,1859,1878,1920],[897,1858,1859,1878,1920],[707,901,902,903,904,905,906,1858,1859,1878,1920],[55,904,1858,1859,1878,1920],[901,902,1858,1859,1878,1920],[707,908,911,912,913,1858,1859,1878,1920],[55,707,908,1858,1859,1878,1920],[55,707,908,909,911,1858,1859,1878,1920],[910,912,1858,1859,1878,1920],[55,908,1858,1859,1878,1920],[908,1858,1859,1878,1920],[55,707,909,1858,1859,1878,1920],[707,915,916,917,1858,1859,1878,1920],[55,707,742,914,1858,1859,1878,1920],[915,1858,1859,1878,1920],[707,919,920,1858,1859,1878,1920],[55,707,919,1858,1859,1878,1920],[707,922,923,924,925,926,927,1858,1859,1878,1920],[55,707,922,1858,1859,1878,1920],[55,707,922,926,1858,1859,1878,1920],[55,707,925,1304,1858,1859,1878,1920],[55,707,923,1858,1859,1878,1920],[55,925,1858,1859,1878,1920],[707,929,930,1858,1859,1878,1920],[55,707,930,1858,1859,1878,1920],[55,707,929,1858,1859,1878,1920],[707,939,1858,1859,1878,1920],[707,932,933,934,935,936,937,1858,1859,1878,1920],[55,707,932,1858,1859,1878,1920],[55,707,1304,1858,1859,1878,1920],[55,932,1858,1859,1878,1920],[933,934,1858,1859,1878,1920],[707,952,953,1858,1859,1878,1920],[55,707,951,952,1858,1859,1878,1920],[55,707,746,951,1858,1859,1878,1920],[950,1858,1859,1878,1920],[707,955,956,1858,1859,1878,1920],[55,707,955,1858,1859,1878,1920],[55,707,951,1858,1859,1878,1920],[707,969,970,971,972,1858,1859,1878,1920],[55,707,823,887,900,960,965,968,1858,1859,1878,1920],[55,707,823,960,969,1304,1858,1859,1878,1920],[55,969,1858,1859,1878,1920],[55,694,856,971,1304,1858,1859,1878,1920],[707,974,975,976,977,978,1858,1859,1878,1920],[707,980,981,1858,1859,1878,1920],[55,707,890,980,1858,1859,1878,1920],[707,991,992,993,994,995,1858,1859,1878,1920],[55,856,1858,1859,1878,1920],[50,55,707,990,1304,1858,1859,1878,1920],[991,1858,1859,1878,1920],[55,707,990,993,1858,1859,1878,1920],[890,1858,1859,1878,1920],[707,997,998,999,1858,1859,1878,1920],[50,55,707,990,996,1304,1858,1859,1878,1920],[997,1858,1859,1878,1920],[55,707,990,993,1304,1858,1859,1878,1920],[707,1001,1002,1003,1858,1859,1878,1920],[55,707,1001,1858,1859,1878,1920],[707,961,962,963,964,1858,1859,1878,1920],[55,707,962,1858,1859,1878,1920],[55,707,961,1858,1859,1878,1920],[707,1005,1006,1858,1859,1878,1920],[55,707,1005,1858,1859,1878,1920],[707,1008,1009,1858,1859,1878,1920],[55,707,965,1858,1859,1878,1920],[707,1011,1012,1013,1014,1015,1016,1858,1859,1878,1920],[55,707,732,742,887,1858,1859,1878,1920],[55,707,856,860,887,1304,1858,1859,1878,1920],[1011,1858,1859,1878,1920],[55,742,1858,1859,1878,1920],[707,1018,1019,1020,1858,1859,1878,1920],[1018,1858,1859,1878,1920],[707,1024,1025,1027,1028,1029,1030,1033,1858,1859,1878,1920],[55,1027,1858,1859,1878,1920],[55,707,1027,1858,1859,1878,1920],[55,707,1024,1027,1858,1859,1878,1920],[1031,1032,1858,1859,1878,1920],[55,366,694,1858,1859,1878,1920],[55,366,694,707,1023,1024,1025,1026,1858,1859,1878,1920],[707,1035,1036,1858,1859,1878,1920],[55,707,1035,1858,1859,1878,1920],[707,1038,1039,1858,1859,1878,1920],[55,707,1039,1858,1859,1878,1920],[55,707,1038,1858,1859,1878,1920],[707,1041,1042,1858,1859,1878,1920],[55,707,1041,1858,1859,1878,1920],[55,707,1040,1858,1859,1878,1920],[710,714,742,746,860,862,866,870,874,881,887,896,900,907,914,918,921,928,931,938,940,954,957,960,965,968,973,979,982,990,996,1000,1004,1007,1010,1017,1021,1034,1037,1040,1043,1046,1050,1060,1062,1065,1068,1071,1074,1082,1085,1088,1092,1099,1111,1124,1125,1130,1135,1139,1142,1148,1151,1162,1195,1203,1206,1209,1212,1217,1222,1231,1234,1239,1250,1253,1260,1264,1268,1272,1277,1279,1284,1287,1290,1294,1858,1859,1878,1920],[55,707,1278,1858,1859,1878,1920],[707,1044,1045,1858,1859,1878,1920],[55,707,1044,1858,1859,1878,1920],[707,1047,1048,1049,1858,1859,1878,1920],[1047,1858,1859,1878,1920],[707,743,744,745,1858,1859,1878,1920],[55,707,743,1858,1859,1878,1920],[744,1858,1859,1878,1920],[707,966,967,1858,1859,1878,1920],[55,707,966,1858,1859,1878,1920],[55,1280,1281,1282,1283,1858,1859,1878,1920],[55,1280,1281,1858,1859,1878,1920],[55,1280,1858,1859,1878,1920],[55,694,1858,1859,1878,1920],[707,1270,1271,1858,1859,1878,1920],[55,707,742,746,1269,1271,1858,1859,1878,1920],[55,707,732,746,860,1269,1270,1858,1859,1878,1920],[707,1051,1052,1053,1054,1055,1056,1057,1058,1059,1858,1859,1878,1920],[1052,1053,1054,1055,1858,1859,1878,1920],[55,707,1051,1858,1859,1878,1920],[55,707,742,1051,1858,1859,1878,1920],[55,1052,1858,1859,1878,1920],[707,1285,1286,1858,1859,1878,1920],[55,366,743,1858,1859,1878,1920],[1285,1858,1859,1878,1920],[707,959,1858,1859,1878,1920],[55,707,958,1858,1859,1878,1920],[707,1289,1858,1859,1878,1920],[55,707,1288,1858,1859,1878,1920],[48,55,707,1061,1858,1859,1878,1920],[707,1063,1064,1858,1859,1878,1920],[55,707,1063,1858,1859,1878,1920],[707,1066,1067,1858,1859,1878,1920],[707,1069,1070,1858,1859,1878,1920],[55,707,1069,1304,1858,1859,1878,1920],[707,1291,1292,1293,1858,1859,1878,1920],[55,707,860,1291,1304,1858,1859,1878,1920],[55,707,860,1304,1858,1859,1878,1920],[707,732,733,734,735,736,737,738,739,740,741,1858,1859,1878,1920],[55,707,735,1858,1859,1878,1920],[55,732,1858,1859,1878,1920],[55,707,732,733,737,738,1858,1859,1878,1920],[55,707,732,1304,1858,1859,1878,1920],[55,707,734,1858,1859,1878,1920],[55,707,733,1858,1859,1878,1920],[55,733,736,1858,1859,1878,1920],[55,733,1858,1859,1878,1920],[707,1072,1073,1858,1859,1878,1920],[55,707,1073,1858,1859,1878,1920],[55,707,1072,1858,1859,1878,1920],[707,1075,1076,1077,1078,1079,1080,1081,1858,1859,1878,1920],[55,1078,1858,1859,1878,1920],[55,707,1076,1858,1859,1878,1920],[55,707,1077,1079,1858,1859,1878,1920],[55,707,1078,1858,1859,1878,1920],[55,707,1075,1858,1859,1878,1920],[707,1083,1084,1858,1859,1878,1920],[55,707,1083,1858,1859,1878,1920],[707,1086,1087,1858,1859,1878,1920],[55,707,1086,1858,1859,1878,1920],[707,1089,1090,1091,1858,1859,1878,1920],[55,707,1089,1858,1859,1878,1920],[707,1093,1094,1096,1097,1098,1858,1859,1878,1920],[55,707,1094,1858,1859,1878,1920],[55,707,1093,1858,1859,1878,1920],[55,1095,1858,1859,1878,1920],[55,1096,1858,1859,1878,1920],[55,707,1265,1267,1858,1859,1878,1920],[55,707,1265,1266,1858,1859,1878,1920],[707,1113,1115,1858,1859,1878,1920],[55,352,707,742,1100,1113,1116,1858,1859,1878,1920],[50,55,1100,1111,1858,1859,1878,1920],[55,692,707,860,1100,1112,1114,1116,1304,1858,1859,1878,1920],[55,860,1100,1114,1858,1859,1878,1920],[55,1100,1115,1858,1859,1878,1920],[707,1117,1119,1120,1121,1122,1123,1858,1859,1878,1920],[55,707,1119,1858,1859,1878,1920],[55,707,742,1116,1120,1858,1859,1878,1920],[55,692,707,860,1099,1100,1116,1119,1304,1858,1859,1878,1920],[55,1119,1858,1859,1878,1920],[55,1117,1118,1858,1859,1878,1920],[707,1126,1127,1128,1129,1858,1859,1878,1920],[55,707,1127,1858,1859,1878,1920],[55,707,856,1126,1858,1859,1878,1920],[55,707,856,1858,1859,1878,1920],[707,1131,1133,1134,1858,1859,1878,1920],[55,1133,1858,1859,1878,1920],[55,707,732,1131,1132,1858,1859,1878,1920],[707,1136,1137,1138,1858,1859,1878,1920],[55,707,1136,1858,1859,1878,1920],[707,1273,1274,1275,1276,1858,1859,1878,1920],[55,707,1274,1858,1859,1878,1920],[55,707,1273,1858,1859,1878,1920],[707,1140,1141,1858,1859,1878,1920],[55,707,890,1140,1858,1859,1878,1920],[707,1143,1144,1145,1146,1147,1858,1859,1878,1920],[55,707,1145,1858,1859,1878,1920],[55,707,1144,1858,1859,1878,1920],[55,707,1143,1858,1859,1878,1920],[707,1149,1150,1858,1859,1878,1920],[55,707,1149,1858,1859,1878,1920],[707,1163,1164,1166,1168,1171,1172,1173,1174,1194,1858,1859,1878,1920],[55,707,1165,1858,1859,1878,1920],[55,1164,1858,1859,1878,1920],[50,55,1858,1859,1878,1920],[55,1175,1858,1859,1878,1920],[50,55,1184,1858,1859,1878,1920],[55,1177,1858,1859,1878,1920],[50,55,1164,1165,1179,1858,1859,1878,1920],[50,55,707,1165,1181,1182,1858,1859,1878,1920],[1176,1178,1180,1183,1184,1185,1186,1858,1859,1878,1920],[50,55,707,1164,1165,1166,1858,1859,1878,1920],[55,1163,1858,1859,1878,1920],[1170,1182,1188,1189,1190,1191,1858,1859,1878,1920],[55,1173,1858,1859,1878,1920],[55,1164,1168,1858,1859,1878,1920],[55,1164,1168,1188,1858,1859,1878,1920],[55,856,1164,1166,1167,1168,1169,1858,1859,1878,1920],[55,1111,1168,1169,1858,1859,1878,1920],[55,1168,1182,1858,1859,1878,1920],[55,707,1111,1164,1165,1858,1859,1878,1920],[55,1165,1858,1859,1878,1920],[55,1164,1165,1858,1859,1878,1920],[55,856,1168,1187,1193,1858,1859,1878,1920],[55,707,1164,1165,1858,1859,1878,1920],[50,55,707,1111,1164,1165,1167,1858,1859,1878,1920],[50,55,707,1164,1165,1167,1168,1170,1304,1858,1859,1878,1920],[55,707,1163,1164,1165,1166,1167,1858,1859,1878,1920],[55,366,1163,1858,1859,1878,1920],[55,1164,1167,1168,1169,1192,1304,1858,1859,1878,1920],[707,1155,1159,1161,1858,1859,1878,1920],[55,856,1152,1155,1156,1858,1859,1878,1920],[55,1153,1155,1858,1859,1878,1920],[55,1153,1154,1155,1858,1859,1878,1920],[55,1155,1156,1304,1858,1859,1878,1920],[55,824,1153,1155,1156,1158,1858,1859,1878,1920],[55,1153,1155,1156,1157,1858,1859,1878,1920],[55,383,707,856,1152,1153,1155,1156,1158,1858,1859,1878,1920],[55,366,707,1153,1154,1156,1158,1858,1859,1878,1920],[1160,1858,1859,1878,1920],[55,860,1155,1156,1858,1859,1878,1920],[707,1196,1197,1198,1200,1201,1202,1858,1859,1878,1920],[55,1197,1201,1202,1858,1859,1878,1920],[55,707,1198,1199,1858,1859,1878,1920],[55,707,1198,1858,1859,1878,1920],[50,55,707,1198,1200,1858,1859,1878,1920],[55,707,1196,1858,1859,1878,1920],[50,55,707,1198,1201,1858,1859,1878,1920],[707,1204,1205,1858,1859,1878,1920],[55,707,1204,1858,1859,1878,1920],[707,1207,1208,1858,1859,1878,1920],[707,983,984,985,986,987,989,1858,1859,1878,1920],[55,707,732,890,983,1858,1859,1878,1920],[55,707,732,742,890,1858,1859,1878,1920],[55,890,983,1858,1859,1878,1920],[55,988,1858,1859,1878,1920],[50,55,707,983,1304,1858,1859,1878,1920],[890,983,1858,1859,1878,1920],[707,1210,1211,1858,1859,1878,1920],[55,707,742,1210,1858,1859,1878,1920],[707,1213,1214,1215,1216,1858,1859,1878,1920],[55,707,1214,1858,1859,1878,1920],[707,749,750,857,858,859,1858,1859,1878,1920],[55,707,857,1858,1859,1878,1920],[55,707,742,748,1858,1859,1878,1920],[55,707,742,1858,1859,1878,1920],[55,707,742,750,856,857,1858,1859,1878,1920],[55,707,742,749,1304,1858,1859,1878,1920],[707,1254,1255,1256,1257,1258,1259,1858,1859,1878,1920],[55,707,847,1858,1859,1878,1920],[55,707,844,1255,1858,1859,1878,1920],[55,707,844,1254,1255,1858,1859,1878,1920],[55,707,844,1304,1858,1859,1878,1920],[55,887,1858,1859,1878,1920],[707,1218,1221,1858,1859,1878,1920],[55,707,1218,1219,1858,1859,1878,1920],[55,707,1221,1858,1859,1878,1920],[55,707,1218,1220,1858,1859,1878,1920],[707,1232,1233,1858,1859,1878,1920],[1124,1231,1858,1859,1878,1920],[55,707,1231,1304,1858,1859,1878,1920],[707,1237,1238,1858,1859,1878,1920],[1237,1858,1859,1878,1920],[55,707,1111,1235,1236,1304,1858,1859,1878,1920],[55,1235,1858,1859,1878,1920],[55,707,928,1225,1236,1858,1859,1878,1920],[707,1223,1225,1228,1229,1230,1858,1859,1878,1920],[1228,1858,1859,1878,1920],[707,1225,1226,1858,1859,1878,1920],[1225,1227,1858,1859,1878,1920],[55,1223,1225,1226,1227,1858,1859,1878,1920],[55,707,1225,1227,1858,1859,1878,1920],[55,1223,1224,1226,1227,1858,1859,1878,1920],[55,707,856,1225,1227,1858,1859,1878,1920],[707,1241,1242,1244,1246,1248,1249,1858,1859,1878,1920],[1241,1858,1859,1878,1920],[55,707,1240,1241,1243,1858,1859,1878,1920],[55,707,1240,1241,1858,1859,1878,1920],[55,707,1247,1858,1859,1878,1920],[55,707,1241,1245,1858,1859,1878,1920],[55,707,1241,1858,1859,1878,1920],[55,707,1240,1242,1858,1859,1878,1920],[1101,1103,1104,1105,1108,1109,1110,1858,1859,1878,1920],[55,707,1103,1107,1108,1858,1859,1878,1920],[55,707,1103,1109,1858,1859,1878,1920],[55,707,1103,1858,1859,1878,1920],[55,383,1106,1858,1859,1878,1920],[55,1102,1858,1859,1878,1920],[707,1251,1252,1858,1859,1878,1920],[55,707,1252,1858,1859,1878,1920],[55,707,1251,1858,1859,1878,1920],[359,360,361,362,363,364,365,1858,1859,1878,1920],[55,1295,1858,1859,1878,1920],[1297,1298,1299,1301,1858,1859,1878,1920],[55,1300,1858,1859,1878,1920],[751,752,753,754,755,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,848,849,850,851,852,853,854,855,1858,1859,1878,1920],[694,1858,1859,1878,1920],[55,847,1858,1859,1878,1920],[55,694,707,756,823,1858,1859,1878,1920],[55,825,1858,1859,1878,1920],[55,366,707,1858,1859,1878,1920],[48,383,890,950,1023,1106,1901,1902,1920,1960,1961,1962,1967,1968,1969],[756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,1858,1859,1878,1920],[55,973,1858,1859,1878,1920],[689,1858,1859,1878,1920],[343,344,345,346,347,348,1858,1859,1878,1920],[45,1858,1859,1878,1920],[349,370,690,695,696,697,698,699,700,701,702,703,704,705,706,1858,1859,1878,1920],[45,707,1858,1859,1878,1920],[350,351,352,353,357,358,367,368,369,1858,1859,1878,1920],[55,352,1858,1859,1878,1920],[354,355,356,1858,1859,1878,1920],[55,356,1858,1859,1878,1920],[55,354,355,1858,1859,1878,1920],[366,1858,1859,1878,1920],[162,163,164,165,166,167,168,170,171,1858,1859,1878,1920],[168,169,172,1858,1859,1878,1920],[1677,1901,1902,1920,1962],[1675,1676,1678,1901,1902,1920,1962],[1677,1681,1684,1686,1687,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1901,1902,1920,1962],[1677,1681,1682,1901,1902,1920,1962],[1677,1681,1901,1902,1920,1962],[1677,1678,1731,1901,1902,1920,1962],[1683,1901,1902,1920,1962],[1683,1688,1901,1902,1920,1962],[1683,1687,1901,1902,1920,1962],[1680,1683,1687,1901,1902,1920,1962],[1683,1686,1709,1901,1902,1920,1962],[1681,1683,1901,1902,1920,1962],[1680,1901,1902,1920,1962],[1677,1685,1901,1902,1920,1962],[1681,1685,1686,1687,1901,1902,1920,1962],[1680,1681,1901,1902,1920,1962],[1677,1678,1901,1902,1920,1962],[1677,1678,1731,1733,1901,1902,1920,1962],[1677,1734,1901,1902,1920,1962],[1741,1742,1743,1901,1902,1920,1962],[1677,1731,1732,1901,1902,1920,1962],[1677,1679,1746,1901,1902,1920,1962],[1735,1737,1901,1902,1920,1962],[1734,1737,1901,1902,1920,1962],[1677,1686,1695,1731,1732,1733,1734,1737,1738,1739,1740,1744,1745,1901,1902,1920,1962],[1712,1737,1901,1902,1920,1962],[1735,1736,1901,1902,1920,1962],[1677,1746,1901,1902,1920,1962],[1734,1738,1739,1901,1902,1920,1962],[1737,1901,1902,1920,1962],[688,1858,1859,1878,1920],[65,73,75,1901,1902,1920,1962],[56,58,60,61,62,1901,1902,1920,1962],[64,65,1901,1902,1920,1962],[123,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1901,1902,1920,1962],[121,123,1901,1902,1920,1962],[58,62,121,128,1901,1902,1920,1962],[63,123,1600,1604,1606,1901,1902,1920,1962],[56,58,60,61,62,123,1901,1902,1920,1962],[56,58,60,61,62,73,80,81,121,123,1901,1902,1920,1962],[63,109,119,121,123,128,1901,1902,1920,1962],[56,58,60,61,62,121,123,1901,1902,1920,1962],[123,1901,1902,1920,1962],[75,123,1901,1902,1920,1962],[72,80,1901,1902,1920,1962],[65,76,93,1901,1902,1920,1962],[56,59,1901,1902,1920,1962],[122,1616,1901,1902,1920,1962],[56,1901,1902,1920,1962],[56,73,82,132,1901,1902,1920,1962],[56,57,58,1901,1902,1920,1962],[64,82,92,1901,1902,1920,1962],[65,73,80,81,1901,1902,1920,1962],[56,58,60,61,62,82,92,131,1901,1902,1920,1962],[75,80,91,132,135,1901,1902,1920,1962],[257,260,262,267,268,270,271,272,273,274,275,276,278,279,280,281,282,1901,1902,1920,1962],[82,132,135,259,1901,1902,1920,1962],[75,80,81,82,91,92,132,1901,1902,1920,1962],[75,82,277,286,287,288,289,291,292,293,294,295,298,299,300,301,302,303,304,305,306,307,308,1901,1902,1920,1962],[277,285,1901,1902,1920,1962],[75,277,1901,1902,1920,1962],[277,1901,1902,1920,1962],[296,1901,1902,1920,1962],[82,290,1901,1902,1920,1962],[297,1901,1902,1920,1962],[82,277,1901,1902,1920,1962],[81,82,132,135,259,261,1901,1902,1920,1962],[266,1901,1902,1920,1962],[75,82,84,85,86,87,88,89,90,132,135,264,265,1901,1902,1920,1962],[75,82,84,85,86,87,88,89,90,132,263,264,1901,1902,1920,1962],[132,263,1901,1902,1920,1962],[269,1901,1902,1920,1962],[175,1901,1902,1920,1962],[80,82,132,135,1901,1902,1920,1962],[67,68,95,97,131,148,263,1901,1902,1920,1962],[80,92,132,135,1901,1902,1920,1962],[256,1901,1902,1920,1962],[82,85,132,135,269,1901,1902,1920,1962],[81,82,132,259,1901,1902,1920,1962],[75,132,263,265,277,1901,1902,1920,1962],[263,1901,1902,1920,1962],[56,58,60,61,62,73,80,81,89,1901,1902,1920,1962],[71,72,82,83,84,85,86,87,88,89,90,1901,1902,1920,1962],[71,73,82,1901,1902,1920,1962],[62,73,75,81,1901,1902,1920,1962],[82,1901,1902,1920,1962],[71,73,82,85,1901,1902,1920,1962],[71,73,82,87,1901,1902,1920,1962],[71,73,82,88,89,1901,1902,1920,1962],[71,72,73,75,82,84,87,1901,1902,1920,1962],[70,73,82,1901,1902,1920,1962],[59,75,94,115,116,1901,1902,1920,1962],[75,116,1901,1902,1920,1962],[76,93,1901,1902,1920,1962],[57,60,62,63,77,93,105,109,116,121,122,125,128,132,133,140,146,154,178,222,223,224,225,1901,1902,1920,1962],[124,1612,1613,1614,1615,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1634,1635,1636,1901,1902,1920,1962],[122,124,1901,1902,1920,1962],[63,124,1901,1902,1920,1962],[124,1901,1902,1920,1962],[56,58,60,61,62,80,81,91,124,128,132,135,137,1901,1902,1920,1962],[56,58,60,61,62,69,73,89,122,1615,1617,1901,1902,1920,1962],[69,223,1615,1617,1901,1902,1920,1962],[1615,1617,1901,1902,1920,1962],[1617,1618,1901,1902,1920,1962],[56,58,60,61,62,63,69,71,73,80,82,85,122,128,131,132,137,150,221,1615,1617,1901,1902,1920,1962],[56,58,60,61,62,73,75,128,131,1615,1617,1901,1902,1920,1962],[56,58,60,61,62,73,109,122,128,1901,1902,1920,1962],[124,1617,1901,1902,1920,1962],[109,124,1901,1902,1920,1962],[56,58,60,61,62,63,71,73,82,122,128,131,132,137,150,219,221,1615,1617,1901,1902,1920,1962],[1615,1901,1902,1920,1962],[56,58,60,61,62,63,91,111,117,118,122,124,131,132,221,1617,1901,1902,1920,1962],[56,58,60,61,62,63,69,72,73,80,82,83,85,86,87,88,89,90,128,132,137,1615,1633,1901,1902,1920,1962],[56,58,60,61,62,63,73,91,111,117,118,122,128,132,1615,1617,1901,1902,1920,1962],[118,120,153,201,205,207,221,222,227,228,236,237,1901,1902,1920,1962],[56,58,60,61,62,75,111,118,1901,1902,1920,1962],[75,117,118,128,176,1901,1902,1920,1962],[56,58,60,62,75,110,117,118,119,128,129,144,1901,1902,1920,1962],[75,118,119,128,130,131,132,137,147,150,203,208,217,218,220,1901,1902,1920,1962],[75,94,128,149,152,161,233,1901,1902,1920,1962],[68,75,80,85,87,91,97,132,137,221,1901,1902,1920,1962],[56,58,60,62,63,75,119,1901,1902,1920,1962],[75,91,132,137,150,217,219,1901,1902,1920,1962],[176,204,206,1901,1902,1920,1962],[56,58,60,62,69,75,109,110,111,117,118,119,128,129,132,1901,1902,1920,1962],[93,144,152,153,200,202,1901,1902,1920,1962],[75,119,128,130,131,132,137,150,219,220,1901,1902,1920,1962],[75,119,128,130,131,132,137,150,208,219,1901,1902,1920,1962],[56,58,60,62,75,110,118,119,128,129,130,131,132,147,150,203,219,1901,1902,1920,1962],[75,118,132,137,149,150,218,1901,1902,1920,1962],[75,94,128,149,152,154,161,212,232,235,1901,1902,1920,1962],[75,118,119,132,137,150,217,1901,1902,1920,1962],[75,79,81,1901,1902,1920,1962],[56,58,60,61,62,63,65,69,70,71,73,75,93,98,100,105,109,110,111,114,118,119,120,121,122,123,124,125,126,127,129,132,1901,1902,1920,1962],[69,73,121,128,1901,1902,1920,1962],[59,128,1901,1902,1920,1962],[56,128,1901,1902,1920,1962],[56,58,60,61,1901,1902,1920,1962],[56,58,59,1901,1902,1920,1962],[56,58,60,61,62,65,69,73,75,128,1901,1902,1920,1962],[73,74,75,80,1901,1902,1920,1962],[80,250,1901,1902,1920,1962],[73,74,75,79,1901,1902,1920,1962],[65,69,71,103,129,132,1901,1902,1920,1962],[62,65,66,67,68,70,96,97,100,1901,1902,1920,1962],[75,101,102,1901,1902,1920,1962],[65,70,71,73,75,96,98,99,101,131,132,1901,1902,1920,1962],[65,70,71,73,75,96,98,100,101,132,1901,1902,1920,1962],[70,72,75,81,82,83,85,86,87,88,89,90,92,95,97,102,131,132,1901,1902,1920,1962],[56,70,128,1901,1902,1920,1962],[75,81,91,131,132,1901,1902,1920,1962],[67,68,71,72,82,83,85,86,87,88,89,90,92,95,97,101,131,132,1901,1902,1920,1962],[81,82,92,132,1901,1902,1920,1962],[70,128,132,149,150,210,212,214,215,1901,1902,1920,1962],[69,94,116,128,138,205,1901,1902,1920,1962],[70,73,75,94,96,117,118,128,1901,1902,1920,1962],[69,75,80,93,128,138,144,151,153,154,200,201,1901,1902,1920,1962],[69,132,206,207,1901,1902,1920,1962],[69,81,112,128,131,132,138,139,219,1901,1902,1920,1962],[70,75,112,118,128,131,132,146,147,153,202,1901,1902,1920,1962],[60,69,73,113,114,116,118,128,132,1901,1902,1920,1962],[57,71,73,113,118,128,132,1901,1902,1920,1962],[56,71,81,111,112,118,131,132,1901,1902,1920,1962],[128,234,235,1901,1902,1920,1962],[117,118,128,212,1901,1902,1920,1962],[73,87,118,128,132,212,213,1901,1902,1920,1962],[69,212,213,230,231,232,234,236,1901,1902,1920,1962],[65,70,73,75,76,93,128,144,151,152,212,213,229,1901,1902,1920,1962],[118,128,150,213,216,1901,1902,1920,1962],[76,79,80,93,154,1901,1902,1920,1962],[65,75,1901,1902,1920,1962],[75,76,79,111,137,144,145,147,156,157,158,159,160,161,173,174,175,176,177,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,1901,1902,1920,1962],[75,80,81,94,116,1901,1902,1920,1962],[76,78,93,156,1901,1902,1920,1962],[78,81,111,158,1901,1902,1920,1962],[75,82,87,111,132,137,1901,1902,1920,1962],[56,65,70,78,79,80,81,93,94,111,143,144,1901,1902,1920,1962],[81,94,161,1901,1902,1920,1962,1970],[78,93,156,1901,1902,1920,1962],[65,75,78,81,111,156,1901,1902,1920,1962],[56,58,60,61,62,75,80,81,111,116,1901,1902,1920,1962],[81,111,116,176,1901,1902,1920,1962],[65,75,80,81,111,176,178,1901,1902,1920,1962],[81,116,176,1901,1902,1920,1962],[75,81,111,116,176,1901,1902,1920,1962],[65,78,79,81,94,111,154,161,1901,1902,1920,1962],[73,81,111,116,176,183,1901,1902,1920,1962],[94,116,1901,1902,1920,1962],[81,93,111,156,1901,1902,1920,1962],[78,81,92,111,132,135,140,147,1901,1902,1920,1962],[78,93,111,158,1901,1902,1920,1962],[56,57,58,60,61,62,75,80,111,118,128,176,178,1901,1902,1920,1962],[62,80,81,109,111,1901,1902,1920,1962],[78,93,158,1901,1902,1920,1962],[75,94,116,1901,1902,1920,1962],[56,58,60,61,62,65,76,78,79,80,81,93,111,141,143,1901,1902,1920,1962],[78,79,81,93,111,156,1901,1902,1920,1962],[78,79,81,93,144,182,1901,1902,1920,1962],[78,79,80,81,93,111,143,145,154,155,1901,1902,1920,1962],[65,78,93,111,156,1901,1902,1920,1962],[73,78,79,81,93,111,154,156,183,1901,1902,1920,1962],[56,76,78,79,80,81,93,111,144,1901,1902,1920,1962],[73,75,76,78,80,93,144,192,1901,1902,1920,1962],[56,58,60,61,62,63,73,75,80,91,92,111,132,134,135,136,1901,1902,1920,1962],[65,75,78,79,80,81,92,93,111,132,135,140,145,146,1901,1902,1920,1962],[65,73,75,80,81,94,116,183,1901,1902,1920,1962],[78,81,93,111,142,154,156,1901,1902,1920,1962],[65,78,81,93,111,143,156,1901,1902,1920,1962],[65,75,76,78,81,93,111,154,156,1901,1902,1920,1962],[73,81,82,1901,1902,1920,1962],[75,98,1901,1902,1920,1962],[67,68,95,97,131,148,311,312,313,1901,1902,1920,1962],[65,67,68,131,311,1901,1902,1920,1962],[64,66,1901,1902,1920,1962],[64,131,148,149,1901,1902,1920,1962],[64,65,95,131,1901,1902,1920,1962],[59,64,65,1901,1902,1920,1962],[56,65,94,131,1901,1902,1920,1962],[65,66,67,68,95,131,1901,1902,1920,1962],[67,68,73,82,92,95,97,130,132,1901,1902,1920,1962],[65,67,68,131,1901,1902,1920,1962],[59,76,80,1901,1902,1920,1962],[79,1901,1902,1920,1962],[65,75,76,79,80,81,142,1901,1902,1920,1962],[65,73,75,76,77,78,1901,1902,1920,1962],[65,73,75,79,1901,1902,1920,1962],[56,73,76,93,104,128,1901,1902,1920,1962],[65,76,1901,1902,1920,1962],[69,73,1901,1902,1920,1962],[76,93,118,130,139,140,1901,1902,1920,1962],[75,76,80,93,132,135,136,1901,1902,1920,1962],[56,58,60,61,62,65,69,71,73,75,80,81,106,107,108,118,1901,1902,1920,1962],[59,79,93,212,1901,1902,1920,1962],[209,1901,1902,1920,1962],[57,70,128,209,210,211,1901,1902,1920,1962],[212,1901,1902,1920,1962],[94,154,155,210,229,1901,1902,1920,1962],[249,1901,1902,1920,1962],[244,1901,1902,1920,1962],[243,1901,1902,1920,1962],[243,244,1901,1902,1920,1962],[242,243,244,245,246,247,248,1901,1902,1920,1962],[241,242,244,1901,1902,1920,1962],[242,244,1901,1902,1920,1962],[47,49,50,1890,1891,1909,1951,1960,1961],[47,49,50,1901,1902,1920,1960,1961,1962],[47,49,50,1889,1890,1908,1950,1960,1961],[50,1748,1901,1902,1903,1920,1962,1971,1972,1973,1974,1975,1976,1977,1978],[47,49,50,1881,1882,1900,1942,1960,1961],[47,49,50,1880,1881,1899,1941,1960,1961],[1896,1901,1902,1920,1962],[1901,1920,1960,1961,1962],[47,49,50,1883,1884,1902,1944,1960,1961],[47,49,50,1896,1897,1916,1958,1960,1961],[47,49,50,1882,1883,1901,1943,1960,1961],[1897,1898,1901,1902,1920,1962],[47,49,50,1878,1879,1897,1939,1960,1961],[1900,1902,1920,1962],[47,49,50,1879,1880,1898,1940,1960,1961],[47,49,50,1884,1885,1903,1945,1960,1961],[47,49,50,1885,1886,1904,1946,1960,1961],[47,49,50,1888,1889,1907,1949,1960,1961],[50,341,1901,1902,1903,1904,1920,1960,1961,1962,1979],[47,49,50,1892,1911,1953,1960,1961],[47,49,50,1893,1912,1954,1960,1961],[47,49,50,1894,1895,1914,1956,1960,1961],[47,49,50,1891,1892,1910,1952,1960,1961],[47,49,50,1893,1894,1913,1955,1960,1961],[47,49,50,1886,1887,1905,1947,1960,1961],[47,49,50,1887,1888,1906,1948,1960,1961],[47,49,50,1895,1896,1915,1957,1960,1961],[50,55,226,1858,1859,1878,1920],[47,49,50,1900,1901,1919,1960,1961,1980],[47,49,50,1897,1898,1917,1959,1960,1961],[1895,1901,1902,1920,1962],[1887,1888,1906,1948],[1773,1774,1775,1776,1777,1778,1779,1781,1782,1783,1784,1785,1786,1787,1788,1858,1859,1878,1920],[1773,1858,1859,1878,1920],[1773,1780,1858,1859,1878,1920],[47,49,50,55,1854,1855,1874,1916],[47,49,50,55,1850,1851,1870,1912],[47,49,50,55,1849,1850,1869,1911],[47,49,50,55,1851,1852,1871,1913],[47,49,50,55,1852,1853,1872,1914],[47,49,50,55,1853,1854,1873,1915],[49,54,1858,1859,1878,1920],[49,1901,1902,1920,1962],[47,49,50,55,1858,1859,1878,1920],[50,55,1769,1858,1859,1878,1920],[50,55,1858,1859,1878,1920,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990],[50,239,1661,1858,1859,1878,1920,1991,1992,1993,1994],[50,73,226,1858,1859,1878,1920],[47,49,50,1749,1860,1880,1922,1960,1961],[50,200,201,226,238,335,1858,1859,1878,1920],[50,58,60,73,91,137,221,226,314,1858,1859,1878,1920],[50,58,60,73,91,200,226,238,314,338,1623,1628,1632,1637,1641,1642,1643,1644,1645,1646,1647,1648,1858,1859,1878,1920],[50,66,73,91,226,314,338,1858,1859,1878,1920],[50,73,91,226,314,338,1858,1859,1878,1920],[50,338,1641,1642,1643,1644,1645,1646,1647,1649,1669,1670,1671,1672,1858,1859,1878,1920],[50,73,91,226,314,338,1639,1640,1858,1859,1878,1920],[50,73,91,226,314,338,1641,1644,1858,1859,1878,1920],[50,73,89,91,226,314,338,1858,1859,1878,1920],[50,240,1858,1859,1878,1920],[50,69,73,226,240,336,1858,1859,1878,1920],[50,91,128,137,221,226,314,341,1858,1859,1878,1920],[50,75,91,226,283,341,1304,1655,1858,1859,1878,1920],[50,336,341,1304,1858,1859,1878,1920],[50,81,221,226,238,333,334,335,341,1858,1859,1878,1920],[50,200,226,238,250,251,341,1858,1859,1878,1920],[50,65,75,179,205,238,252,341,1858,1859,1878,1920],[50,91,132,137,160,221,226,238,252,283,314,318,341,1858,1859,1878,1920],[50,75,91,137,221,226,238,252,283,314,318,341,1858,1859,1878,1920],[50,91,137,221,226,252,283,314,341,1858,1859,1878,1920],[50,91,137,226,227,238,252,283,341,1858,1859,1878,1920],[50,91,137,207,226,238,252,283,314,318,341,1858,1859,1878,1920],[50,252,253,254,255,258,310,319,320,321,322,323,324,325,326,327,328,329,332,1858,1859,1878,1920],[50,200,226,238,341,1858,1859,1878,1920],[50,252,253,254,255,258,310,319,320,321,322,323,324,325,326,327,328,330,331,341,1858,1859,1878,1920],[47,49,50,1861,1862,1882,1924,1960,1961],[50,79,81,200,201,238,252,341,1858,1859,1878,1920],[50,328,341,1858,1859,1878,1920],[50,81,200,201,238,252,341,1858,1859,1878,1920],[50,79,81,89,91,201,226,238,250,251,252,262,341,1858,1859,1878,1920],[50,91,147,153,226,238,252,283,314,318,341,1858,1859,1878,1920],[50,137,221,238,252,283,284,309,341,1858,1859,1878,1920],[50,200,238,252,341,1858,1859,1878,1920],[50,81,142,195,200,201,238,250,251,252,257,341,1858,1859,1878,1920],[50,55,75,81,226,336,341,1304,1858,1859,1878,1920],[50,74,81,109,128,250,251,334,335,336,337,341,1610,1637,1638,1650,1653,1654,1655,1656,1661,1663,1673,1858,1859,1878,1920],[50,74,75,81,91,109,226,283,1304,1858,1859,1878,1920],[50,73,81,226,1641,1649,1858,1859,1878,1920],[50,58,60,73,81,91,125,200,226,238,314,334,1617,1637,1648,1651,1652,1858,1859,1878,1920],[50,109,187,201,226,1610,1858,1859,1878,1920],[47,49,50,1859,1860,1879,1921,1960,1961],[50,55,73,125,226,239,1858,1859,1878,1920,1991,1992,1993,1994],[47,49,50,1749,1861,1881,1923,1960,1961],[50,81,91,200,226,238,314,341,1858,1859,1878,1920],[50,315,316,317,1858,1859,1878,1920],[50,66,314,1858,1859,1878,1920],[50,91,226,314,315,1858,1859,1878,1920],[50,91,226,314,315,316,1858,1859,1878,1920],[50,58,60,73,125,226,1858,1859,1878,1920],[47,49,50,1862,1883,1925,1960,1961],[47,49,50,1884,1926,1960,1961],[47,49,50,1885,1927,1960,1961],[47,49,50,55,1857,1858,1877,1919],[50,340,341,1858,1859,1878,1920],[50,336,341,1662,1858,1859,1878,1920],[47,49,50,55,1856,1857,1876,1918],[47,49,50,1886,1928,1960,1961],[47,49,50,1888,1930,1960,1961],[50,66,200,238,239,337,338,1858,1859,1878,1920],[50,73,81,82,132,250,251,262,1858,1859,1878,1920],[50,81,91,226,314,1858,1859,1878,1920],[50,75,226,314,1858,1859,1878,1920],[50,1674,1747,1901,1902,1920,1962],[47,49,50,1887,1929,1960,1961]],"referencedMap":[[1842,1],[1849,2],[1839,3],[1840,4],[1862,5],[1841,4],[52,6],[51,7],[949,8],[943,7],[947,8],[946,9],[942,8],[941,7],[950,10],[948,9],[944,9],[945,9],[1305,11],[1306,11],[1307,11],[1308,11],[1309,11],[1310,11],[1311,11],[1312,11],[1313,11],[1314,11],[1315,11],[1316,11],[1317,11],[1318,11],[1319,11],[1320,11],[1321,11],[1322,11],[1323,11],[1324,11],[1325,11],[1326,11],[1327,11],[1328,11],[1329,11],[1330,11],[1331,11],[1332,11],[1333,11],[1334,11],[1335,11],[1336,11],[1337,11],[1338,11],[1339,11],[1340,11],[1341,11],[1342,11],[1343,11],[1344,11],[1345,11],[1346,11],[1347,11],[1348,11],[1349,11],[1350,11],[1351,11],[1352,11],[1353,11],[1354,11],[1355,11],[1356,11],[1357,11],[1358,11],[1359,11],[1360,11],[1361,11],[1362,11],[1363,11],[1364,11],[1365,11],[1366,11],[1367,11],[1368,11],[1369,11],[1370,11],[1371,11],[1372,11],[1373,11],[1374,11],[1375,11],[1376,11],[1377,11],[1378,11],[1379,11],[1380,11],[1381,11],[1382,11],[1383,11],[1384,11],[1385,11],[1386,11],[1387,11],[1388,11],[1389,11],[1390,11],[1391,11],[1392,11],[1393,11],[1394,11],[1395,11],[1396,11],[1397,11],[1398,11],[1399,11],[1400,11],[1401,11],[1402,11],[1403,11],[1404,11],[1405,11],[1406,11],[1407,11],[1408,11],[1409,11],[1410,11],[1411,11],[1412,11],[1413,11],[1414,11],[1415,11],[1416,11],[1417,11],[1418,11],[1419,11],[1420,11],[1421,11],[1422,11],[1423,11],[1424,11],[1425,11],[1426,11],[1427,11],[1428,11],[1429,11],[1430,11],[1431,11],[1432,11],[1433,11],[1434,11],[1435,11],[1436,11],[1437,11],[1438,11],[1439,11],[1440,11],[1441,11],[1442,11],[1443,11],[1444,11],[1445,11],[1446,11],[1598,12],[1447,11],[1448,11],[1449,11],[1450,11],[1451,11],[1452,11],[1453,11],[1454,11],[1455,11],[1456,11],[1457,11],[1458,11],[1459,11],[1460,11],[1461,11],[1462,11],[1463,11],[1464,11],[1465,11],[1466,11],[1467,11],[1468,11],[1469,11],[1470,11],[1471,11],[1472,11],[1473,11],[1474,11],[1475,11],[1476,11],[1477,11],[1478,11],[1479,11],[1480,11],[1481,11],[1482,11],[1483,11],[1484,11],[1485,11],[1486,11],[1487,11],[1488,11],[1489,11],[1490,11],[1491,11],[1492,11],[1493,11],[1494,11],[1495,11],[1496,11],[1497,11],[1498,11],[1499,11],[1500,11],[1501,11],[1502,11],[1503,11],[1504,11],[1505,11],[1506,11],[1507,11],[1508,11],[1509,11],[1510,11],[1511,11],[1512,11],[1513,11],[1514,11],[1515,11],[1516,11],[1517,11],[1518,11],[1519,11],[1520,11],[1521,11],[1522,11],[1523,11],[1524,11],[1525,11],[1526,11],[1527,11],[1528,11],[1529,11],[1530,11],[1531,11],[1532,11],[1533,11],[1534,11],[1535,11],[1536,11],[1537,11],[1538,11],[1539,11],[1540,11],[1541,11],[1542,11],[1543,11],[1544,11],[1545,11],[1546,11],[1547,11],[1548,11],[1549,11],[1550,11],[1551,11],[1552,11],[1553,11],[1554,11],[1555,11],[1556,11],[1557,11],[1558,11],[1559,11],[1560,11],[1561,11],[1562,11],[1563,11],[1564,11],[1565,11],[1566,11],[1567,11],[1568,11],[1569,11],[1570,11],[1571,11],[1572,11],[1573,11],[1574,11],[1575,11],[1576,11],[1577,11],[1578,11],[1579,11],[1580,11],[1581,11],[1582,11],[1583,11],[1584,11],[1585,11],[1586,11],[1587,11],[1588,11],[1589,11],[1590,11],[1591,11],[1592,11],[1593,11],[1594,11],[1595,11],[1596,11],[1597,11],[1599,13],[845,14],[847,15],[844,7],[846,7],[732,16],[728,17],[715,7],[731,18],[724,19],[722,20],[721,20],[720,19],[717,20],[718,19],[726,21],[719,20],[716,19],[723,20],[729,22],[730,23],[725,24],[727,20],[261,7],[384,25],[385,25],[386,25],[387,25],[388,25],[389,25],[390,25],[391,25],[392,25],[393,25],[394,25],[395,25],[396,25],[397,25],[398,25],[399,25],[400,25],[401,25],[402,25],[403,25],[404,25],[405,25],[406,25],[407,25],[408,25],[409,25],[410,25],[411,25],[412,25],[413,25],[414,25],[415,25],[416,25],[417,25],[418,25],[419,25],[420,25],[421,25],[422,25],[423,25],[424,25],[425,25],[426,25],[427,25],[428,25],[429,25],[430,25],[431,25],[432,25],[433,25],[434,25],[435,25],[436,25],[437,25],[438,25],[439,25],[440,25],[441,25],[442,25],[443,25],[444,25],[445,25],[446,25],[447,25],[448,25],[449,25],[450,25],[451,25],[452,25],[453,25],[454,25],[455,25],[456,25],[457,25],[458,25],[459,25],[460,25],[461,25],[462,25],[463,25],[464,25],[465,25],[466,25],[467,25],[468,25],[469,25],[470,25],[471,25],[472,25],[473,25],[474,25],[475,25],[476,25],[477,25],[478,25],[479,25],[480,25],[688,26],[481,25],[482,25],[483,25],[484,25],[485,25],[486,25],[487,25],[488,25],[489,25],[490,25],[491,25],[492,25],[493,25],[494,25],[495,25],[496,25],[497,25],[498,25],[499,25],[500,25],[501,25],[502,25],[503,25],[504,25],[505,25],[506,25],[507,25],[508,25],[509,25],[510,25],[511,25],[512,25],[513,25],[514,25],[515,25],[516,25],[517,25],[518,25],[519,25],[520,25],[521,25],[522,25],[523,25],[524,25],[525,25],[526,25],[527,25],[528,25],[529,25],[530,25],[531,25],[532,25],[533,25],[534,25],[535,25],[536,25],[537,25],[538,25],[539,25],[540,25],[541,25],[542,25],[543,25],[544,25],[545,25],[546,25],[547,25],[548,25],[549,25],[550,25],[551,25],[552,25],[553,25],[554,25],[555,25],[556,25],[557,25],[558,25],[559,25],[560,25],[561,25],[562,25],[563,25],[564,25],[565,25],[566,25],[567,25],[568,25],[569,25],[570,25],[571,25],[572,25],[573,25],[574,25],[575,25],[576,25],[577,25],[578,25],[579,25],[580,25],[581,25],[582,25],[583,25],[584,25],[585,25],[586,25],[587,25],[588,25],[589,25],[590,25],[591,25],[592,25],[593,25],[594,25],[595,25],[596,25],[597,25],[598,25],[599,25],[600,25],[601,25],[602,25],[603,25],[604,25],[605,25],[606,25],[607,25],[608,25],[609,25],[610,25],[611,25],[612,25],[613,25],[614,25],[615,25],[616,25],[617,25],[618,25],[619,25],[620,25],[621,25],[622,25],[623,25],[624,25],[625,25],[626,25],[627,25],[628,25],[629,25],[630,25],[631,25],[632,25],[633,25],[634,25],[635,25],[636,25],[637,25],[638,25],[639,25],[640,25],[641,25],[642,25],[643,25],[644,25],[645,25],[646,25],[647,25],[648,25],[649,25],[650,25],[651,25],[652,25],[653,25],[654,25],[655,25],[656,25],[657,25],[658,25],[659,25],[660,25],[661,25],[662,25],[663,25],[664,25],[665,25],[666,25],[667,25],[668,25],[669,25],[670,25],[671,25],[672,25],[673,25],[674,25],[675,25],[676,25],[677,25],[678,25],[679,25],[680,25],[681,25],[682,25],[683,25],[684,25],[685,25],[686,25],[687,25],[372,27],[373,28],[371,29],[374,30],[375,31],[376,32],[377,33],[378,34],[379,35],[380,36],[381,37],[382,38],[383,39],[1907,40],[1908,40],[1909,41],[1910,42],[1911,43],[1912,44],[1863,7],[1866,45],[1864,7],[1865,7],[1913,46],[1914,47],[1915,48],[1916,49],[1917,50],[1918,51],[1919,51],[1921,7],[1920,52],[1922,53],[1923,54],[1924,55],[1906,56],[1925,57],[1926,58],[1927,59],[1928,60],[1929,61],[1930,62],[1931,63],[1932,64],[1933,65],[1934,66],[1935,67],[1936,68],[1937,69],[1938,69],[1939,70],[1940,7],[1941,71],[1943,72],[1942,73],[1944,74],[1945,75],[1946,76],[1947,77],[1948,78],[1949,79],[1950,80],[1868,81],[1867,7],[1959,82],[1951,83],[1952,84],[1953,85],[1954,86],[1955,87],[1956,88],[1957,89],[1958,90],[98,7],[53,91],[54,92],[46,93],[47,94],[49,95],[45,7],[694,96],[693,11],[692,97],[691,11],[1023,98],[1022,7],[48,7],[890,99],[889,100],[888,7],[710,101],[709,102],[708,103],[714,104],[712,105],[711,105],[713,106],[1264,107],[1262,11],[1263,108],[1261,105],[862,109],[747,110],[861,111],[866,112],[864,103],[863,103],[865,113],[870,114],[868,11],[867,11],[869,115],[874,116],[872,105],[871,105],[873,117],[881,118],[878,105],[876,105],[877,105],[875,105],[879,119],[880,120],[887,121],[883,105],[884,105],[882,105],[885,122],[886,123],[896,124],[891,11],[892,125],[893,126],[894,127],[895,128],[900,129],[898,105],[897,105],[899,130],[907,131],[904,105],[902,105],[903,105],[901,105],[905,132],[906,133],[914,134],[913,135],[912,136],[911,137],[910,138],[909,139],[908,140],[918,141],[916,142],[915,142],[917,143],[921,144],[920,145],[919,105],[928,146],[924,147],[925,148],[926,149],[922,150],[923,147],[927,151],[931,152],[929,153],[930,154],[940,155],[939,11],[938,156],[935,157],[934,158],[932,105],[933,157],[936,159],[937,160],[954,161],[953,162],[952,163],[951,164],[957,165],[956,166],[955,167],[973,168],[969,169],[970,170],[971,171],[972,172],[979,173],[975,11],[974,105],[976,11],[977,11],[978,11],[982,174],[981,175],[980,126],[996,176],[992,177],[991,178],[995,179],[994,180],[993,181],[1000,182],[997,183],[999,184],[998,185],[1004,186],[1002,105],[1003,187],[1001,105],[965,188],[964,177],[961,189],[962,190],[963,190],[1007,191],[1006,192],[1005,105],[1010,193],[1009,194],[1008,194],[1017,195],[1012,105],[1013,105],[1014,196],[1011,197],[1015,198],[1016,199],[1021,200],[1019,105],[1018,105],[1020,201],[1034,202],[1030,203],[1024,204],[1029,205],[1025,205],[1028,205],[1033,206],[1031,207],[1032,203],[1027,208],[1026,205],[1037,209],[1036,210],[1035,105],[1040,211],[1038,212],[1039,213],[1043,214],[1042,215],[1041,216],[1295,217],[1279,218],[1278,11],[1046,219],[1045,220],[1044,105],[1050,221],[1048,105],[1047,105],[1049,222],[746,223],[743,105],[744,224],[745,225],[968,226],[967,227],[966,105],[1284,228],[1283,229],[1281,230],[1282,229],[1280,231],[1272,232],[1270,233],[1271,234],[1269,7],[1060,235],[1058,236],[1057,11],[1054,11],[1056,237],[1053,237],[1052,238],[1055,105],[1059,7],[1051,239],[1287,240],[1285,241],[1286,242],[960,243],[959,244],[958,105],[1290,245],[1289,246],[1288,105],[1062,247],[1061,103],[1065,248],[1064,249],[1063,105],[1068,250],[1067,11],[1066,105],[1071,251],[1070,252],[1069,158],[1294,253],[1292,11],[1293,254],[1291,255],[742,256],[741,257],[735,11],[733,258],[740,259],[737,260],[738,261],[734,262],[739,263],[736,264],[1074,265],[1072,266],[1073,267],[1082,268],[1081,269],[1080,270],[1076,105],[1078,271],[1079,272],[1077,273],[1075,105],[1085,274],[1084,275],[1083,105],[1088,276],[1087,277],[1086,105],[1092,278],[1091,11],[1090,279],[1089,105],[1099,280],[1098,11],[1093,281],[1094,282],[1096,283],[1095,11],[1097,284],[1268,285],[1267,286],[1266,285],[1265,7],[1125,287],[1114,288],[1112,289],[1100,7],[1113,290],[1115,291],[1116,292],[1124,293],[1122,11],[1118,105],[1121,294],[1117,295],[1120,296],[1123,297],[1119,298],[1130,299],[1129,300],[1127,105],[1128,301],[1126,302],[1135,303],[1134,304],[1132,105],[1133,305],[1131,158],[1139,306],[1137,11],[1136,103],[1138,307],[1277,308],[1276,309],[1274,105],[1275,310],[1273,105],[1142,311],[1141,312],[1140,126],[1148,313],[1146,314],[1145,315],[1144,316],[1143,105],[1147,7],[1151,317],[1150,318],[1149,105],[1195,319],[1173,11],[1175,320],[1165,321],[1172,4],[1176,322],[1186,323],[1178,324],[1180,325],[1183,326],[1187,327],[1184,328],[1185,329],[1192,330],[1191,331],[1182,332],[1189,333],[1188,334],[1170,335],[1190,336],[1163,7],[1167,337],[1177,338],[1179,339],[1181,320],[1174,7],[1194,340],[1166,341],[1169,342],[1171,343],[1168,344],[1164,345],[1193,346],[1162,347],[1153,348],[1152,349],[1156,350],[1160,351],[1157,352],[1158,353],[1159,354],[1155,355],[1161,356],[1154,357],[1203,358],[1198,359],[1200,360],[1199,361],[1201,362],[1197,363],[1196,105],[1202,364],[1206,365],[1205,366],[1204,105],[1209,367],[1208,105],[1207,105],[990,368],[985,369],[983,370],[988,371],[989,372],[986,126],[984,373],[987,374],[1212,375],[1211,376],[1210,158],[1217,377],[1215,378],[1214,105],[1213,11],[1216,7],[860,379],[859,380],[749,381],[748,382],[858,383],[750,384],[857,382],[1260,385],[1259,386],[1258,387],[1256,387],[1257,388],[1254,389],[1255,390],[1222,391],[1220,392],[1219,158],[1218,393],[1221,394],[1234,395],[1233,396],[1232,397],[1239,398],[1238,399],[1237,400],[1236,401],[1235,402],[1231,403],[1229,404],[1227,405],[1226,406],[1224,407],[1230,7],[1223,408],[1225,409],[1228,410],[1250,411],[1240,412],[1249,11],[1244,413],[1243,414],[1248,415],[1247,105],[1246,416],[1245,417],[1241,418],[1242,417],[1111,419],[1109,420],[1110,421],[1104,422],[1105,158],[1101,158],[1102,7],[1107,423],[1108,422],[1103,424],[1253,425],[1251,426],[1252,427],[359,7],[364,7],[360,7],[361,7],[365,7],[366,428],[362,7],[363,7],[1296,429],[1297,11],[1302,430],[1301,431],[1298,11],[1299,11],[856,432],[855,11],[751,11],[752,11],[853,11],[849,11],[841,105],[753,433],[754,11],[854,105],[838,7],[848,434],[852,231],[755,11],[842,11],[837,231],[840,11],[824,435],[826,436],[827,11],[828,105],[825,11],[850,11],[839,11],[831,258],[829,11],[830,11],[832,7],[851,437],[833,11],[834,11],[835,7],[836,7],[843,11],[1304,438],[823,439],[757,7],[758,7],[759,7],[760,7],[761,7],[762,7],[763,7],[764,7],[765,7],[766,7],[767,7],[768,7],[756,7],[769,7],[770,7],[771,7],[772,7],[773,7],[774,7],[775,7],[776,7],[777,7],[778,7],[779,7],[780,7],[781,7],[782,7],[783,7],[784,7],[785,7],[786,7],[787,7],[788,7],[789,7],[790,7],[791,7],[792,7],[793,7],[794,7],[795,7],[796,7],[797,7],[798,7],[799,7],[800,7],[801,7],[802,7],[803,7],[804,7],[805,7],[806,7],[807,7],[808,7],[809,7],[810,7],[811,7],[812,7],[813,7],[814,7],[815,7],[816,7],[817,7],[818,7],[819,7],[821,7],[822,7],[820,7],[1303,440],[690,441],[695,433],[343,7],[348,7],[344,7],[349,442],[345,7],[346,7],[347,11],[706,7],[696,7],[697,93],[698,7],[707,443],[699,444],[700,7],[701,7],[702,93],[705,7],[703,93],[704,7],[350,7],[351,11],[370,445],[353,446],[357,447],[355,448],[356,449],[354,7],[358,11],[367,450],[352,11],[368,450],[369,11],[162,7],[166,7],[171,7],[172,451],[170,452],[164,7],[167,7],[168,7],[165,7],[169,7],[163,7],[1676,453],[1677,454],[1675,7],[1731,455],[1683,456],[1685,457],[1678,453],[1732,458],[1684,459],[1689,460],[1690,459],[1691,461],[1692,459],[1693,462],[1694,461],[1695,459],[1696,459],[1728,463],[1723,464],[1724,459],[1725,459],[1697,459],[1698,459],[1726,459],[1699,459],[1719,459],[1722,459],[1721,459],[1720,459],[1700,459],[1701,459],[1702,460],[1703,459],[1704,459],[1717,459],[1706,459],[1705,459],[1729,459],[1708,459],[1727,459],[1707,459],[1718,459],[1710,463],[1711,459],[1713,461],[1712,459],[1714,459],[1730,459],[1715,459],[1716,459],[1681,465],[1680,7],[1686,466],[1688,467],[1682,7],[1687,468],[1709,468],[1679,469],[1734,470],[1741,471],[1742,471],[1744,472],[1743,471],[1733,473],[1747,474],[1736,475],[1738,476],[1746,477],[1739,478],[1737,479],[1745,480],[1740,481],[1735,482],[1674,7],[689,483],[1106,7],[240,7],[1300,7],[78,7],[106,484],[63,485],[64,7],[66,486],[1610,487],[1600,488],[123,489],[1609,490],[1601,491],[1602,492],[1603,493],[1604,488],[1605,494],[1606,495],[1607,488],[1608,496],[73,497],[94,498],[57,7],[58,499],[1617,500],[56,501],[1633,502],[59,503],[149,504],[75,505],[132,506],[136,507],[283,508],[260,509],[135,510],[309,511],[286,512],[289,513],[296,514],[297,515],[291,516],[293,516],[307,515],[295,516],[298,517],[277,7],[302,517],[303,517],[292,516],[305,515],[306,515],[304,515],[300,517],[301,517],[285,514],[288,514],[299,517],[287,512],[308,514],[290,518],[294,516],[262,519],[267,520],[266,521],[265,522],[268,523],[270,524],[271,525],[259,526],[272,527],[273,528],[274,529],[275,530],[269,526],[276,531],[278,532],[279,526],[280,524],[281,529],[282,533],[257,529],[256,7],[263,526],[1616,7],[133,534],[91,535],[72,536],[82,537],[83,538],[84,536],[85,536],[86,539],[88,540],[90,541],[87,536],[89,542],[71,543],[116,544],[178,545],[154,546],[226,547],[1637,548],[1613,549],[1636,550],[1612,551],[1614,552],[1618,553],[1619,554],[1620,555],[1621,555],[1622,556],[1623,557],[1624,558],[124,559],[1625,560],[1626,560],[1627,561],[1628,562],[1629,560],[1630,563],[1631,563],[1615,549],[1632,564],[1634,565],[1635,566],[223,7],[238,567],[119,568],[204,569],[152,570],[219,571],[234,572],[222,573],[120,574],[227,575],[205,576],[118,577],[201,578],[221,579],[207,580],[153,581],[228,582],[236,583],[237,584],[284,585],[128,586],[122,587],[224,588],[126,7],[121,589],[127,7],[62,590],[61,7],[60,591],[125,592],[69,7],[81,593],[251,594],[80,595],[74,7],[130,596],[101,597],[112,598],[100,599],[139,600],[103,601],[96,7],[129,602],[110,7],[92,603],[102,604],[214,605],[215,7],[216,606],[206,607],[138,608],[202,609],[208,610],[220,611],[203,612],[117,613],[114,614],[113,615],[233,616],[213,617],[218,618],[235,619],[231,620],[217,621],[155,622],[115,7],[107,623],[108,7],[65,7],[200,624],[197,625],[157,626],[159,627],[160,628],[161,629],[173,630],[174,631],[175,632],[176,633],[177,634],[179,635],[180,636],[181,637],[182,638],[184,639],[199,640],[185,641],[186,642],[187,643],[188,644],[111,645],[189,646],[198,647],[144,648],[190,649],[191,650],[141,7],[156,651],[192,652],[193,653],[145,654],[194,655],[137,656],[134,7],[147,657],[183,658],[195,659],[158,660],[196,661],[1651,662],[151,7],[104,7],[99,663],[314,664],[312,665],[67,666],[150,667],[148,668],[313,669],[95,670],[311,671],[68,666],[131,672],[97,673],[93,674],[76,675],[143,676],[79,677],[142,678],[105,679],[77,680],[70,681],[225,7],[146,682],[140,683],[109,684],[209,7],[229,685],[210,686],[212,687],[232,7],[211,688],[230,689],[264,7],[250,690],[246,691],[244,692],[242,693],[249,694],[247,7],[245,691],[243,695],[241,692],[248,696],[43,7],[44,7],[8,7],[9,7],[11,7],[10,7],[2,7],[12,7],[13,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[3,7],[4,7],[23,7],[20,7],[21,7],[22,7],[24,7],[25,7],[26,7],[5,7],[27,7],[28,7],[29,7],[30,7],[6,7],[34,7],[31,7],[32,7],[33,7],[35,7],[7,7],[36,7],[41,7],[42,7],[37,7],[38,7],[39,7],[40,7],[1,7],[1884,697],[1894,698],[1883,697],[1904,699],[1875,700],[1874,701],[1903,702],[1897,703],[1902,704],[1877,705],[1891,706],[1876,707],[1900,708],[1872,709],[1871,702],[1901,710],[1873,711],[1878,712],[1879,7],[1882,712],[1869,7],[1905,713],[1895,714],[1886,715],[1887,716],[1889,717],[1885,718],[1888,719],[1898,702],[1880,720],[1881,721],[1890,722],[1870,723],[1893,714],[1892,712],[1896,7],[1899,724],[1789,725],[1774,7],[1775,7],[1776,7],[1777,7],[1773,7],[1778,726],[1779,7],[1781,727],[1780,726],[1782,726],[1783,727],[1784,726],[1785,7],[1786,726],[1787,7],[1788,7],[1848,728],[1844,729],[1843,7],[1845,730],[1846,7],[1847,731],[55,732],[50,733],[1765,734],[1797,735],[1796,734],[1667,734],[1852,736],[1798,4],[342,737],[1666,738],[1751,739],[1761,740],[1770,741],[1757,4],[1760,742],[1758,4],[1759,743],[1767,4],[1766,744],[1799,4],[1800,4],[1768,745],[1752,746],[1750,747],[1763,748],[1762,4],[1769,749],[1764,750],[1771,751],[1772,752],[1794,753],[1790,754],[1660,755],[1657,756],[1658,757],[1659,755],[1793,758],[239,759],[1791,760],[1792,761],[1795,4],[1824,762],[1823,763],[1801,764],[1806,765],[1807,766],[1808,767],[1804,734],[1802,734],[1803,734],[1805,4],[1810,768],[1811,769],[1812,770],[1813,764],[1814,771],[1815,772],[1816,773],[1817,772],[1818,772],[1809,763],[1820,774],[1821,764],[1822,775],[1854,776],[1668,777],[1753,776],[338,778],[1649,779],[1670,780],[1671,781],[1673,782],[1642,781],[1672,781],[1647,781],[1646,781],[1645,781],[1641,783],[1669,784],[1643,785],[1644,781],[335,786],[337,787],[1655,788],[1656,789],[1754,4],[1756,790],[336,791],[252,792],[330,793],[324,794],[319,795],[321,796],[323,797],[325,798],[333,799],[253,800],[320,796],[332,801],[1856,734],[326,802],[329,803],[328,804],[254,804],[327,805],[331,806],[310,807],[322,796],[255,808],[258,809],[1755,810],[1664,811],[1654,812],[1650,813],[1653,814],[1611,815],[1853,816],[1661,817],[1855,734],[1638,818],[334,776],[318,819],[315,820],[316,821],[317,822],[1662,776],[1648,823],[1857,776],[1819,734],[1825,763],[1826,761],[1837,761],[1827,761],[1829,824],[1858,776],[1830,825],[1835,826],[1836,761],[1859,827],[1851,828],[1834,829],[1832,830],[1833,831],[1831,831],[1663,832],[1850,734],[1838,761],[1860,776],[1861,11],[341,833],[339,834],[340,827],[1828,835],[1640,836],[1639,837],[1748,838],[1749,839],[1652,734],[1665,7]],"exportedModulesMap":[[1842,1],[1849,840],[1839,3],[1840,4],[1862,841],[1841,4],[52,842],[51,843],[949,844],[943,843],[947,844],[946,845],[942,844],[941,843],[950,846],[948,845],[944,845],[945,845],[1305,847],[1306,847],[1307,847],[1308,847],[1309,847],[1310,847],[1311,847],[1312,847],[1313,847],[1314,847],[1315,847],[1316,847],[1317,847],[1318,847],[1319,847],[1320,847],[1321,847],[1322,847],[1323,847],[1324,847],[1325,847],[1326,847],[1327,847],[1328,847],[1329,847],[1330,847],[1331,847],[1332,847],[1333,847],[1334,847],[1335,847],[1336,847],[1337,847],[1338,847],[1339,847],[1340,847],[1341,847],[1342,847],[1343,847],[1344,847],[1345,847],[1346,847],[1347,847],[1348,847],[1349,847],[1350,847],[1351,847],[1352,847],[1353,847],[1354,847],[1355,847],[1356,847],[1357,847],[1358,847],[1359,847],[1360,847],[1361,847],[1362,847],[1363,847],[1364,847],[1365,847],[1366,847],[1367,847],[1368,847],[1369,847],[1370,847],[1371,847],[1372,847],[1373,847],[1374,847],[1375,847],[1376,847],[1377,847],[1378,847],[1379,847],[1380,847],[1381,847],[1382,847],[1383,847],[1384,847],[1385,847],[1386,847],[1387,847],[1388,847],[1389,847],[1390,847],[1391,847],[1392,847],[1393,847],[1394,847],[1395,847],[1396,847],[1397,847],[1398,847],[1399,847],[1400,847],[1401,847],[1402,847],[1403,847],[1404,847],[1405,847],[1406,847],[1407,847],[1408,847],[1409,847],[1410,847],[1411,847],[1412,847],[1413,847],[1414,847],[1415,847],[1416,847],[1417,847],[1418,847],[1419,847],[1420,847],[1421,847],[1422,847],[1423,847],[1424,847],[1425,847],[1426,847],[1427,847],[1428,847],[1429,847],[1430,847],[1431,847],[1432,847],[1433,847],[1434,847],[1435,847],[1436,847],[1437,847],[1438,847],[1439,847],[1440,847],[1441,847],[1442,847],[1443,847],[1444,847],[1445,847],[1446,847],[1598,848],[1447,847],[1448,847],[1449,847],[1450,847],[1451,847],[1452,847],[1453,847],[1454,847],[1455,847],[1456,847],[1457,847],[1458,847],[1459,847],[1460,847],[1461,847],[1462,847],[1463,847],[1464,847],[1465,847],[1466,847],[1467,847],[1468,847],[1469,847],[1470,847],[1471,847],[1472,847],[1473,847],[1474,847],[1475,847],[1476,847],[1477,847],[1478,847],[1479,847],[1480,847],[1481,847],[1482,847],[1483,847],[1484,847],[1485,847],[1486,847],[1487,847],[1488,847],[1489,847],[1490,847],[1491,847],[1492,847],[1493,847],[1494,847],[1495,847],[1496,847],[1497,847],[1498,847],[1499,847],[1500,847],[1501,847],[1502,847],[1503,847],[1504,847],[1505,847],[1506,847],[1507,847],[1508,847],[1509,847],[1510,847],[1511,847],[1512,847],[1513,847],[1514,847],[1515,847],[1516,847],[1517,847],[1518,847],[1519,847],[1520,847],[1521,847],[1522,847],[1523,847],[1524,847],[1525,847],[1526,847],[1527,847],[1528,847],[1529,847],[1530,847],[1531,847],[1532,847],[1533,847],[1534,847],[1535,847],[1536,847],[1537,847],[1538,847],[1539,847],[1540,847],[1541,847],[1542,847],[1543,847],[1544,847],[1545,847],[1546,847],[1547,847],[1548,847],[1549,847],[1550,847],[1551,847],[1552,847],[1553,847],[1554,847],[1555,847],[1556,847],[1557,847],[1558,847],[1559,847],[1560,847],[1561,847],[1562,847],[1563,847],[1564,847],[1565,847],[1566,847],[1567,847],[1568,847],[1569,847],[1570,847],[1571,847],[1572,847],[1573,847],[1574,847],[1575,847],[1576,847],[1577,847],[1578,847],[1579,847],[1580,847],[1581,847],[1582,847],[1583,847],[1584,847],[1585,847],[1586,847],[1587,847],[1588,847],[1589,847],[1590,847],[1591,847],[1592,847],[1593,847],[1594,847],[1595,847],[1596,847],[1597,847],[1599,849],[845,850],[847,851],[844,852],[846,852],[732,853],[728,854],[715,852],[731,855],[724,856],[722,857],[721,857],[720,856],[717,857],[718,856],[726,858],[719,857],[716,856],[723,857],[729,859],[730,860],[725,861],[727,857],[261,843],[384,862],[385,862],[386,862],[387,862],[388,862],[389,862],[390,862],[391,862],[392,862],[393,862],[394,862],[395,862],[396,862],[397,862],[398,862],[399,862],[400,862],[401,862],[402,862],[403,862],[404,862],[405,862],[406,862],[407,862],[408,862],[409,862],[410,862],[411,862],[412,862],[413,862],[414,862],[415,862],[416,862],[417,862],[418,862],[419,862],[420,862],[421,862],[422,862],[423,862],[424,862],[425,862],[426,862],[427,862],[428,862],[429,862],[430,862],[431,862],[432,862],[433,862],[434,862],[435,862],[436,862],[437,862],[438,862],[439,862],[440,862],[441,862],[442,862],[443,862],[444,862],[445,862],[446,862],[447,862],[448,862],[449,862],[450,862],[451,862],[452,862],[453,862],[454,862],[455,862],[456,862],[457,862],[458,862],[459,862],[460,862],[461,862],[462,862],[463,862],[464,862],[465,862],[466,862],[467,862],[468,862],[469,862],[470,862],[471,862],[472,862],[473,862],[474,862],[475,862],[476,862],[477,862],[478,862],[479,862],[480,862],[688,863],[481,862],[482,862],[483,862],[484,862],[485,862],[486,862],[487,862],[488,862],[489,862],[490,862],[491,862],[492,862],[493,862],[494,862],[495,862],[496,862],[497,862],[498,862],[499,862],[500,862],[501,862],[502,862],[503,862],[504,862],[505,862],[506,862],[507,862],[508,862],[509,862],[510,862],[511,862],[512,862],[513,862],[514,862],[515,862],[516,862],[517,862],[518,862],[519,862],[520,862],[521,862],[522,862],[523,862],[524,862],[525,862],[526,862],[527,862],[528,862],[529,862],[530,862],[531,862],[532,862],[533,862],[534,862],[535,862],[536,862],[537,862],[538,862],[539,862],[540,862],[541,862],[542,862],[543,862],[544,862],[545,862],[546,862],[547,862],[548,862],[549,862],[550,862],[551,862],[552,862],[553,862],[554,862],[555,862],[556,862],[557,862],[558,862],[559,862],[560,862],[561,862],[562,862],[563,862],[564,862],[565,862],[566,862],[567,862],[568,862],[569,862],[570,862],[571,862],[572,862],[573,862],[574,862],[575,862],[576,862],[577,862],[578,862],[579,862],[580,862],[581,862],[582,862],[583,862],[584,862],[585,862],[586,862],[587,862],[588,862],[589,862],[590,862],[591,862],[592,862],[593,862],[594,862],[595,862],[596,862],[597,862],[598,862],[599,862],[600,862],[601,862],[602,862],[603,862],[604,862],[605,862],[606,862],[607,862],[608,862],[609,862],[610,862],[611,862],[612,862],[613,862],[614,862],[615,862],[616,862],[617,862],[618,862],[619,862],[620,862],[621,862],[622,862],[623,862],[624,862],[625,862],[626,862],[627,862],[628,862],[629,862],[630,862],[631,862],[632,862],[633,862],[634,862],[635,862],[636,862],[637,862],[638,862],[639,862],[640,862],[641,862],[642,862],[643,862],[644,862],[645,862],[646,862],[647,862],[648,862],[649,862],[650,862],[651,862],[652,862],[653,862],[654,862],[655,862],[656,862],[657,862],[658,862],[659,862],[660,862],[661,862],[662,862],[663,862],[664,862],[665,862],[666,862],[667,862],[668,862],[669,862],[670,862],[671,862],[672,862],[673,862],[674,862],[675,862],[676,862],[677,862],[678,862],[679,862],[680,862],[681,862],[682,862],[683,862],[684,862],[685,862],[686,862],[687,862],[372,864],[373,865],[371,866],[374,867],[375,868],[376,869],[377,870],[378,871],[379,872],[380,873],[381,874],[382,875],[383,876],[1907,877],[1908,878],[1909,878],[1910,878],[1911,879],[1912,880],[1863,881],[1866,882],[1864,883],[1865,882],[1913,880],[1914,884],[1915,843],[1916,843],[1917,843],[1918,885],[1919,843],[1921,843],[1920,886],[1922,843],[1923,843],[1924,887],[1906,880],[1925,888],[1926,843],[1927,889],[1928,890],[1929,891],[1930,892],[1931,843],[1932,893],[1933,894],[1934,892],[1935,895],[1936,895],[1937,896],[1938,897],[1939,898],[1940,899],[1941,900],[1943,901],[1942,902],[1944,892],[1945,903],[1946,892],[1947,903],[1948,843],[1949,904],[1950,843],[1868,883],[1867,883],[1959,905],[1951,906],[1952,907],[1953,908],[1954,889],[1955,843],[1956,904],[1957,909],[1958,910],[98,843],[53,911],[54,912],[46,913],[47,914],[49,915],[45,843],[694,916],[693,847],[692,917],[691,847],[1023,918],[1022,843],[48,843],[890,919],[889,920],[888,843],[710,921],[709,922],[708,923],[714,924],[712,925],[711,925],[713,926],[1264,927],[1262,928],[1263,929],[1261,925],[862,930],[747,931],[861,932],[866,933],[864,923],[863,923],[865,934],[870,935],[868,928],[867,928],[869,936],[874,937],[872,925],[871,925],[873,938],[881,939],[878,925],[876,925],[877,925],[875,925],[879,940],[880,941],[887,942],[883,925],[884,925],[882,925],[885,943],[886,944],[896,945],[891,928],[892,946],[893,947],[894,948],[895,949],[900,950],[898,925],[897,925],[899,951],[907,952],[904,925],[902,925],[903,925],[901,925],[905,953],[906,954],[914,955],[913,956],[912,957],[911,958],[910,959],[909,960],[908,961],[918,962],[916,963],[915,963],[917,964],[921,965],[920,966],[919,925],[928,967],[924,968],[925,969],[926,970],[922,971],[923,968],[927,972],[931,973],[929,974],[930,975],[940,976],[939,928],[938,977],[935,978],[934,979],[932,925],[933,978],[936,980],[937,981],[954,982],[953,983],[952,984],[951,985],[957,986],[956,987],[955,988],[973,989],[969,990],[970,991],[971,992],[972,993],[979,994],[975,928],[974,925],[976,928],[977,928],[978,928],[982,995],[981,996],[980,947],[996,997],[992,998],[991,999],[995,1000],[994,1001],[993,1002],[1000,1003],[997,1004],[999,1005],[998,1006],[1004,1007],[1002,925],[1003,1008],[1001,925],[965,1009],[964,998],[961,1010],[962,1011],[963,1011],[1007,1012],[1006,1013],[1005,925],[1010,1014],[1009,1015],[1008,1015],[1017,1016],[1012,925],[1013,925],[1014,1017],[1011,1018],[1015,1019],[1016,1020],[1021,1021],[1019,925],[1018,925],[1020,1022],[1034,1023],[1030,1024],[1024,1025],[1029,1026],[1025,1026],[1028,1026],[1033,1027],[1031,1028],[1032,1024],[1027,1029],[1026,1026],[1037,1030],[1036,1031],[1035,925],[1040,1032],[1038,1033],[1039,1034],[1043,1035],[1042,1036],[1041,1037],[1295,1038],[1279,1039],[1278,928],[1046,1040],[1045,1041],[1044,925],[1050,1042],[1048,925],[1047,925],[1049,1043],[746,1044],[743,925],[744,1045],[745,1046],[968,1047],[967,1048],[966,925],[1284,1049],[1283,1050],[1281,1051],[1282,1050],[1280,1052],[1272,1053],[1270,1054],[1271,1055],[1269,852],[1060,1056],[1058,1057],[1057,928],[1054,928],[1056,1058],[1053,1058],[1052,1059],[1055,925],[1059,852],[1051,1060],[1287,1061],[1285,1062],[1286,1063],[960,1064],[959,1065],[958,925],[1290,1066],[1289,1067],[1288,925],[1062,1068],[1061,923],[1065,1069],[1064,1070],[1063,925],[1068,1071],[1067,928],[1066,925],[1071,1072],[1070,1073],[1069,979],[1294,1074],[1292,928],[1293,1075],[1291,1076],[742,1077],[741,1078],[735,928],[733,1079],[740,1080],[737,1081],[738,1082],[734,1083],[739,1084],[736,1085],[1074,1086],[1072,1087],[1073,1088],[1082,1089],[1081,1090],[1080,1091],[1076,925],[1078,1092],[1079,1093],[1077,1094],[1075,925],[1085,1095],[1084,1096],[1083,925],[1088,1097],[1087,1098],[1086,925],[1092,1099],[1091,928],[1090,1100],[1089,925],[1099,1101],[1098,928],[1093,1102],[1094,1103],[1096,1104],[1095,928],[1097,1105],[1268,1106],[1267,1107],[1266,1106],[1265,852],[1125,1108],[1114,1109],[1112,1110],[1100,852],[1113,1111],[1115,1112],[1116,1113],[1124,1114],[1122,928],[1118,925],[1121,1115],[1117,1116],[1120,1117],[1123,1118],[1119,1119],[1130,1120],[1129,1121],[1127,925],[1128,1122],[1126,1123],[1135,1124],[1134,1125],[1132,925],[1133,1126],[1131,979],[1139,1127],[1137,928],[1136,923],[1138,1128],[1277,1129],[1276,1130],[1274,925],[1275,1131],[1273,925],[1142,1132],[1141,1133],[1140,947],[1148,1134],[1146,1135],[1145,1136],[1144,1137],[1143,925],[1147,852],[1151,1138],[1150,1139],[1149,925],[1195,1140],[1173,928],[1175,1141],[1165,1142],[1172,1143],[1176,1144],[1186,1145],[1178,1146],[1180,1147],[1183,1148],[1187,1149],[1184,1150],[1185,1151],[1192,1152],[1191,1153],[1182,1154],[1189,1155],[1188,1156],[1170,1157],[1190,1158],[1163,852],[1167,1159],[1177,1160],[1179,1161],[1181,1141],[1174,852],[1194,1162],[1166,1163],[1169,1164],[1171,1165],[1168,1166],[1164,1167],[1193,1168],[1162,1169],[1153,1170],[1152,1171],[1156,1172],[1160,1173],[1157,1174],[1158,1175],[1159,1176],[1155,1177],[1161,1178],[1154,1179],[1203,1180],[1198,1181],[1200,1182],[1199,1183],[1201,1184],[1197,1185],[1196,925],[1202,1186],[1206,1187],[1205,1188],[1204,925],[1209,1189],[1208,925],[1207,925],[990,1190],[985,1191],[983,1192],[988,1193],[989,1194],[986,947],[984,1195],[987,1196],[1212,1197],[1211,1198],[1210,979],[1217,1199],[1215,1200],[1214,925],[1213,928],[1216,852],[860,1201],[859,1202],[749,1203],[748,1204],[858,1205],[750,1206],[857,1204],[1260,1207],[1259,1208],[1258,1209],[1256,1209],[1257,1210],[1254,1211],[1255,1212],[1222,1213],[1220,1214],[1219,979],[1218,1215],[1221,1216],[1234,1217],[1233,1218],[1232,1219],[1239,1220],[1238,1221],[1237,1222],[1236,1223],[1235,1224],[1231,1225],[1229,1226],[1227,1227],[1226,1228],[1224,1229],[1230,852],[1223,1230],[1225,1231],[1228,1232],[1250,1233],[1240,1234],[1249,928],[1244,1235],[1243,1236],[1248,1237],[1247,925],[1246,1238],[1245,1239],[1241,1240],[1242,1239],[1111,1241],[1109,1242],[1110,1243],[1104,1244],[1105,979],[1101,979],[1102,852],[1107,1245],[1108,1244],[1103,1246],[1253,1247],[1251,1248],[1252,1249],[359,852],[364,852],[360,852],[361,852],[365,852],[366,1250],[362,852],[363,852],[1296,1251],[1297,928],[1302,1252],[1301,1253],[1298,928],[1299,928],[856,1254],[855,928],[751,928],[752,928],[853,928],[849,928],[841,925],[753,1255],[754,928],[854,925],[838,852],[848,1256],[852,1052],[755,928],[842,928],[837,1052],[840,928],[824,1257],[826,1258],[827,928],[828,925],[825,928],[850,928],[839,928],[831,1079],[829,928],[830,928],[832,852],[851,1259],[833,928],[834,928],[835,852],[836,852],[843,928],[1304,1260],[823,1261],[757,852],[758,852],[759,852],[760,852],[761,852],[762,852],[763,852],[764,852],[765,852],[766,852],[767,852],[768,852],[756,852],[769,852],[770,852],[771,852],[772,852],[773,852],[774,852],[775,852],[776,852],[777,852],[778,852],[779,852],[780,852],[781,852],[782,852],[783,852],[784,852],[785,852],[786,852],[787,852],[788,852],[789,852],[790,852],[791,852],[792,852],[793,852],[794,852],[795,852],[796,852],[797,852],[798,852],[799,852],[800,852],[801,852],[802,852],[803,852],[804,852],[805,852],[806,852],[807,852],[808,852],[809,852],[810,852],[811,852],[812,852],[813,852],[814,852],[815,852],[816,852],[817,852],[818,852],[819,852],[821,852],[822,852],[820,852],[1303,1262],[690,1263],[695,1255],[343,852],[348,852],[344,852],[349,1264],[345,852],[346,852],[347,928],[706,852],[696,852],[697,1265],[698,852],[707,1266],[699,1267],[700,852],[701,852],[702,1265],[705,852],[703,1265],[704,852],[350,852],[351,928],[370,1268],[353,1269],[357,1270],[355,1271],[356,1272],[354,852],[358,928],[367,1273],[352,928],[368,1273],[369,928],[162,852],[166,852],[171,852],[172,1274],[170,1275],[164,852],[167,852],[168,852],[165,852],[169,852],[163,852],[1676,1276],[1677,1277],[1675,843],[1731,1278],[1683,1279],[1685,1280],[1678,1276],[1732,1281],[1684,1282],[1689,1283],[1690,1282],[1691,1284],[1692,1282],[1693,1285],[1694,1284],[1695,1282],[1696,1282],[1728,1286],[1723,1287],[1724,1282],[1725,1282],[1697,1282],[1698,1282],[1726,1282],[1699,1282],[1719,1282],[1722,1282],[1721,1282],[1720,1282],[1700,1282],[1701,1282],[1702,1283],[1703,1282],[1704,1282],[1717,1282],[1706,1282],[1705,1282],[1729,1282],[1708,1282],[1727,1282],[1707,1282],[1718,1282],[1710,1286],[1711,1282],[1713,1284],[1712,1282],[1714,1282],[1730,1282],[1715,1282],[1716,1282],[1681,1288],[1680,843],[1686,1289],[1688,1290],[1682,843],[1687,1291],[1709,1291],[1679,1292],[1734,1293],[1741,1294],[1742,1294],[1744,1295],[1743,1294],[1733,1296],[1747,1297],[1736,1298],[1738,1299],[1746,1300],[1739,1301],[1737,1302],[1745,1303],[1740,1304],[1735,1305],[1674,843],[689,1306],[1106,843],[240,843],[1300,852],[78,843],[106,1307],[63,1308],[64,843],[66,1309],[1610,1310],[1600,1311],[123,1312],[1609,1313],[1601,1314],[1602,1315],[1603,1316],[1604,1311],[1605,1317],[1606,1318],[1607,1311],[1608,1319],[73,1320],[94,1321],[57,843],[58,1322],[1617,1323],[56,1324],[1633,1325],[59,1326],[149,1327],[75,1328],[132,1329],[136,1330],[283,1331],[260,1332],[135,1333],[309,1334],[286,1335],[289,1336],[296,1337],[297,1338],[291,1339],[293,1339],[307,1338],[295,1339],[298,1340],[277,843],[302,1340],[303,1340],[292,1339],[305,1338],[306,1338],[304,1338],[300,1340],[301,1340],[285,1337],[288,1337],[299,1340],[287,1335],[308,1337],[290,1341],[294,1339],[262,1342],[267,1343],[266,1344],[265,1345],[268,1346],[270,1347],[271,1348],[259,1349],[272,1350],[273,1351],[274,1352],[275,1353],[269,1349],[276,1354],[278,1355],[279,1349],[280,1347],[281,1352],[282,1356],[257,1352],[256,843],[263,1349],[1616,843],[133,1357],[91,1358],[72,1359],[82,1360],[83,1361],[84,1359],[85,1359],[86,1362],[88,1363],[90,1364],[87,1359],[89,1365],[71,1366],[116,1367],[178,1368],[154,1369],[226,1370],[1637,1371],[1613,1372],[1636,1373],[1612,1374],[1614,1375],[1618,1376],[1619,1377],[1620,1378],[1621,1378],[1622,1379],[1623,1380],[1624,1381],[124,1382],[1625,1383],[1626,1383],[1627,1384],[1628,1385],[1629,1383],[1630,1386],[1631,1386],[1615,1372],[1632,1387],[1634,1388],[1635,1389],[223,843],[238,1390],[119,1391],[204,1392],[152,1393],[219,1394],[234,1395],[222,1396],[120,1397],[227,1398],[205,1399],[118,1400],[201,1401],[221,1402],[207,1403],[153,1404],[228,1405],[236,1406],[237,1407],[284,1408],[128,1409],[122,1410],[224,1411],[126,843],[121,1412],[127,843],[62,1413],[61,843],[60,1414],[125,1415],[69,843],[81,1416],[251,1417],[80,1418],[74,843],[130,1419],[101,1420],[112,1421],[100,1422],[139,1423],[103,1424],[96,843],[129,1425],[110,843],[92,1426],[102,1427],[214,1428],[215,843],[216,1429],[206,1430],[138,1431],[202,1432],[208,1433],[220,1434],[203,1435],[117,1436],[114,1437],[113,1438],[233,1439],[213,1440],[218,1441],[235,1442],[231,1443],[217,1444],[155,1445],[115,843],[107,1446],[108,843],[65,843],[200,1447],[197,1448],[157,1449],[159,1450],[160,1451],[161,1452],[173,1453],[174,1454],[175,1455],[176,1456],[177,1457],[179,1458],[180,1459],[181,1460],[182,1461],[184,1462],[199,1463],[185,1464],[186,1465],[187,1466],[188,1467],[111,1468],[189,1469],[198,1470],[144,1471],[190,1472],[191,1473],[141,843],[156,1474],[192,1475],[193,1476],[145,1477],[194,1478],[137,1479],[134,843],[147,1480],[183,1481],[195,1482],[158,1483],[196,1484],[1651,1485],[151,843],[104,843],[99,1486],[314,1487],[312,1488],[67,1489],[150,1490],[148,1491],[313,1492],[95,1493],[311,1494],[68,1489],[131,1495],[97,1496],[93,1497],[76,1498],[143,1499],[79,1500],[142,1501],[105,1502],[77,1503],[70,1504],[225,843],[146,1505],[140,1506],[109,1507],[209,843],[229,1508],[210,1509],[212,1510],[232,843],[211,1511],[230,1512],[264,843],[250,1513],[246,1514],[244,1515],[242,1516],[249,1517],[247,843],[245,1514],[243,1518],[241,1515],[248,1519],[43,843],[44,843],[8,843],[9,843],[11,843],[10,843],[2,843],[12,843],[13,843],[14,843],[15,843],[16,843],[17,843],[18,843],[19,843],[3,843],[4,843],[23,843],[20,843],[21,843],[22,843],[24,843],[25,843],[26,843],[5,843],[27,843],[28,843],[29,843],[30,843],[6,843],[34,843],[31,843],[32,843],[33,843],[35,843],[7,843],[36,843],[41,843],[42,843],[37,843],[38,843],[39,843],[40,843],[1,843],[1884,1520],[1894,1521],[1883,1522],[1904,1523],[1875,1524],[1874,1525],[1903,878],[1897,1526],[1902,1527],[1877,1528],[1891,1529],[1876,1530],[1900,1531],[1872,1532],[1871,883],[1901,1533],[1873,1534],[1878,1535],[1879,1536],[1882,1537],[1869,928],[1905,1538],[1895,843],[1886,1539],[1887,1540],[1889,1541],[1885,1542],[1888,1543],[1898,843],[1880,1544],[1881,1545],[1890,1546],[1870,1547],[1893,1548],[1892,1549],[1896,1550],[1899,1551],[1789,1552],[1774,852],[1775,852],[1776,852],[1777,852],[1773,852],[1778,1553],[1779,852],[1781,1554],[1780,1553],[1782,1553],[1783,1554],[1784,1553],[1785,852],[1786,1553],[1787,852],[1788,852],[1848,1555],[1844,1556],[1843,1557],[1845,1558],[1846,1559],[1847,1560],[55,1561],[50,1562],[1765,882],[1797,735],[1796,880],[1667,882],[1852,1563],[1798,4],[342,737],[1666,738],[1751,739],[1761,740],[1770,1564],[1757,4],[1760,742],[1758,4],[1759,743],[1767,4],[1766,744],[1799,4],[1800,4],[1768,745],[1752,746],[1750,747],[1763,748],[1762,4],[1769,1565],[1764,750],[1771,751],[1772,752],[1794,753],[1790,754],[1660,755],[1657,756],[1658,757],[1659,755],[1793,1566],[239,1567],[1791,760],[1792,761],[1795,4],[1824,762],[1823,763],[1801,764],[1806,765],[1807,766],[1808,767],[1804,880],[1802,880],[1803,880],[1805,4],[1810,768],[1811,769],[1812,770],[1813,764],[1814,771],[1815,772],[1816,773],[1817,772],[1818,772],[1809,763],[1820,774],[1821,764],[1822,775],[1854,1568],[1668,1569],[1753,883],[338,1570],[1649,1571],[1670,1572],[1671,1573],[1673,1574],[1642,1573],[1672,1573],[1647,1573],[1646,1573],[1645,1573],[1641,1575],[1669,1576],[1643,1577],[1644,1573],[335,1578],[337,1579],[1655,1580],[1656,1581],[1754,1143],[1756,1582],[336,1583],[252,1584],[330,1585],[324,1586],[319,1587],[321,1588],[323,1589],[325,1590],[333,1591],[253,1592],[320,1588],[332,1593],[1856,1594],[326,1595],[329,1596],[328,1597],[254,1597],[327,1598],[331,1599],[310,1600],[322,1588],[255,1601],[258,1602],[1755,1603],[1664,1604],[1654,1605],[1650,1606],[1653,1607],[1611,1608],[1853,1609],[1661,1610],[1855,1611],[1638,1612],[334,883],[318,1613],[315,1614],[316,1615],[317,1616],[1662,883],[1648,1617],[1857,1618],[1819,880],[1825,763],[1826,761],[1837,761],[1827,761],[1829,824],[1858,1619],[1830,825],[1835,826],[1836,761],[1859,1620],[1851,1621],[1834,1622],[1832,830],[1833,831],[1831,831],[1663,1623],[1850,1624],[1838,761],[1860,1625],[1861,1626],[341,880],[339,1627],[340,1547],[1828,1628],[1640,1629],[1639,1630],[1748,1631],[1749,1632],[1652,882],[1665,852]],"semanticDiagnosticsPerFile":[1842,1849,1839,[1840,[{"file":"../examples/iconlegendexample.vue","start":1178,"length":41,"messageText":"Cannot find module '../src/components/CustomOpenlayer/types' or its corresponding type declarations.","category":1,"code":2307}]],1862,[1841,[{"file":"../examples/supermapdatatransformexample.vue","start":3049,"length":16,"code":2322,"category":1,"messageText":"Type '{ success: boolean; originalFormat: string; transformedFormat: string; data: any; popupReady: boolean; message: string; }' is not assignable to type 'null'."},{"file":"../examples/supermapdatatransformexample.vue","start":3326,"length":16,"code":2322,"category":1,"messageText":"Type '{ success: boolean; error: any; message: string; }' is not assignable to type 'null'."},{"file":"../examples/supermapdatatransformexample.vue","start":3382,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046}]],52,51,949,943,947,946,942,941,950,948,944,945,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1598,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1599,845,847,844,846,732,728,715,731,724,722,721,720,717,718,726,719,716,723,729,730,725,727,261,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,688,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,372,373,371,374,375,376,377,378,379,380,381,382,383,1907,1908,1909,1910,1911,1912,1863,1866,1864,1865,1913,1914,1915,1916,1917,1918,1919,1921,1920,1922,1923,1924,1906,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1943,1942,1944,1945,1946,1947,1948,1949,1950,1868,1867,1959,1951,1952,1953,1954,1955,1956,1957,1958,98,53,54,46,47,49,45,694,693,692,691,1023,1022,48,890,889,888,710,709,708,714,712,711,713,1264,1262,1263,1261,862,747,861,866,864,863,865,870,868,867,869,874,872,871,873,881,878,876,877,875,879,880,887,883,884,882,885,886,896,891,892,893,894,895,900,898,897,899,907,904,902,903,901,905,906,914,913,912,911,910,909,908,918,916,915,917,921,920,919,928,924,925,926,922,923,927,931,929,930,940,939,938,935,934,932,933,936,937,954,953,952,951,957,956,955,973,969,970,971,972,979,975,974,976,977,978,982,981,980,996,992,991,995,994,993,1000,997,999,998,1004,1002,1003,1001,965,964,961,962,963,1007,1006,1005,1010,1009,1008,1017,1012,1013,1014,1011,1015,1016,1021,1019,1018,1020,1034,1030,1024,1029,1025,1028,1033,1031,1032,1027,1026,1037,1036,1035,1040,1038,1039,1043,1042,1041,1295,1279,1278,1046,1045,1044,1050,1048,1047,1049,746,743,744,745,968,967,966,1284,1283,1281,1282,1280,1272,1270,1271,1269,1060,1058,1057,1054,1056,1053,1052,1055,1059,1051,1287,1285,1286,960,959,958,1290,1289,1288,1062,1061,1065,1064,1063,1068,1067,1066,1071,1070,1069,1294,1292,1293,1291,742,741,735,733,740,737,738,734,739,736,1074,1072,1073,1082,1081,1080,1076,1078,1079,1077,1075,1085,1084,1083,1088,1087,1086,1092,1091,1090,1089,1099,1098,1093,1094,1096,1095,1097,1268,1267,1266,1265,1125,1114,1112,1100,1113,1115,1116,1124,1122,1118,1121,1117,1120,1123,1119,1130,1129,1127,1128,1126,1135,1134,1132,1133,1131,1139,1137,1136,1138,1277,1276,1274,1275,1273,1142,1141,1140,1148,1146,1145,1144,1143,1147,1151,1150,1149,1195,1173,1175,1165,1172,1176,1186,1178,1180,1183,1187,1184,1185,1192,1191,1182,1189,1188,1170,1190,1163,1167,1177,1179,1181,1174,1194,1166,1169,1171,1168,1164,1193,1162,1153,1152,1156,1160,1157,1158,1159,1155,1161,1154,1203,1198,1200,1199,1201,1197,1196,1202,1206,1205,1204,1209,1208,1207,990,985,983,988,989,986,984,987,1212,1211,1210,1217,1215,1214,1213,1216,860,859,749,748,858,750,857,1260,1259,1258,1256,1257,1254,1255,1222,1220,1219,1218,1221,1234,1233,1232,1239,1238,1237,1236,1235,1231,1229,1227,1226,1224,1230,1223,1225,1228,1250,1240,1249,1244,1243,1248,1247,1246,1245,1241,1242,1111,1109,1110,1104,1105,1101,1102,1107,1108,1103,1253,1251,1252,359,364,360,361,365,366,362,363,1296,1297,1302,1301,1298,1299,856,855,751,752,853,849,841,753,754,854,838,848,852,755,842,837,840,824,826,827,828,825,850,839,831,829,830,832,851,833,834,835,836,843,1304,823,757,758,759,760,761,762,763,764,765,766,767,768,756,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,821,822,820,1303,690,695,343,348,344,349,345,346,347,706,696,697,698,707,699,700,701,702,705,703,704,350,351,370,353,357,355,356,354,358,367,352,368,369,162,166,171,172,170,164,167,168,165,169,163,1676,1677,1675,1731,1683,1685,1678,1732,1684,1689,1690,1691,1692,1693,1694,1695,1696,1728,1723,1724,1725,1697,1698,1726,1699,1719,1722,1721,1720,1700,1701,1702,1703,1704,1717,1706,1705,1729,1708,1727,1707,1718,1710,1711,1713,1712,1714,1730,1715,1716,1681,1680,1686,1688,1682,1687,1709,1679,1734,1741,1742,1744,1743,1733,1747,1736,1738,1746,1739,1737,1745,1740,1735,1674,689,1106,240,1300,78,106,63,64,66,1610,1600,123,1609,1601,1602,1603,1604,1605,1606,1607,1608,73,94,57,58,1617,56,1633,59,149,75,132,136,283,260,135,309,286,289,296,297,291,293,307,295,298,277,302,303,292,305,306,304,300,301,285,288,299,287,308,290,294,262,267,266,265,268,270,271,259,272,273,274,275,269,276,278,279,280,281,282,257,256,263,1616,133,91,72,82,83,84,85,86,88,90,87,89,71,116,178,154,226,1637,1613,1636,1612,1614,1618,1619,1620,1621,1622,1623,1624,124,1625,1626,1627,1628,1629,1630,1631,1615,1632,1634,1635,223,238,119,204,152,219,234,222,120,227,205,118,201,221,207,153,228,236,237,284,128,122,224,126,121,127,62,61,60,125,69,81,251,80,74,130,101,112,100,139,103,96,129,110,92,102,214,215,216,206,138,202,208,220,203,117,114,113,233,213,218,235,231,217,155,115,107,108,65,200,197,157,159,160,161,173,174,175,176,177,179,180,181,182,184,199,185,186,187,188,111,189,198,144,190,191,141,156,192,193,145,194,137,134,147,183,195,158,196,1651,151,104,99,314,312,67,150,148,313,95,311,68,131,97,93,76,143,79,142,105,77,70,225,146,140,109,209,229,210,212,232,211,230,264,250,246,244,242,249,247,245,243,241,248,43,44,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,1884,1894,1883,1904,1875,1874,1903,1897,1902,1877,1891,1876,1900,1872,1871,1901,1873,1878,1879,1882,1869,1905,1895,1886,1887,1889,1885,1888,1898,1880,1881,1890,1870,1893,1892,1896,1899,1789,1774,1775,1776,1777,1773,1778,1779,1781,1780,1782,1783,1784,1785,1786,1787,1788,1848,1844,1843,1845,1846,1847,55,50,1765,1797,1796,1667,1852,1798,[342,[{"file":"../src/components/olbaselayerswitcher.vue","start":4132,"length":7,"messageText":"Cannot find name 'OlLayer'.","category":1,"code":2304},{"file":"../src/components/olbaselayerswitcher.vue","start":4142,"length":10,"messageText":"Cannot find name 'LayerGroup'.","category":1,"code":2304},{"file":"../src/components/olbaselayerswitcher.vue","start":4170,"length":7,"messageText":"Cannot find name 'OlLayer'.","category":1,"code":2304},{"file":"../src/components/olbaselayerswitcher.vue","start":4180,"length":10,"messageText":"Cannot find name 'LayerGroup'.","category":1,"code":2304},{"file":"../src/components/olbaselayerswitcher.vue","start":4319,"length":10,"messageText":"Cannot find name 'LayerGroup'.","category":1,"code":2304}]],[1666,[{"file":"../src/components/olcontrolpanel.vue","start":5483,"length":17,"messageText":"Module '\"../../types\"' has no exported member 'MapControlsConfig'.","category":1,"code":2305}]],1751,1761,1770,1757,[1760,[{"file":"../src/components/oldialogs/layerpanel.vue","start":11614,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":11635,"length":1,"messageText":"Parameter 'l' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":12017,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":14704,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":23165,"length":6,"messageText":"Parameter 'config' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":23463,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/oldialogs/layerpanel.vue","start":24020,"length":24,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(l: LayerConfig) => string' is not assignable to parameter of type '(value: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }, index: number, array: { ......'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'l' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layer' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; } | undefined' is not assignable to type 'Layer<Source, LayerRenderer<any>> | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; }' is missing the following properties from type 'Layer<Source, LayerRenderer<any>>': mapPrecomposeKey_, mapRenderKey_, sourceChangeKey_, renderer_, and 21 more.","category":1,"code":2740}]}]}]}]}]}},{"file":"../src/components/oldialogs/layerpanel.vue","start":24144,"length":31,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(predicate: (value: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }, index: number, obj: { ...; }[]) => value is any, thisArg?: any): any', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(l: LayerConfig) => boolean' is not assignable to parameter of type '(value: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }, index: number, obj: { ...; ...'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'l' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322}]}]}]},{"messageText":"Overload 2 of 2, '(predicate: (value: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }, index: number, obj: { ...; }[]) => unknown, thisArg?: any): { ...; } | undefined', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(l: LayerConfig) => boolean' is not assignable to parameter of type '(value: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }, index: number, obj: { ...; ...'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'l' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/oldialogs/layerpanel.vue","start":24411,"length":11,"messageText":"Parameter 'layerConfig' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":28940,"length":58,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'.","category":1,"code":2345,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322}]}},{"file":"../src/components/oldialogs/layerpanel.vue","start":29067,"length":61,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":29196,"length":60,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[]' is not assignable to parameter of type 'LayerConfig[]'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":29385,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type 'Layer'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'popup' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/components/OlMapPopup/types\").PopupConfig | { [key: string]: string; } | undefined' is not assignable to type 'PopupConfig | { [key: string]: string; } | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'HtmlPopupConfig' is not assignable to type 'PopupConfig | { [key: string]: string; } | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'HtmlPopupConfig' is not assignable to type '{ [key: string]: string; }'.","category":1,"code":2322,"next":[{"messageText":"Index signature for type 'string' is missing in type 'HtmlPopupConfig'.","category":1,"code":2329}]}]}]}]}]}]},"relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":29553,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":29722,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":30168,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":30357,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":30547,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":30951,"length":1,"messageText":"Parameter 'g' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":31978,"length":6,"code":2322,"category":1,"messageText":"Type 'LayerConfig[]' is not assignable to type 'Layer[]'.","relatedInformation":[{"file":"../src/components/oldialogs/layerpanel.vue","start":16363,"length":6,"messageText":"The expected type comes from property 'layers' which is declared here on type 'LayerGroup'","category":3,"code":6500}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":33184,"length":5,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'Layer' is not assignable to parameter of type 'LayerConfig'.","category":1,"code":2345,"next":[{"messageText":"Property 'zIndex' is missing in type 'Layer' but required in type 'LayerConfig'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/types/map.ts","start":8123,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/oldialogs/layerpanel.vue","start":34161,"length":26,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'LayerGroup[]' is not assignable to parameter of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/LayerTreeManager\").LayerGroup[]'.","category":1,"code":2345,"next":[{"messageText":"Type 'LayerGroup' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/LayerTreeManager\").LayerGroup'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'Layer[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Layer' is not assignable to type 'LayerConfig'.","category":1,"code":2322}]}]}]}]}},{"file":"../src/components/oldialogs/layerpanel.vue","start":35141,"length":9,"messageText":"Expected 0 arguments, but got 1.","category":1,"code":2554},{"file":"../src/components/oldialogs/layerpanel.vue","start":35271,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":35403,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":35574,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":36378,"length":14,"code":2339,"category":1,"messageText":"Property 'updateMapStyle' does not exist on type 'GlobalStyleManager'."},{"file":"../src/components/oldialogs/layerpanel.vue","start":36840,"length":42,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/oldialogs/layerpanel.vue","start":37336,"length":42,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/oldialogs/layerpanel.vue","start":37808,"length":48,"messageText":"Expected 1 arguments, but got 3.","category":1,"code":2554},{"file":"../src/components/oldialogs/layerpanel.vue","start":41717,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":41846,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":42548,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":42822,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":43501,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":43961,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":44075,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":44302,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/layerpanel.vue","start":44852,"length":70,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"basemap-switch-request\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"basemap-switch-request\", handler: Handler<unknown>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { basemapId: string; basemapName: string; basemapType: string; basemapConfig: any;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'event' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'unknown' is not assignable to type '{ basemapId: string; basemapName: string; basemapType: string; basemapConfig: any; }'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/oldialogs/layerpanel.vue","start":45304,"length":71,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"basemap-switch-request\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"basemap-switch-request\", handler?: Handler<unknown> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { basemapId: string; basemapName: string; basemapType: string; basemapConfig: any;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345}]}]},"relatedInformation":[]}]],1758,1759,1767,1766,[1799,[{"file":"../src/components/oldialogs/mapdrawingdialog/components/pointdrawingpanel.vue","start":5863,"length":18,"messageText":"'__VLS_ctx.$refs.gifFileInput' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/oldialogs/mapdrawingdialog/components/pointdrawingpanel.vue","start":15296,"length":19,"messageText":"'__VLS_ctx.$refs.iconFileInput' is of type 'unknown'.","category":1,"code":18046}]],1800,1768,[1752,[{"file":"../src/components/oldialogs/mapprintdialog.vue","start":20257,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":20813,"length":16,"code":2322,"category":1,"messageText":{"messageText":"Type 'Map | null' is not assignable to type 'null'.","category":1,"code":2322,"next":[{"messageText":"Type 'Map' is not assignable to type 'null'.","category":1,"code":2322}]}},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":21050,"length":7,"code":2339,"category":1,"messageText":"Property 'getView' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":21502,"length":10,"code":2339,"category":1,"messageText":"Property 'updateSize' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":21543,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":21629,"length":7,"code":2339,"category":1,"messageText":"Property 'getSize' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":21754,"length":9,"code":2339,"category":1,"messageText":"Property 'getLayers' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":24614,"length":6,"messageText":"Parameter 'canvas' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":24622,"length":5,"messageText":"Parameter 'index' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":25421,"length":10,"code":2339,"category":1,"messageText":"Property 'updateSize' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":25458,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":25621,"length":10,"code":2339,"category":1,"messageText":"Property 'renderSync' does not exist on type 'never'."},{"file":"../src/components/oldialogs/mapprintdialog.vue","start":26922,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046}]],[1750,[{"file":"../src/components/oldialogs/measurementdialog.vue","start":2492,"length":12,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ defaultUnits: () => { distance: string; area: string; angle: string; }; }' is not assignable to parameter of type 'InferDefaults<LooseRequired<Props>>'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'defaultUnits' does not exist in type 'InferDefaults<LooseRequired<Props>>'.","category":1,"code":2353}]}},{"file":"../src/components/oldialogs/measurementdialog.vue","start":5691,"length":10,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/components/oldialogs/measurementdialog.vue","start":6157,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/oldialogs/measurementdialog.vue","start":6398,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/oldialogs/measurementdialog.vue","start":6648,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/oldialogs/measurementdialog.vue","start":6854,"length":32,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult) => void' is not assignable to parameter of type '(result: import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'result' and 'result' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult'.","category":1,"code":2322}]}]}},{"file":"../src/components/oldialogs/measurementdialog.vue","start":9317,"length":4,"code":2339,"category":1,"messageText":"Property 'area' does not exist on type 'MeasurementResult'."},{"file":"../src/components/oldialogs/measurementdialog.vue","start":9551,"length":5,"code":2339,"category":1,"messageText":"Property 'angle' does not exist on type 'MeasurementResult'."},{"file":"../src/components/oldialogs/measurementdialog.vue","start":9730,"length":9,"code":2339,"category":1,"messageText":"Property 'longitude' does not exist on type 'MeasurementResult'."},{"file":"../src/components/oldialogs/measurementdialog.vue","start":9765,"length":8,"code":2339,"category":1,"messageText":"Property 'latitude' does not exist on type 'MeasurementResult'."},{"file":"../src/components/oldialogs/measurementdialog.vue","start":1637,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type '\"area\" | \"angle\" | \"coordinate\" | \"distance\"'."}]],[1763,[{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":6323,"length":15,"messageText":"'markerForm.name' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":6477,"length":15,"messageText":"'markerForm.name' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":7360,"length":18,"messageText":"'marker.description' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":16639,"length":3,"code":2339,"category":1,"messageText":"Property 'map' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":16656,"length":14,"code":2339,"category":1,"messageText":"Property 'drawingManager' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":16694,"length":3,"code":2339,"category":1,"messageText":"Property 'map' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."},{"file":"../src/components/oldialogs/mymarkersdialog.vue","start":16707,"length":14,"code":2339,"category":1,"messageText":"Property 'drawingManager' does not exist on type 'DefineProps<LooseRequired<Props>, \"modelValue\">'."}]],[1762,[{"file":"../src/components/oldialogs/regionnavigationdialog.vue","start":28801,"length":6,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ name: string; label: string; districts: any[]; }' is not assignable to parameter of type '{ name: string; label: string; districts: never[]; }'.","category":1,"code":2345,"next":[{"messageText":"Types of property 'districts' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'any[]' is not assignable to type 'never[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'any' is not assignable to type 'never'.","category":1,"code":2322}]}]}]}},{"file":"../src/components/oldialogs/regionnavigationdialog.vue","start":5233,"length":4,"code":2339,"category":1,"messageText":"Property 'code' does not exist on type 'never'."},{"file":"../src/components/oldialogs/regionnavigationdialog.vue","start":5321,"length":4,"code":2339,"category":1,"messageText":"Property 'code' does not exist on type 'never'."},{"file":"../src/components/oldialogs/regionnavigationdialog.vue","start":5431,"length":4,"code":2339,"category":1,"messageText":"Property 'name' does not exist on type 'never'."}]],1769,1764,1771,[1772,[{"file":"../src/components/ollegendpanel.vue","start":6520,"length":63,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layers-initialized\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layers-initialized\", handler: Handler<{ layers: any[]; }>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layers: any[]) => void' is not assignable to parameter of type 'Handler<{ layers: any[]; }>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layers' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type '{ layers: any[]; }' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.","category":1,"code":2740}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/ollegendpanel.vue","start":10715,"length":72,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layer-visibility-change\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layer-visibility-change\", handler: Handler<unknown>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { layerId: string; visible: boolean;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'event' and 'event' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'unknown' is not assignable to type '{ layerId: string; visible: boolean; }'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/components/ollegendpanel.vue","start":10941,"length":73,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layer-visibility-change\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layer-visibility-change\", handler?: Handler<unknown> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(event: { layerId: string; visible: boolean;}) => void' is not assignable to parameter of type 'Handler<unknown>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/ollegendpanel.vue","start":11130,"length":64,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(type: \"*\", handler: WildcardHandler<LayerEventBusEvents>): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '\"layers-initialized\"' is not assignable to parameter of type '\"*\"'.","category":1,"code":2345}]},{"messageText":"Overload 2 of 2, '(type: \"layers-initialized\", handler?: Handler<{ layers: any[]; }> | undefined): void', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layers: any[]) => void' is not assignable to parameter of type 'Handler<{ layers: any[]; }>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/ollegendpanel.vue","start":1040,"length":2,"code":2339,"category":1,"messageText":"Property 'id' does not exist on type '{ layerId: string; title: string; items: { label: string; value?: string | number | undefined; color?: string | undefined; symbol?: string | undefined; image?: string | undefined; shape?: \"circle\" | \"square\" | \"triangle\" | undefined; size?: number | undefined; borderColor?: string | undefined; pattern?: string | und...'."}]],[1794,[{"file":"../src/components/olmap.vue","start":7963,"length":11,"messageText":"Module '\"../types\"' has no exported member 'FeatureInfo'.","category":1,"code":2305},{"file":"../src/components/olmap.vue","start":7979,"length":14,"messageText":"Module '\"../types\"' has no exported member 'CoordinateInfo'.","category":1,"code":2305},{"file":"../src/components/olmap.vue","start":10761,"length":38,"code":2344,"category":1,"messageText":{"messageText":"Type '\"type\" | \"value\" | \"geometry\" | \"unit\"' does not satisfy the constraint 'keyof MeasurementResult'.","category":1,"code":2344,"next":[{"messageText":"Type '\"geometry\"' is not assignable to type 'keyof MeasurementResult'.","category":1,"code":2322}]}},{"file":"../src/components/olmap.vue","start":17093,"length":10,"code":2339,"category":1,"messageText":"Property 'leftOffset' does not exist on type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; layerPanel?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":17165,"length":11,"code":2339,"category":1,"messageText":"Property 'rightOffset' does not exist on type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; layerPanel?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":17234,"length":9,"code":2339,"category":1,"messageText":"Property 'topOffset' does not exist on type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; layerPanel?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":17307,"length":12,"code":2339,"category":1,"messageText":"Property 'bottomOffset' does not exist on type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 13 more ...; layerPanel?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":17713,"length":18,"code":2345,"category":1,"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'."},{"file":"../src/components/olmap.vue","start":18788,"length":18,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'.","category":1,"code":2345,"next":[{"messageText":"Types of property 'controls' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 14 more ...; tools?: { ...; } | undefined; } | undefined' is not assignable to type 'MapControlsConfig | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ zoom?: boolean | undefined; rotate?: boolean | undefined; attribution?: boolean | undefined; attributionText?: string | undefined; attributionCollapsible?: boolean | undefined; ... 14 more ...; tools?: { ...; } | undefined; }' is not assignable to type 'MapControlsConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'overviewMap' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'boolean | { enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefi...' is not assignable to type 'boolean | { enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }' is not assignable to type 'boolean | { enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | und...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: { ...; }[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\" | undefined; size?: [number, number] | undefined; collapsible?: boolean | undefined; collapsed?: boolean | undefined; layers?: LayerConfig[] | undefined; view?: { ...; } | undefined; style?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to type 'LayerConfig[] | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322}]}]}]}]}]}]}]}]}]}]}},{"file":"../src/components/olmap.vue","start":18949,"length":18,"code":2345,"category":1,"messageText":"Argument of type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [number, number, number, number] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | un...' is not assignable to parameter of type 'OpenLayersConfig'."},{"file":"../src/components/olmap.vue","start":19596,"length":3,"code":2339,"category":1,"messageText":"Property 'top' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":19636,"length":4,"code":2339,"category":1,"messageText":"Property 'left' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":19678,"length":5,"code":2339,"category":1,"messageText":"Property 'right' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":19722,"length":6,"code":2339,"category":1,"messageText":"Property 'bottom' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20011,"length":17,"code":2339,"category":1,"messageText":"Property 'closeOnClickModal' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20074,"length":18,"code":2339,"category":1,"messageText":"Property 'closeOnPressEscape' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20130,"length":10,"code":2339,"category":1,"messageText":"Property 'fullscreen' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20183,"length":14,"code":2339,"category":1,"messageText":"Property 'destroyOnClose' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20236,"length":10,"code":2339,"category":1,"messageText":"Property 'lockScroll' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20327,"length":6,"code":2339,"category":1,"messageText":"Property 'zIndex' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20480,"length":11,"code":2339,"category":1,"messageText":"Property 'customClass' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20532,"length":8,"code":2339,"category":1,"messageText":"Property 'minWidth' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20576,"length":9,"code":2551,"category":1,"messageText":"Property 'minHeight' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'. Did you mean 'height'?"},{"file":"../src/components/olmap.vue","start":20620,"length":8,"code":2339,"category":1,"messageText":"Property 'maxWidth' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20670,"length":9,"code":2551,"category":1,"messageText":"Property 'maxHeight' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'. Did you mean 'height'?"},{"file":"../src/components/olmap.vue","start":20723,"length":11,"code":2339,"category":1,"messageText":"Property 'enableCache' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20775,"length":13,"code":2339,"category":1,"messageText":"Property 'autoSaveCache' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20833,"length":17,"code":2339,"category":1,"messageText":"Property 'cacheDebounceTime' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20921,"length":4,"code":2339,"category":1,"messageText":"Property 'unit' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":20960,"length":7,"code":2339,"category":1,"messageText":"Property 'remBase' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":21004,"length":11,"code":2339,"category":1,"messageText":"Property 'beforeClose' does not exist on type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'."},{"file":"../src/components/olmap.vue","start":26051,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/olmap.vue","start":26323,"length":20,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/olmap.vue","start":26402,"length":23,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/olmap.vue","start":26483,"length":22,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to parameter of type 'LayerConfig'."},{"file":"../src/components/olmap.vue","start":26547,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":26569,"length":6,"code":2339,"category":1,"messageText":"Property 'groups' does not exist on type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }'."},{"file":"../src/components/olmap.vue","start":26584,"length":5,"messageText":"Parameter 'group' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/olmap.vue","start":26797,"length":12,"code":2551,"category":1,"messageText":"Property 'layerManager' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'. Did you mean 'getLayerManager'?"},{"file":"../src/components/olmap.vue","start":26899,"length":12,"code":2551,"category":1,"messageText":"Property 'layerManager' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'. Did you mean 'getLayerManager'?"},{"file":"../src/components/olmap.vue","start":29516,"length":17,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":29621,"length":17,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":29693,"length":17,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":29812,"length":20,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":29944,"length":20,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":30034,"length":20,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":30172,"length":19,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":30304,"length":19,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":30389,"length":19,"code":2345,"category":1,"messageText":"Argument of type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[] | undefined' is not assignable to parameter of type 'LayerConfig[] | undefined'."},{"file":"../src/components/olmap.vue","start":33240,"length":6,"messageText":"Parameter 'config' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/olmap.vue","start":33505,"length":5,"messageText":"'error' is of type 'unknown'.","category":1,"code":18046},{"file":"../src/components/olmap.vue","start":35441,"length":16,"code":2551,"category":1,"messageText":"Property 'startMeasurement' does not exist on type '{ startDistanceMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; startAreaMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; ... 12 more ...; destroy: () => void; }'. Did you mean 'startAreaMeasurement'?"},{"file":"../src/components/olmap.vue","start":35533,"length":38,"code":2344,"category":1,"messageText":"Type '\"type\" | \"value\" | \"geometry\" | \"unit\"' does not satisfy the constraint 'keyof MeasurementResult'."},{"file":"../src/components/olmap.vue","start":35740,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; type: \"area\" | \"length\" | \"angle\"; value: number; unit: string; geometry: unknown; timestamp: number; }' is not assignable to type 'MeasurementResult'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'geometry' does not exist in type 'MeasurementResult'.","category":1,"code":2353}]}},{"file":"../src/components/olmap.vue","start":36556,"length":13,"code":2339,"category":1,"messageText":"Property 'onContextMenu' does not exist on type 'Partial<MapEventCallbacks>'."},{"file":"../src/components/olmap.vue","start":36599,"length":13,"code":2339,"category":1,"messageText":"Property 'onContextMenu' does not exist on type 'Partial<MapEventCallbacks>'."},{"file":"../src/components/olmap.vue","start":36930,"length":14,"code":2345,"category":1,"messageText":"Argument of type '\"tooltip-show\"' is not assignable to parameter of type '\"feature-click\"'."},{"file":"../src/components/olmap.vue","start":37658,"length":13,"code":2339,"category":1,"messageText":"Property 'getMarkerTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":37927,"length":25,"code":2339,"category":1,"messageText":"Property 'startMeasurementFromPoint' does not exist on type '{ startDistanceMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; startAreaMeasurement: (onResult: (result: MeasurementResult) => void, unit?: UnitType) => void; ... 12 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":38219,"length":17,"code":2339,"category":1,"messageText":"Property 'getCoordinateTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":38468,"length":17,"code":2339,"category":1,"messageText":"Property 'getCoordinateTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":38781,"length":30,"messageText":"Expected 2-4 arguments, but got 1.","category":1,"code":2554,"relatedInformation":[{"file":"../src/core/mapoperationtool.ts","start":2204,"length":16,"messageText":"An argument for 'latitude' was not provided.","category":3,"code":6210}]},{"file":"../src/components/olmap.vue","start":42346,"length":13,"code":2339,"category":1,"messageText":"Property 'getMarkerTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":42424,"length":17,"code":2339,"category":1,"messageText":"Property 'getCoordinateTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":46164,"length":17,"code":2339,"category":1,"messageText":"Property 'getCoordinateTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":46465,"length":13,"code":2339,"category":1,"messageText":"Property 'getMarkerTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":46606,"length":13,"code":2339,"category":1,"messageText":"Property 'getMarkerTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":46811,"length":13,"code":2339,"category":1,"messageText":"Property 'getMarkerTool' does not exist on type '{ initMap: (targetId: string) => Map; updateConfig: (config: MapConfig) => void; startCoordinatePicking: (callback: (coordinate: [number, number]) => void) => void; ... 31 more ...; destroy: () => void; }'."},{"file":"../src/components/olmap.vue","start":47785,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":48116,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":48459,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":48796,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":49186,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":49550,"length":12,"messageText":"Cannot find name 'GeoJSONInput'.","category":1,"code":2304},{"file":"../src/components/olmap.vue","start":214,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/olmapcontainer.vue","start":909,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; loading: boolean; }> & Omit<{ readonly config: MapConfig; readonly width: string | number; readonly height: string | number; ... 8 more ...; readonly \"onMap-contextmenu\"?: ((event: MapClickEvent) => any) | undefined; } & VNodeProps & AllowedComponentProps & ...'","category":3,"code":6500}]},{"file":"../src/components/olmap.vue","start":1231,"length":10,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ data: { layerId: string; layerName: string; features: any[]; }[]; position: { x: number; y: number; }; template: TooltipTemplate | undefined; onHide: any; }' is not assignable to parameter of type 'Partial<{ template: TooltipTemplate; }> & Omit<{ readonly config: TooltipConfig; readonly visible: boolean; readonly coordinate: [number, number]; ... 7 more ...; readonly \"onData-loaded\"?: ((data: TooltipData[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, \"template\"> & Record...'.","category":1,"code":2345,"next":[{"messageText":"Type '{ data: { layerId: string; layerName: string; features: any[]; }[]; position: { x: number; y: number; }; template: TooltipTemplate | undefined; onHide: any; }' is missing the following properties from type 'Omit<{ readonly config: TooltipConfig; readonly visible: boolean; readonly coordinate: [number, number]; readonly pixel: [number, number]; readonly tooltipData: TooltipData[] | null; ... 5 more ...; readonly \"onData-loaded\"?: ((data: TooltipData[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & Compon...': config, visible, coordinate, pixel, tooltipData","category":1,"code":2739}]}},{"file":"../src/components/olmap.vue","start":2186,"length":7,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'MapConfig'.","relatedInformation":[{"file":"../src/components/oldrawtoolbar.vue","start":2304,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ config: MapConfig; leftOffset: string | number; rightOffset: string | number; topOffset: string | number; bottomOffset: string | number; menuConfig: any[]; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/olmap.vue","start":6251,"length":12,"code":2322,"category":1,"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }[]' is not assignable to type 'LayerConfig[]'.","relatedInformation":[{"file":"../src/components/olbaselayerswitcher.vue","start":1522,"length":10,"messageText":"The expected type comes from property 'baseLayers' which is declared here on type 'Partial<{}> & Omit<{ readonly map: Map | undefined; readonly baseLayers: LayerConfig[]; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never> & Record<...>'","category":3,"code":6500}]}]],[1790,[{"file":"../src/components/olmapcontainer.vue","start":1396,"length":12,"messageText":"Cannot find name 'FeatureInput'.","category":1,"code":2304},{"file":"../src/components/olmapcontainer.vue","start":1417,"length":10,"messageText":"Cannot find name 'LayerInput'.","category":1,"code":2304},{"file":"../src/components/olmapcontainer.vue","start":3511,"length":5,"code":2339,"category":1,"messageText":"Property 'value' does not exist on type 'MapStorage'."},{"file":"../src/components/olmapcontainer.vue","start":4018,"length":13,"messageText":"Expected 2-4 arguments, but got 5.","category":1,"code":2554}]],[1660,[{"file":"../src/components/olmappopup/arraypopup.vue","start":8332,"length":11,"code":2339,"category":1,"messageText":"Property 'defaultView' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":8559,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":8606,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":8671,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":8895,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ key: string; label: string; type: \"text\"; sortable: true; }[]' is not assignable to type 'PopupField[]'.","category":1,"code":2322,"next":[{"messageText":"Property 'name' is missing in type '{ key: string; label: string; type: \"text\"; sortable: true; }' but required in type 'PopupField'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/olmappopup/types.ts","start":2183,"length":4,"messageText":"'name' is declared here.","category":3,"code":2728}]},{"file":"../src/components/olmappopup/arraypopup.vue","start":9332,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":9874,"length":8,"code":2339,"category":1,"messageText":"Property 'pageSize' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":9947,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":10094,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":11398,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":422,"length":11,"code":2339,"category":1,"messageText":"Property 'description' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":486,"length":11,"code":2339,"category":1,"messageText":"Property 'description' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":560,"length":15,"code":2339,"category":1,"messageText":"Property 'allowViewSwitch' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":1429,"length":10,"code":2339,"category":1,"messageText":"Property 'searchable' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":1676,"length":9,"code":2339,"category":1,"messageText":"Property 'showStats' does not exist on type 'ArrayPopupConfig'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":2170,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":2274,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":2402,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":2769,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":2887,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":3090,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":3197,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":3389,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":3561,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":3691,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4166,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4375,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4520,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4620,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4772,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":4932,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":5050,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":5511,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":5670,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":5885,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6032,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6134,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6292,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6458,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6582,"length":3,"code":2339,"category":1,"messageText":"Property 'key' does not exist on type 'PopupField'."},{"file":"../src/components/olmappopup/arraypopup.vue","start":6763,"length":10,"code":2339,"category":1,"messageText":"Property 'pagination' does not exist on type 'ArrayPopupConfig'."}]],1657,1658,1659,1793,239,[1791,[{"file":"../src/components/olmapsearch.vue","start":5485,"length":15,"messageText":"Module '\"../../types\"' has no exported member 'MapSearchConfig'.","category":1,"code":2305},{"file":"../src/components/olmapsearch.vue","start":5502,"length":12,"messageText":"Module '\"../../types\"' has no exported member 'SearchResult'.","category":1,"code":2305}]],1792,1795,[1824,[{"file":"../src/components/test/components/layerclassificationpanel.vue","start":191,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":597,"length":4,"messageText":"Parameter 'data' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":603,"length":7,"messageText":"Parameter 'checked' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":612,"length":13,"messageText":"Parameter 'indeterminate' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":706,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":720,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":730,"length":8,"messageText":"Parameter 'dropType' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/components/layerclassificationpanel.vue","start":740,"length":2,"messageText":"Parameter 'ev' implicitly has an 'any' type.","category":1,"code":7006}]],1823,[1801,[{"file":"../src/components/test/configuiexample.vue","start":3250,"length":343,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(getter: ComputedGetter<MapConfig>, debugOptions?: DebuggerOptions | undefined): ComputedRef<MapConfig>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"tile\"; url: string; visible: true; opacity: number; }' but required in type 'LayerConfig'.","category":1,"code":2741}]},{"messageText":"Overload 2 of 2, '(options: WritableComputedOptions<MapConfig, MapConfig>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '() => { center: [number, number]; zoom: number; ui: { showToolbar: boolean; showMapInfo: boolean; showLegend: boolean; legendPosition: \"left\" | \"right\"; legendWidth: number; legendCollapsible: boolean; legendDefaultCollapsed: boolean; legendShowOnlyVisible: boolean; }; controls: { ...; }; layers: { ...; }[]; }' is not assignable to parameter of type 'WritableComputedOptions<MapConfig, MapConfig>'.","category":1,"code":2345}]}]},"relatedInformation":[{"file":"../src/types/map.ts","start":8123,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]}]],[1806,[{"file":"../src/components/test/customopenlayeronly copy 2.vue","start":1629,"length":9,"messageText":"Cannot find name 'MapConfig'.","category":1,"code":2304}]],[1807,[{"file":"../src/components/test/customopenlayeronly copy.vue","start":66,"length":11,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; baseLayers: { id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; description: string; layers: { id: string; name: string; type: string; ... 6 more ...; zIndex: number; }[]; }[]; overlayLayers: ({ ...; } | ... 2 more ... | { ...; })[]; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[1808,[{"file":"../src/components/test/customopenlayeronly.vue","start":1614,"length":9,"messageText":"Cannot find name 'MapConfig'.","category":1,"code":2304},{"file":"../src/components/test/customopenlayeronly.vue","start":3263,"length":6,"messageText":"Cannot find name 'tdtImg'.","category":1,"code":2304}]],1804,1802,1803,1805,[1810,[{"file":"../src/components/test/layerclassificationpanel.vue","start":160,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":556,"length":4,"messageText":"Parameter 'data' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":562,"length":7,"messageText":"Parameter 'checked' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":571,"length":13,"messageText":"Parameter 'indeterminate' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":664,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":678,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":688,"length":8,"messageText":"Parameter 'dropType' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerclassificationpanel.vue","start":698,"length":2,"messageText":"Parameter 'ev' implicitly has an 'any' type.","category":1,"code":7006}]],[1811,[{"file":"../src/components/test/layerslottestpage copy 3.vue","start":4432,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":4579,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5246,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5458,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":5585,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6093,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6542,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":6902,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":7430,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":7466,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8310,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8475,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":8781,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":9253,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":113,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":806,"length":2,"messageText":"Parameter 'el' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1317,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1331,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1341,"length":4,"messageText":"Parameter 'type' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1445,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1536,"length":4,"messageText":"Parameter 'data' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1542,"length":3,"messageText":"Parameter 'ctx' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1648,"length":12,"messageText":"Parameter 'draggingNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1662,"length":8,"messageText":"Parameter 'dropNode' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1672,"length":8,"messageText":"Parameter 'dropType' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/layerslottestpage copy 3.vue","start":1682,"length":2,"messageText":"Parameter 'ev' implicitly has an 'any' type.","category":1,"code":7006}]],[1812,[{"file":"../src/components/test/layerslottestpage.vue","start":2709,"length":4,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enabled: true; defaultOpen: true; title: string; width: string; height: string; left: string; maxHeight: string; maxWidth: string; top: string; position: \"right\"; showClose: true; showFullscreen: true; draggable: true; resizable: true; modal: false; toBody: true; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'left' does not exist in type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":3068,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3215,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3686,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":3902,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":4009,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":4461,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":4848,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":5064,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":5171,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":5623,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":6011,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":6227,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":6334,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":6786,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":7171,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":7387,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":7494,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":7946,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":8334,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":8550,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":8657,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":9109,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":9709,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":9921,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/layerslottestpage.vue","start":10048,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":10556,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":11005,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":11365,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":11893,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":11929,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":12759,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":12903,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":13161,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerslottestpage.vue","start":13581,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/layerslottestpage.vue","start":113,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[1813,[{"file":"../src/components/test/layerstyleconfigpage.vue","start":6565,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":6875,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":7326,"length":255,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(getter: ComputedGetter<MapConfig>, debugOptions?: DebuggerOptions | undefined): ComputedRef<MapConfig>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Type '{ id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; layer?: { on: LayerOnSignature<EventsKey>; ... 61 more ...; dispose: () => void; } | undefined; ... 54 more ...; maxZoom?: number | undefined; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'layer' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ on: LayerOnSignature<EventsKey>; once: LayerOnSignature<EventsKey>; un: LayerOnSignature<void>; ... 59 more ...; dispose: () => void; } | undefined' is not assignable to type 'Layer<Source, LayerRenderer<any>> | undefined'.","category":1,"code":2322}]}]}]},{"messageText":"Overload 2 of 2, '(options: WritableComputedOptions<MapConfig, MapConfig>, debugOptions?: DebuggerOptions | undefined): WritableComputedRef<...>', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '() => { center: [number, number]; zoom: number; baseLayers: { id: string; name: string; type: LayerType; url?: string | undefined; visible: boolean; opacity: number; zIndex: number; source?: any; ... 55 more ...; maxZoom?: number | undefined; }[]; overlayLayers: never[]; controls: { ...; }; }' is not assignable to parameter of type 'WritableComputedOptions<MapConfig, MapConfig>'.","category":1,"code":2345}]}]},"relatedInformation":[]},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1520,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1619,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1812,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":1913,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2131,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2368,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2532,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2631,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":2847,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":3055,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/layerstyleconfigpage.vue","start":3217,"length":17,"messageText":"'__VLS_ctx.layerConfig.style' is possibly 'undefined'.","category":1,"code":18048}]],[1814,[{"file":"../src/components/test/maptestpage copy 2.vue","start":666,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}}]],[1815,[{"file":"../src/components/test/maptestpage copy 3.vue","start":37773,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":37921,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38255,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38482,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38770,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":38972,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":39301,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":39615,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":40192,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":40717,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":41462,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":41989,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":42649,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":43029,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-ter\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":43512,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44013,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44223,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44556,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":44792,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45124,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45349,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45680,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":45905,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46241,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46435,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46770,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":46992,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47327,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47507,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":47841,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48184,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48462,"length":355,"code":2741,"category":1,"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"TileSuperMapRest\"; url: string; visible: false; opacity: number; attribution: string; projection: string; autoFetchMetadata: true; maxZoom: number; }' but required in type 'LayerConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":8123,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":48824,"length":389,"code":2741,"category":1,"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"TileSuperMapRest\"; url: string; visible: true; opacity: number; attribution: string; projection: string; autoFetchMetadata: true; maxZoom: number; format: string; }' but required in type 'LayerConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":8123,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50159,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50271,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":50483,"length":4,"code":2820,"category":1,"messageText":"Type '\"Graticule\"' is not assignable to type 'LayerType'. Did you mean '\"graticule\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":50717,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":51095,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":51645,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":52007,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"text\"; formatter: (value: any) => \"是\" | \"否\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":52559,"length":5,"messageText":"Parameter 'value' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":52919,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":53430,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":53714,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":54051,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":54537,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":54868,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":55213,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":55483,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":55768,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":56162,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":56781,"length":8,"code":2322,"category":1,"messageText":{"messageText":"Type '{ template: string; font: string; fill: { color: string; }; stroke: { color: string; width: number; }; }' is not assignable to type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'template' does not exist in type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":57328,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":57629,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":58458,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":58741,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":59081,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":59420,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":59827,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":60177,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":60542,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":60953,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":61233,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":61521,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":61955,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62064,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62322,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":62742,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":63258,"length":3,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; layer: string; matrixSet: string; format: string; style: string; projection: string; projectionDefinition: string; origin: [number, number]; resolutions: number[]; matrixIds: string[]; tileSize: [...]; }' is not assignable to type '{ layer?: string | undefined; matrixSet?: string | undefined; style?: string | undefined; format?: string | undefined; version?: string | undefined; projection?: string | undefined; ... 4 more ...; tileSize?: number | ... 1 more ... | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'url' does not exist in type '{ layer?: string | undefined; matrixSet?: string | undefined; style?: string | undefined; format?: string | undefined; version?: string | undefined; projection?: string | undefined; ... 4 more ...; tileSize?: number | ... 1 more ... | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":8951,"length":10,"messageText":"The expected type comes from property 'wmtsConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":64732,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":64912,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":65019,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":65471,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":65872,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":66176,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":66648,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":66680,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":67543,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ heatmap: { blur: number; radius: number; weight: string; gradient: string[]; maxZoom: number; minZoom: number; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'heatmap' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":67826,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":68162,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; } | { name: string; label: string; type: \"date\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":69735,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":70204,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; } | { name: string; label: string; type: \"date\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":83023,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":84249,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":87747,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'url' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]}]}]}]}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":88449,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy 3.vue","start":71984,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":98378,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":98674,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage copy 3.vue","start":71984,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":100251,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":100361,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":100572,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":103437,"length":43,"messageText":"Object is possibly 'undefined'.","category":1,"code":2532},{"file":"../src/components/test/maptestpage copy 3.vue","start":104500,"length":34,"messageText":"Cannot find module '../CustomOpenlayer/utils/drawing' or its corresponding type declarations.","category":1,"code":2307},{"file":"../src/components/test/maptestpage copy 3.vue","start":105322,"length":20,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type '\"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\"'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":105688,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105733,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105766,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105814,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":105864,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":112804,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":114511,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage copy 3.vue","start":124023,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":124511,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":124992,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":125481,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":125747,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage copy 3.vue","start":125967,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":127575,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":127604,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{}'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage copy 3.vue","start":149884,"length":1,"messageText":"Parameter 'f' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage copy 3.vue","start":12519,"length":18,"code":2339,"category":1,"messageText":"Property 'toggleSearchConfig' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'."},{"file":"../src/components/test/maptestpage copy 3.vue","start":14439,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":15040,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":19751,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage copy 3.vue","start":20277,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '(result: object) => Promise<void>' is not assignable to type '(query: string) => any'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'result' and 'query' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'string' is not assignable to type 'object'.","category":1,"code":2322}]}]},"relatedInformation":[]},{"file":"../src/components/test/maptestpage copy 3.vue","start":21468,"length":7,"code":2322,"category":1,"messageText":"Type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined; } | null' is not assignable to type 'Record<string, any> | undefined'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8425,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[1816,[{"file":"../src/components/test/maptestpage-1可以获取数据.vue","start":708,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}},{"file":"../src/components/test/maptestpage-1可以获取数据.vue","start":3746,"length":8,"code":2345,"category":1,"messageText":"Argument of type 'Geometry | null' is not assignable to parameter of type 'Geometry | ObjectWithGeometry<Geometry> | undefined'."}]],[1817,[{"file":"../src/components/test/maptestpage.vue","start":22611,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":22781,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":23115,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":23364,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":23652,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":23876,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":24205,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":24543,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":24884,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":25222,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":25558,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":25790,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":26123,"length":4,"code":2322,"category":1,"messageText":"Type '\"gaode-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":26381,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":26713,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":26960,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":27291,"length":4,"code":2322,"category":1,"messageText":"Type '\"baidu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":27538,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":27874,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":28090,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":28425,"length":4,"code":2322,"category":1,"messageText":"Type '\"tencent-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":28669,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":29004,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":29184,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":29518,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":29888,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":30831,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":31165,"length":4,"code":2820,"category":1,"messageText":"Type '\"XYZ\"' is not assignable to type 'LayerType'. Did you mean '\"xyz\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":31506,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":31838,"length":4,"code":2820,"category":1,"messageText":"Type '\"Graticule\"' is not assignable to type 'LayerType'. Did you mean '\"graticule\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":32072,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":32398,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":32909,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":33193,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":33530,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":34016,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":34347,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":34692,"length":4,"code":2820,"category":1,"messageText":"Type '\"WMS\"' is not assignable to type 'LayerType'. Did you mean '\"wms\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":34962,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":35247,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":35653,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":35993,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":36332,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":36739,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":37089,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":37454,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":37865,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":38145,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":38433,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":38867,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":38977,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ point: { radius: number; fill: { color: string; }; stroke: { color: string; width: number; }; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'point' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":39235,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":39655,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":40054,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":40234,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":40341,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":40766,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":41167,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":41471,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":41943,"length":15,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":41974,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":42837,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ heatmap: { blur: number; radius: number; weight: string; gradient: string[]; maxZoom: number; minZoom: number; }; }' is not assignable to type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'heatmap' does not exist in type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10768,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":43120,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":43456,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; } | { name: string; label: string; type: \"date\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":45029,"length":6,"code":2741,"category":1,"messageText":"Property 'type' is missing in type '{ title: string; items: { label: string; color: string; }[]; }' but required in type 'LegendConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":3858,"length":4,"messageText":"'type' is declared here.","category":3,"code":2728},{"file":"../src/types/map.ts","start":8174,"length":6,"messageText":"The expected type comes from property 'legend' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":45498,"length":6,"code":2322,"category":1,"messageText":"Type '({ name: string; label: string; type: \"text\"; } | { name: string; label: string; type: \"number\"; } | { name: string; label: string; type: \"date\"; })[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage.vue","start":58262,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage.vue","start":59488,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage.vue","start":62986,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'url' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]}]}]}]}]}},{"file":"../src/components/test/maptestpage.vue","start":63688,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage.vue","start":47278,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":71974,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":72270,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage.vue","start":47278,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage.vue","start":73847,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage.vue","start":73957,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":74168,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage.vue","start":79759,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":81403,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage.vue","start":89410,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":89898,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":90379,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":90847,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":91113,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage.vue","start":91310,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage.vue","start":7585,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage.vue","start":12680,"length":7,"code":2322,"category":1,"messageText":"Type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined; } | null' is not assignable to type 'Record<string, any> | undefined'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8425,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],[1818,[{"file":"../src/components/test/maptestpage1.vue","start":37136,"length":3,"code":2322,"category":1,"messageText":{"messageText":"Type '{ showClose: true; top: string; left: string; width: string; height: string; maxWidth: string; }' is not assignable to type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'top' does not exist in type '{ enabled?: boolean | undefined; position?: \"left\" | \"right\" | undefined; defaultOpen?: boolean | undefined; title?: string | undefined; width?: string | number | undefined; height?: string | ... 1 more ... | undefined; ... 8 more ...; toBody?: boolean | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":38141,"length":404,"code":2739,"category":1,"messageText":"Type '{ name: string; type: \"TileSuperMapRest\"; url: string; visible: true; opacity: number; attribution: string; projection: string; autoFetchMetadata: true; maxZoom: number; format: string; }' is missing the following properties from type 'LayerConfig': id, zIndex"},{"file":"../src/components/test/maptestpage1.vue","start":38556,"length":435,"code":2741,"category":1,"messageText":"Property 'id' is missing in type '{ name: string; type: \"TileSuperMapRest\"; url: string; visible: true; opacity: number; attribution: string; projection: string; autoFetchMetadata: true; maxZoom: number; zIndex: number; format: string; }' but required in type 'LayerConfig'.","relatedInformation":[{"file":"../src/types/map.ts","start":8019,"length":2,"messageText":"'id' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage1.vue","start":39219,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":39435,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":39563,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":39779,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":39907,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":40123,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":40251,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":40467,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":40595,"length":4,"code":2322,"category":1,"messageText":"Type '\"GeoJSON\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":40811,"length":7,"code":2322,"category":1,"messageText":{"messageText":"Type '{ color: string; width: number; lineCap: string; lineJoin: string; }' is not assignable to type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'lineCap' does not exist in type '{ color?: ColorLike | undefined; width?: number | undefined; lineDash?: number[] | undefined; }'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":41963,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":42071,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":43124,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":43232,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":44498,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":44606,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":45659,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":45767,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":52603,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":52711,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":53770,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":53878,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":55154,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":55262,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":56321,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ featureServiceUrl: string; datasetNames: string[]; queryMethod: \"buffer\"; bufferDistance: number; maxFeatures: number; spatialQueryMode: string; }' is not assignable to type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'maxFeatures' does not exist in type '{ queryMethod?: \"point\" | \"buffer\" | undefined; bufferDistance?: number | undefined; datasetNames?: string[] | undefined; featureServiceUrl?: string | undefined; }'.","category":1,"code":2353}]},"relatedInformation":[{"file":"../src/types/map.ts","start":10271,"length":14,"messageText":"The expected type comes from property 'supermapConfig' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":56429,"length":6,"code":2322,"category":1,"messageText":"Type '{ name: string; label: string; type: \"text\"; }[]' is not assignable to type 'string'."},{"file":"../src/components/test/maptestpage1.vue","start":70866,"length":50,"messageText":"Expected 0 arguments, but got 1.","category":1,"code":2554},{"file":"../src/components/test/maptestpage1.vue","start":73444,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[] | ((feature: Feature<Geometry>, coordinate: Coordinate) => string[])'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }[]' is not assignable to type 'string[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ url: string; title: string; description: string; }' is not assignable to type 'string'.","category":1,"code":2322}]}]}},{"file":"../src/components/test/maptestpage1.vue","start":74670,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ type: \"array\"; data: { id: number; name: string; type: string; population: number; area: number; established: string; website: string; }[]; title: string; fields: ({ name: string; label: string; type: \"text\"; } | { ...; } | { ...; } | { ...; })[]; showCloseButton: true; maxWidth: number; }' is not assignable to parameter of type 'PopupConfig'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'data' does not exist in type 'ArrayPopupConfig'.","category":1,"code":2353}]}},{"file":"../src/components/test/maptestpage1.vue","start":78168,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'LayerConfig' is not assignable to type '{ id: string; name: string; type: string; url: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 7 more ...; vectorTileConfig?: undefined; }'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'url' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]}]}]}]}]}},{"file":"../src/components/test/maptestpage1.vue","start":78870,"length":169,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | ... 8 more ... | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: false; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage1.vue","start":62388,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage1.vue","start":88799,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":89095,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Property 'legend' is missing in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; }' but required in type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; }'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/components/test/maptestpage1.vue","start":62388,"length":249,"messageText":"'legend' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage1.vue","start":90672,"length":18,"code":2322,"category":1,"messageText":"Type '{ center: number[]; zoom: number; minZoom: number; maxZoom: number; projection: string; layers: ({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { ...; })[]; }' is not assignable to type 'OpenLayersConfig | { view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined;...'."},{"file":"../src/components/test/maptestpage1.vue","start":90782,"length":6,"code":2322,"category":1,"messageText":"Type 'number[]' is not assignable to type '[number, number]'.","relatedInformation":[{"file":"../src/types/map.ts","start":19663,"length":6,"messageText":"The expected type comes from property 'center' which is declared here on type 'MapConfig | { target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; ... 14 more ...; ui?: { ...; } | undefined; }'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":90993,"length":19,"code":2322,"category":1,"messageText":{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[] | ({ ...; } | ... 3...'.","category":1,"code":2322,"next":[{"messageText":"Type '({ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; })[]' is not assignable to type '({ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; } | { id: string; name: string; type: string; ... 5 more ...; style: { ...; }; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is not assignable to type '{ id: string; name: string; type: \"osm\"; visible: boolean; opacity: number; zIndex: number; legend: { title: string; items: { label: string; color: string; }[]; }; attribution?: undefined; center?: undefined; ... 7 more ...; wfsConfig?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: string; visible: boolean; opacity: number; zIndex: number; data?: undefined; clusterDistance?: undefined; style?: undefined; }' is missing the following properties from type '{ id: string; name: string; type: string; visible: boolean; opacity: number; attribution: string; center: number[]; locationAnimation: { enabled: boolean; duration: number; easing: string; maxZoom: number; padding: number[]; }; ... 8 more ...; wfsConfig?: undefined; }': attribution, center, locationAnimation, canvasConfig, and 2 more.","category":1,"code":2740}]}]}]}]}},{"file":"../src/components/test/maptestpage1.vue","start":93787,"length":43,"messageText":"Object is possibly 'undefined'.","category":1,"code":2532},{"file":"../src/components/test/maptestpage1.vue","start":95658,"length":20,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type '\"bottom-left\" | \"bottom-right\" | \"top-left\" | \"top-right\"'."},{"file":"../src/components/test/maptestpage1.vue","start":96024,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage1.vue","start":96069,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'apiKey' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage1.vue","start":96102,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage1.vue","start":96150,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage1.vue","start":96200,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; customApi: { url: string; key: string; method: string; headers: { ...; }; params: { ...; }; }; } | { ...; } | { ...; } | { ...; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'customApi' does not exist on type '{ enabled: boolean; position: string; provider: string; placeholder: string; maxResults: number; showHistory: boolean; searchDelay: number; minSearchLength: number; layerSearch: { layers: string[]; attributeKeys: string[]; onlyVisible: boolean; maxPerLayer: number; }; }'.","category":1,"code":2339}]}},{"file":"../src/components/test/maptestpage1.vue","start":115638,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":117345,"length":19,"messageText":"Cannot find name 'geoJsonLocationTool'.","category":1,"code":2304},{"file":"../src/components/test/maptestpage1.vue","start":126857,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":127345,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":127826,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":128315,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":128581,"length":24,"messageText":"'customOpenlayerRef.value' is possibly 'null'.","category":1,"code":18047},{"file":"../src/components/test/maptestpage1.vue","start":128801,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage1.vue","start":130409,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{ 城北街道: string; cultural: string; park: string; education: string; commercial: string; residential: string; }'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage1.vue","start":130438,"length":18,"code":7053,"category":1,"messageText":{"messageText":"Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.","category":1,"code":7053,"next":[{"messageText":"No index signature with a parameter of type 'string' was found on type '{}'.","category":1,"code":7054}]}},{"file":"../src/components/test/maptestpage1.vue","start":152718,"length":1,"messageText":"Parameter 'f' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/components/test/maptestpage1.vue","start":12519,"length":18,"code":2339,"category":1,"messageText":"Property 'toggleSearchConfig' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; ... 11 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (ar...'."},{"file":"../src/components/test/maptestpage1.vue","start":14439,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage1.vue","start":15040,"length":5,"code":2551,"category":1,"messageText":"Property 'value' does not exist on type 'string[]'. Did you mean 'values'?","relatedInformation":[{"file":"../node_modules/typescript/lib/lib.es2015.iterable.d.ts","start":2266,"length":30,"messageText":"'values' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/maptestpage1.vue","start":19751,"length":11,"code":2322,"category":1,"messageText":"Type '{ target?: string | undefined; center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; ... 13 more ...; ui?: { ...; } | undefined; }' is not assignable to type 'Partial<MapConfig>'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8322,"length":9,"messageText":"The expected type comes from property 'mapConfig' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]},{"file":"../src/components/test/maptestpage1.vue","start":20277,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type '(result: object) => Promise<void>' is not assignable to type '(query: string) => any'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'result' and 'query' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'string' is not assignable to type 'object'.","category":1,"code":2322}]}]},"relatedInformation":[]},{"file":"../src/components/test/maptestpage1.vue","start":21468,"length":7,"code":2322,"category":1,"messageText":"Type '{ view?: { center?: [number, number] | undefined; zoom?: number | undefined; minZoom?: number | undefined; maxZoom?: number | undefined; projection?: string | undefined; extent?: [...] | undefined; enableRotation?: boolean | undefined; } | undefined; ... 8 more ...; drawing?: { ...; } | undefined; } | null' is not assignable to type 'Record<string, any> | undefined'.","relatedInformation":[{"file":"../src/components/olmap.vue","start":8425,"length":6,"messageText":"The expected type comes from property 'config' which is declared here on type 'Partial<{ width: string | number; height: string | number; enableStorage: boolean; showToolbar: boolean; showMapInfo: boolean; showLayerPanel: boolean; showLegend: boolean; showSearch: boolean; ... 10 more ...; enablePopup: boolean; }> & Omit<...> & Record<...>'","category":3,"code":6500}]}]],1809,[1820,[{"file":"../src/components/test/multigeometryexample.vue","start":3213,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '{ center: [number, number]; zoom: number; projection: string; baseLayers: { id: string; name: string; type: \"OSM\"; visible: true; url: string; }[]; controls: { zoom: true; fullScreen: true; scaleLine: true; mousePosition: true; }; }' is not assignable to type 'MapConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'baseLayers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; url: string; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; url: string; }' is missing the following properties from type 'LayerConfig': opacity, zIndex","category":1,"code":2739}]}]}]}},{"file":"../src/components/test/multigeometryexample.vue","start":5718,"length":19,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'.","category":1,"code":2345,"next":[{"messageText":"Type 'BaseDrawing<any, any>[]' is missing the following properties from type 'BaseDrawing<any, any>': layer, source, feature, eventListeners, and 41 more.","category":1,"code":2740}]}},{"file":"../src/components/test/multigeometryexample.vue","start":6411,"length":17,"code":2345,"category":1,"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'."},{"file":"../src/components/test/multigeometryexample.vue","start":7223,"length":16,"code":2345,"category":1,"messageText":"Argument of type 'BaseDrawing<any, any>[]' is not assignable to parameter of type 'BaseDrawing<any, any>'."}]],[1821,[{"file":"../src/components/test/styletestpage.vue","start":762,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type '{ center: [number, number]; zoom: number; projection: string; baseLayers: { id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }[]...' is not assignable to type 'MapConfig'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'baseLayers' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '{ id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }[]' is not assignable to type 'LayerConfig[]'.","category":1,"code":2322,"next":[{"messageText":"Property 'zIndex' is missing in type '{ id: string; name: string; type: \"OSM\"; visible: true; opacity: number; attribution: string; style: { 'fill-color': string; 'stroke-color': string; 'stroke-width': number; 'text-color': string; 'text-size': number; 'text-font': string; }; }' but required in type 'LayerConfig'.","category":1,"code":2741}]}]}]},"relatedInformation":[{"file":"../src/types/map.ts","start":8123,"length":6,"messageText":"'zIndex' is declared here.","category":3,"code":2728}]},{"file":"../src/components/test/styletestpage.vue","start":1574,"length":20,"messageText":"'mapConfig.baseLayers' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/components/test/styletestpage.vue","start":1739,"length":20,"messageText":"'mapConfig.baseLayers' is possibly 'undefined'.","category":1,"code":18048}]],1822,[1854,[{"file":"../src/core/amapsearchapi.ts","start":4920,"length":11,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; address: string; coordinates: number[]; type: string; confidence: number; source: string; extra: { id: string; type: string; typecode: string; tel: string | undefined; postcode: string | undefined; ... 11 more ...; cost: string | undefined; }; }' is not assignable to parameter of type 'SearchResult'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'coordinates' does not exist in type 'SearchResult'.","category":1,"code":2353}]}},{"file":"../src/core/amapsearchapi.ts","start":5954,"length":11,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ id: string; name: string; address: string; coordinates: number[]; type: string; confidence: number; source: string; extra: { id: string; district: string; adcode: string; typecode: string; }; }' is not assignable to parameter of type 'SearchResult'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'coordinates' does not exist in type 'SearchResult'.","category":1,"code":2353}]}}]],[1668,[{"file":"../src/core/basemapmanager.ts","start":4228,"length":8,"code":2339,"category":1,"messageText":"Property 'cssClass' does not exist on type 'BasemapConfig'."},{"file":"../src/core/basemapmanager.ts","start":4248,"length":8,"code":2339,"category":1,"messageText":"Property 'cssClass' does not exist on type 'BasemapConfig'."},{"file":"../src/core/basemapmanager.ts","start":4598,"length":46,"code":2769,"category":1,"messageText":{"messageText":"No overload matches this call.","category":1,"code":2769,"next":[{"messageText":"Overload 1 of 2, '(predicate: (value: BaseLayer, index: number, array: BaseLayer[]) => value is BaseLayer, thisArg?: any): BaseLayer[]', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layer: Layer) => any' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => value is BaseLayer'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is missing the following properties from type 'Layer<Source, LayerRenderer<any>>': mapPrecomposeKey_, mapRenderKey_, sourceChangeKey_, renderer_, and 24 more.","category":1,"code":2740}]}]}]},{"messageText":"Overload 2 of 2, '(predicate: (value: BaseLayer, index: number, array: BaseLayer[]) => unknown, thisArg?: any): BaseLayer[]', gave the following error.","category":1,"code":2772,"next":[{"messageText":"Argument of type '(layer: Layer) => any' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => unknown'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is not assignable to type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[]},{"file":"../src/core/basemapmanager.ts","start":4679,"length":19,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '(layer: Layer) => void' is not assignable to parameter of type '(value: BaseLayer, index: number, array: BaseLayer[]) => void'.","category":1,"code":2345,"next":[{"messageText":"Types of parameters 'layer' and 'value' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'BaseLayer' is not assignable to type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2322}]}]}}]],1753,338,1649,[1670,[{"file":"../src/core/drawing/icondrawing.ts","start":1293,"length":29,"messageText":"'iconUrl' is specified more than once, so this usage will be overwritten.","category":1,"code":2783,"relatedInformation":[{"file":"../src/core/drawing/icondrawing.ts","start":1555,"length":15,"messageText":"This spread always overwrites this property.","category":1,"code":2785}]},{"file":"../src/core/drawing/icondrawing.ts","start":2455,"length":5,"code":2322,"category":1,"messageText":"Type 'ColorLike | undefined' is not assignable to type 'string | Color | undefined'."}]],1671,[1673,[{"file":"../src/core/drawing/index.ts","start":7112,"length":33,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ readonly point: typeof PointDrawingFactory; readonly text: typeof TextDrawingFactory; readonly \"point-text\": typeof PointWithTextDrawingFactory; ... 11 more ...; readonly military: typeof MilitaryDrawingFactory; }'."}]],1642,1672,[1647,[{"file":"../src/core/drawing/multilinestringdrawing.ts","start":9204,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":9920,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":10316,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":11895,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":12291,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":12651,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multilinestringdrawing.ts","start":13820,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304}]],1646,[1645,[{"file":"../src/core/drawing/multipolygondrawing.ts","start":4809,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multipolygondrawing.ts","start":5788,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multipolygondrawing.ts","start":7037,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multipolygondrawing.ts","start":8055,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multipolygondrawing.ts","start":9036,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304},{"file":"../src/core/drawing/multipolygondrawing.ts","start":11277,"length":2,"messageText":"Cannot find name 'ol'.","category":1,"code":2304}]],1641,1669,[1643,[{"file":"../src/core/drawing/polygondrawing.ts","start":15943,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; } | undefined' is not assignable to type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'Coordinate[] | { center: Coordinate; radius: number; } | { topLeft: Coordinate; bottomRight: Coordinate; }'.","category":1,"code":2322}]}}]],[1644,[{"file":"../src/core/drawing/textdrawing.ts","start":1645,"length":12,"messageText":"'config.style' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/core/drawing/textdrawing.ts","start":4015,"length":5,"code":2322,"category":1,"messageText":"Type 'null' is not assignable to type 'ImageStyle | undefined'."}]],335,337,[1655,[{"file":"../src/core/featurehighlightmanager.ts","start":2418,"length":36,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/core/featurehighlightmanager.ts","start":2418,"length":36,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/core/featurehighlightmanager.ts","start":8602,"length":13,"code":2322,"category":1,"messageText":{"messageText":"Type 'StyleLike | undefined' is not assignable to type 'Style | Style[] | null'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'Style | Style[] | null'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../src/core/featurehighlightmanager.ts","start":1697,"length":13,"messageText":"The expected type comes from property 'originalStyle' which is declared here on type 'HighlightedFeature'","category":3,"code":6500}]}]],1656,1754,[1756,[{"file":"../src/core/layerconfigmanager.ts","start":2574,"length":20,"code":2339,"category":1,"messageText":"Property 'updateSuperMapConfig' does not exist on type 'ILayerHandler'."},{"file":"../src/core/layerconfigmanager.ts","start":2634,"length":20,"code":2339,"category":1,"messageText":"Property 'updateSuperMapConfig' does not exist on type 'ILayerHandler'."}]],[336,[{"file":"../src/core/layermanager.ts","start":10393,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":10035,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/core/layermanager.ts","start":10627,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":10035,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/core/layermanager.ts","start":10774,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":10035,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/core/layermanager.ts","start":10931,"length":4,"messageText":"'this' implicitly has type 'any' because it does not have a type annotation.","category":1,"code":2683,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":10035,"length":8,"messageText":"An outer value of 'this' is shadowed by this container.","category":3,"code":2738}]},{"file":"../src/core/layermanager.ts","start":13816,"length":5,"messageText":"Cannot find name 'Style'.","category":1,"code":2304},{"file":"../src/core/layermanager.ts","start":13824,"length":5,"messageText":"Cannot find name 'Style'.","category":1,"code":2304},{"file":"../src/core/layermanager.ts","start":23785,"length":6,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'void'."},{"file":"../src/core/layermanager.ts","start":24315,"length":6,"code":2322,"category":1,"messageText":"Type 'boolean' is not assignable to type 'void'."},{"file":"../src/core/layermanager.ts","start":25105,"length":30,"messageText":"This condition will always return true since this 'Promise<boolean>' is always defined.","category":1,"code":2801,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":25105,"length":30,"messageText":"Did you forget to use 'await'?","category":1,"code":2773}]},{"file":"../src/core/layermanager.ts","start":25871,"length":30,"messageText":"This condition will always return true since this 'Promise<boolean>' is always defined.","category":1,"code":2801,"relatedInformation":[{"file":"../src/core/layermanager.ts","start":25871,"length":30,"messageText":"Did you forget to use 'await'?","category":1,"code":2773}]},{"file":"../src/core/layermanager.ts","start":39673,"length":16,"code":2339,"category":1,"messageText":"Property 'setZIndexByOrder' does not exist on type 'ILayerHandler'."},{"file":"../src/core/layermanager.ts","start":44940,"length":7,"messageText":"An expression of type 'void' cannot be tested for truthiness.","category":1,"code":1345}]],[252,[{"file":"../src/core/layers/baselayer.ts","start":4303,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/core/layers/baselayer.ts","start":4443,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/core/layers/baselayer.ts","start":4737,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/core/layers/baselayer.ts","start":5388,"length":9,"messageText":"Duplicate function implementation.","category":1,"code":2393},{"file":"../src/core/layers/baselayer.ts","start":8660,"length":8,"messageText":"Property 'filter' does not exist on type 'LayerConfig'.","category":1,"code":2339}]],[330,[{"file":"../src/core/layers/canvaslayerhandler.ts","start":712,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: string | undefined; canvasFunction: any; projection: string; ratio: number; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}}]],[324,[{"file":"../src/core/layers/clusterlayerhandler.ts","start":3603,"length":6,"code":2339,"category":1,"messageText":"Property 'config' does not exist on type 'LayerFilter'."}]],[319,[{"file":"../src/core/layers/geojsonlayerhandler.ts","start":1021,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/core/layers/geojsonlayerhandler.ts","start":17225,"length":15,"messageText":"Cannot find name 'CQLFilterConfig'.","category":1,"code":2304},{"file":"../src/core/layers/geojsonlayerhandler.ts","start":17629,"length":15,"messageText":"Cannot find name 'CQLFilterConfig'.","category":1,"code":2304}]],[321,[{"file":"../src/core/layers/gmllayerhandler.ts","start":651,"length":3,"messageText":"'GML' refers to a value, but is being used as a type here. Did you mean 'typeof GML'?","category":1,"code":2749},{"file":"../src/core/layers/gmllayerhandler.ts","start":1368,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/core/layers/gmllayerhandler.ts","start":1368,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/core/layers/gmllayerhandler.ts","start":2954,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/core/layers/gmllayerhandler.ts","start":2999,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],[323,[{"file":"../src/core/layers/heatmaplayerhandler.ts","start":3390,"length":6,"code":2339,"category":1,"messageText":"Property 'config' does not exist on type 'LayerFilter'."}]],[325,[{"file":"../src/core/layers/imagevectorlayerhandler.ts","start":566,"length":23,"messageText":"Non-abstract class 'ImageVectorLayerHandler' does not implement all abstract members of 'BaseLayer'","category":1,"code":18052,"relatedInformation":[{"file":"../src/core/layers/baselayer.ts","start":11903,"length":12,"messageText":"Non-abstract class 'ImageVectorLayerHandler' does not implement inherited abstract member 'applyFilters' from class 'BaseLayer'.","category":1,"code":2515}]}]],333,[253,[{"file":"../src/core/layers/interfaces.ts","start":1000,"length":8,"messageText":"Property 'filter' does not exist on type 'LayerConfig'.","category":1,"code":2339}]],[320,[{"file":"../src/core/layers/kmllayerhandler.ts","start":739,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/core/layers/kmllayerhandler.ts","start":888,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: string | undefined; extractStyles: true; showPointNames: false; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/core/layers/kmllayerhandler.ts","start":1357,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is missing the following properties from type 'Feature<Geometry>': on, once, un, geometryName_, and 39 more.","category":1,"code":2740}]}]}]}]},"relatedInformation":[{"file":"../src/core/layers/kmllayerhandler.ts","start":1357,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/core/layers/kmllayerhandler.ts","start":2947,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/core/layers/kmllayerhandler.ts","start":2992,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],[332,[{"file":"../src/core/layers/layerfactory.ts","start":6282,"length":12,"code":2322,"category":1,"messageText":{"messageText":"Type '{ canvasConfig: { backgroundColor: string; gridSize: number; gridColor: string; showGrid: boolean; }; }' is not assignable to type 'Partial<LayerConfig>'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'canvasConfig' does not exist in type 'Partial<LayerConfig>'.","category":1,"code":2353}]}}]],1856,[326,[{"file":"../src/core/layers/supermaptiledmapservicehandler.ts","start":391,"length":30,"messageText":"Non-abstract class 'SuperMapTiledMapServiceHandler' does not implement all abstract members of 'BaseLayer'","category":1,"code":18052,"relatedInformation":[{"file":"../src/core/layers/baselayer.ts","start":11903,"length":12,"messageText":"Non-abstract class 'SuperMapTiledMapServiceHandler' does not implement inherited abstract member 'applyFilters' from class 'BaseLayer'.","category":1,"code":2515}]},{"file":"../src/core/layers/supermaptiledmapservicehandler.ts","start":1594,"length":8,"code":2339,"category":1,"messageText":"Property 'getImage' does not exist on type 'LayerRenderer<any>'."},{"file":"../src/core/layers/supermaptiledmapservicehandler.ts","start":1827,"length":6,"code":2339,"category":1,"messageText":"Property 'filter' does not exist on type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'."},{"file":"../src/core/layers/supermaptiledmapservicehandler.ts","start":1887,"length":6,"code":2339,"category":1,"messageText":"Property 'filter' does not exist on type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'."},{"file":"../src/core/layers/supermaptiledmapservicehandler.ts","start":2013,"length":32,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'GlobalCompositeOperation'."}]],[329,[{"file":"../src/core/layers/tiandituconfighelper.ts","start":681,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-img\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/core/layers/tiandituconfighelper.ts","start":1253,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-vec\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/core/layers/tiandituconfighelper.ts","start":1835,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cva\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/core/layers/tiandituconfighelper.ts","start":2416,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cia\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/core/layers/tiandituconfighelper.ts","start":2986,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-ter\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/core/layers/tiandituconfighelper.ts","start":3569,"length":4,"code":2322,"category":1,"messageText":"Type '\"tianditu-cta\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]}]],328,254,[327,[{"file":"../src/core/layers/tilesupermapresthandler.ts","start":415,"length":29,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-common'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-common/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-common"}}]}},{"file":"../src/core/layers/tilesupermapresthandler.ts","start":569,"length":25,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module '@supermapgis/iclient-ol'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/@supermapgis/iclient-ol/namespace.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"@supermapgis/iclient-ol"}}]}},{"file":"../src/core/layers/tilesupermapresthandler.ts","start":20909,"length":8,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'Geometry | null' is not assignable to parameter of type 'Geometry | ObjectWithGeometry<Geometry> | undefined'.","category":1,"code":2345,"next":[{"messageText":"Type 'null' is not assignable to type 'Geometry | ObjectWithGeometry<Geometry> | undefined'.","category":1,"code":2322}]}},{"file":"../src/core/layers/tilesupermapresthandler.ts","start":25387,"length":8,"code":2345,"category":1,"messageText":"Argument of type 'Geometry | null' is not assignable to parameter of type 'Geometry | ObjectWithGeometry<Geometry> | undefined'."}]],[331,[{"file":"../src/core/layers/vectortilelayerhandler.ts","start":3987,"length":25,"code":2339,"category":1,"messageText":"Property 'getDefaultVectorTileStyle' does not exist on type 'StyleManager'."},{"file":"../src/core/layers/vectortilelayerhandler.ts","start":6609,"length":9,"code":2339,"category":1,"messageText":"Property 'getFormat' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/core/layers/vectortilelayerhandler.ts","start":7087,"length":10,"code":2339,"category":1,"messageText":"Property 'getMaxZoom' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/core/layers/vectortilelayerhandler.ts","start":7144,"length":10,"code":2339,"category":1,"messageText":"Property 'getMinZoom' does not exist on type 'VectorTile<RenderFeature>'."},{"file":"../src/core/layers/vectortilelayerhandler.ts","start":12172,"length":39,"code":2339,"category":1,"messageText":"Property 'forEachFeatureAtCoordinateAndResolution' does not exist on type 'VectorTile<RenderFeature>'."}]],[310,[{"file":"../src/core/layers/wfslayerhandler.ts","start":1026,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ version: string; featureNS: string | undefined; featureType: string | undefined; gmlFormat: any; className: string | undefined; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/core/layers/wfslayerhandler.ts","start":1777,"length":6,"code":2339,"category":1,"messageText":"Property 'extent' does not exist on type 'LayerConfig'."},{"file":"../src/core/layers/wfslayerhandler.ts","start":1845,"length":10,"code":2339,"category":1,"messageText":"Property 'applyStyle' does not exist on type 'WFSLayerHandler'."},{"file":"../src/core/layers/wfslayerhandler.ts","start":3309,"length":9,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../node_modules/ol/format/wfs.d.ts","start":1241,"length":9,"messageText":"The expected type comes from property 'featureNS' which is declared here on type 'WriteGetFeatureOptions'","category":3,"code":6500}]},{"file":"../src/core/layers/wfslayerhandler.ts","start":3361,"length":13,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../node_modules/ol/format/wfs.d.ts","start":1325,"length":13,"messageText":"The expected type comes from property 'featurePrefix' which is declared here on type 'WriteGetFeatureOptions'","category":3,"code":6500}]},{"file":"../src/core/layers/wfslayerhandler.ts","start":4532,"length":7,"messageText":"Variable 'filters' implicitly has type 'any[]' in some locations where its type cannot be determined.","category":1,"code":7034},{"file":"../src/core/layers/wfslayerhandler.ts","start":5165,"length":7,"messageText":"Variable 'filters' implicitly has an 'any[]' type.","category":1,"code":7005},{"file":"../src/core/layers/wfslayerhandler.ts","start":5176,"length":7,"messageText":"Variable 'filters' implicitly has an 'any[]' type.","category":1,"code":7005}]],[322,[{"file":"../src/core/layers/wktlayerhandler.ts","start":739,"length":3,"messageText":"Expected 1 arguments, but got 2.","category":1,"code":2554},{"file":"../src/core/layers/wktlayerhandler.ts","start":944,"length":9,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ className: any; splitCollection: boolean; }' is not assignable to parameter of type 'Options'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'className' does not exist in type 'Options'.","category":1,"code":2353}]}},{"file":"../src/core/layers/wktlayerhandler.ts","start":965,"length":9,"code":2339,"category":1,"messageText":"Property 'className' does not exist on type '{ wktString?: string | undefined; splitCollection?: boolean | undefined; }'."},{"file":"../src/core/layers/wktlayerhandler.ts","start":1521,"length":27,"code":2322,"category":1,"messageText":{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleLike | FlatStyleLike | null | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type '(feature: Feature<Geometry>) => Style' is not assignable to type 'StyleFunction'.","category":1,"code":2322,"next":[{"messageText":"Types of parameters 'feature' and 'arg0' are incompatible.","category":1,"code":2328,"next":[{"messageText":"Type 'FeatureLike' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322,"next":[{"messageText":"Type 'RenderFeature' is not assignable to type 'Feature<Geometry>'.","category":1,"code":2322}]}]}]}]},"relatedInformation":[{"file":"../src/core/layers/wktlayerhandler.ts","start":1521,"length":27,"messageText":"Did you mean to call this expression?","category":3,"code":6212}]},{"file":"../src/core/layers/wktlayerhandler.ts","start":4611,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."},{"file":"../src/core/layers/wktlayerhandler.ts","start":4656,"length":5,"code":2339,"category":1,"messageText":"Property 'field' does not exist on type '{ fill?: { color?: ColorLike | undefined; } | undefined; stroke?: { color?: ColorLike | undefined; width?: number | undefined; } | undefined; font?: string | undefined; offsetX?: number | undefined; offsetY?: number | undefined; scale?: number | undefined; }'."}]],255,[258,[{"file":"../src/core/layers/wmtslayerhandler.ts","start":1051,"length":3,"code":2339,"category":1,"messageText":"Property 'url' does not exist on type '{ layer?: string | undefined; matrixSet?: string | undefined; style?: string | undefined; format?: string | undefined; version?: string | undefined; projection?: string | undefined; ... 4 more ...; tileSize?: number | ... 1 more ... | undefined; }'."},{"file":"../src/core/layers/wmtslayerhandler.ts","start":4133,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type 'string | { 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }' is not assignable to type 'string'.","category":1,"code":2322}]},"relatedInformation":[{"file":"../node_modules/ol/source/wmts.d.ts","start":2996,"length":5,"messageText":"The expected type comes from property 'style' which is declared here on type 'Options'","category":3,"code":6500}]},{"file":"../src/core/layers/wmtslayerhandler.ts","start":5888,"length":17,"code":2559,"category":1,"messageText":"Type 'string' has no properties in common with type '{ 'fill-color'?: ColorLike | undefined; 'stroke-color'?: ColorLike | undefined; 'stroke-width'?: number | undefined; 'text-color'?: ColorLike | undefined; ... 6 more ...; text?: { ...; } | undefined; }'."}]],[1755,[{"file":"../src/core/layertreemanager.ts","start":6218,"length":9,"code":2339,"category":1,"messageText":"Property 'getExtent' does not exist on type 'Source'."},{"file":"../src/core/layertreemanager.ts","start":6273,"length":9,"code":2339,"category":1,"messageText":"Property 'getExtent' does not exist on type 'Source'."},{"file":"../src/core/layertreemanager.ts","start":6348,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."},{"file":"../src/core/layertreemanager.ts","start":6377,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."},{"file":"../src/core/layertreemanager.ts","start":6442,"length":11,"code":2339,"category":1,"messageText":"Property 'getTileGrid' does not exist on type 'Source'."}]],[1664,[{"file":"../src/core/mapmanager.ts","start":5156,"length":9,"code":2339,"category":1,"messageText":{"messageText":"Property 'layerName' does not exist on type 'LayerInput'.","category":1,"code":2339,"next":[{"messageText":"Property 'layerName' does not exist on type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2339}]}},{"file":"../src/core/mapmanager.ts","start":5255,"length":7,"code":2339,"category":1,"messageText":{"messageText":"Property 'layerId' does not exist on type 'LayerInput'.","category":1,"code":2339,"next":[{"messageText":"Property 'layerId' does not exist on type 'Layer<Source, LayerRenderer<any>>'.","category":1,"code":2339}]}},{"file":"../src/core/mapmanager.ts","start":5345,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'fields' does not exist on type 'PopupConfig | { [key: string]: string; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'fields' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/core/mapmanager.ts","start":5420,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type 'PopupType'."},{"file":"../src/core/mapmanager.ts","start":5453,"length":15,"messageText":"'type' is specified more than once, so this usage will be overwritten.","category":1,"code":2783,"relatedInformation":[{"file":"../src/core/mapmanager.ts","start":5694,"length":14,"messageText":"This spread always overwrites this property.","category":1,"code":2785}]},{"file":"../src/core/mapmanager.ts","start":5530,"length":6,"code":2339,"category":1,"messageText":{"messageText":"Property 'fields' does not exist on type 'PopupConfig | { [key: string]: string; }'.","category":1,"code":2339,"next":[{"messageText":"Property 'fields' does not exist on type 'HtmlPopupConfig'.","category":1,"code":2339}]}},{"file":"../src/core/mapmanager.ts","start":6069,"length":9,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type 'PopupType'."},{"file":"../src/core/mapmanager.ts","start":6106,"length":15,"messageText":"'type' is specified more than once, so this usage will be overwritten.","category":1,"code":2783,"relatedInformation":[{"file":"../src/core/mapmanager.ts","start":6351,"length":14,"messageText":"This spread always overwrites this property.","category":1,"code":2785}]},{"file":"../src/core/mapmanager.ts","start":14447,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'any[]' is not assignable to parameter of type 'FeatureInput'.","category":1,"code":2345,"next":[{"messageText":"Property 'properties' is missing in type 'any[]' but required in type '{ [key: string]: any; properties: any; }'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/types/map.ts","start":309,"length":10,"messageText":"'properties' is declared here.","category":3,"code":2728}]},{"file":"../src/core/mapmanager.ts","start":16278,"length":7,"code":2339,"category":1,"messageText":"Property 'getArea' does not exist on type 'Geometry'."},{"file":"../src/core/mapmanager.ts","start":16337,"length":7,"code":2339,"category":1,"messageText":"Property 'getArea' does not exist on type 'Geometry'."},{"file":"../src/core/mapmanager.ts","start":20801,"length":11,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'TooltipData[]' is not assignable to parameter of type 'FeatureInput'.","category":1,"code":2345,"next":[{"messageText":"Property 'properties' is missing in type 'TooltipData[]' but required in type '{ [key: string]: any; properties: any; }'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/types/map.ts","start":309,"length":10,"messageText":"'properties' is declared here.","category":3,"code":2728}]},{"file":"../src/core/mapmanager.ts","start":30991,"length":17,"messageText":"Object is possibly 'null'.","category":1,"code":2531},{"file":"../src/core/mapmanager.ts","start":39809,"length":8,"code":2339,"category":1,"messageText":"Property 'getArray' does not exist on type 'Layer<Source, LayerRenderer<any>>[]'."},{"file":"../src/core/mapmanager.ts","start":39825,"length":1,"messageText":"Parameter 'l' implicitly has an 'any' type.","category":1,"code":7006}]],[1654,[{"file":"../src/core/mapoperationtool.ts","start":13307,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type '{ padding: number[]; maxZoom: number; duration: number; minZoom: number; }' is not assignable to parameter of type 'FitOptions'.","category":1,"code":2345,"next":[{"messageText":"Object literal may only specify known properties, and 'minZoom' does not exist in type 'FitOptions'.","category":1,"code":2353}]}}]],1650,[1653,[{"file":"../src/core/measurementtool.ts","start":8728,"length":25,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate' is not assignable to type 'number'.","category":1,"code":2322}]}},{"file":"../src/core/measurementtool.ts","start":9396,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type 'Coordinate[][]' is not assignable to type 'number[][]'.","category":1,"code":2322,"next":[{"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'.","category":1,"code":2322}]}},{"file":"../src/core/measurementtool.ts","start":10131,"length":11,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/core/measurementtool.ts","start":11471,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/core/measurementtool.ts","start":12250,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/core/measurementtool.ts","start":17124,"length":17,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult[]' is not assignable to parameter of type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult[]'.","category":1,"code":2345,"next":[{"messageText":"Type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/core/measurementTool\").MeasurementResult' is not assignable to type 'import(\"D:/xiangmukaifa/demo/vue3-openlayer-ts/src/types/map\").MeasurementResult'.","category":1,"code":2322,"next":[{"messageText":"Types of property 'id' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type 'string | undefined' is not assignable to type 'string'.","category":1,"code":2322,"next":[{"messageText":"Type 'undefined' is not assignable to type 'string'.","category":1,"code":2322}]}]}]}]}},{"file":"../src/core/measurementtool.ts","start":17425,"length":6,"code":2339,"category":1,"messageText":"Property 'ol_uid' does not exist on type 'Feature<Geometry>'."},{"file":"../src/core/measurementtool.ts","start":22551,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":22585,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":23705,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":23739,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":23787,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":23819,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":24041,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":24091,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":24116,"length":11,"code":2339,"category":1,"messageText":"Property 'helpTooltip' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":26293,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/core/measurementtool.ts","start":40509,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/core/measurementtool.ts","start":26336,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/core/measurementtool.ts","start":40509,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/core/measurementtool.ts","start":26369,"length":19,"code":2551,"category":1,"messageText":"Property 'pointerMoveListener' does not exist on type 'MeasurementTool'. Did you mean 'addPointerMoveListener'?","relatedInformation":[{"file":"../src/core/measurementtool.ts","start":40509,"length":22,"messageText":"'addPointerMoveListener' is declared here.","category":3,"code":2728}]},{"file":"../src/core/measurementtool.ts","start":29772,"length":10,"code":2339,"category":1,"messageText":"Property 'coordinate' does not exist on type 'DrawEvent'."},{"file":"../src/core/measurementtool.ts","start":31160,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":31198,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":32136,"length":18,"code":2322,"category":1,"messageText":"Type 'Coordinate[][]' is not assignable to type 'number[][]'."},{"file":"../src/core/measurementtool.ts","start":32554,"length":21,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/core/measurementtool.ts","start":33128,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":33164,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":33720,"length":10,"code":2339,"category":1,"messageText":"Property 'coordinate' does not exist on type 'DrawEvent'."},{"file":"../src/core/measurementtool.ts","start":33749,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":33785,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":34819,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":34857,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":35891,"length":11,"code":2322,"category":1,"messageText":"Type 'Coordinate[]' is not assignable to type 'number[]'."},{"file":"../src/core/measurementtool.ts","start":36462,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."},{"file":"../src/core/measurementtool.ts","start":36498,"length":18,"code":2339,"category":1,"messageText":"Property 'helpTooltipElement' does not exist on type 'MeasurementTool'."}]],1611,[1853,[{"file":"../src/core/pluginmanager.ts","start":682,"length":23,"messageText":"Type 'Map' is not generic.","category":1,"code":2315},{"file":"../src/core/pluginmanager.ts","start":712,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/core/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/core/pluginmanager.ts","start":4231,"length":7,"messageText":"Parameter 'handler' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/core/pluginmanager.ts","start":6135,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/core/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/core/pluginmanager.ts","start":6139,"length":26,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/core/pluginmanager.ts","start":6208,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/core/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/core/pluginmanager.ts","start":6212,"length":22,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/core/pluginmanager.ts","start":6298,"length":3,"messageText":"'Map' cannot be used as a value because it was imported using 'import type'.","category":1,"code":1361,"relatedInformation":[{"file":"../src/core/pluginmanager.ts","start":121,"length":3,"messageText":"'Map' was imported here.","category":3,"code":1376}]},{"file":"../src/core/pluginmanager.ts","start":6302,"length":32,"messageText":"Expected 0 type arguments, but got 2.","category":1,"code":2558},{"file":"../src/core/pluginmanager.ts","start":6718,"length":7,"code":2339,"category":1,"messageText":"Property 'forEach' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":6726,"length":8,"messageText":"Parameter 'instance' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/core/pluginmanager.ts","start":6981,"length":7,"code":2339,"category":1,"messageText":"Property 'forEach' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":6989,"length":8,"messageText":"Parameter 'instance' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/core/pluginmanager.ts","start":7206,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":7458,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":8030,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":9022,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":9765,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":10081,"length":6,"code":2550,"category":1,"messageText":"Property 'values' does not exist on type 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later."},{"file":"../src/core/pluginmanager.ts","start":10298,"length":37,"messageText":"Type 'Map' is not generic.","category":1,"code":2315},{"file":"../src/core/pluginmanager.ts","start":11809,"length":4,"code":2550,"category":1,"messageText":"Property 'keys' does not exist on type 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later."},{"file":"../src/core/pluginmanager.ts","start":11877,"length":2,"code":2345,"category":1,"messageText":"Argument of type 'unknown' is not assignable to parameter of type 'string'."},{"file":"../src/core/pluginmanager.ts","start":11928,"length":5,"code":2339,"category":1,"messageText":"Property 'clear' does not exist on type 'Map'."},{"file":"../src/core/pluginmanager.ts","start":11963,"length":5,"code":2339,"category":1,"messageText":"Property 'clear' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."},{"file":"../src/core/pluginmanager.ts","start":12573,"length":3,"code":2339,"category":1,"messageText":"Property 'has' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."},{"file":"../src/core/pluginmanager.ts","start":12772,"length":1,"messageText":"Parameter 'a' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/core/pluginmanager.ts","start":12775,"length":1,"messageText":"Parameter 'b' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/core/pluginmanager.ts","start":13255,"length":6,"code":2339,"category":1,"messageText":"Property 'delete' does not exist on type '{ on: MapEventHandler<EventsKey>; once: MapEventHandler<EventsKey>; un: MapEventHandler<void>; addControl: (control: Control) => void; ... 65 more ...; dispose: () => void; }'."}]],[1661,[{"file":"../src/core/popupmanager.ts","start":9497,"length":11,"code":2339,"category":1,"messageText":"Property 'htmlContent' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":9602,"length":113,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ content: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 13 more ...; events?: { ...; } | undefined; }' to type 'HtmlPopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Types of property 'type' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"all\"' is not comparable to type '\"html\"'.","category":1,"code":2678}]}]}},{"file":"../src/core/popupmanager.ts","start":9669,"length":11,"code":2339,"category":1,"messageText":"Property 'htmlContent' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":9895,"length":6,"code":2339,"category":1,"messageText":"Property 'images' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":9996,"length":108,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ images: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 13 more ...; events?: { ...; } | undefined; }' to type 'ImagePopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Types of property 'type' are incompatible.","category":1,"code":2326,"next":[{"messageText":"Type '\"all\"' is not comparable to type '\"image\"'.","category":1,"code":2678}]}]}},{"file":"../src/core/popupmanager.ts","start":10062,"length":6,"code":2339,"category":1,"messageText":"Property 'images' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":10284,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":10383,"length":104,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type '{ data: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 13 more ...; events?: { ...; } | undefined; }' to type 'ArrayPopupConfig' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Property 'fields' is missing in type '{ data: any; type: \"all\"; title?: string | undefined; excludeFields?: string[] | undefined; includeFields?: string[] | undefined; fieldLabels?: Record<string, string> | undefined; ... 13 more ...; events?: { ...; } | undefined; }' but required in type 'ArrayPopupConfig'.","category":1,"code":2741}]},"relatedInformation":[{"file":"../src/components/olmappopup/types.ts","start":1503,"length":6,"messageText":"'fields' is declared here.","category":3,"code":2728}]},{"file":"../src/core/popupmanager.ts","start":10447,"length":4,"code":2339,"category":1,"messageText":"Property 'data' does not exist on type 'AllPopupConfig'."},{"file":"../src/core/popupmanager.ts","start":14135,"length":2,"code":2339,"category":1,"messageText":"Property 'id' does not exist on type 'never'."}]],1855,1638,[334,[{"file":"../src/core/storage.ts","start":2922,"length":9,"code":2339,"category":1,"messageText":"Property 'timestamp' does not exist on type '{ center: [number, number]; zoom: number; rotation: number; }'."},{"file":"../src/core/storage.ts","start":2963,"length":9,"code":2339,"category":1,"messageText":"Property 'timestamp' does not exist on type '{ center: [number, number]; zoom: number; rotation: number; }'."}]],318,315,[316,[{"file":"../src/core/styles/stylefactory.ts","start":2308,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type 'ColorLike | undefined' is not assignable to type 'string | Color | undefined'.","category":1,"code":2322,"next":[{"messageText":"Type 'CanvasPattern' is not assignable to type 'string | Color | undefined'.","category":1,"code":2322}]}}]],317,[1662,[{"file":"../src/core/tianditusearchapi.ts","start":2359,"length":24,"messageText":"This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.","category":1,"code":2367}]],1648,[1857,[{"file":"../src/data-old/testlayers.ts","start":284,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"osm\"; visible: true; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":509,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"xyz\"; url: string; visible: false; opacity: number; zIndex: number; description: string; xyzMinZoom: number; xyzMaxZoom: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":817,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"xyz\"; url: string; visible: false; opacity: number; zIndex: number; description: string; xyzMinZoom: number; xyzMaxZoom: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":1141,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wms\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmsLayers: string; wmsFormat: string; wmsVersion: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":1482,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wms\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmsLayers: string; wmsFormat: string; wmsVersion: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":1925,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"wmts\"; url: string; visible: false; opacity: number; zIndex: number; description: string; wmtsLayer: string; wmtsMatrixSet: string; wmtsStyle: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":2377,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"arcgis\"; url: string; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":2654,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"arcgis\"; url: string; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":4540,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"vector\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: ({ type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; } | { ...; } | { ...; })[]; }; vectorFormat: string; vectorColor: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":4900,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"vector\"; url: string; visible: false; opacity: number; zIndex: number; description: string; vectorFormat: string; vectorColor: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":5052,"length":4,"code":2322,"category":1,"messageText":"Type '\"kml\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/data-old/testlayers.ts","start":5334,"length":4,"code":2322,"category":1,"messageText":"Type '\"gml\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/data-old/testlayers.ts","start":5670,"length":4,"code":2322,"category":1,"messageText":"Type '\"wkt\"' is not assignable to type 'LayerType'.","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/data-old/testlayers.ts","start":6788,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"heatmap\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; heatmapBlur: number; heatmapRadius: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":7057,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"heatmap\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; heatmapBlur: number; heatmapRadius: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":8217,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"cluster\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; vectorFormat: string; clusterDistance: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":8495,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"cluster\"; visible: false; opacity: number; zIndex: number; description: string; data: { type: string; features: { type: string; geometry: { type: string; coordinates: number[]; }; properties: { ...; }; }[]; }; vectorFormat: string; clusterDistance: number; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":8809,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"graticule\"; visible: false; opacity: number; zIndex: number; description: string; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":9023,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":9216,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}},{"file":"../src/data-old/testlayers.ts","start":9411,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ id: string; name: string; type: \"group\"; visible: true; opacity: number; zIndex: number; description: string; children: LayerConfig[]; }' is not assignable to type 'LayerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'description' does not exist in type 'LayerConfig'.","category":1,"code":2353}]}}]],1819,1825,[1826,[{"file":"../src/examples-old/alllayertypesexample.vue","start":4028,"length":14,"messageText":"Cannot redeclare block-scoped variable 'onFeatureClick'.","category":1,"code":2451},{"file":"../src/examples-old/alllayertypesexample.vue","start":4268,"length":14,"messageText":"Cannot redeclare block-scoped variable 'onFeatureClick'.","category":1,"code":2451},{"file":"../src/examples-old/alllayertypesexample.vue","start":2395,"length":20,"messageText":"Cannot find module '../data/testLayers' or its corresponding type declarations.","category":1,"code":2307},{"file":"../src/examples-old/alllayertypesexample.vue","start":4482,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/examples-old/alllayertypesexample.vue","start":5679,"length":1,"messageText":"Parameter 'l' implicitly has an 'any' type.","category":1,"code":7006},{"file":"../src/examples-old/alllayertypesexample.vue","start":5999,"length":1,"messageText":"Parameter 'l' implicitly has an 'any' type.","category":1,"code":7006}]],[1837,[{"file":"../src/examples-old/attribution-config-example.vue","start":275,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":382,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":458,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":669,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":733,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":876,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048},{"file":"../src/examples-old/attribution-config-example.vue","start":1001,"length":18,"messageText":"'__VLS_ctx.mapConfig.controls' is possibly 'undefined'.","category":1,"code":18048}]],[1827,[{"file":"../src/examples-old/configexample.vue","start":2634,"length":23,"messageText":"Cannot find module '../utils/configLoader' or its corresponding type declarations.","category":1,"code":2307}]],1829,1858,[1830,[{"file":"../src/examples-old/geoserverexample.vue","start":6453,"length":5,"messageText":"Parameter 'layer' implicitly has an 'any' type.","category":1,"code":7006}]],[1835,[{"file":"../src/examples-old/pluginsystemexample.vue","start":6063,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/examples-old/pluginsystemexample.vue","start":7188,"length":11,"code":2322,"category":1,"messageText":{"messageText":"Type '{ enableDebug: boolean; enableHotReload: boolean; maxPlugins: number; }' is not assignable to type 'PluginManagerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'enableDebug' does not exist in type 'PluginManagerConfig'.","category":1,"code":2353}]}},{"file":"../src/examples-old/pluginsystemexample.vue","start":7319,"length":5,"code":2322,"category":1,"messageText":{"messageText":"Type '{ theme: string; size: string; responsive: { enabled: boolean; breakpoints: { mobile: number; tablet: number; }; }; }' is not assignable to type 'PluginContainerConfig'.","category":1,"code":2322,"next":[{"messageText":"Object literal may only specify known properties, and 'theme' does not exist in type 'PluginContainerConfig'.","category":1,"code":2353}]}},{"file":"../src/examples-old/pluginsystemexample.vue","start":376,"length":12,"code":2345,"category":1,"messageText":"Argument of type 'string' is not assignable to parameter of type '\"basic\" | \"standard\" | \"full\"'."}]],[1836,[{"file":"../src/examples-old/slotexample.vue","start":3063,"length":4,"code":2820,"category":1,"messageText":"Type '\"OSM\"' is not assignable to type 'LayerType'. Did you mean '\"osm\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]},{"file":"../src/examples-old/slotexample.vue","start":3173,"length":4,"code":2820,"category":1,"messageText":"Type '\"Vector\"' is not assignable to type 'LayerType'. Did you mean '\"vector\"'?","relatedInformation":[{"file":"../src/types/map.ts","start":8049,"length":4,"messageText":"The expected type comes from property 'type' which is declared here on type 'LayerConfig'","category":3,"code":6500}]}]],1859,1851,[1834,[{"file":"../src/plugins/index.ts","start":855,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/plugins/index.ts","start":1976,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/plugins/index.ts","start":3206,"length":9,"code":2322,"category":1,"messageText":"Type 'string' is not assignable to type 'Component | undefined'.","relatedInformation":[{"file":"../src/types/plugin.ts","start":3115,"length":9,"messageText":"The expected type comes from property 'component' which is declared here on type 'PluginConfig'","category":3,"code":6500}]},{"file":"../src/plugins/index.ts","start":4688,"length":13,"code":2678,"category":1,"messageText":"Type '\"map-toolbar\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/plugins/index.ts","start":4763,"length":14,"code":2678,"category":1,"messageText":"Type '\"map-controls\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/plugins/index.ts","start":4840,"length":12,"code":2678,"category":1,"messageText":"Type '\"map-search\"' is not comparable to type 'BuiltinPluginType'."},{"file":"../src/plugins/index.ts","start":6229,"length":6,"code":2322,"category":1,"messageText":{"messageText":"Type 'readonly [PluginConfig] | readonly [PluginConfig, PluginConfig] | readonly [PluginConfig, PluginConfig, PluginConfig]' is not assignable to type 'PluginConfig[]'.","category":1,"code":2322,"next":[{"messageText":"The type 'readonly [PluginConfig]' is 'readonly' and cannot be assigned to the mutable type 'PluginConfig[]'.","category":1,"code":4104}]}},{"file":"../src/plugins/index.ts","start":6384,"length":4,"code":2339,"category":1,"messageText":"Property 'type' does not exist on type 'PluginConfig'."},{"file":"../src/plugins/index.ts","start":6503,"length":50,"code":2352,"category":1,"messageText":{"messageText":"Conversion of type 'Component' to type '\"map-toolbar\" | \"map-controls\" | \"map-search\"' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.","category":1,"code":2352,"next":[{"messageText":"Type 'ComponentPublicInstanceConstructor<any, any, any, any, ComputedOptions, MethodOptions>' is not comparable to type '\"map-toolbar\" | \"map-controls\" | \"map-search\"'.","category":1,"code":2678}]}}]],1832,[1833,[{"file":"../src/plugins/mapsearchplugin.vue","start":6304,"length":17,"code":2322,"category":1,"messageText":{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }[]' is not assignable to type 'SearchResult[] | { id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }[]' is not assignable to type 'SearchResult[]'.","category":1,"code":2322,"next":[{"messageText":"Type '{ title: string; address: string; type: string; longitude: number; latitude: number; }' is missing the following properties from type 'SearchResult': id, name, location","category":1,"code":2739}]}]}},{"file":"../src/plugins/mapsearchplugin.vue","start":7584,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type 'SearchResult'."},{"file":"../src/plugins/mapsearchplugin.vue","start":7903,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/plugins/mapsearchplugin.vue","start":7918,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type 'SearchResult'."},{"file":"../src/plugins/mapsearchplugin.vue","start":2268,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/plugins/mapsearchplugin.vue","start":3005,"length":5,"code":2339,"category":1,"messageText":"Property 'title' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/plugins/mapsearchplugin.vue","start":3139,"length":8,"code":2339,"category":1,"messageText":"Property 'distance' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."},{"file":"../src/plugins/mapsearchplugin.vue","start":3187,"length":8,"code":2339,"category":1,"messageText":"Property 'distance' does not exist on type '{ id: string; name: string; address: string; location: [number, number]; type?: string | undefined; district?: string | undefined; city?: string | undefined; province?: string | undefined; adcode?: string | undefined; bounds?: [...] | undefined; confidence?: number | undefined; }'."}]],[1831,[{"file":"../src/plugins/maptoolbarplugin.vue","start":3196,"length":9,"code":2339,"category":1,"messageText":"Property 'mapConfig' does not exist on type 'PluginConfig'."}]],1663,1850,1838,1860,1861,341,339,[340,[{"file":"../src/types/plugin.ts","start":108,"length":21,"messageText":"Cannot find module '../utils/mapManager' or its corresponding type declarations.","category":1,"code":2307}]],[1828,[{"file":"../src/utils/coordinatetransform.ts","start":3136,"length":11,"code":2339,"category":1,"messageText":{"messageText":"Property 'getGeometry' does not exist on type 'Feature<Geometry> | Feature<Geometry>[]'.","category":1,"code":2339,"next":[{"messageText":"Property 'getGeometry' does not exist on type 'Feature<Geometry>[]'.","category":1,"code":2339}]}},{"file":"../src/utils/coordinatetransform.ts","start":3266,"length":7,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'Feature<Geometry> | Feature<Geometry>[]' is not assignable to parameter of type 'Feature<Geometry>'.","category":1,"code":2345,"next":[{"messageText":"Type 'Feature<Geometry>[]' is missing the following properties from type 'Feature<Geometry>': on, once, un, id_, and 47 more.","category":1,"code":2740}]}}]],[1640,[{"file":"../src/utils/diffusionanimationhelper.ts","start":2866,"length":3,"messageText":"Generic type 'Map<K, V>' requires 2 type argument(s).","category":1,"code":2314},{"file":"../src/utils/diffusionanimationhelper.ts","start":5445,"length":3,"messageText":"Generic type 'Map<K, V>' requires 2 type argument(s).","category":1,"code":2314}]],[1639,[{"file":"../src/utils/gifanimationhelper.ts","start":321,"length":8,"code":7016,"category":1,"messageText":{"messageText":"Could not find a declaration file for module 'gifler'. 'D:/xiangmukaifa/demo/vue3-openlayer-ts/node_modules/gifler/gifler.js' implicitly has an 'any' type.","category":1,"code":7016,"next":[{"info":{"moduleReference":"gifler"}}]}}]],1748,1749,1652,1665],"affectedFilesPendingEmit":[1839,1840,1862,1841,1765,1797,1796,1667,1852,1798,342,1666,1751,1761,1770,1757,1760,1758,1759,1767,1766,1799,1800,1768,1752,1750,1763,1762,1769,1764,1771,1772,1794,1790,1660,1657,1658,1659,1793,239,1791,1792,1795,1824,1823,1801,1806,1807,1808,1804,1802,1803,1805,1810,1811,1812,1813,1814,1815,1816,1817,1818,1809,1820,1821,1822,1854,1668,1753,338,1649,1670,1671,1673,1642,1672,1647,1646,1645,1641,1669,1643,1644,335,337,1655,1656,1754,1756,336,252,330,324,319,321,323,325,333,253,320,332,1856,326,329,328,254,327,331,310,322,255,258,1755,1664,1654,1650,1653,1611,1853,1661,1855,1638,334,318,315,316,317,1662,1648,1857,1819,1825,1826,1837,1827,1829,1858,1830,1835,1836,1859,1851,1834,1832,1833,1831,1663,1850,1838,1860,341,339,340,1828,1640,1639,1748,1749,1652],"emitSignatures":[239,252,253,254,255,258,310,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,1611,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1666,1667,1668,1669,1670,1671,1672,1673,1748,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841]},"version":"5.1.6"}