@vtx/modals2 2.15.54 → 2.15.56

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 (1704) hide show
  1. package/lib/index.js +133 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +16 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.css +152 -0
  6. package/lib/style/index.js +16 -0
  7. package/lib/style/index.js.map +1 -0
  8. package/lib/style/index.less +8 -0
  9. package/lib/style/themes/dark.css +152 -0
  10. package/lib/style/themes/dark.less +128 -0
  11. package/lib/style/themes/default.css +41 -0
  12. package/lib/style/themes/default.less +44 -0
  13. package/lib/style/themes/index.css +152 -0
  14. package/lib/style/themes/index.less +1 -0
  15. package/lib/typings.d.ts +18 -0
  16. package/lib/util/index.js +326 -0
  17. package/lib/util/index.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
  19. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
  21. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  22. package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
  23. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  24. package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  26. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
  27. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  28. package/lib/vm-alarm-info/Components/index.css +42 -0
  29. package/lib/vm-alarm-info/Components/index.less +43 -0
  30. package/lib/vm-alarm-info/api.js +171 -0
  31. package/lib/vm-alarm-info/api.js.map +1 -0
  32. package/lib/vm-alarm-info/index.js +88 -0
  33. package/lib/vm-alarm-info/index.js.map +1 -0
  34. package/lib/vm-alarm-info/style/css.js +4 -0
  35. package/lib/vm-alarm-info/style/css.js.map +1 -0
  36. package/lib/vm-alarm-info/style/index.css +19 -0
  37. package/lib/vm-alarm-info/style/index.js +4 -0
  38. package/lib/vm-alarm-info/style/index.js.map +1 -0
  39. package/lib/vm-alarm-info/style/index.less +16 -0
  40. package/lib/vm-alarm-situation/api.js +86 -0
  41. package/lib/vm-alarm-situation/api.js.map +1 -0
  42. package/lib/vm-alarm-situation/index.js +212 -0
  43. package/lib/vm-alarm-situation/index.js.map +1 -0
  44. package/lib/vm-alarm-situation/style/css.js +4 -0
  45. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  46. package/lib/vm-alarm-situation/style/index.css +78 -0
  47. package/lib/vm-alarm-situation/style/index.js +4 -0
  48. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  49. package/lib/vm-alarm-situation/style/index.less +67 -0
  50. package/lib/vm-alarm-situation-pt/api.js +73 -0
  51. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  52. package/lib/vm-alarm-situation-pt/index.js +145 -0
  53. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  54. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  55. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  56. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  57. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  58. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  59. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  60. package/lib/vm-analysis-comparison/api.js +177 -0
  61. package/lib/vm-analysis-comparison/api.js.map +1 -0
  62. package/lib/vm-analysis-comparison/index.js +368 -0
  63. package/lib/vm-analysis-comparison/index.js.map +1 -0
  64. package/lib/vm-analysis-comparison/style/css.js +4 -0
  65. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  66. package/lib/vm-analysis-comparison/style/index.css +13 -0
  67. package/lib/vm-analysis-comparison/style/index.js +4 -0
  68. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  69. package/lib/vm-analysis-comparison/style/index.less +12 -0
  70. package/lib/vm-appraisal-info/AppraisalBase.js +56 -0
  71. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  72. package/lib/vm-appraisal-info/AppraisalTop5.js +68 -0
  73. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  74. package/lib/vm-appraisal-info/List.js +58 -0
  75. package/lib/vm-appraisal-info/List.js.map +1 -0
  76. package/lib/vm-appraisal-info/ListKh.js +174 -0
  77. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  78. package/lib/vm-appraisal-info/ListZg.js +177 -0
  79. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  80. package/lib/vm-appraisal-info/Wtlx.js +97 -0
  81. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  82. package/lib/vm-appraisal-info/Zgxxhz.js +46 -0
  83. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  84. package/lib/vm-appraisal-info/api.js +163 -0
  85. package/lib/vm-appraisal-info/api.js.map +1 -0
  86. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  87. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  88. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  89. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  90. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  91. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  92. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  93. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  94. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  95. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  96. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  97. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  98. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  99. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  100. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  101. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  102. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  103. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  104. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  105. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  106. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  107. package/lib/vm-appraisal-info/index.js +135 -0
  108. package/lib/vm-appraisal-info/index.js.map +1 -0
  109. package/lib/vm-appraisal-info/style/css.js +4 -0
  110. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  111. package/lib/vm-appraisal-info/style/index.css +156 -0
  112. package/lib/vm-appraisal-info/style/index.js +4 -0
  113. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  114. package/lib/vm-appraisal-info/style/index.less +136 -0
  115. package/lib/vm-base-list/OpenArrow.js +41 -0
  116. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  117. package/lib/vm-base-list/index.js +85 -0
  118. package/lib/vm-base-list/index.js.map +1 -0
  119. package/lib/vm-base-list/style/css.js +4 -0
  120. package/lib/vm-base-list/style/css.js.map +1 -0
  121. package/lib/vm-base-list/style/index.css +41 -0
  122. package/lib/vm-base-list/style/index.js +4 -0
  123. package/lib/vm-base-list/style/index.js.map +1 -0
  124. package/lib/vm-base-list/style/index.less +39 -0
  125. package/lib/vm-button/index.js +26 -0
  126. package/lib/vm-button/index.js.map +1 -0
  127. package/lib/vm-button/style/css.js +4 -0
  128. package/lib/vm-button/style/css.js.map +1 -0
  129. package/lib/vm-button/style/index.css +26 -0
  130. package/lib/vm-button/style/index.js +4 -0
  131. package/lib/vm-button/style/index.js.map +1 -0
  132. package/lib/vm-button/style/index.less +20 -0
  133. package/lib/vm-card/index.js +24 -0
  134. package/lib/vm-card/index.js.map +1 -0
  135. package/lib/vm-card/style/css.js +4 -0
  136. package/lib/vm-card/style/css.js.map +1 -0
  137. package/lib/vm-card/style/index.css +37 -0
  138. package/lib/vm-card/style/index.js +4 -0
  139. package/lib/vm-card/style/index.js.map +1 -0
  140. package/lib/vm-card/style/index.less +25 -0
  141. package/lib/vm-charts/Distribute1.js +136 -0
  142. package/lib/vm-charts/Distribute1.js.map +1 -0
  143. package/lib/vm-charts/Gauge1.js +148 -0
  144. package/lib/vm-charts/Gauge1.js.map +1 -0
  145. package/lib/vm-charts/Line.js +211 -0
  146. package/lib/vm-charts/Line.js.map +1 -0
  147. package/lib/vm-charts/Line1.js +113 -0
  148. package/lib/vm-charts/Line1.js.map +1 -0
  149. package/lib/vm-charts/Pie.js +115 -0
  150. package/lib/vm-charts/Pie.js.map +1 -0
  151. package/lib/vm-charts/index.css +20 -0
  152. package/lib/vm-charts/index.js +42 -0
  153. package/lib/vm-charts/index.js.map +1 -0
  154. package/lib/vm-charts/index.less +30 -0
  155. package/lib/vm-checkbox/index.js +32 -0
  156. package/lib/vm-checkbox/index.js.map +1 -0
  157. package/lib/vm-checkbox/style/css.js +4 -0
  158. package/lib/vm-checkbox/style/css.js.map +1 -0
  159. package/lib/vm-checkbox/style/index.css +25 -0
  160. package/lib/vm-checkbox/style/index.js +4 -0
  161. package/lib/vm-checkbox/style/index.js.map +1 -0
  162. package/lib/vm-checkbox/style/index.less +25 -0
  163. package/lib/vm-container/index.js +33 -0
  164. package/lib/vm-container/index.js.map +1 -0
  165. package/lib/vm-container/style/css.js +4 -0
  166. package/lib/vm-container/style/css.js.map +1 -0
  167. package/lib/vm-container/style/index.css +31 -0
  168. package/lib/vm-container/style/index.js +4 -0
  169. package/lib/vm-container/style/index.js.map +1 -0
  170. package/lib/vm-container/style/index.less +30 -0
  171. package/lib/vm-correlation-comparison/api.js +236 -0
  172. package/lib/vm-correlation-comparison/api.js.map +1 -0
  173. package/lib/vm-correlation-comparison/index.js +308 -0
  174. package/lib/vm-correlation-comparison/index.js.map +1 -0
  175. package/lib/vm-correlation-comparison/style/css.js +4 -0
  176. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  177. package/lib/vm-correlation-comparison/style/index.css +19 -0
  178. package/lib/vm-correlation-comparison/style/index.js +4 -0
  179. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  180. package/lib/vm-correlation-comparison/style/index.less +13 -0
  181. package/lib/vm-custom/index.js +30 -0
  182. package/lib/vm-custom/index.js.map +1 -0
  183. package/lib/vm-custom/style/css.js +4 -0
  184. package/lib/vm-custom/style/css.js.map +1 -0
  185. package/lib/vm-custom/style/index.css +26 -0
  186. package/lib/vm-custom/style/index.js +4 -0
  187. package/lib/vm-custom/style/index.js.map +1 -0
  188. package/lib/vm-custom/style/index.less +20 -0
  189. package/lib/vm-empty/index.js +44 -0
  190. package/lib/vm-empty/index.js.map +1 -0
  191. package/lib/vm-empty/style/css.js +4 -0
  192. package/lib/vm-empty/style/css.js.map +1 -0
  193. package/lib/vm-empty/style/index.css +30 -0
  194. package/lib/vm-empty/style/index.js +4 -0
  195. package/lib/vm-empty/style/index.js.map +1 -0
  196. package/lib/vm-empty/style/index.less +23 -0
  197. package/lib/vm-filter/index.js +157 -0
  198. package/lib/vm-filter/index.js.map +1 -0
  199. package/lib/vm-filter/style/css.js +4 -0
  200. package/lib/vm-filter/style/css.js.map +1 -0
  201. package/lib/vm-filter/style/index.css +248 -0
  202. package/lib/vm-filter/style/index.js +4 -0
  203. package/lib/vm-filter/style/index.js.map +1 -0
  204. package/lib/vm-filter/style/index.less +293 -0
  205. package/lib/vm-hooks/useSettings.js +37 -0
  206. package/lib/vm-hooks/useSettings.js.map +1 -0
  207. package/lib/vm-iframe-modal/index.js +50 -0
  208. package/lib/vm-iframe-modal/index.js.map +1 -0
  209. package/lib/vm-iframe-modal/style/css.js +4 -0
  210. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  211. package/lib/vm-iframe-modal/style/index.css +11 -0
  212. package/lib/vm-iframe-modal/style/index.js +4 -0
  213. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  214. package/lib/vm-iframe-modal/style/index.less +9 -0
  215. package/lib/vm-image-text/index.js +47 -0
  216. package/lib/vm-image-text/index.js.map +1 -0
  217. package/lib/vm-image-text/style/css.js +4 -0
  218. package/lib/vm-image-text/style/css.js.map +1 -0
  219. package/lib/vm-image-text/style/index.css +35 -0
  220. package/lib/vm-image-text/style/index.js +4 -0
  221. package/lib/vm-image-text/style/index.js.map +1 -0
  222. package/lib/vm-image-text/style/index.less +32 -0
  223. package/lib/vm-info-collection/index.js +153 -0
  224. package/lib/vm-info-collection/index.js.map +1 -0
  225. package/lib/vm-info-collection/style/css.js +4 -0
  226. package/lib/vm-info-collection/style/css.js.map +1 -0
  227. package/lib/vm-info-collection/style/index.css +68 -0
  228. package/lib/vm-info-collection/style/index.js +4 -0
  229. package/lib/vm-info-collection/style/index.js.map +1 -0
  230. package/lib/vm-info-collection/style/index.less +48 -0
  231. package/lib/vm-map/imgs/defaultMarker.png +0 -0
  232. package/lib/vm-map/index.js +334 -0
  233. package/lib/vm-map/index.js.map +1 -0
  234. package/lib/vm-map/mapStyle.js +4723 -0
  235. package/lib/vm-map/mapStyle.js.map +1 -0
  236. package/lib/vm-map/style/css.js +4 -0
  237. package/lib/vm-map/style/css.js.map +1 -0
  238. package/lib/vm-map/style/index.css +3 -0
  239. package/lib/vm-map/style/index.js +4 -0
  240. package/lib/vm-map/style/index.js.map +1 -0
  241. package/lib/vm-map/style/index.less +3 -0
  242. package/lib/vm-modal-table/index.js +34 -0
  243. package/lib/vm-modal-table/index.js.map +1 -0
  244. package/lib/vm-modal-table/style/css.js +4 -0
  245. package/lib/vm-modal-table/style/css.js.map +1 -0
  246. package/lib/vm-modal-table/style/index.css +20 -0
  247. package/lib/vm-modal-table/style/index.js +4 -0
  248. package/lib/vm-modal-table/style/index.js.map +1 -0
  249. package/lib/vm-modal-table/style/index.less +23 -0
  250. package/lib/vm-nodata/imgs/chart.png +0 -0
  251. package/lib/vm-nodata/imgs/default.png +0 -0
  252. package/lib/vm-nodata/index.js +26 -0
  253. package/lib/vm-nodata/index.js.map +1 -0
  254. package/lib/vm-radio/index.js +27 -0
  255. package/lib/vm-radio/index.js.map +1 -0
  256. package/lib/vm-radio/style/css.js +4 -0
  257. package/lib/vm-radio/style/css.js.map +1 -0
  258. package/lib/vm-radio/style/index.css +21 -0
  259. package/lib/vm-radio/style/index.js +4 -0
  260. package/lib/vm-radio/style/index.js.map +1 -0
  261. package/lib/vm-radio/style/index.less +26 -0
  262. package/lib/vm-real-time-monitor/api.js +193 -0
  263. package/lib/vm-real-time-monitor/api.js.map +1 -0
  264. package/lib/vm-real-time-monitor/index.js +367 -0
  265. package/lib/vm-real-time-monitor/index.js.map +1 -0
  266. package/lib/vm-real-time-monitor/style/css.js +4 -0
  267. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  268. package/lib/vm-real-time-monitor/style/index.css +12 -0
  269. package/lib/vm-real-time-monitor/style/index.js +4 -0
  270. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  271. package/lib/vm-real-time-monitor/style/index.less +12 -0
  272. package/lib/vm-repair-maintain/RmInfoSummary.js +61 -0
  273. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  274. package/lib/vm-repair-maintain/RmMonthTrend.js +105 -0
  275. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  276. package/lib/vm-repair-maintain/RmRecord.js +156 -0
  277. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  278. package/lib/vm-repair-maintain/RmType.js +105 -0
  279. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  280. package/lib/vm-repair-maintain/api.js +94 -0
  281. package/lib/vm-repair-maintain/api.js.map +1 -0
  282. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  283. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  284. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  285. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  286. package/lib/vm-repair-maintain/index.js +55 -0
  287. package/lib/vm-repair-maintain/index.js.map +1 -0
  288. package/lib/vm-repair-maintain/style/css.js +4 -0
  289. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  290. package/lib/vm-repair-maintain/style/index.css +123 -0
  291. package/lib/vm-repair-maintain/style/index.js +4 -0
  292. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  293. package/lib/vm-repair-maintain/style/index.less +115 -0
  294. package/lib/vm-round-content/index.js +68 -0
  295. package/lib/vm-round-content/index.js.map +1 -0
  296. package/lib/vm-round-content/style/css.js +4 -0
  297. package/lib/vm-round-content/style/css.js.map +1 -0
  298. package/lib/vm-round-content/style/index.css +38 -0
  299. package/lib/vm-round-content/style/index.js +4 -0
  300. package/lib/vm-round-content/style/index.js.map +1 -0
  301. package/lib/vm-round-content/style/index.less +33 -0
  302. package/lib/vm-row-col/index.js +26 -0
  303. package/lib/vm-row-col/index.js.map +1 -0
  304. package/lib/vm-row-col/style/css.js +4 -0
  305. package/lib/vm-row-col/style/css.js.map +1 -0
  306. package/lib/vm-row-col/style/index.css +0 -0
  307. package/lib/vm-row-col/style/index.js +4 -0
  308. package/lib/vm-row-col/style/index.js.map +1 -0
  309. package/lib/vm-row-col/style/index.less +0 -0
  310. package/lib/vm-select-device/index.js +90 -0
  311. package/lib/vm-select-device/index.js.map +1 -0
  312. package/lib/vm-select-device/style/css.js +4 -0
  313. package/lib/vm-select-device/style/css.js.map +1 -0
  314. package/lib/vm-select-device/style/index.css +16 -0
  315. package/lib/vm-select-device/style/index.js +4 -0
  316. package/lib/vm-select-device/style/index.js.map +1 -0
  317. package/lib/vm-select-device/style/index.less +16 -0
  318. package/lib/vm-sub-tabs/index.js +40 -0
  319. package/lib/vm-sub-tabs/index.js.map +1 -0
  320. package/lib/vm-sub-tabs/style/css.js +4 -0
  321. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  322. package/lib/vm-sub-tabs/style/index.css +137 -0
  323. package/lib/vm-sub-tabs/style/index.js +4 -0
  324. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  325. package/lib/vm-sub-tabs/style/index.less +179 -0
  326. package/lib/vm-sub-title/imgs/bg.png +0 -0
  327. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  328. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  329. package/lib/vm-sub-title/index.js +43 -0
  330. package/lib/vm-sub-title/index.js.map +1 -0
  331. package/lib/vm-sub-title/style/css.js +4 -0
  332. package/lib/vm-sub-title/style/css.js.map +1 -0
  333. package/lib/vm-sub-title/style/index.css +67 -0
  334. package/lib/vm-sub-title/style/index.js +4 -0
  335. package/lib/vm-sub-title/style/index.js.map +1 -0
  336. package/lib/vm-sub-title/style/index.less +69 -0
  337. package/lib/vm-table/index.js +194 -0
  338. package/lib/vm-table/index.js.map +1 -0
  339. package/lib/vm-table/style/css.js +4 -0
  340. package/lib/vm-table/style/css.js.map +1 -0
  341. package/lib/vm-table/style/index.css +255 -0
  342. package/lib/vm-table/style/index.js +4 -0
  343. package/lib/vm-table/style/index.js.map +1 -0
  344. package/lib/vm-table/style/index.less +315 -0
  345. package/lib/vm-time-line/index.js +25 -0
  346. package/lib/vm-time-line/index.js.map +1 -0
  347. package/lib/vm-time-line/style/css.js +4 -0
  348. package/lib/vm-time-line/style/css.js.map +1 -0
  349. package/lib/vm-time-line/style/index.css +0 -0
  350. package/lib/vm-time-line/style/index.js +4 -0
  351. package/lib/vm-time-line/style/index.js.map +1 -0
  352. package/lib/vm-time-line/style/index.less +0 -0
  353. package/lib/vm-video/api.js +29 -0
  354. package/lib/vm-video/api.js.map +1 -0
  355. package/lib/vm-video/index.css +184 -0
  356. package/lib/vm-video/index.js +37 -0
  357. package/lib/vm-video/index.js.map +1 -0
  358. package/lib/vm-video/index.less +36 -0
  359. package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
  360. package/lib/vtx-base-info/index.js +62 -0
  361. package/lib/vtx-base-info/index.js.map +1 -0
  362. package/lib/vtx-base-info/style/css.js +4 -0
  363. package/lib/vtx-base-info/style/css.js.map +1 -0
  364. package/lib/vtx-base-info/style/index.css +73 -0
  365. package/lib/vtx-base-info/style/index.js +4 -0
  366. package/lib/vtx-base-info/style/index.js.map +1 -0
  367. package/lib/vtx-base-info/style/index.less +66 -0
  368. package/lib/vtx-base-modal/api.js +56 -0
  369. package/lib/vtx-base-modal/api.js.map +1 -0
  370. package/lib/vtx-base-modal/config.js +309 -0
  371. package/lib/vtx-base-modal/config.js.map +1 -0
  372. package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
  373. package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
  374. package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
  375. package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
  376. package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
  377. package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
  378. package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
  379. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
  380. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
  381. package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
  382. package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
  383. package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
  384. package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
  385. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
  386. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
  387. package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
  388. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
  389. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
  390. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
  391. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
  392. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
  393. package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
  394. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
  395. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
  396. package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
  397. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
  398. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
  399. package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
  400. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
  401. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
  402. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
  403. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
  404. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
  405. package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
  406. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
  407. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
  408. package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
  409. package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
  410. package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
  411. package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
  412. package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
  413. package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
  414. package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
  415. package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
  416. package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
  417. package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
  418. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
  419. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
  420. package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
  421. package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
  422. package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
  423. package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
  424. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
  425. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
  426. package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
  427. package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
  428. package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
  429. package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
  430. package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
  431. package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
  432. package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
  433. package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
  434. package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
  435. package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
  436. package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
  437. package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
  438. package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
  439. package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
  440. package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
  441. package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
  442. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
  443. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
  444. package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
  445. package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
  446. package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
  447. package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
  448. package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
  449. package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
  450. package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
  451. package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
  452. package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
  453. package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
  454. package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
  455. package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
  456. package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
  457. package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
  458. package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
  459. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
  460. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
  461. package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
  462. package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
  463. package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
  464. package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
  465. package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
  466. package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
  467. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
  468. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
  469. package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
  470. package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
  471. package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
  472. package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
  473. package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
  474. package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
  475. package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
  476. package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
  477. package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
  478. package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
  479. package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
  480. package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
  481. package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
  482. package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
  483. package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
  484. package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
  485. package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
  486. package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
  487. package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
  488. package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
  489. package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
  490. package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
  491. package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
  492. package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
  493. package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
  494. package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
  495. package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
  496. package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
  497. package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
  498. package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
  499. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  500. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  501. package/lib/vtx-base-modal/imgs/close.png +0 -0
  502. package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
  503. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  504. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  505. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  506. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  507. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  508. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  509. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  510. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  511. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  512. package/lib/vtx-base-modal/imgs/track.png +0 -0
  513. package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
  514. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  515. package/lib/vtx-base-modal/index.js +479 -0
  516. package/lib/vtx-base-modal/index.js.map +1 -0
  517. package/lib/vtx-base-modal/style/css.js +4 -0
  518. package/lib/vtx-base-modal/style/css.js.map +1 -0
  519. package/lib/vtx-base-modal/style/index.css +1283 -0
  520. package/lib/vtx-base-modal/style/index.js +4 -0
  521. package/lib/vtx-base-modal/style/index.js.map +1 -0
  522. package/lib/vtx-base-modal/style/index.less +1097 -0
  523. package/lib/vtx-car-modal/api.js +863 -0
  524. package/lib/vtx-car-modal/api.js.map +1 -0
  525. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +213 -0
  526. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  527. package/lib/vtx-car-modal/components/AlarmInfo/List.js +188 -0
  528. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  529. package/lib/vtx-car-modal/components/AlarmInfo/index.css +47 -0
  530. package/lib/vtx-car-modal/components/AlarmInfo/index.js +141 -0
  531. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  532. package/lib/vtx-car-modal/components/AlarmInfo/index.less +40 -0
  533. package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
  534. package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
  535. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +95 -0
  536. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  537. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  538. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  539. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +53 -0
  540. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  541. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +55 -0
  542. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  543. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +127 -0
  544. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  545. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +133 -0
  546. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  547. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  548. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  549. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +118 -0
  550. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  551. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +138 -0
  552. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  553. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +142 -0
  554. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  555. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +147 -0
  556. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  557. package/lib/vtx-car-modal/components/BaseInfo/index.css +347 -0
  558. package/lib/vtx-car-modal/components/BaseInfo/index.js +303 -0
  559. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  560. package/lib/vtx-car-modal/components/BaseInfo/index.less +290 -0
  561. package/lib/vtx-car-modal/components/Collection/index.css +28 -0
  562. package/lib/vtx-car-modal/components/Collection/index.js +190 -0
  563. package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
  564. package/lib/vtx-car-modal/components/Collection/index.less +18 -0
  565. package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
  566. package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
  567. package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
  568. package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
  569. package/lib/vtx-car-modal/components/Maintenance/index.css +40 -0
  570. package/lib/vtx-car-modal/components/Maintenance/index.js +133 -0
  571. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  572. package/lib/vtx-car-modal/components/Maintenance/index.less +35 -0
  573. package/lib/vtx-car-modal/components/OilConsumption/List.js +89 -0
  574. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  575. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +119 -0
  576. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  577. package/lib/vtx-car-modal/components/OilConsumption/index.css +36 -0
  578. package/lib/vtx-car-modal/components/OilConsumption/index.js +141 -0
  579. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  580. package/lib/vtx-car-modal/components/OilConsumption/index.less +39 -0
  581. package/lib/vtx-car-modal/components/QdBaseInfo/Chain.js +104 -0
  582. package/lib/vtx-car-modal/components/QdBaseInfo/Chain.js.map +1 -0
  583. package/lib/vtx-car-modal/components/QdBaseInfo/TodayWorkCC.js +78 -0
  584. package/lib/vtx-car-modal/components/QdBaseInfo/TodayWorkCC.js.map +1 -0
  585. package/lib/vtx-car-modal/components/QdBaseInfo/ZyfxCC.js +148 -0
  586. package/lib/vtx-car-modal/components/QdBaseInfo/ZyfxCC.js.map +1 -0
  587. package/lib/vtx-car-modal/components/QdBaseInfo/index.js +223 -0
  588. package/lib/vtx-car-modal/components/QdBaseInfo/index.js.map +1 -0
  589. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +84 -0
  590. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  591. package/lib/vtx-car-modal/components/StaticInfo/List.js +91 -0
  592. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  593. package/lib/vtx-car-modal/components/StaticInfo/index.css +102 -0
  594. package/lib/vtx-car-modal/components/StaticInfo/index.js +114 -0
  595. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  596. package/lib/vtx-car-modal/components/StaticInfo/index.less +82 -0
  597. package/lib/vtx-car-modal/components/WaterConsumption/index.css +31 -0
  598. package/lib/vtx-car-modal/components/WaterConsumption/index.js +115 -0
  599. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  600. package/lib/vtx-car-modal/components/WaterConsumption/index.less +25 -0
  601. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +131 -0
  602. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  603. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +338 -0
  604. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  605. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +290 -0
  606. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  607. package/lib/vtx-car-modal/components/WorkInfo/Zylc.js +123 -0
  608. package/lib/vtx-car-modal/components/WorkInfo/Zylc.js.map +1 -0
  609. package/lib/vtx-car-modal/components/WorkInfo/index.css +102 -0
  610. package/lib/vtx-car-modal/components/WorkInfo/index.js +30 -0
  611. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  612. package/lib/vtx-car-modal/components/WorkInfo/index.less +66 -0
  613. package/lib/vtx-car-modal/components/index.js +70 -0
  614. package/lib/vtx-car-modal/components/index.js.map +1 -0
  615. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  616. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  617. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  618. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  619. package/lib/vtx-car-modal/imgs/car.png +0 -0
  620. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  621. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  622. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  623. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  624. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  625. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  626. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  627. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  628. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  629. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  630. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  631. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  632. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  633. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  634. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  635. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  636. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  637. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  638. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  639. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  640. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  641. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  642. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  643. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  644. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  645. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  646. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  647. package/lib/vtx-car-modal/imgs/position.png +0 -0
  648. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  649. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  650. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  651. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  652. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  653. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  654. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  655. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  656. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  657. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  658. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  659. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  660. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  661. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  662. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  663. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  664. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  665. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  666. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  667. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  668. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  669. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  670. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  671. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  672. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  673. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  674. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  675. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  676. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  677. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  678. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  679. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  680. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  681. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  682. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  683. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  684. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  685. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  686. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  687. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  688. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  689. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  690. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  691. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  692. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  693. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  694. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  695. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  696. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  697. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  698. package/lib/vtx-car-modal/index.js +224 -0
  699. package/lib/vtx-car-modal/index.js.map +1 -0
  700. package/lib/vtx-car-modal/style/css.js +12 -0
  701. package/lib/vtx-car-modal/style/css.js.map +1 -0
  702. package/lib/vtx-car-modal/style/index.css +162 -0
  703. package/lib/vtx-car-modal/style/index.js +12 -0
  704. package/lib/vtx-car-modal/style/index.js.map +1 -0
  705. package/lib/vtx-car-modal/style/index.less +8 -0
  706. package/lib/vtx-cc-cp-modal/api.js +440 -0
  707. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  708. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +149 -0
  709. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  710. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +120 -0
  711. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  712. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +150 -0
  713. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  714. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +102 -0
  715. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
  716. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  717. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +91 -0
  718. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +80 -0
  719. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  720. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +37 -0
  721. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  722. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +50 -0
  723. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  724. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
  725. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  726. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +76 -0
  727. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +72 -0
  728. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  729. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +56 -0
  730. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +127 -0
  731. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  732. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +120 -0
  733. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  734. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +150 -0
  735. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  736. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +119 -0
  737. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
  738. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  739. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +108 -0
  740. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
  741. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
  742. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
  743. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
  744. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
  745. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
  746. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
  747. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
  748. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
  749. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
  750. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Info.js +52 -0
  751. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Info.js.map +1 -0
  752. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Rules.js +44 -0
  753. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/Rules.js.map +1 -0
  754. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.css +15 -0
  755. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.js +74 -0
  756. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.js.map +1 -0
  757. package/lib/vtx-cc-cp-modal/components/QdBaseInfo/index.less +10 -0
  758. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +3 -0
  759. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +123 -0
  760. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  761. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +3 -0
  762. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +129 -0
  763. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  764. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
  765. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  766. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +51 -0
  767. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +80 -0
  768. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  769. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +46 -0
  770. package/lib/vtx-cc-cp-modal/components/index.js +49 -0
  771. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  772. package/lib/vtx-cc-cp-modal/index.js +106 -0
  773. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  774. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  775. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  776. package/lib/vtx-cc-cp-modal/style/index.css +152 -0
  777. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  778. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  779. package/lib/vtx-cc-cp-modal/style/index.less +1 -0
  780. package/lib/vtx-cc-cp-modal/type.js +6 -0
  781. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  782. package/lib/vtx-cc-unit-modal/api.js +358 -0
  783. package/lib/vtx-cc-unit-modal/api.js.map +1 -0
  784. package/lib/vtx-cc-unit-modal/components/CarList/index.js +105 -0
  785. package/lib/vtx-cc-unit-modal/components/CarList/index.js.map +1 -0
  786. package/lib/vtx-cc-unit-modal/components/QdBase/CollectRecord.js +89 -0
  787. package/lib/vtx-cc-unit-modal/components/QdBase/CollectRecord.js.map +1 -0
  788. package/lib/vtx-cc-unit-modal/components/QdBase/CollectStatistics.js +68 -0
  789. package/lib/vtx-cc-unit-modal/components/QdBase/CollectStatistics.js.map +1 -0
  790. package/lib/vtx-cc-unit-modal/components/QdBase/Factory.js +46 -0
  791. package/lib/vtx-cc-unit-modal/components/QdBase/Factory.js.map +1 -0
  792. package/lib/vtx-cc-unit-modal/components/QdBase/index.css +29 -0
  793. package/lib/vtx-cc-unit-modal/components/QdBase/index.js +104 -0
  794. package/lib/vtx-cc-unit-modal/components/QdBase/index.js.map +1 -0
  795. package/lib/vtx-cc-unit-modal/components/QdBase/index.less +20 -0
  796. package/lib/vtx-cc-unit-modal/components/QdCollection/index.js +60 -0
  797. package/lib/vtx-cc-unit-modal/components/QdCollection/index.js.map +1 -0
  798. package/lib/vtx-cc-unit-modal/components/QdDetailInfo/index.js +139 -0
  799. package/lib/vtx-cc-unit-modal/components/QdDetailInfo/index.js.map +1 -0
  800. package/lib/vtx-cc-unit-modal/components/QdFactory/index.js +57 -0
  801. package/lib/vtx-cc-unit-modal/components/QdFactory/index.js.map +1 -0
  802. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +114 -0
  803. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js.map +1 -0
  804. package/lib/vtx-cc-unit-modal/index.js +105 -0
  805. package/lib/vtx-cc-unit-modal/index.js.map +1 -0
  806. package/lib/vtx-cc-unit-modal/style/css.js +4 -0
  807. package/lib/vtx-cc-unit-modal/style/css.js.map +1 -0
  808. package/lib/vtx-cc-unit-modal/style/index.css +152 -0
  809. package/lib/vtx-cc-unit-modal/style/index.js +4 -0
  810. package/lib/vtx-cc-unit-modal/style/index.js.map +1 -0
  811. package/lib/vtx-cc-unit-modal/style/index.less +1 -0
  812. package/lib/vtx-cp-modal/api.js +372 -0
  813. package/lib/vtx-cp-modal/api.js.map +1 -0
  814. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
  815. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  816. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +116 -0
  817. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  818. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +182 -0
  819. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  820. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +119 -0
  821. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +45 -0
  822. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  823. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +109 -0
  824. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +120 -0
  825. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  826. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +98 -0
  827. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  828. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +142 -0
  829. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  830. package/lib/vtx-cp-modal/components/BaseInfo/index.css +166 -0
  831. package/lib/vtx-cp-modal/components/BaseInfo/index.js +90 -0
  832. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  833. package/lib/vtx-cp-modal/components/BaseInfo/index.less +156 -0
  834. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +198 -0
  835. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  836. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +116 -0
  837. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  838. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +182 -0
  839. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  840. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +119 -0
  841. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +45 -0
  842. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  843. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +109 -0
  844. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +139 -0
  845. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  846. package/lib/vtx-cp-modal/components/SyInfo/index.css +54 -0
  847. package/lib/vtx-cp-modal/components/SyInfo/index.js +349 -0
  848. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  849. package/lib/vtx-cp-modal/components/SyInfo/index.less +47 -0
  850. package/lib/vtx-cp-modal/components/index.js +35 -0
  851. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  852. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  853. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  854. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  855. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  856. package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
  857. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  858. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  859. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  860. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  861. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  862. package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
  863. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  864. package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
  865. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  866. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  867. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  868. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  869. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  870. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  871. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  872. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  873. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  874. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  875. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  876. package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
  877. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  878. package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
  879. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  880. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  881. package/lib/vtx-cp-modal/index.js +149 -0
  882. package/lib/vtx-cp-modal/index.js.map +1 -0
  883. package/lib/vtx-cp-modal/style/css.js +5 -0
  884. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  885. package/lib/vtx-cp-modal/style/index.css +152 -0
  886. package/lib/vtx-cp-modal/style/index.js +5 -0
  887. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  888. package/lib/vtx-cp-modal/style/index.less +1 -0
  889. package/lib/vtx-default-modal/api.js +331 -0
  890. package/lib/vtx-default-modal/api.js.map +1 -0
  891. package/lib/vtx-default-modal/components/BaseInfo/index.css +38 -0
  892. package/lib/vtx-default-modal/components/BaseInfo/index.js +92 -0
  893. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  894. package/lib/vtx-default-modal/components/BaseInfo/index.less +38 -0
  895. package/lib/vtx-default-modal/components/index.js +14 -0
  896. package/lib/vtx-default-modal/components/index.js.map +1 -0
  897. package/lib/vtx-default-modal/index.js +169 -0
  898. package/lib/vtx-default-modal/index.js.map +1 -0
  899. package/lib/vtx-default-modal/style/css.js +5 -0
  900. package/lib/vtx-default-modal/style/css.js.map +1 -0
  901. package/lib/vtx-default-modal/style/index.css +152 -0
  902. package/lib/vtx-default-modal/style/index.js +5 -0
  903. package/lib/vtx-default-modal/style/index.js.map +1 -0
  904. package/lib/vtx-default-modal/style/index.less +1 -0
  905. package/lib/vtx-device-modal/api.js +596 -0
  906. package/lib/vtx-device-modal/api.js.map +1 -0
  907. package/lib/vtx-device-modal/components/BaseInfo/RealTimeList.js +422 -0
  908. package/lib/vtx-device-modal/components/BaseInfo/RealTimeList.js.map +1 -0
  909. package/lib/vtx-device-modal/components/BaseInfo/index.css +66 -0
  910. package/lib/vtx-device-modal/components/BaseInfo/index.js +106 -0
  911. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  912. package/lib/vtx-device-modal/components/BaseInfo/index.less +45 -0
  913. package/lib/vtx-device-modal/components/DataAnalysis/Chart.js +893 -0
  914. package/lib/vtx-device-modal/components/DataAnalysis/Chart.js.map +1 -0
  915. package/lib/vtx-device-modal/components/DataAnalysis/index.css +70 -0
  916. package/lib/vtx-device-modal/components/DataAnalysis/index.js +147 -0
  917. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  918. package/lib/vtx-device-modal/components/DataAnalysis/index.less +46 -0
  919. package/lib/vtx-device-modal/config.js +69 -0
  920. package/lib/vtx-device-modal/config.js.map +1 -0
  921. package/lib/vtx-device-modal/imgs/car.png +0 -0
  922. package/lib/vtx-device-modal/imgs/user.png +0 -0
  923. package/lib/vtx-device-modal/index.js +116 -0
  924. package/lib/vtx-device-modal/index.js.map +1 -0
  925. package/lib/vtx-device-modal/style/css.js +5 -0
  926. package/lib/vtx-device-modal/style/css.js.map +1 -0
  927. package/lib/vtx-device-modal/style/index.css +0 -0
  928. package/lib/vtx-device-modal/style/index.js +5 -0
  929. package/lib/vtx-device-modal/style/index.js.map +1 -0
  930. package/lib/vtx-device-modal/style/index.less +1 -0
  931. package/lib/vtx-device-modal/types.js +6 -0
  932. package/lib/vtx-device-modal/types.js.map +1 -0
  933. package/lib/vtx-df-modal/api.js +290 -0
  934. package/lib/vtx-df-modal/api.js.map +1 -0
  935. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +142 -0
  936. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  937. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +158 -0
  938. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  939. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +121 -0
  940. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  941. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +60 -0
  942. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  943. package/lib/vtx-df-modal/components/BaseInfo/index.css +171 -0
  944. package/lib/vtx-df-modal/components/BaseInfo/index.js +143 -0
  945. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  946. package/lib/vtx-df-modal/components/BaseInfo/index.less +173 -0
  947. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +124 -0
  948. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  949. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +139 -0
  950. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  951. package/lib/vtx-df-modal/components/Metering/List.js +126 -0
  952. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  953. package/lib/vtx-df-modal/components/Metering/index.css +96 -0
  954. package/lib/vtx-df-modal/components/Metering/index.js +175 -0
  955. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  956. package/lib/vtx-df-modal/components/Metering/index.less +83 -0
  957. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +114 -0
  958. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  959. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +108 -0
  960. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  961. package/lib/vtx-df-modal/components/WorkCondition/index.css +151 -0
  962. package/lib/vtx-df-modal/components/WorkCondition/index.js +27 -0
  963. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  964. package/lib/vtx-df-modal/components/WorkCondition/index.less +136 -0
  965. package/lib/vtx-df-modal/components/index.js +28 -0
  966. package/lib/vtx-df-modal/components/index.js.map +1 -0
  967. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  968. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  969. package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
  970. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  971. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  972. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  973. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  974. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  975. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  976. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  977. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  978. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  979. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  980. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  981. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  982. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  983. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  984. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  985. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  986. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  987. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  988. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  989. package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
  990. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  991. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  992. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  993. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  994. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  995. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  996. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  997. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  998. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  999. package/lib/vtx-df-modal/index.js +140 -0
  1000. package/lib/vtx-df-modal/index.js.map +1 -0
  1001. package/lib/vtx-df-modal/style/css.js +7 -0
  1002. package/lib/vtx-df-modal/style/css.js.map +1 -0
  1003. package/lib/vtx-df-modal/style/index.css +152 -0
  1004. package/lib/vtx-df-modal/style/index.js +7 -0
  1005. package/lib/vtx-df-modal/style/index.js.map +1 -0
  1006. package/lib/vtx-df-modal/style/index.less +1 -0
  1007. package/lib/vtx-facility-modal/api.js +117 -0
  1008. package/lib/vtx-facility-modal/api.js.map +1 -0
  1009. package/lib/vtx-facility-modal/components/OverView/Left.js +52 -0
  1010. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  1011. package/lib/vtx-facility-modal/components/OverView/index.css +136 -0
  1012. package/lib/vtx-facility-modal/components/OverView/index.js +312 -0
  1013. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  1014. package/lib/vtx-facility-modal/components/OverView/index.less +120 -0
  1015. package/lib/vtx-facility-modal/components/index.js +14 -0
  1016. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  1017. package/lib/vtx-facility-modal/config.js +95 -0
  1018. package/lib/vtx-facility-modal/config.js.map +1 -0
  1019. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  1020. package/lib/vtx-facility-modal/imgs/default.png +0 -0
  1021. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  1022. package/lib/vtx-facility-modal/index.js +49 -0
  1023. package/lib/vtx-facility-modal/index.js.map +1 -0
  1024. package/lib/vtx-facility-modal/style/css.js +5 -0
  1025. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  1026. package/lib/vtx-facility-modal/style/index.css +0 -0
  1027. package/lib/vtx-facility-modal/style/index.js +5 -0
  1028. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  1029. package/lib/vtx-facility-modal/style/index.less +1 -0
  1030. package/lib/vtx-facility-modal/types.js +6 -0
  1031. package/lib/vtx-facility-modal/types.js.map +1 -0
  1032. package/lib/vtx-housing-estate-modal/api.js +538 -0
  1033. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  1034. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +406 -0
  1035. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  1036. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +208 -0
  1037. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  1038. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +289 -0
  1039. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  1040. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +33 -0
  1041. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  1042. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  1043. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +102 -0
  1044. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  1045. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  1046. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +323 -0
  1047. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  1048. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +90 -0
  1049. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  1050. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +120 -0
  1051. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  1052. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +238 -0
  1053. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  1054. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +59 -0
  1055. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  1056. package/lib/vtx-housing-estate-modal/components/OverView/index.css +329 -0
  1057. package/lib/vtx-housing-estate-modal/components/OverView/index.js +45 -0
  1058. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  1059. package/lib/vtx-housing-estate-modal/components/OverView/index.less +256 -0
  1060. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  1061. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +57 -0
  1062. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  1063. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  1064. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +21 -0
  1065. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +138 -0
  1066. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  1067. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -0
  1068. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  1069. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  1070. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  1071. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +103 -0
  1072. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  1073. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  1074. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  1075. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  1076. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +114 -0
  1077. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +146 -0
  1078. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  1079. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +102 -0
  1080. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  1081. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  1082. package/lib/vtx-housing-estate-modal/config.js +85 -0
  1083. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  1084. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1085. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1086. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1087. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1088. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1089. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1090. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1091. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1092. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1093. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1094. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1095. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1096. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1097. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1098. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1099. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1100. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1101. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1102. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1103. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1104. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1105. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1106. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1107. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1108. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1109. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1110. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1111. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1112. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1113. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1114. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1115. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1116. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1117. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1118. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1119. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1120. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1121. package/lib/vtx-housing-estate-modal/index.js +103 -0
  1122. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  1123. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  1124. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  1125. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1126. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  1127. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  1128. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  1129. package/lib/vtx-housing-estate-modal/types.js +6 -0
  1130. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  1131. package/lib/vtx-kh-modal/api.js +73 -0
  1132. package/lib/vtx-kh-modal/api.js.map +1 -0
  1133. package/lib/vtx-kh-modal/components/BaseInfo/index.css +69 -0
  1134. package/lib/vtx-kh-modal/components/BaseInfo/index.js +95 -0
  1135. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  1136. package/lib/vtx-kh-modal/components/BaseInfo/index.less +66 -0
  1137. package/lib/vtx-kh-modal/components/index.js +14 -0
  1138. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  1139. package/lib/vtx-kh-modal/index.js +93 -0
  1140. package/lib/vtx-kh-modal/index.js.map +1 -0
  1141. package/lib/vtx-kh-modal/style/css.js +5 -0
  1142. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  1143. package/lib/vtx-kh-modal/style/index.css +152 -0
  1144. package/lib/vtx-kh-modal/style/index.js +5 -0
  1145. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  1146. package/lib/vtx-kh-modal/style/index.less +1 -0
  1147. package/lib/vtx-pump-modal/api.js +332 -0
  1148. package/lib/vtx-pump-modal/api.js.map +1 -0
  1149. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +171 -0
  1150. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  1151. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +253 -0
  1152. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  1153. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +104 -0
  1154. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +184 -0
  1155. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  1156. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +103 -0
  1157. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +252 -0
  1158. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  1159. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
  1160. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  1161. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
  1162. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  1163. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
  1164. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  1165. package/lib/vtx-pump-modal/components/Basic/index.css +90 -0
  1166. package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
  1167. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  1168. package/lib/vtx-pump-modal/components/Basic/index.less +74 -0
  1169. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +191 -0
  1170. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  1171. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +193 -0
  1172. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  1173. package/lib/vtx-pump-modal/components/Sbxl/index.css +88 -0
  1174. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  1175. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  1176. package/lib/vtx-pump-modal/components/Sbxl/index.less +90 -0
  1177. package/lib/vtx-pump-modal/components/Sjfx/index.css +63 -0
  1178. package/lib/vtx-pump-modal/components/Sjfx/index.js +706 -0
  1179. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  1180. package/lib/vtx-pump-modal/components/Sjfx/index.less +60 -0
  1181. package/lib/vtx-pump-modal/components/Sxyx/index.css +169 -0
  1182. package/lib/vtx-pump-modal/components/Sxyx/index.js +292 -0
  1183. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  1184. package/lib/vtx-pump-modal/components/Sxyx/index.less +161 -0
  1185. package/lib/vtx-pump-modal/components/index.js +42 -0
  1186. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  1187. package/lib/vtx-pump-modal/config.js +103 -0
  1188. package/lib/vtx-pump-modal/config.js.map +1 -0
  1189. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  1190. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  1191. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  1192. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  1193. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  1194. package/lib/vtx-pump-modal/index.js +98 -0
  1195. package/lib/vtx-pump-modal/index.js.map +1 -0
  1196. package/lib/vtx-pump-modal/style/css.js +5 -0
  1197. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  1198. package/lib/vtx-pump-modal/style/index.css +0 -0
  1199. package/lib/vtx-pump-modal/style/index.js +5 -0
  1200. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  1201. package/lib/vtx-pump-modal/style/index.less +1 -0
  1202. package/lib/vtx-pump-modal/type.js +6 -0
  1203. package/lib/vtx-pump-modal/type.js.map +1 -0
  1204. package/lib/vtx-restaurant-modal/api.js +269 -0
  1205. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  1206. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +49 -0
  1207. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  1208. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +85 -0
  1209. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  1210. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +92 -0
  1211. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  1212. package/lib/vtx-restaurant-modal/components/Alarm/index.css +48 -0
  1213. package/lib/vtx-restaurant-modal/components/Alarm/index.js +72 -0
  1214. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  1215. package/lib/vtx-restaurant-modal/components/Alarm/index.less +35 -0
  1216. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +67 -0
  1217. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  1218. package/lib/vtx-restaurant-modal/components/Basic/Info.js +57 -0
  1219. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  1220. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +66 -0
  1221. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  1222. package/lib/vtx-restaurant-modal/components/Basic/index.css +29 -0
  1223. package/lib/vtx-restaurant-modal/components/Basic/index.js +53 -0
  1224. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  1225. package/lib/vtx-restaurant-modal/components/Basic/index.less +22 -0
  1226. package/lib/vtx-restaurant-modal/components/Collection/Charts.js +156 -0
  1227. package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
  1228. package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
  1229. package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
  1230. package/lib/vtx-restaurant-modal/components/Collection/index.css +40 -0
  1231. package/lib/vtx-restaurant-modal/components/Collection/index.js +105 -0
  1232. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  1233. package/lib/vtx-restaurant-modal/components/Collection/index.less +29 -0
  1234. package/lib/vtx-restaurant-modal/components/QdBasic/Info.js +87 -0
  1235. package/lib/vtx-restaurant-modal/components/QdBasic/Info.js.map +1 -0
  1236. package/lib/vtx-restaurant-modal/components/QdBasic/index.js +52 -0
  1237. package/lib/vtx-restaurant-modal/components/QdBasic/index.js.map +1 -0
  1238. package/lib/vtx-restaurant-modal/components/QdContract/ContactDetail.js +336 -0
  1239. package/lib/vtx-restaurant-modal/components/QdContract/ContactDetail.js.map +1 -0
  1240. package/lib/vtx-restaurant-modal/components/QdContract/index.css +9 -0
  1241. package/lib/vtx-restaurant-modal/components/QdContract/index.js +122 -0
  1242. package/lib/vtx-restaurant-modal/components/QdContract/index.js.map +1 -0
  1243. package/lib/vtx-restaurant-modal/components/QdContract/index.less +9 -0
  1244. package/lib/vtx-restaurant-modal/components/QdDetailInfo/index.js +55 -0
  1245. package/lib/vtx-restaurant-modal/components/QdDetailInfo/index.js.map +1 -0
  1246. package/lib/vtx-restaurant-modal/components/QdSign/index.js +106 -0
  1247. package/lib/vtx-restaurant-modal/components/QdSign/index.js.map +1 -0
  1248. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  1249. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  1250. package/lib/vtx-restaurant-modal/config.js +93 -0
  1251. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  1252. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1253. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1254. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1255. package/lib/vtx-restaurant-modal/index.js +120 -0
  1256. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  1257. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  1258. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  1259. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1260. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  1261. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  1262. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  1263. package/lib/vtx-restaurant-modal/type.js +6 -0
  1264. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  1265. package/lib/vtx-road-modal/api.js +212 -0
  1266. package/lib/vtx-road-modal/api.js.map +1 -0
  1267. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +57 -0
  1268. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  1269. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +176 -0
  1270. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1271. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +110 -0
  1272. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  1273. package/lib/vtx-road-modal/components/BaseInfo/index.css +176 -0
  1274. package/lib/vtx-road-modal/components/BaseInfo/index.js +85 -0
  1275. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1276. package/lib/vtx-road-modal/components/BaseInfo/index.less +146 -0
  1277. package/lib/vtx-road-modal/components/Statistical/Zylc.js +152 -0
  1278. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1279. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +119 -0
  1280. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1281. package/lib/vtx-road-modal/components/Statistical/index.css +130 -0
  1282. package/lib/vtx-road-modal/components/Statistical/index.js +184 -0
  1283. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1284. package/lib/vtx-road-modal/components/Statistical/index.less +112 -0
  1285. package/lib/vtx-road-modal/components/index.js +21 -0
  1286. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1287. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1288. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1289. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1290. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1291. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1292. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1293. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1294. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1295. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1296. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1297. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1298. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1299. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1300. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1301. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1302. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1303. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1304. package/lib/vtx-road-modal/index.js +161 -0
  1305. package/lib/vtx-road-modal/index.js.map +1 -0
  1306. package/lib/vtx-road-modal/style/css.js +6 -0
  1307. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1308. package/lib/vtx-road-modal/style/index.css +152 -0
  1309. package/lib/vtx-road-modal/style/index.js +6 -0
  1310. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1311. package/lib/vtx-road-modal/style/index.less +1 -0
  1312. package/lib/vtx-staff-modal/api.js +476 -0
  1313. package/lib/vtx-staff-modal/api.js.map +1 -0
  1314. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +189 -0
  1315. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1316. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +123 -0
  1317. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1318. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +27 -0
  1319. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +108 -0
  1320. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1321. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +23 -0
  1322. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +106 -0
  1323. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1324. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  1325. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1326. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +121 -0
  1327. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1328. package/lib/vtx-staff-modal/components/Attendance/index.css +51 -0
  1329. package/lib/vtx-staff-modal/components/Attendance/index.js +82 -0
  1330. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1331. package/lib/vtx-staff-modal/components/Attendance/index.less +45 -0
  1332. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +116 -0
  1333. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1334. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
  1335. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js.map +1 -0
  1336. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1337. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1338. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +140 -0
  1339. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1340. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +145 -0
  1341. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js.map +1 -0
  1342. package/lib/vtx-staff-modal/components/BaseInfo/index.css +270 -0
  1343. package/lib/vtx-staff-modal/components/BaseInfo/index.js +205 -0
  1344. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1345. package/lib/vtx-staff-modal/components/BaseInfo/index.less +226 -0
  1346. package/lib/vtx-staff-modal/components/DetailInfo/index.css +35 -0
  1347. package/lib/vtx-staff-modal/components/DetailInfo/index.js +177 -0
  1348. package/lib/vtx-staff-modal/components/DetailInfo/index.js.map +1 -0
  1349. package/lib/vtx-staff-modal/components/DetailInfo/index.less +38 -0
  1350. package/lib/vtx-staff-modal/components/Equipment/index.css +55 -0
  1351. package/lib/vtx-staff-modal/components/Equipment/index.js +149 -0
  1352. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1353. package/lib/vtx-staff-modal/components/Equipment/index.less +53 -0
  1354. package/lib/vtx-staff-modal/components/StaticInfo/Charts.js +161 -0
  1355. package/lib/vtx-staff-modal/components/StaticInfo/Charts.js.map +1 -0
  1356. package/lib/vtx-staff-modal/components/StaticInfo/index.css +348 -0
  1357. package/lib/vtx-staff-modal/components/StaticInfo/index.js +131 -0
  1358. package/lib/vtx-staff-modal/components/StaticInfo/index.js.map +1 -0
  1359. package/lib/vtx-staff-modal/components/StaticInfo/index.less +284 -0
  1360. package/lib/vtx-staff-modal/components/index.js +42 -0
  1361. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1362. package/lib/vtx-staff-modal/imgs/caution.png +0 -0
  1363. package/lib/vtx-staff-modal/imgs/help.png +0 -0
  1364. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1365. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1366. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1367. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1368. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1369. package/lib/vtx-staff-modal/imgs/time.png +0 -0
  1370. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1371. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1372. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1373. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1374. package/lib/vtx-staff-modal/imgs/yl.png +0 -0
  1375. package/lib/vtx-staff-modal/imgs/zhzf.png +0 -0
  1376. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1377. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1378. package/lib/vtx-staff-modal/index.js +100 -0
  1379. package/lib/vtx-staff-modal/index.js.map +1 -0
  1380. package/lib/vtx-staff-modal/style/css.js +8 -0
  1381. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1382. package/lib/vtx-staff-modal/style/index.css +152 -0
  1383. package/lib/vtx-staff-modal/style/index.js +8 -0
  1384. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1385. package/lib/vtx-staff-modal/style/index.less +1 -0
  1386. package/lib/vtx-theme-provider/index.js +25 -0
  1387. package/lib/vtx-theme-provider/index.js.map +1 -0
  1388. package/lib/vtx-throw-point-modal/api.js +572 -0
  1389. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1390. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +389 -0
  1391. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1392. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +208 -0
  1393. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1394. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +290 -0
  1395. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1396. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +33 -0
  1397. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1398. package/lib/vtx-throw-point-modal/components/Alarm/index.css +83 -0
  1399. package/lib/vtx-throw-point-modal/components/Alarm/index.js +102 -0
  1400. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1401. package/lib/vtx-throw-point-modal/components/Alarm/index.less +69 -0
  1402. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +311 -0
  1403. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1404. package/lib/vtx-throw-point-modal/components/OverView/Left.js +121 -0
  1405. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1406. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +117 -0
  1407. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1408. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +220 -0
  1409. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1410. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +59 -0
  1411. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1412. package/lib/vtx-throw-point-modal/components/OverView/index.css +409 -0
  1413. package/lib/vtx-throw-point-modal/components/OverView/index.js +43 -0
  1414. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1415. package/lib/vtx-throw-point-modal/components/OverView/index.less +331 -0
  1416. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +83 -0
  1417. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1418. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1419. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +331 -0
  1420. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1421. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1422. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1423. package/lib/vtx-throw-point-modal/components/TFRD/index.js +135 -0
  1424. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1425. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1426. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1427. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1428. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1429. package/lib/vtx-throw-point-modal/components/WGGS/index.js +89 -0
  1430. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1431. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1432. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1433. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1434. package/lib/vtx-throw-point-modal/components/WGXW/index.css +114 -0
  1435. package/lib/vtx-throw-point-modal/components/WGXW/index.js +132 -0
  1436. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1437. package/lib/vtx-throw-point-modal/components/WGXW/index.less +102 -0
  1438. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1439. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1440. package/lib/vtx-throw-point-modal/config.js +64 -0
  1441. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1442. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1443. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1444. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1445. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1446. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1447. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1448. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1449. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1450. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1451. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1452. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1453. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1454. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1455. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1456. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1457. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1458. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1459. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1460. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1461. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1462. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1463. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1464. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1465. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1466. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1467. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1468. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1469. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1470. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1471. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1472. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1473. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1474. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1475. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1476. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1477. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1478. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1479. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1480. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1481. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1482. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1483. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1484. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1485. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1486. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1487. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1488. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1489. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1490. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1491. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1492. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1493. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1494. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1495. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1496. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1497. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1498. package/lib/vtx-throw-point-modal/index.js +134 -0
  1499. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1500. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1501. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1502. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1503. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1504. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1505. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1506. package/lib/vtx-throw-point-modal/types.js +6 -0
  1507. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1508. package/lib/vtx-wr-modal/api.js +413 -0
  1509. package/lib/vtx-wr-modal/api.js.map +1 -0
  1510. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +251 -0
  1511. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1512. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1513. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1514. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +181 -0
  1515. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1516. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +117 -0
  1517. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +45 -0
  1518. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1519. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +106 -0
  1520. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +125 -0
  1521. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1522. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +49 -0
  1523. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1524. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  1525. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1526. package/lib/vtx-wr-modal/components/BaseInfo/index.css +162 -0
  1527. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  1528. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1529. package/lib/vtx-wr-modal/components/BaseInfo/index.less +142 -0
  1530. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +80 -0
  1531. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  1532. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +182 -0
  1533. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  1534. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
  1535. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  1536. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
  1537. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  1538. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
  1539. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  1540. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
  1541. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  1542. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +123 -0
  1543. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  1544. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  1545. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +127 -0
  1546. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  1547. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  1548. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +129 -0
  1549. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
  1550. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +296 -0
  1551. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
  1552. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +60 -0
  1553. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
  1554. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +387 -0
  1555. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
  1556. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +197 -0
  1557. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
  1558. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +227 -0
  1559. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
  1560. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +465 -0
  1561. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +94 -0
  1562. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
  1563. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +462 -0
  1564. package/lib/vtx-wr-modal/components/Detail/index.js +119 -0
  1565. package/lib/vtx-wr-modal/components/Detail/index.js.map +1 -0
  1566. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +103 -0
  1567. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1568. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1569. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1570. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +143 -0
  1571. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1572. package/lib/vtx-wr-modal/components/Evaluate/index.css +124 -0
  1573. package/lib/vtx-wr-modal/components/Evaluate/index.js +48 -0
  1574. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1575. package/lib/vtx-wr-modal/components/Evaluate/index.less +124 -0
  1576. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +158 -0
  1577. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1578. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +164 -0
  1579. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1580. package/lib/vtx-wr-modal/components/Monitor/index.css +106 -0
  1581. package/lib/vtx-wr-modal/components/Monitor/index.js +27 -0
  1582. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1583. package/lib/vtx-wr-modal/components/Monitor/index.less +82 -0
  1584. package/lib/vtx-wr-modal/components/Score/index.css +133 -0
  1585. package/lib/vtx-wr-modal/components/Score/index.js +248 -0
  1586. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  1587. package/lib/vtx-wr-modal/components/Score/index.less +134 -0
  1588. package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
  1589. package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
  1590. package/lib/vtx-wr-modal/components/index.js +70 -0
  1591. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1592. package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
  1593. package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
  1594. package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
  1595. package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
  1596. package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
  1597. package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
  1598. package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
  1599. package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
  1600. package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
  1601. package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
  1602. package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
  1603. package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
  1604. package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
  1605. package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
  1606. package/lib/vtx-wr-modal/imgs/2/wza.png +0 -0
  1607. package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
  1608. package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
  1609. package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
  1610. package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
  1611. package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
  1612. package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
  1613. package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
  1614. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1616. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1617. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1618. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  1619. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  1620. package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
  1621. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  1622. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  1623. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  1624. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1625. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1626. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1627. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  1628. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1629. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1630. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1631. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1632. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1633. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1634. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1635. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1636. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1637. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  1638. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  1639. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1640. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  1641. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1642. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  1643. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  1644. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  1645. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  1646. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  1647. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  1648. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  1649. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1650. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1651. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  1652. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  1653. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1654. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1655. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  1656. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  1657. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1658. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1659. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1660. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1661. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  1662. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  1663. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1664. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1665. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1666. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1667. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  1668. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  1669. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  1670. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  1671. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  1672. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  1673. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  1674. package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
  1675. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  1676. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  1677. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  1678. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  1679. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  1680. package/lib/vtx-wr-modal/index.js +238 -0
  1681. package/lib/vtx-wr-modal/index.js.map +1 -0
  1682. package/lib/vtx-wr-modal/style/css.js +9 -0
  1683. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1684. package/lib/vtx-wr-modal/style/index.css +152 -0
  1685. package/lib/vtx-wr-modal/style/index.js +9 -0
  1686. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1687. package/lib/vtx-wr-modal/style/index.less +1 -0
  1688. package/lib/vtx-zg-modal/api.js +68 -0
  1689. package/lib/vtx-zg-modal/api.js.map +1 -0
  1690. package/lib/vtx-zg-modal/components/BaseInfo/index.css +102 -0
  1691. package/lib/vtx-zg-modal/components/BaseInfo/index.js +193 -0
  1692. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1693. package/lib/vtx-zg-modal/components/BaseInfo/index.less +97 -0
  1694. package/lib/vtx-zg-modal/components/index.js +14 -0
  1695. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1696. package/lib/vtx-zg-modal/index.js +98 -0
  1697. package/lib/vtx-zg-modal/index.js.map +1 -0
  1698. package/lib/vtx-zg-modal/style/css.js +5 -0
  1699. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1700. package/lib/vtx-zg-modal/style/index.css +152 -0
  1701. package/lib/vtx-zg-modal/style/index.js +5 -0
  1702. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1703. package/lib/vtx-zg-modal/style/index.less +1 -0
  1704. package/package.json +1 -1
@@ -0,0 +1,4723 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.whiteStyle = exports.snowStyle = exports.purpleStyle = exports.darkStyle = exports.customStyle2D = exports.customStyle = exports.customLight = void 0;
7
+ var snowStyle = exports.snowStyle = [{
8
+ featureType: 'background',
9
+ elementType: 'geometry',
10
+ stylers: {
11
+ color: '#fefefeff'
12
+ }
13
+ }, {
14
+ featureType: 'poilabel',
15
+ elementType: 'labels.icon',
16
+ stylers: {
17
+ visibility: 'off'
18
+ }
19
+ }, {
20
+ featureType: 'road',
21
+ elementType: 'labels',
22
+ stylers: {
23
+ visibility: 'off'
24
+ }
25
+ }, {
26
+ featureType: 'road',
27
+ elementType: 'geometry.fill',
28
+ stylers: {
29
+ color: '#f0f1f7ff'
30
+ }
31
+ }, {
32
+ featureType: 'road',
33
+ elementType: 'geometry.stroke',
34
+ stylers: {
35
+ color: '#ffffff00'
36
+ }
37
+ }, {
38
+ featureType: 'highway',
39
+ elementType: 'geometry.fill',
40
+ stylers: {
41
+ color: '#e8eaf5ff'
42
+ }
43
+ }, {
44
+ featureType: 'highway',
45
+ elementType: 'geometry.stroke',
46
+ stylers: {
47
+ color: '#ffffff00'
48
+ }
49
+ }, {
50
+ featureType: 'nationalway',
51
+ elementType: 'geometry.fill',
52
+ stylers: {
53
+ color: '#e8eaf5ff'
54
+ }
55
+ }, {
56
+ featureType: 'nationalway',
57
+ elementType: 'geometry.stroke',
58
+ stylers: {
59
+ color: '#ffffff00'
60
+ }
61
+ }, {
62
+ featureType: 'provincialway',
63
+ elementType: 'geometry.fill',
64
+ stylers: {
65
+ color: '#e8eaf5ff'
66
+ }
67
+ }, {
68
+ featureType: 'provincialway',
69
+ elementType: 'geometry.stroke',
70
+ stylers: {
71
+ color: '#ffffff00'
72
+ }
73
+ }, {
74
+ featureType: 'railway',
75
+ elementType: 'geometry',
76
+ stylers: {
77
+ visibility: 'off'
78
+ }
79
+ }, {
80
+ featureType: 'highwaysign',
81
+ elementType: 'labels',
82
+ stylers: {
83
+ visibility: 'off'
84
+ }
85
+ }, {
86
+ featureType: 'highwaysign',
87
+ elementType: 'labels.icon',
88
+ stylers: {
89
+ visibility: 'off'
90
+ }
91
+ }, {
92
+ featureType: 'nationalwaysign',
93
+ elementType: 'labels.icon',
94
+ stylers: {
95
+ visibility: 'off'
96
+ }
97
+ }, {
98
+ featureType: 'nationalwaysign',
99
+ elementType: 'labels',
100
+ stylers: {
101
+ visibility: 'off'
102
+ }
103
+ }, {
104
+ featureType: 'provincialwaysign',
105
+ elementType: 'labels',
106
+ stylers: {
107
+ visibility: 'off'
108
+ }
109
+ }, {
110
+ featureType: 'provincialwaysign',
111
+ elementType: 'labels.icon',
112
+ stylers: {
113
+ visibility: 'off'
114
+ }
115
+ }, {
116
+ featureType: 'tertiarywaysign',
117
+ elementType: 'labels',
118
+ stylers: {
119
+ visibility: 'off'
120
+ }
121
+ }, {
122
+ featureType: 'tertiarywaysign',
123
+ elementType: 'labels.icon',
124
+ stylers: {
125
+ visibility: 'off'
126
+ }
127
+ }, {
128
+ featureType: 'subwaylabel',
129
+ elementType: 'labels',
130
+ stylers: {
131
+ visibility: 'off'
132
+ }
133
+ }, {
134
+ featureType: 'subwaylabel',
135
+ elementType: 'labels.icon',
136
+ stylers: {
137
+ visibility: 'off'
138
+ }
139
+ }, {
140
+ featureType: 'poilabel',
141
+ elementType: 'labels.text.fill',
142
+ stylers: {
143
+ color: '#80868dff'
144
+ }
145
+ }, {
146
+ featureType: 'poilabel',
147
+ elementType: 'labels.text.stroke',
148
+ stylers: {
149
+ color: '#ffffff00'
150
+ }
151
+ }, {
152
+ featureType: 'districtlabel',
153
+ elementType: 'labels.text.fill',
154
+ stylers: {
155
+ color: '#7d82b0ff'
156
+ }
157
+ }, {
158
+ featureType: 'districtlabel',
159
+ elementType: 'labels.text.stroke',
160
+ stylers: {
161
+ color: '#ffffff00'
162
+ }
163
+ }, {
164
+ featureType: 'poilabel',
165
+ elementType: 'labels',
166
+ stylers: {
167
+ visibility: 'off'
168
+ }
169
+ }, {
170
+ featureType: 'airportlabel',
171
+ elementType: 'labels',
172
+ stylers: {
173
+ visibility: 'on'
174
+ }
175
+ }, {
176
+ featureType: 'airportlabel',
177
+ elementType: 'labels.icon',
178
+ stylers: {
179
+ visibility: 'off'
180
+ }
181
+ }, {
182
+ featureType: 'airportlabel',
183
+ elementType: 'labels.text.fill',
184
+ stylers: {
185
+ color: '#80868dff'
186
+ }
187
+ }, {
188
+ featureType: 'airportlabel',
189
+ elementType: 'labels.text.stroke',
190
+ stylers: {
191
+ color: '#ffffff00'
192
+ }
193
+ }, {
194
+ featureType: 'manmade',
195
+ elementType: 'labels',
196
+ stylers: {
197
+ visibility: 'off'
198
+ }
199
+ }, {
200
+ featureType: 'manmade',
201
+ elementType: 'geometry',
202
+ stylers: {
203
+ color: '#eef1fbff'
204
+ }
205
+ }, {
206
+ featureType: 'water',
207
+ elementType: 'labels',
208
+ stylers: {
209
+ visibility: 'off'
210
+ }
211
+ }, {
212
+ featureType: 'water',
213
+ elementType: 'geometry',
214
+ stylers: {
215
+ // "color": "#a7c9ffff"
216
+ color: '#a7c9ffff'
217
+ }
218
+ }, {
219
+ featureType: 'green',
220
+ elementType: 'geometry',
221
+ stylers: {
222
+ color: '#eef1fbff',
223
+ visibility: 'off'
224
+ }
225
+ }, {
226
+ featureType: 'subway',
227
+ elementType: 'geometry',
228
+ stylers: {
229
+ visibility: 'off'
230
+ }
231
+ }, {
232
+ featureType: 'highway',
233
+ elementType: 'labels',
234
+ stylers: {
235
+ visibility: 'on'
236
+ }
237
+ }, {
238
+ featureType: 'highway',
239
+ elementType: 'labels.text.stroke',
240
+ stylers: {
241
+ color: '#ffffff00'
242
+ }
243
+ }, {
244
+ featureType: 'highway',
245
+ elementType: 'labels.text.fill',
246
+ stylers: {
247
+ color: '#7d82b0ff'
248
+ }
249
+ }, {
250
+ featureType: 'town',
251
+ elementType: 'labels',
252
+ stylers: {
253
+ visibility: 'off'
254
+ }
255
+ }, {
256
+ featureType: 'village',
257
+ elementType: 'labels',
258
+ stylers: {
259
+ visibility: 'off'
260
+ }
261
+ }, {
262
+ featureType: 'highway',
263
+ elementType: 'geometry',
264
+ stylers: {
265
+ weight: 3
266
+ }
267
+ }, {
268
+ featureType: 'cityhighway',
269
+ elementType: 'geometry.fill',
270
+ stylers: {
271
+ color: '#e8eaf5ff'
272
+ }
273
+ }, {
274
+ featureType: 'arterial',
275
+ elementType: 'geometry.fill',
276
+ stylers: {
277
+ color: '#e8eaf5ff'
278
+ }
279
+ }, {
280
+ featureType: 'arterial',
281
+ elementType: 'geometry.stroke',
282
+ stylers: {
283
+ color: '#ffffff00'
284
+ }
285
+ }, {
286
+ featureType: 'cityhighway',
287
+ elementType: 'geometry.stroke',
288
+ stylers: {
289
+ color: '#ffffff00'
290
+ }
291
+ }];
292
+ var darkStyle = exports.darkStyle = [{
293
+ featureType: 'background',
294
+ elementType: 'geometry',
295
+ stylers: {
296
+ color: '#070c17ff'
297
+ }
298
+ }, {
299
+ featureType: 'poilabel',
300
+ elementType: 'labels.icon',
301
+ stylers: {
302
+ visibility: 'off'
303
+ }
304
+ }, {
305
+ featureType: 'road',
306
+ elementType: 'labels',
307
+ stylers: {
308
+ visibility: 'off'
309
+ }
310
+ }, {
311
+ featureType: 'road',
312
+ elementType: 'geometry.fill',
313
+ stylers: {
314
+ color: '#151e25ff'
315
+ }
316
+ }, {
317
+ featureType: 'road',
318
+ elementType: 'geometry.stroke',
319
+ stylers: {
320
+ color: '#ffffff00'
321
+ }
322
+ }, {
323
+ featureType: 'highway',
324
+ elementType: 'geometry.fill',
325
+ stylers: {
326
+ color: '#27303bff'
327
+ }
328
+ }, {
329
+ featureType: 'highway',
330
+ elementType: 'geometry.stroke',
331
+ stylers: {
332
+ color: '#ffffff00'
333
+ }
334
+ }, {
335
+ featureType: 'nationalway',
336
+ elementType: 'geometry.fill',
337
+ stylers: {
338
+ color: '#27303bff'
339
+ }
340
+ }, {
341
+ featureType: 'nationalway',
342
+ elementType: 'geometry.stroke',
343
+ stylers: {
344
+ color: '#ffffff00'
345
+ }
346
+ }, {
347
+ featureType: 'provincialway',
348
+ elementType: 'geometry.fill',
349
+ stylers: {
350
+ color: '#27303bff'
351
+ }
352
+ }, {
353
+ featureType: 'provincialway',
354
+ elementType: 'geometry.stroke',
355
+ stylers: {
356
+ color: '#ffffff00'
357
+ }
358
+ }, {
359
+ featureType: 'railway',
360
+ elementType: 'geometry',
361
+ stylers: {
362
+ visibility: 'off'
363
+ }
364
+ }, {
365
+ featureType: 'highwaysign',
366
+ elementType: 'labels',
367
+ stylers: {
368
+ visibility: 'off'
369
+ }
370
+ }, {
371
+ featureType: 'highwaysign',
372
+ elementType: 'labels.icon',
373
+ stylers: {
374
+ visibility: 'off'
375
+ }
376
+ }, {
377
+ featureType: 'nationalwaysign',
378
+ elementType: 'labels.icon',
379
+ stylers: {
380
+ visibility: 'off'
381
+ }
382
+ }, {
383
+ featureType: 'nationalwaysign',
384
+ elementType: 'labels',
385
+ stylers: {
386
+ visibility: 'off'
387
+ }
388
+ }, {
389
+ featureType: 'provincialwaysign',
390
+ elementType: 'labels',
391
+ stylers: {
392
+ visibility: 'off'
393
+ }
394
+ }, {
395
+ featureType: 'provincialwaysign',
396
+ elementType: 'labels.icon',
397
+ stylers: {
398
+ visibility: 'off'
399
+ }
400
+ }, {
401
+ featureType: 'tertiarywaysign',
402
+ elementType: 'labels',
403
+ stylers: {
404
+ visibility: 'off'
405
+ }
406
+ }, {
407
+ featureType: 'tertiarywaysign',
408
+ elementType: 'labels.icon',
409
+ stylers: {
410
+ visibility: 'off'
411
+ }
412
+ }, {
413
+ featureType: 'subwaylabel',
414
+ elementType: 'labels',
415
+ stylers: {
416
+ visibility: 'off'
417
+ }
418
+ }, {
419
+ featureType: 'subwaylabel',
420
+ elementType: 'labels.icon',
421
+ stylers: {
422
+ visibility: 'off'
423
+ }
424
+ }, {
425
+ featureType: 'poilabel',
426
+ elementType: 'labels.text.fill',
427
+ stylers: {
428
+ color: '#80868dff'
429
+ }
430
+ }, {
431
+ featureType: 'poilabel',
432
+ elementType: 'labels.text.stroke',
433
+ stylers: {
434
+ color: '#ffffff00'
435
+ }
436
+ }, {
437
+ featureType: 'districtlabel',
438
+ elementType: 'labels.text.fill',
439
+ stylers: {
440
+ color: '#71767aff'
441
+ }
442
+ }, {
443
+ featureType: 'districtlabel',
444
+ elementType: 'labels.text.stroke',
445
+ stylers: {
446
+ color: '#ffffff00'
447
+ }
448
+ }, {
449
+ featureType: 'poilabel',
450
+ elementType: 'labels',
451
+ stylers: {
452
+ visibility: 'off'
453
+ }
454
+ }, {
455
+ featureType: 'airportlabel',
456
+ elementType: 'labels',
457
+ stylers: {
458
+ visibility: 'on'
459
+ }
460
+ }, {
461
+ featureType: 'airportlabel',
462
+ elementType: 'labels.icon',
463
+ stylers: {
464
+ visibility: 'off'
465
+ }
466
+ }, {
467
+ featureType: 'airportlabel',
468
+ elementType: 'labels.text.fill',
469
+ stylers: {
470
+ color: '#80868dff'
471
+ }
472
+ }, {
473
+ featureType: 'airportlabel',
474
+ elementType: 'labels.text.stroke',
475
+ stylers: {
476
+ color: '#ffffff00'
477
+ }
478
+ }, {
479
+ featureType: 'manmade',
480
+ elementType: 'labels',
481
+ stylers: {
482
+ visibility: 'off'
483
+ }
484
+ }, {
485
+ featureType: 'manmade',
486
+ elementType: 'geometry',
487
+ stylers: {
488
+ color: '#070c17ff'
489
+ }
490
+ }, {
491
+ featureType: 'water',
492
+ elementType: 'labels',
493
+ stylers: {
494
+ visibility: 'off'
495
+ }
496
+ }, {
497
+ featureType: 'water',
498
+ elementType: 'geometry',
499
+ stylers: {
500
+ color: '#141d27ff'
501
+ }
502
+ }, {
503
+ featureType: 'green',
504
+ elementType: 'geometry',
505
+ stylers: {
506
+ color: '#122228ff',
507
+ visibility: 'off'
508
+ }
509
+ }, {
510
+ featureType: 'subway',
511
+ elementType: 'geometry',
512
+ stylers: {
513
+ visibility: 'off'
514
+ }
515
+ }, {
516
+ featureType: 'highway',
517
+ elementType: 'labels',
518
+ stylers: {
519
+ visibility: 'on'
520
+ }
521
+ }, {
522
+ featureType: 'highway',
523
+ elementType: 'labels.text.stroke',
524
+ stylers: {
525
+ color: '#ffffff00'
526
+ }
527
+ }, {
528
+ featureType: 'highway',
529
+ elementType: 'labels.text.fill',
530
+ stylers: {
531
+ color: '#5f6468ff'
532
+ }
533
+ }, {
534
+ featureType: 'town',
535
+ elementType: 'labels',
536
+ stylers: {
537
+ visibility: 'off'
538
+ }
539
+ }, {
540
+ featureType: 'village',
541
+ elementType: 'labels',
542
+ stylers: {
543
+ visibility: 'off'
544
+ }
545
+ }, {
546
+ featureType: 'highway',
547
+ elementType: 'geometry',
548
+ stylers: {
549
+ weight: 3
550
+ }
551
+ }, {
552
+ featureType: 'cityhighway',
553
+ elementType: 'geometry.fill',
554
+ stylers: {
555
+ color: '#27303bff'
556
+ }
557
+ }, {
558
+ featureType: 'arterial',
559
+ elementType: 'geometry.fill',
560
+ stylers: {
561
+ color: '#27303bff'
562
+ }
563
+ }, {
564
+ featureType: 'arterial',
565
+ elementType: 'geometry.stroke',
566
+ stylers: {
567
+ color: '#ffffff00'
568
+ }
569
+ }, {
570
+ featureType: 'cityhighway',
571
+ elementType: 'geometry.stroke',
572
+ stylers: {
573
+ color: '#ffffff00'
574
+ }
575
+ }];
576
+ var purpleStyle = exports.purpleStyle = [{
577
+ featureType: 'water',
578
+ elementType: 'all',
579
+ stylers: {
580
+ color: '#021019ff'
581
+ }
582
+ }, {
583
+ featureType: 'highway',
584
+ elementType: 'geometry.fill',
585
+ stylers: {
586
+ color: '#000000ff'
587
+ }
588
+ }, {
589
+ featureType: 'highway',
590
+ elementType: 'geometry.stroke',
591
+ stylers: {
592
+ color: '#147a92ff'
593
+ }
594
+ }, {
595
+ featureType: 'arterial',
596
+ elementType: 'geometry.fill',
597
+ stylers: {
598
+ color: '#000000ff'
599
+ }
600
+ }, {
601
+ featureType: 'arterial',
602
+ elementType: 'geometry.stroke',
603
+ stylers: {
604
+ color: '#0b3d51ff'
605
+ }
606
+ }, {
607
+ featureType: 'local',
608
+ elementType: 'geometry',
609
+ stylers: {
610
+ color: '#000000ff'
611
+ }
612
+ }, {
613
+ featureType: 'railway',
614
+ elementType: 'geometry.fill',
615
+ stylers: {
616
+ color: '#000000ff'
617
+ }
618
+ }, {
619
+ featureType: 'railway',
620
+ elementType: 'geometry.stroke',
621
+ stylers: {
622
+ color: '#08304bff'
623
+ }
624
+ }, {
625
+ featureType: 'subway',
626
+ elementType: 'geometry',
627
+ stylers: {
628
+ visibility: 'off'
629
+ }
630
+ }, {
631
+ featureType: 'all',
632
+ elementType: 'labels.text.fill',
633
+ stylers: {
634
+ color: '#857f7fff'
635
+ }
636
+ }, {
637
+ featureType: 'all',
638
+ elementType: 'labels.text.stroke',
639
+ stylers: {
640
+ color: '#000000ff'
641
+ }
642
+ }, {
643
+ featureType: 'green',
644
+ elementType: 'geometry',
645
+ stylers: {
646
+ color: '#062032ff'
647
+ }
648
+ }, {
649
+ featureType: 'manmade',
650
+ elementType: 'geometry',
651
+ stylers: {
652
+ color: '#022338ff'
653
+ }
654
+ }, {
655
+ featureType: 'poilabel',
656
+ elementType: 'all',
657
+ stylers: {
658
+ visibility: 'off'
659
+ }
660
+ }, {
661
+ featureType: 'all',
662
+ elementType: 'labels.icon',
663
+ stylers: {
664
+ visibility: 'off'
665
+ }
666
+ }, {
667
+ featureType: 'water',
668
+ elementType: 'all',
669
+ stylers: {
670
+ visibility: 'on',
671
+ color: '#505565ff'
672
+ }
673
+ }, {
674
+ featureType: 'green',
675
+ elementType: 'all',
676
+ stylers: {
677
+ color: '#353b4dff'
678
+ }
679
+ }, {
680
+ featureType: 'road',
681
+ elementType: 'geometry.fill',
682
+ stylers: {
683
+ visibility: 'on',
684
+ color: '#2a2e3bff'
685
+ }
686
+ }, {
687
+ featureType: 'road',
688
+ elementType: 'geometry.stroke',
689
+ stylers: {
690
+ color: '#4b5163ff'
691
+ }
692
+ }, {
693
+ featureType: 'administrative',
694
+ elementType: 'labels.text.fill',
695
+ stylers: {
696
+ color: '#8e99bdff'
697
+ }
698
+ }, {
699
+ featureType: 'administrative',
700
+ elementType: 'labels.text.stroke',
701
+ stylers: {
702
+ color: '#2f3547ff'
703
+ }
704
+ }, {
705
+ featureType: 'poilabel',
706
+ elementType: 'labels.text.fill',
707
+ stylers: {
708
+ color: '#727c9aff'
709
+ }
710
+ }, {
711
+ featureType: 'road',
712
+ elementType: 'labels.text.stroke',
713
+ stylers: {
714
+ color: '#293045ff'
715
+ }
716
+ }, {
717
+ featureType: 'road',
718
+ elementType: 'labels.text.fill',
719
+ stylers: {
720
+ color: '#777e93ff'
721
+ }
722
+ }, {
723
+ featureType: 'town',
724
+ elementType: 'all',
725
+ stylers: {
726
+ visibility: 'on'
727
+ }
728
+ }, {
729
+ featureType: 'subway',
730
+ elementType: 'labels.text.fill',
731
+ stylers: {
732
+ visibility: 'off',
733
+ color: '#787f95ff'
734
+ }
735
+ }, {
736
+ featureType: 'subway',
737
+ elementType: 'labels.text.stroke',
738
+ stylers: {
739
+ color: '#40475eff'
740
+ }
741
+ }, {
742
+ featureType: 'building',
743
+ elementType: 'geometry.fill',
744
+ stylers: {
745
+ color: '#485161ff'
746
+ }
747
+ }, {
748
+ featureType: 'manmade',
749
+ elementType: 'geometry.fill',
750
+ stylers: {
751
+ color: '#374053ff'
752
+ }
753
+ }, {
754
+ featureType: 'manmade',
755
+ elementType: 'labels.text.fill',
756
+ stylers: {
757
+ color: '#8792adff'
758
+ }
759
+ }, {
760
+ featureType: 'manmade',
761
+ elementType: 'labels.text.stroke',
762
+ stylers: {
763
+ color: '#292f48ff'
764
+ }
765
+ }, {
766
+ featureType: 'scenicspotslabel',
767
+ elementType: 'labels',
768
+ stylers: {
769
+ visibility: 'off'
770
+ }
771
+ }, {
772
+ featureType: 'railway',
773
+ elementType: 'geometry',
774
+ stylers: {
775
+ visibility: 'off'
776
+ }
777
+ }, {
778
+ featureType: 'scenicspotslabel',
779
+ elementType: 'labels.icon',
780
+ stylers: {
781
+ visibility: 'off'
782
+ }
783
+ }, {
784
+ featureType: 'highwaysign',
785
+ elementType: 'labels',
786
+ stylers: {
787
+ visibility: 'off'
788
+ }
789
+ }, {
790
+ featureType: 'highwaysign',
791
+ elementType: 'labels.icon',
792
+ stylers: {
793
+ visibility: 'off'
794
+ }
795
+ }, {
796
+ featureType: 'nationalwaysign',
797
+ elementType: 'labels.icon',
798
+ stylers: {
799
+ visibility: 'off'
800
+ }
801
+ }, {
802
+ featureType: 'nationalwaysign',
803
+ elementType: 'labels',
804
+ stylers: {
805
+ visibility: 'off'
806
+ }
807
+ }, {
808
+ featureType: 'provincialwaysign',
809
+ elementType: 'labels.icon',
810
+ stylers: {
811
+ visibility: 'off'
812
+ }
813
+ }, {
814
+ featureType: 'provincialwaysign',
815
+ elementType: 'labels',
816
+ stylers: {
817
+ visibility: 'off'
818
+ }
819
+ }, {
820
+ featureType: 'tertiarywaysign',
821
+ elementType: 'labels.icon',
822
+ stylers: {
823
+ visibility: 'off'
824
+ }
825
+ }, {
826
+ featureType: 'tertiarywaysign',
827
+ elementType: 'labels',
828
+ stylers: {
829
+ visibility: 'off'
830
+ }
831
+ }, {
832
+ featureType: 'subwaylabel',
833
+ elementType: 'labels.icon',
834
+ stylers: {
835
+ visibility: 'off'
836
+ }
837
+ }, {
838
+ featureType: 'subwaylabel',
839
+ elementType: 'labels',
840
+ stylers: {
841
+ visibility: 'off'
842
+ }
843
+ }, {
844
+ featureType: 'village',
845
+ elementType: 'labels',
846
+ stylers: {
847
+ visibility: 'off'
848
+ }
849
+ }, {
850
+ featureType: 'town',
851
+ elementType: 'labels',
852
+ stylers: {
853
+ visibility: 'off'
854
+ }
855
+ }, {
856
+ featureType: 'land',
857
+ elementType: 'geometry',
858
+ stylers: {
859
+ color: '#40495aff',
860
+ visibility: 'on'
861
+ }
862
+ }];
863
+ var whiteStyle = exports.whiteStyle = [{
864
+ featureType: 'water',
865
+ elementType: 'geometry',
866
+ stylers: {
867
+ visibility: 'on',
868
+ color: '#ccd6d7ff'
869
+ }
870
+ }, {
871
+ featureType: 'green',
872
+ elementType: 'geometry',
873
+ stylers: {
874
+ visibility: 'on',
875
+ color: '#dee5e5ff'
876
+ }
877
+ }, {
878
+ featureType: 'building',
879
+ elementType: 'geometry',
880
+ stylers: {
881
+ visibility: 'on'
882
+ }
883
+ }, {
884
+ featureType: 'building',
885
+ elementType: 'geometry.fill',
886
+ stylers: {
887
+ color: '#d1dbdbff'
888
+ }
889
+ }, {
890
+ featureType: 'building',
891
+ elementType: 'geometry.stroke',
892
+ stylers: {
893
+ color: '#aab6b6ff'
894
+ }
895
+ }, {
896
+ featureType: 'subwaystation',
897
+ elementType: 'geometry',
898
+ stylers: {
899
+ visibility: 'off',
900
+ color: '#888fa0ff'
901
+ }
902
+ }, {
903
+ featureType: 'education',
904
+ elementType: 'geometry',
905
+ stylers: {
906
+ visibility: 'on',
907
+ color: '#e1e7e7ff'
908
+ }
909
+ }, {
910
+ featureType: 'medical',
911
+ elementType: 'geometry',
912
+ stylers: {
913
+ visibility: 'on',
914
+ color: '#d1dbdbff'
915
+ }
916
+ }, {
917
+ featureType: 'scenicspots',
918
+ elementType: 'geometry',
919
+ stylers: {
920
+ visibility: 'on',
921
+ color: '#d1dbdbff'
922
+ }
923
+ }, {
924
+ featureType: 'highway',
925
+ elementType: 'geometry',
926
+ stylers: {
927
+ visibility: 'on',
928
+ weight: '4'
929
+ }
930
+ }, {
931
+ featureType: 'highway',
932
+ elementType: 'geometry.fill',
933
+ stylers: {
934
+ color: '#ffffffff'
935
+ }
936
+ }, {
937
+ featureType: 'highway',
938
+ elementType: 'geometry.stroke',
939
+ stylers: {
940
+ color: '#cacfcfff'
941
+ }
942
+ }, {
943
+ featureType: 'highway',
944
+ elementType: 'labels',
945
+ stylers: {
946
+ visibility: 'off'
947
+ }
948
+ }, {
949
+ featureType: 'highway',
950
+ elementType: 'labels.text.fill',
951
+ stylers: {
952
+ color: '#999999ff'
953
+ }
954
+ }, {
955
+ featureType: 'highway',
956
+ elementType: 'labels.text.stroke',
957
+ stylers: {
958
+ color: '#ffffffff'
959
+ }
960
+ }, {
961
+ featureType: 'highway',
962
+ elementType: 'labels.icon',
963
+ stylers: {
964
+ visibility: 'on'
965
+ }
966
+ }, {
967
+ featureType: 'arterial',
968
+ elementType: 'geometry',
969
+ stylers: {
970
+ visibility: 'on',
971
+ weight: '2'
972
+ }
973
+ }, {
974
+ featureType: 'arterial',
975
+ elementType: 'geometry.fill',
976
+ stylers: {
977
+ color: '#fbfffeff'
978
+ }
979
+ }, {
980
+ featureType: 'arterial',
981
+ elementType: 'geometry.stroke',
982
+ stylers: {
983
+ color: '#cacfcfff'
984
+ }
985
+ }, {
986
+ featureType: 'arterial',
987
+ elementType: 'labels',
988
+ stylers: {
989
+ visibility: 'off'
990
+ }
991
+ }, {
992
+ featureType: 'arterial',
993
+ elementType: 'labels.text.fill',
994
+ stylers: {
995
+ color: '#999999ff'
996
+ }
997
+ }, {
998
+ featureType: 'arterial',
999
+ elementType: 'labels.text.stroke',
1000
+ stylers: {
1001
+ color: '#ffffffff'
1002
+ }
1003
+ }, {
1004
+ featureType: 'local',
1005
+ elementType: 'geometry',
1006
+ stylers: {
1007
+ visibility: 'on',
1008
+ weight: '1'
1009
+ }
1010
+ }, {
1011
+ featureType: 'local',
1012
+ elementType: 'geometry.fill',
1013
+ stylers: {
1014
+ color: '#fbfffeff'
1015
+ }
1016
+ }, {
1017
+ featureType: 'local',
1018
+ elementType: 'geometry.stroke',
1019
+ stylers: {
1020
+ color: '#cacfcfff'
1021
+ }
1022
+ }, {
1023
+ featureType: 'local',
1024
+ elementType: 'labels',
1025
+ stylers: {
1026
+ visibility: 'off'
1027
+ }
1028
+ }, {
1029
+ featureType: 'local',
1030
+ elementType: 'labels.text.fill',
1031
+ stylers: {
1032
+ color: '#999999ff'
1033
+ }
1034
+ }, {
1035
+ featureType: 'local',
1036
+ elementType: 'labels.text.stroke',
1037
+ stylers: {
1038
+ color: '#ffffffff'
1039
+ }
1040
+ }, {
1041
+ featureType: 'railway',
1042
+ elementType: 'geometry',
1043
+ stylers: {
1044
+ visibility: 'off',
1045
+ weight: '1'
1046
+ }
1047
+ }, {
1048
+ featureType: 'railway',
1049
+ elementType: 'geometry.fill',
1050
+ stylers: {
1051
+ color: '#9494941a'
1052
+ }
1053
+ }, {
1054
+ featureType: 'railway',
1055
+ elementType: 'geometry.stroke',
1056
+ stylers: {
1057
+ color: '#ffffff1a'
1058
+ }
1059
+ }, {
1060
+ featureType: 'subway',
1061
+ elementType: 'geometry',
1062
+ stylers: {
1063
+ visibility: 'off',
1064
+ weight: '1'
1065
+ }
1066
+ }, {
1067
+ featureType: 'subway',
1068
+ elementType: 'geometry.fill',
1069
+ stylers: {
1070
+ color: '#c3bed433'
1071
+ }
1072
+ }, {
1073
+ featureType: 'subway',
1074
+ elementType: 'geometry.stroke',
1075
+ stylers: {
1076
+ color: '#ffffff33'
1077
+ }
1078
+ }, {
1079
+ featureType: 'subway',
1080
+ elementType: 'labels',
1081
+ stylers: {
1082
+ visibility: 'off'
1083
+ }
1084
+ }, {
1085
+ featureType: 'subway',
1086
+ elementType: 'labels.text.fill',
1087
+ stylers: {
1088
+ color: '#979c9aff'
1089
+ }
1090
+ }, {
1091
+ featureType: 'subway',
1092
+ elementType: 'labels.text.stroke',
1093
+ stylers: {
1094
+ color: '#ffffffff'
1095
+ }
1096
+ }, {
1097
+ featureType: 'continent',
1098
+ elementType: 'labels',
1099
+ stylers: {
1100
+ visibility: 'on'
1101
+ }
1102
+ }, {
1103
+ featureType: 'continent',
1104
+ elementType: 'labels.icon',
1105
+ stylers: {
1106
+ visibility: 'on'
1107
+ }
1108
+ }, {
1109
+ featureType: 'continent',
1110
+ elementType: 'labels.text.fill',
1111
+ stylers: {
1112
+ color: '#333333ff'
1113
+ }
1114
+ }, {
1115
+ featureType: 'continent',
1116
+ elementType: 'labels.text.stroke',
1117
+ stylers: {
1118
+ color: '#ffffffff'
1119
+ }
1120
+ }, {
1121
+ featureType: 'city',
1122
+ elementType: 'labels.icon',
1123
+ stylers: {
1124
+ visibility: 'on'
1125
+ }
1126
+ }, {
1127
+ featureType: 'city',
1128
+ elementType: 'labels',
1129
+ stylers: {
1130
+ visibility: 'on'
1131
+ }
1132
+ }, {
1133
+ featureType: 'city',
1134
+ elementType: 'labels.text.fill',
1135
+ stylers: {
1136
+ color: '#454d50ff'
1137
+ }
1138
+ }, {
1139
+ featureType: 'city',
1140
+ elementType: 'labels.text.stroke',
1141
+ stylers: {
1142
+ color: '#ffffffff'
1143
+ }
1144
+ }, {
1145
+ featureType: 'town',
1146
+ elementType: 'labels.icon',
1147
+ stylers: {
1148
+ visibility: 'on'
1149
+ }
1150
+ }, {
1151
+ featureType: 'town',
1152
+ elementType: 'labels',
1153
+ stylers: {
1154
+ visibility: 'off'
1155
+ }
1156
+ }, {
1157
+ featureType: 'town',
1158
+ elementType: 'labels.text.fill',
1159
+ stylers: {
1160
+ color: '#454d50ff'
1161
+ }
1162
+ }, {
1163
+ featureType: 'town',
1164
+ elementType: 'labels.text.stroke',
1165
+ stylers: {
1166
+ color: '#ffffffff'
1167
+ }
1168
+ }, {
1169
+ featureType: 'road',
1170
+ elementType: 'labels',
1171
+ stylers: {
1172
+ visibility: 'off'
1173
+ }
1174
+ }, {
1175
+ featureType: 'road',
1176
+ elementType: 'geometry.fill',
1177
+ stylers: {
1178
+ color: '#fbfffeff'
1179
+ }
1180
+ }, {
1181
+ featureType: 'poilabel',
1182
+ elementType: 'labels.icon',
1183
+ stylers: {
1184
+ visibility: 'off'
1185
+ }
1186
+ }, {
1187
+ featureType: 'districtlabel',
1188
+ elementType: 'labels.icon',
1189
+ stylers: {
1190
+ visibility: 'off'
1191
+ }
1192
+ }, {
1193
+ featureType: 'poilabel',
1194
+ elementType: 'labels.text.fill',
1195
+ stylers: {
1196
+ color: '#999999ff'
1197
+ }
1198
+ }, {
1199
+ featureType: 'districtlabel',
1200
+ elementType: 'labels.text.fill',
1201
+ stylers: {
1202
+ color: '#888fa0ff'
1203
+ }
1204
+ }, {
1205
+ featureType: 'transportation',
1206
+ elementType: 'geometry',
1207
+ stylers: {
1208
+ color: '#d1dbdbff'
1209
+ }
1210
+ }, {
1211
+ featureType: 'companylabel',
1212
+ elementType: 'labels',
1213
+ stylers: {
1214
+ visibility: 'off'
1215
+ }
1216
+ }, {
1217
+ featureType: 'restaurantlabel',
1218
+ elementType: 'labels',
1219
+ stylers: {
1220
+ visibility: 'off'
1221
+ }
1222
+ }, {
1223
+ featureType: 'lifeservicelabel',
1224
+ elementType: 'labels',
1225
+ stylers: {
1226
+ visibility: 'off'
1227
+ }
1228
+ }, {
1229
+ featureType: 'carservicelabel',
1230
+ elementType: 'labels',
1231
+ stylers: {
1232
+ visibility: 'off'
1233
+ }
1234
+ }, {
1235
+ featureType: 'financelabel',
1236
+ elementType: 'labels',
1237
+ stylers: {
1238
+ visibility: 'off'
1239
+ }
1240
+ }, {
1241
+ featureType: 'otherlabel',
1242
+ elementType: 'labels',
1243
+ stylers: {
1244
+ visibility: 'off'
1245
+ }
1246
+ }, {
1247
+ featureType: 'village',
1248
+ elementType: 'labels',
1249
+ stylers: {
1250
+ visibility: 'off'
1251
+ }
1252
+ }, {
1253
+ featureType: 'district',
1254
+ elementType: 'labels',
1255
+ stylers: {
1256
+ visibility: 'off'
1257
+ }
1258
+ }, {
1259
+ featureType: 'land',
1260
+ elementType: 'geometry',
1261
+ stylers: {
1262
+ color: '#edf3f3ff'
1263
+ }
1264
+ }, {
1265
+ featureType: 'nationalway',
1266
+ elementType: 'geometry.stroke',
1267
+ stylers: {
1268
+ color: '#cacfcfff'
1269
+ }
1270
+ }, {
1271
+ featureType: 'provincialway',
1272
+ elementType: 'geometry.stroke',
1273
+ stylers: {
1274
+ color: '#cacfcfff'
1275
+ }
1276
+ }, {
1277
+ featureType: 'cityhighway',
1278
+ elementType: 'geometry.stroke',
1279
+ stylers: {
1280
+ color: '#cacfcfff'
1281
+ }
1282
+ }, {
1283
+ featureType: 'road',
1284
+ elementType: 'geometry.stroke',
1285
+ stylers: {
1286
+ color: '#cacfcfff'
1287
+ }
1288
+ }, {
1289
+ featureType: 'subwaylabel',
1290
+ elementType: 'labels.icon',
1291
+ stylers: {
1292
+ visibility: 'off'
1293
+ }
1294
+ }, {
1295
+ featureType: 'subwaylabel',
1296
+ elementType: 'labels',
1297
+ stylers: {
1298
+ visibility: 'off'
1299
+ }
1300
+ }, {
1301
+ featureType: 'tertiarywaysign',
1302
+ elementType: 'labels.icon',
1303
+ stylers: {
1304
+ visibility: 'off'
1305
+ }
1306
+ }, {
1307
+ featureType: 'tertiarywaysign',
1308
+ elementType: 'labels',
1309
+ stylers: {
1310
+ visibility: 'off'
1311
+ }
1312
+ }, {
1313
+ featureType: 'provincialwaysign',
1314
+ elementType: 'labels.icon',
1315
+ stylers: {
1316
+ visibility: 'off'
1317
+ }
1318
+ }, {
1319
+ featureType: 'provincialwaysign',
1320
+ elementType: 'labels',
1321
+ stylers: {
1322
+ visibility: 'off'
1323
+ }
1324
+ }, {
1325
+ featureType: 'nationalwaysign',
1326
+ elementType: 'labels.icon',
1327
+ stylers: {
1328
+ visibility: 'off'
1329
+ }
1330
+ }, {
1331
+ featureType: 'nationalwaysign',
1332
+ elementType: 'labels',
1333
+ stylers: {
1334
+ visibility: 'off'
1335
+ }
1336
+ }, {
1337
+ featureType: 'highwaysign',
1338
+ elementType: 'labels.icon',
1339
+ stylers: {
1340
+ visibility: 'off'
1341
+ }
1342
+ }, {
1343
+ featureType: 'highwaysign',
1344
+ elementType: 'labels',
1345
+ stylers: {
1346
+ visibility: 'off'
1347
+ }
1348
+ }, {
1349
+ featureType: 'nationalway',
1350
+ elementType: 'geometry.fill',
1351
+ stylers: {
1352
+ color: '#fbfffeff'
1353
+ }
1354
+ }, {
1355
+ featureType: 'nationalway',
1356
+ elementType: 'labels.text.fill',
1357
+ stylers: {
1358
+ color: '#999999ff'
1359
+ }
1360
+ }, {
1361
+ featureType: 'provincialway',
1362
+ elementType: 'labels.text.fill',
1363
+ stylers: {
1364
+ color: '#999999ff'
1365
+ }
1366
+ }, {
1367
+ featureType: 'cityhighway',
1368
+ elementType: 'labels.text.fill',
1369
+ stylers: {
1370
+ color: '#999999ff'
1371
+ }
1372
+ }, {
1373
+ featureType: 'cityhighway',
1374
+ elementType: 'labels.text.stroke',
1375
+ stylers: {
1376
+ color: '#ffffffff'
1377
+ }
1378
+ }, {
1379
+ featureType: 'highway',
1380
+ stylers: {
1381
+ level: '6',
1382
+ curZoomRegionId: '0',
1383
+ curZoomRegion: '6-8'
1384
+ }
1385
+ }, {
1386
+ featureType: 'highway',
1387
+ stylers: {
1388
+ level: '7',
1389
+ curZoomRegionId: '0',
1390
+ curZoomRegion: '6-8'
1391
+ }
1392
+ }, {
1393
+ featureType: 'highway',
1394
+ stylers: {
1395
+ level: '8',
1396
+ curZoomRegionId: '0',
1397
+ curZoomRegion: '6-8'
1398
+ }
1399
+ }, {
1400
+ featureType: 'highway',
1401
+ elementType: 'geometry',
1402
+ stylers: {
1403
+ visibility: 'off',
1404
+ level: '6',
1405
+ curZoomRegionId: '0',
1406
+ curZoomRegion: '6-8'
1407
+ }
1408
+ }, {
1409
+ featureType: 'highway',
1410
+ elementType: 'geometry',
1411
+ stylers: {
1412
+ visibility: 'off',
1413
+ level: '7',
1414
+ curZoomRegionId: '0',
1415
+ curZoomRegion: '6-8'
1416
+ }
1417
+ }, {
1418
+ featureType: 'highway',
1419
+ elementType: 'geometry',
1420
+ stylers: {
1421
+ visibility: 'off',
1422
+ level: '8',
1423
+ curZoomRegionId: '0',
1424
+ curZoomRegion: '6-8'
1425
+ }
1426
+ }, {
1427
+ featureType: 'highway',
1428
+ elementType: 'labels',
1429
+ stylers: {
1430
+ visibility: 'off',
1431
+ level: '6',
1432
+ curZoomRegionId: '0',
1433
+ curZoomRegion: '6-8'
1434
+ }
1435
+ }, {
1436
+ featureType: 'highway',
1437
+ elementType: 'labels',
1438
+ stylers: {
1439
+ visibility: 'off',
1440
+ level: '7',
1441
+ curZoomRegionId: '0',
1442
+ curZoomRegion: '6-8'
1443
+ }
1444
+ }, {
1445
+ featureType: 'highway',
1446
+ elementType: 'labels',
1447
+ stylers: {
1448
+ visibility: 'off',
1449
+ level: '8',
1450
+ curZoomRegionId: '0',
1451
+ curZoomRegion: '6-8'
1452
+ }
1453
+ }, {
1454
+ featureType: 'nationalway',
1455
+ stylers: {
1456
+ level: '6',
1457
+ curZoomRegionId: '0',
1458
+ curZoomRegion: '6-8'
1459
+ }
1460
+ }, {
1461
+ featureType: 'nationalway',
1462
+ stylers: {
1463
+ level: '7',
1464
+ curZoomRegionId: '0',
1465
+ curZoomRegion: '6-8'
1466
+ }
1467
+ }, {
1468
+ featureType: 'nationalway',
1469
+ stylers: {
1470
+ level: '8',
1471
+ curZoomRegionId: '0',
1472
+ curZoomRegion: '6-8'
1473
+ }
1474
+ }, {
1475
+ featureType: 'nationalway',
1476
+ elementType: 'geometry',
1477
+ stylers: {
1478
+ visibility: 'off',
1479
+ level: '6',
1480
+ curZoomRegionId: '0',
1481
+ curZoomRegion: '6-8'
1482
+ }
1483
+ }, {
1484
+ featureType: 'nationalway',
1485
+ elementType: 'geometry',
1486
+ stylers: {
1487
+ visibility: 'off',
1488
+ level: '7',
1489
+ curZoomRegionId: '0',
1490
+ curZoomRegion: '6-8'
1491
+ }
1492
+ }, {
1493
+ featureType: 'nationalway',
1494
+ elementType: 'geometry',
1495
+ stylers: {
1496
+ visibility: 'off',
1497
+ level: '8',
1498
+ curZoomRegionId: '0',
1499
+ curZoomRegion: '6-8'
1500
+ }
1501
+ }, {
1502
+ featureType: 'nationalway',
1503
+ elementType: 'labels',
1504
+ stylers: {
1505
+ visibility: 'off',
1506
+ level: '6',
1507
+ curZoomRegionId: '0',
1508
+ curZoomRegion: '6-8'
1509
+ }
1510
+ }, {
1511
+ featureType: 'nationalway',
1512
+ elementType: 'labels',
1513
+ stylers: {
1514
+ visibility: 'off',
1515
+ level: '7',
1516
+ curZoomRegionId: '0',
1517
+ curZoomRegion: '6-8'
1518
+ }
1519
+ }, {
1520
+ featureType: 'nationalway',
1521
+ elementType: 'labels',
1522
+ stylers: {
1523
+ visibility: 'off',
1524
+ level: '8',
1525
+ curZoomRegionId: '0',
1526
+ curZoomRegion: '6-8'
1527
+ }
1528
+ }, {
1529
+ featureType: 'provincialway',
1530
+ stylers: {
1531
+ level: '8',
1532
+ curZoomRegionId: '0',
1533
+ curZoomRegion: '8-8'
1534
+ }
1535
+ }, {
1536
+ featureType: 'provincialway',
1537
+ elementType: 'geometry',
1538
+ stylers: {
1539
+ visibility: 'off',
1540
+ level: '8',
1541
+ curZoomRegionId: '0',
1542
+ curZoomRegion: '8-8'
1543
+ }
1544
+ }, {
1545
+ featureType: 'provincialway',
1546
+ elementType: 'labels',
1547
+ stylers: {
1548
+ visibility: 'off',
1549
+ level: '8',
1550
+ curZoomRegionId: '0',
1551
+ curZoomRegion: '8-8'
1552
+ }
1553
+ }, {
1554
+ featureType: 'cityhighway',
1555
+ stylers: {
1556
+ level: '6',
1557
+ curZoomRegionId: '0',
1558
+ curZoomRegion: '6-8'
1559
+ }
1560
+ }, {
1561
+ featureType: 'cityhighway',
1562
+ stylers: {
1563
+ level: '7',
1564
+ curZoomRegionId: '0',
1565
+ curZoomRegion: '6-8'
1566
+ }
1567
+ }, {
1568
+ featureType: 'cityhighway',
1569
+ stylers: {
1570
+ level: '8',
1571
+ curZoomRegionId: '0',
1572
+ curZoomRegion: '6-8'
1573
+ }
1574
+ }, {
1575
+ featureType: 'cityhighway',
1576
+ elementType: 'geometry',
1577
+ stylers: {
1578
+ visibility: 'off',
1579
+ level: '6',
1580
+ curZoomRegionId: '0',
1581
+ curZoomRegion: '6-8'
1582
+ }
1583
+ }, {
1584
+ featureType: 'cityhighway',
1585
+ elementType: 'geometry',
1586
+ stylers: {
1587
+ visibility: 'off',
1588
+ level: '7',
1589
+ curZoomRegionId: '0',
1590
+ curZoomRegion: '6-8'
1591
+ }
1592
+ }, {
1593
+ featureType: 'cityhighway',
1594
+ elementType: 'geometry',
1595
+ stylers: {
1596
+ visibility: 'off',
1597
+ level: '8',
1598
+ curZoomRegionId: '0',
1599
+ curZoomRegion: '6-8'
1600
+ }
1601
+ }, {
1602
+ featureType: 'cityhighway',
1603
+ elementType: 'labels',
1604
+ stylers: {
1605
+ visibility: 'off',
1606
+ level: '6',
1607
+ curZoomRegionId: '0',
1608
+ curZoomRegion: '6-8'
1609
+ }
1610
+ }, {
1611
+ featureType: 'cityhighway',
1612
+ elementType: 'labels',
1613
+ stylers: {
1614
+ visibility: 'off',
1615
+ level: '7',
1616
+ curZoomRegionId: '0',
1617
+ curZoomRegion: '6-8'
1618
+ }
1619
+ }, {
1620
+ featureType: 'cityhighway',
1621
+ elementType: 'labels',
1622
+ stylers: {
1623
+ visibility: 'off',
1624
+ level: '8',
1625
+ curZoomRegionId: '0',
1626
+ curZoomRegion: '6-8'
1627
+ }
1628
+ }, {
1629
+ featureType: 'cityhighway',
1630
+ elementType: 'geometry.fill',
1631
+ stylers: {
1632
+ color: '#fbfffeff'
1633
+ }
1634
+ }, {
1635
+ featureType: 'water',
1636
+ elementType: 'labels.text.fill',
1637
+ stylers: {
1638
+ color: '#8f5a33ff'
1639
+ }
1640
+ }, {
1641
+ featureType: 'water',
1642
+ elementType: 'labels.text.stroke',
1643
+ stylers: {
1644
+ color: '#ffffffff'
1645
+ }
1646
+ }, {
1647
+ featureType: 'country',
1648
+ elementType: 'labels.text.fill',
1649
+ stylers: {
1650
+ color: '#8f5a33ff'
1651
+ }
1652
+ }, {
1653
+ featureType: 'country',
1654
+ elementType: 'labels.text.stroke',
1655
+ stylers: {
1656
+ color: '#ffffffff'
1657
+ }
1658
+ }, {
1659
+ featureType: 'country',
1660
+ elementType: 'labels.text',
1661
+ stylers: {
1662
+ fontsize: '28'
1663
+ }
1664
+ }, {
1665
+ featureType: 'manmade',
1666
+ elementType: 'geometry',
1667
+ stylers: {
1668
+ color: '#dfe7e7ff'
1669
+ }
1670
+ }, {
1671
+ featureType: 'provincialway',
1672
+ elementType: 'geometry.fill',
1673
+ stylers: {
1674
+ color: '#fbfffeff'
1675
+ }
1676
+ }, {
1677
+ featureType: 'tertiaryway',
1678
+ elementType: 'geometry.fill',
1679
+ stylers: {
1680
+ color: '#fbfffeff'
1681
+ }
1682
+ }, {
1683
+ featureType: 'manmade',
1684
+ elementType: 'labels.text.fill',
1685
+ stylers: {
1686
+ color: '#999999ff'
1687
+ }
1688
+ }, {
1689
+ featureType: 'manmade',
1690
+ elementType: 'labels.text.stroke',
1691
+ stylers: {
1692
+ color: '#ffffffff'
1693
+ }
1694
+ }, {
1695
+ featureType: 'scenicspots',
1696
+ elementType: 'labels.text.fill',
1697
+ stylers: {
1698
+ color: '#999999ff'
1699
+ }
1700
+ }, {
1701
+ featureType: 'scenicspots',
1702
+ elementType: 'labels.text.stroke',
1703
+ stylers: {
1704
+ color: '#ffffffff'
1705
+ }
1706
+ }, {
1707
+ featureType: 'airportlabel',
1708
+ elementType: 'labels.text.fill',
1709
+ stylers: {
1710
+ color: '#999999ff'
1711
+ }
1712
+ }, {
1713
+ featureType: 'airportlabel',
1714
+ elementType: 'labels.icon',
1715
+ stylers: {
1716
+ visibility: 'off'
1717
+ }
1718
+ }, {
1719
+ featureType: 'scenicspotslabel',
1720
+ elementType: 'labels.text.fill',
1721
+ stylers: {
1722
+ color: '#999999ff'
1723
+ }
1724
+ }, {
1725
+ featureType: 'scenicspotslabel',
1726
+ elementType: 'labels.icon',
1727
+ stylers: {
1728
+ visibility: 'off'
1729
+ }
1730
+ }, {
1731
+ featureType: 'educationlabel',
1732
+ elementType: 'labels.text.fill',
1733
+ stylers: {
1734
+ color: '#999999ff'
1735
+ }
1736
+ }, {
1737
+ featureType: 'educationlabel',
1738
+ elementType: 'labels.icon',
1739
+ stylers: {
1740
+ visibility: 'off'
1741
+ }
1742
+ }, {
1743
+ featureType: 'medicallabel',
1744
+ elementType: 'labels.text.fill',
1745
+ stylers: {
1746
+ color: '#999999ff'
1747
+ }
1748
+ }, {
1749
+ featureType: 'medicallabel',
1750
+ elementType: 'labels.icon',
1751
+ stylers: {
1752
+ visibility: 'off'
1753
+ }
1754
+ }, {
1755
+ featureType: 'companylabel',
1756
+ elementType: 'labels.icon',
1757
+ stylers: {
1758
+ visibility: 'off'
1759
+ }
1760
+ }, {
1761
+ featureType: 'restaurantlabel',
1762
+ elementType: 'labels.icon',
1763
+ stylers: {
1764
+ visibility: 'off'
1765
+ }
1766
+ }, {
1767
+ featureType: 'hotellabel',
1768
+ elementType: 'labels.icon',
1769
+ stylers: {
1770
+ visibility: 'off'
1771
+ }
1772
+ }, {
1773
+ featureType: 'hotellabel',
1774
+ elementType: 'labels',
1775
+ stylers: {
1776
+ visibility: 'off'
1777
+ }
1778
+ }, {
1779
+ featureType: 'shoppinglabel',
1780
+ elementType: 'labels.icon',
1781
+ stylers: {
1782
+ visibility: 'off'
1783
+ }
1784
+ }, {
1785
+ featureType: 'shoppinglabel',
1786
+ elementType: 'labels',
1787
+ stylers: {
1788
+ visibility: 'off'
1789
+ }
1790
+ }, {
1791
+ featureType: 'lifeservicelabel',
1792
+ elementType: 'labels.icon',
1793
+ stylers: {
1794
+ visibility: 'off'
1795
+ }
1796
+ }, {
1797
+ featureType: 'carservicelabel',
1798
+ elementType: 'labels.icon',
1799
+ stylers: {
1800
+ visibility: 'off'
1801
+ }
1802
+ }, {
1803
+ featureType: 'transportationlabel',
1804
+ elementType: 'labels.icon',
1805
+ stylers: {
1806
+ visibility: 'off'
1807
+ }
1808
+ }, {
1809
+ featureType: 'transportationlabel',
1810
+ elementType: 'labels',
1811
+ stylers: {
1812
+ visibility: 'off'
1813
+ }
1814
+ }, {
1815
+ featureType: 'financelabel',
1816
+ elementType: 'labels.icon',
1817
+ stylers: {
1818
+ visibility: 'off'
1819
+ }
1820
+ }, {
1821
+ featureType: 'entertainment',
1822
+ elementType: 'geometry',
1823
+ stylers: {
1824
+ color: '#d1dbdbff'
1825
+ }
1826
+ }, {
1827
+ featureType: 'estate',
1828
+ elementType: 'geometry',
1829
+ stylers: {
1830
+ color: '#d1dbdbff'
1831
+ }
1832
+ }, {
1833
+ featureType: 'shopping',
1834
+ elementType: 'geometry',
1835
+ stylers: {
1836
+ color: '#d1dbdbff'
1837
+ }
1838
+ }, {
1839
+ featureType: 'education',
1840
+ elementType: 'labels.text.fill',
1841
+ stylers: {
1842
+ color: '#999999ff'
1843
+ }
1844
+ }, {
1845
+ featureType: 'education',
1846
+ elementType: 'labels.text.stroke',
1847
+ stylers: {
1848
+ color: '#ffffffff'
1849
+ }
1850
+ }, {
1851
+ featureType: 'medical',
1852
+ elementType: 'labels.text.fill',
1853
+ stylers: {
1854
+ color: '#999999ff'
1855
+ }
1856
+ }, {
1857
+ featureType: 'medical',
1858
+ elementType: 'labels.text.stroke',
1859
+ stylers: {
1860
+ color: '#ffffffff'
1861
+ }
1862
+ }, {
1863
+ featureType: 'transportation',
1864
+ elementType: 'labels.text.fill',
1865
+ stylers: {
1866
+ color: '#999999ff'
1867
+ }
1868
+ }, {
1869
+ featureType: 'transportation',
1870
+ elementType: 'labels.text.stroke',
1871
+ stylers: {
1872
+ color: '#ffffffff'
1873
+ }
1874
+ }, {
1875
+ featureType: 'road',
1876
+ elementType: 'geometry',
1877
+ stylers: {
1878
+ visibility: 'on'
1879
+ }
1880
+ }, {
1881
+ featureType: 'nationalway',
1882
+ elementType: 'labels',
1883
+ stylers: {
1884
+ visibility: 'off'
1885
+ }
1886
+ }, {
1887
+ featureType: 'provincialway',
1888
+ elementType: 'labels',
1889
+ stylers: {
1890
+ visibility: 'off'
1891
+ }
1892
+ }, {
1893
+ featureType: 'cityhighway',
1894
+ elementType: 'labels',
1895
+ stylers: {
1896
+ visibility: 'off'
1897
+ }
1898
+ }, {
1899
+ featureType: 'tertiaryway',
1900
+ elementType: 'labels',
1901
+ stylers: {
1902
+ visibility: 'off'
1903
+ }
1904
+ }, {
1905
+ featureType: 'fourlevelway',
1906
+ elementType: 'labels',
1907
+ stylers: {
1908
+ visibility: 'off'
1909
+ }
1910
+ }, {
1911
+ featureType: 'water',
1912
+ elementType: 'labels',
1913
+ stylers: {
1914
+ visibility: 'off'
1915
+ }
1916
+ }, {
1917
+ featureType: 'manmade',
1918
+ elementType: 'labels',
1919
+ stylers: {
1920
+ visibility: 'off'
1921
+ }
1922
+ }, {
1923
+ featureType: 'education',
1924
+ elementType: 'labels',
1925
+ stylers: {
1926
+ visibility: 'off'
1927
+ }
1928
+ }, {
1929
+ featureType: 'medical',
1930
+ elementType: 'labels',
1931
+ stylers: {
1932
+ visibility: 'off'
1933
+ }
1934
+ }, {
1935
+ featureType: 'scenicspots',
1936
+ elementType: 'labels',
1937
+ stylers: {
1938
+ visibility: 'off'
1939
+ }
1940
+ }, {
1941
+ featureType: 'transportation',
1942
+ elementType: 'labels',
1943
+ stylers: {
1944
+ visibility: 'off'
1945
+ }
1946
+ }, {
1947
+ featureType: 'entertainmentlabel',
1948
+ elementType: 'labels.icon',
1949
+ stylers: {
1950
+ visibility: 'off'
1951
+ }
1952
+ }, {
1953
+ featureType: 'estatelabel',
1954
+ elementType: 'labels.icon',
1955
+ stylers: {
1956
+ visibility: 'off'
1957
+ }
1958
+ }, {
1959
+ featureType: 'businesstowerlabel',
1960
+ elementType: 'labels.icon',
1961
+ stylers: {
1962
+ visibility: 'off'
1963
+ }
1964
+ }, {
1965
+ featureType: 'governmentlabel',
1966
+ elementType: 'labels.icon',
1967
+ stylers: {
1968
+ visibility: 'off'
1969
+ }
1970
+ }, {
1971
+ featureType: 'governmentlabel',
1972
+ elementType: 'labels',
1973
+ stylers: {
1974
+ visibility: 'off'
1975
+ }
1976
+ }, {
1977
+ featureType: 'businesstowerlabel',
1978
+ elementType: 'labels',
1979
+ stylers: {
1980
+ visibility: 'off'
1981
+ }
1982
+ }, {
1983
+ featureType: 'estatelabel',
1984
+ elementType: 'labels',
1985
+ stylers: {
1986
+ visibility: 'off'
1987
+ }
1988
+ }, {
1989
+ featureType: 'entertainmentlabel',
1990
+ elementType: 'labels',
1991
+ stylers: {
1992
+ visibility: 'off'
1993
+ }
1994
+ }, {
1995
+ featureType: 'medicallabel',
1996
+ elementType: 'labels',
1997
+ stylers: {
1998
+ visibility: 'off'
1999
+ }
2000
+ }, {
2001
+ featureType: 'educationlabel',
2002
+ elementType: 'labels',
2003
+ stylers: {
2004
+ visibility: 'off'
2005
+ }
2006
+ }, {
2007
+ featureType: 'scenicspotslabel',
2008
+ elementType: 'labels',
2009
+ stylers: {
2010
+ visibility: 'off'
2011
+ }
2012
+ }, {
2013
+ featureType: 'airportlabel',
2014
+ elementType: 'labels',
2015
+ stylers: {
2016
+ visibility: 'off'
2017
+ }
2018
+ }, {
2019
+ featureType: 'poilabel',
2020
+ elementType: 'labels',
2021
+ stylers: {
2022
+ visibility: 'off'
2023
+ }
2024
+ }];
2025
+ var customStyle = exports.customStyle = [{
2026
+ featureType: 'land',
2027
+ elementType: 'geometry',
2028
+ stylers: {
2029
+ visibility: 'on',
2030
+ color: '#091220ff'
2031
+ }
2032
+ }, {
2033
+ featureType: 'water',
2034
+ elementType: 'geometry',
2035
+ stylers: {
2036
+ visibility: 'on',
2037
+ color: '#113549ff'
2038
+ }
2039
+ }, {
2040
+ featureType: 'green',
2041
+ elementType: 'geometry',
2042
+ stylers: {
2043
+ visibility: 'on',
2044
+ color: '#0e1b30ff'
2045
+ }
2046
+ }, {
2047
+ featureType: 'building',
2048
+ elementType: 'geometry',
2049
+ stylers: {
2050
+ visibility: 'on'
2051
+ }
2052
+ }, {
2053
+ featureType: 'building',
2054
+ elementType: 'geometry.topfill',
2055
+ stylers: {
2056
+ color: '#113549ff'
2057
+ }
2058
+ }, {
2059
+ featureType: 'building',
2060
+ elementType: 'geometry.sidefill',
2061
+ stylers: {
2062
+ color: '#143e56ff'
2063
+ }
2064
+ }, {
2065
+ featureType: 'building',
2066
+ elementType: 'geometry.stroke',
2067
+ stylers: {
2068
+ color: '#dadada00'
2069
+ }
2070
+ }, {
2071
+ featureType: 'subwaystation',
2072
+ elementType: 'geometry',
2073
+ stylers: {
2074
+ visibility: 'on',
2075
+ color: '#113549B2'
2076
+ }
2077
+ }, {
2078
+ featureType: 'education',
2079
+ elementType: 'geometry',
2080
+ stylers: {
2081
+ visibility: 'on',
2082
+ color: '#12223dff'
2083
+ }
2084
+ }, {
2085
+ featureType: 'medical',
2086
+ elementType: 'geometry',
2087
+ stylers: {
2088
+ visibility: 'on',
2089
+ color: '#12223dff'
2090
+ }
2091
+ }, {
2092
+ featureType: 'scenicspots',
2093
+ elementType: 'geometry',
2094
+ stylers: {
2095
+ visibility: 'on',
2096
+ color: '#12223dff'
2097
+ }
2098
+ }, {
2099
+ featureType: 'highway',
2100
+ elementType: 'geometry',
2101
+ stylers: {
2102
+ visibility: 'on',
2103
+ weight: '4'
2104
+ }
2105
+ }, {
2106
+ featureType: 'highway',
2107
+ elementType: 'geometry.fill',
2108
+ stylers: {
2109
+ color: '#12223dff'
2110
+ }
2111
+ }, {
2112
+ featureType: 'highway',
2113
+ elementType: 'geometry.stroke',
2114
+ stylers: {
2115
+ color: '#fed66900'
2116
+ }
2117
+ }, {
2118
+ featureType: 'highway',
2119
+ elementType: 'labels',
2120
+ stylers: {
2121
+ visibility: 'on'
2122
+ }
2123
+ }, {
2124
+ featureType: 'highway',
2125
+ elementType: 'labels.text.fill',
2126
+ stylers: {
2127
+ color: '#12223dff'
2128
+ }
2129
+ }, {
2130
+ featureType: 'highway',
2131
+ elementType: 'labels.text.stroke',
2132
+ stylers: {
2133
+ color: '#ffffff00'
2134
+ }
2135
+ }, {
2136
+ featureType: 'highway',
2137
+ elementType: 'labels.icon',
2138
+ stylers: {
2139
+ visibility: 'on'
2140
+ }
2141
+ }, {
2142
+ featureType: 'arterial',
2143
+ elementType: 'geometry',
2144
+ stylers: {
2145
+ visibility: 'on',
2146
+ weight: '2'
2147
+ }
2148
+ }, {
2149
+ featureType: 'arterial',
2150
+ elementType: 'geometry.fill',
2151
+ stylers: {
2152
+ color: '#12223dff'
2153
+ }
2154
+ }, {
2155
+ featureType: 'arterial',
2156
+ elementType: 'geometry.stroke',
2157
+ stylers: {
2158
+ color: '#ffeebb00'
2159
+ }
2160
+ }, {
2161
+ featureType: 'arterial',
2162
+ elementType: 'labels',
2163
+ stylers: {
2164
+ visibility: 'on'
2165
+ }
2166
+ }, {
2167
+ featureType: 'arterial',
2168
+ elementType: 'labels.text.fill',
2169
+ stylers: {
2170
+ color: '#2dc4bbff'
2171
+ }
2172
+ }, {
2173
+ featureType: 'arterial',
2174
+ elementType: 'labels.text.stroke',
2175
+ stylers: {
2176
+ color: '#ffffff00'
2177
+ }
2178
+ }, {
2179
+ featureType: 'local',
2180
+ elementType: 'geometry',
2181
+ stylers: {
2182
+ visibility: 'on',
2183
+ weight: '1'
2184
+ }
2185
+ }, {
2186
+ featureType: 'local',
2187
+ elementType: 'geometry.fill',
2188
+ stylers: {
2189
+ color: '#12223dff'
2190
+ }
2191
+ }, {
2192
+ featureType: 'local',
2193
+ elementType: 'geometry.stroke',
2194
+ stylers: {
2195
+ color: '#ffffff00'
2196
+ }
2197
+ }, {
2198
+ featureType: 'local',
2199
+ elementType: 'labels',
2200
+ stylers: {
2201
+ visibility: 'on'
2202
+ }
2203
+ }, {
2204
+ featureType: 'local',
2205
+ elementType: 'labels.text.fill',
2206
+ stylers: {
2207
+ color: '#979c9aff'
2208
+ }
2209
+ }, {
2210
+ featureType: 'local',
2211
+ elementType: 'labels.text.stroke',
2212
+ stylers: {
2213
+ color: '#ffffffff'
2214
+ }
2215
+ }, {
2216
+ featureType: 'railway',
2217
+ elementType: 'geometry',
2218
+ stylers: {
2219
+ visibility: 'off'
2220
+ }
2221
+ }, {
2222
+ featureType: 'subway',
2223
+ elementType: 'geometry',
2224
+ stylers: {
2225
+ visibility: 'off',
2226
+ weight: '1'
2227
+ }
2228
+ }, {
2229
+ featureType: 'subway',
2230
+ elementType: 'geometry.fill',
2231
+ stylers: {
2232
+ color: '#d8d8d8ff'
2233
+ }
2234
+ }, {
2235
+ featureType: 'subway',
2236
+ elementType: 'geometry.stroke',
2237
+ stylers: {
2238
+ color: '#ffffff00'
2239
+ }
2240
+ }, {
2241
+ featureType: 'subway',
2242
+ elementType: 'labels',
2243
+ stylers: {
2244
+ visibility: 'on'
2245
+ }
2246
+ }, {
2247
+ featureType: 'subway',
2248
+ elementType: 'labels.text.fill',
2249
+ stylers: {
2250
+ color: '#979c9aff'
2251
+ }
2252
+ }, {
2253
+ featureType: 'subway',
2254
+ elementType: 'labels.text.stroke',
2255
+ stylers: {
2256
+ color: '#ffffffff'
2257
+ }
2258
+ }, {
2259
+ featureType: 'continent',
2260
+ elementType: 'labels',
2261
+ stylers: {
2262
+ visibility: 'on'
2263
+ }
2264
+ }, {
2265
+ featureType: 'continent',
2266
+ elementType: 'labels.icon',
2267
+ stylers: {
2268
+ visibility: 'on'
2269
+ }
2270
+ }, {
2271
+ featureType: 'continent',
2272
+ elementType: 'labels.text.fill',
2273
+ stylers: {
2274
+ color: '#2dc4bbff'
2275
+ }
2276
+ }, {
2277
+ featureType: 'continent',
2278
+ elementType: 'labels.text.stroke',
2279
+ stylers: {
2280
+ color: '#ffffff00'
2281
+ }
2282
+ }, {
2283
+ featureType: 'city',
2284
+ elementType: 'labels.icon',
2285
+ stylers: {
2286
+ visibility: 'off'
2287
+ }
2288
+ }, {
2289
+ featureType: 'city',
2290
+ elementType: 'labels',
2291
+ stylers: {
2292
+ visibility: 'on'
2293
+ }
2294
+ }, {
2295
+ featureType: 'city',
2296
+ elementType: 'labels.text.fill',
2297
+ stylers: {
2298
+ color: '#2dc4bbff'
2299
+ }
2300
+ }, {
2301
+ featureType: 'city',
2302
+ elementType: 'labels.text.stroke',
2303
+ stylers: {
2304
+ color: '#ffffff00'
2305
+ }
2306
+ }, {
2307
+ featureType: 'town',
2308
+ elementType: 'labels.icon',
2309
+ stylers: {
2310
+ visibility: 'on'
2311
+ }
2312
+ }, {
2313
+ featureType: 'town',
2314
+ elementType: 'labels',
2315
+ stylers: {
2316
+ visibility: 'off'
2317
+ }
2318
+ }, {
2319
+ featureType: 'town',
2320
+ elementType: 'labels.text.fill',
2321
+ stylers: {
2322
+ color: '#454d50ff'
2323
+ }
2324
+ }, {
2325
+ featureType: 'town',
2326
+ elementType: 'labels.text.stroke',
2327
+ stylers: {
2328
+ color: '#ffffffff'
2329
+ }
2330
+ }, {
2331
+ featureType: 'road',
2332
+ elementType: 'geometry.fill',
2333
+ stylers: {
2334
+ color: '#12223dff'
2335
+ }
2336
+ }, {
2337
+ featureType: 'poilabel',
2338
+ elementType: 'labels',
2339
+ stylers: {
2340
+ visibility: 'on'
2341
+ }
2342
+ }, {
2343
+ featureType: 'districtlabel',
2344
+ elementType: 'labels',
2345
+ stylers: {
2346
+ visibility: 'off'
2347
+ }
2348
+ }, {
2349
+ featureType: 'road',
2350
+ elementType: 'geometry',
2351
+ stylers: {
2352
+ visibility: 'on'
2353
+ }
2354
+ }, {
2355
+ featureType: 'road',
2356
+ elementType: 'labels',
2357
+ stylers: {
2358
+ visibility: 'off'
2359
+ }
2360
+ }, {
2361
+ featureType: 'road',
2362
+ elementType: 'geometry.stroke',
2363
+ stylers: {
2364
+ color: '#ffffff00'
2365
+ }
2366
+ }, {
2367
+ featureType: 'district',
2368
+ elementType: 'labels',
2369
+ stylers: {
2370
+ visibility: 'on'
2371
+ }
2372
+ }, {
2373
+ featureType: 'poilabel',
2374
+ elementType: 'labels.icon',
2375
+ stylers: {
2376
+ visibility: 'off'
2377
+ }
2378
+ }, {
2379
+ featureType: 'poilabel',
2380
+ elementType: 'labels.text.fill',
2381
+ stylers: {
2382
+ color: '#2dc4bbff'
2383
+ }
2384
+ }, {
2385
+ featureType: 'poilabel',
2386
+ elementType: 'labels.text.stroke',
2387
+ stylers: {
2388
+ color: '#ffffff00'
2389
+ }
2390
+ }, {
2391
+ featureType: 'manmade',
2392
+ elementType: 'geometry',
2393
+ stylers: {
2394
+ color: '#12223dff'
2395
+ }
2396
+ }, {
2397
+ featureType: 'districtlabel',
2398
+ elementType: 'labels.text.stroke',
2399
+ stylers: {
2400
+ color: '#ffffffff'
2401
+ }
2402
+ }, {
2403
+ featureType: 'entertainment',
2404
+ elementType: 'geometry',
2405
+ stylers: {
2406
+ color: '#12223dff'
2407
+ }
2408
+ }, {
2409
+ featureType: 'shopping',
2410
+ elementType: 'geometry',
2411
+ stylers: {
2412
+ color: '#12223dff'
2413
+ }
2414
+ }, {
2415
+ featureType: 'nationalway',
2416
+ stylers: {
2417
+ level: '6',
2418
+ curZoomRegionId: '0',
2419
+ curZoomRegion: '6-10'
2420
+ }
2421
+ }, {
2422
+ featureType: 'nationalway',
2423
+ stylers: {
2424
+ level: '7',
2425
+ curZoomRegionId: '0',
2426
+ curZoomRegion: '6-10'
2427
+ }
2428
+ }, {
2429
+ featureType: 'nationalway',
2430
+ stylers: {
2431
+ level: '8',
2432
+ curZoomRegionId: '0',
2433
+ curZoomRegion: '6-10'
2434
+ }
2435
+ }, {
2436
+ featureType: 'nationalway',
2437
+ stylers: {
2438
+ level: '9',
2439
+ curZoomRegionId: '0',
2440
+ curZoomRegion: '6-10'
2441
+ }
2442
+ }, {
2443
+ featureType: 'nationalway',
2444
+ stylers: {
2445
+ level: '10',
2446
+ curZoomRegionId: '0',
2447
+ curZoomRegion: '6-10'
2448
+ }
2449
+ }, {
2450
+ featureType: 'nationalway',
2451
+ elementType: 'geometry',
2452
+ stylers: {
2453
+ visibility: 'off',
2454
+ level: '6',
2455
+ curZoomRegionId: '0',
2456
+ curZoomRegion: '6-10'
2457
+ }
2458
+ }, {
2459
+ featureType: 'nationalway',
2460
+ elementType: 'geometry',
2461
+ stylers: {
2462
+ visibility: 'off',
2463
+ level: '7',
2464
+ curZoomRegionId: '0',
2465
+ curZoomRegion: '6-10'
2466
+ }
2467
+ }, {
2468
+ featureType: 'nationalway',
2469
+ elementType: 'geometry',
2470
+ stylers: {
2471
+ visibility: 'off',
2472
+ level: '8',
2473
+ curZoomRegionId: '0',
2474
+ curZoomRegion: '6-10'
2475
+ }
2476
+ }, {
2477
+ featureType: 'nationalway',
2478
+ elementType: 'geometry',
2479
+ stylers: {
2480
+ visibility: 'off',
2481
+ level: '9',
2482
+ curZoomRegionId: '0',
2483
+ curZoomRegion: '6-10'
2484
+ }
2485
+ }, {
2486
+ featureType: 'nationalway',
2487
+ elementType: 'geometry',
2488
+ stylers: {
2489
+ visibility: 'off',
2490
+ level: '10',
2491
+ curZoomRegionId: '0',
2492
+ curZoomRegion: '6-10'
2493
+ }
2494
+ }, {
2495
+ featureType: 'nationalway',
2496
+ elementType: 'labels',
2497
+ stylers: {
2498
+ visibility: 'off',
2499
+ level: '6',
2500
+ curZoomRegionId: '0',
2501
+ curZoomRegion: '6-10'
2502
+ }
2503
+ }, {
2504
+ featureType: 'nationalway',
2505
+ elementType: 'labels',
2506
+ stylers: {
2507
+ visibility: 'off',
2508
+ level: '7',
2509
+ curZoomRegionId: '0',
2510
+ curZoomRegion: '6-10'
2511
+ }
2512
+ }, {
2513
+ featureType: 'nationalway',
2514
+ elementType: 'labels',
2515
+ stylers: {
2516
+ visibility: 'off',
2517
+ level: '8',
2518
+ curZoomRegionId: '0',
2519
+ curZoomRegion: '6-10'
2520
+ }
2521
+ }, {
2522
+ featureType: 'nationalway',
2523
+ elementType: 'labels',
2524
+ stylers: {
2525
+ visibility: 'off',
2526
+ level: '9',
2527
+ curZoomRegionId: '0',
2528
+ curZoomRegion: '6-10'
2529
+ }
2530
+ }, {
2531
+ featureType: 'nationalway',
2532
+ elementType: 'labels',
2533
+ stylers: {
2534
+ visibility: 'off',
2535
+ level: '10',
2536
+ curZoomRegionId: '0',
2537
+ curZoomRegion: '6-10'
2538
+ }
2539
+ }, {
2540
+ featureType: 'cityhighway',
2541
+ stylers: {
2542
+ level: '6',
2543
+ curZoomRegionId: '0',
2544
+ curZoomRegion: '6-9'
2545
+ }
2546
+ }, {
2547
+ featureType: 'cityhighway',
2548
+ stylers: {
2549
+ level: '7',
2550
+ curZoomRegionId: '0',
2551
+ curZoomRegion: '6-9'
2552
+ }
2553
+ }, {
2554
+ featureType: 'cityhighway',
2555
+ stylers: {
2556
+ level: '8',
2557
+ curZoomRegionId: '0',
2558
+ curZoomRegion: '6-9'
2559
+ }
2560
+ }, {
2561
+ featureType: 'cityhighway',
2562
+ stylers: {
2563
+ level: '9',
2564
+ curZoomRegionId: '0',
2565
+ curZoomRegion: '6-9'
2566
+ }
2567
+ }, {
2568
+ featureType: 'cityhighway',
2569
+ elementType: 'geometry',
2570
+ stylers: {
2571
+ visibility: 'off',
2572
+ level: '6',
2573
+ curZoomRegionId: '0',
2574
+ curZoomRegion: '6-9'
2575
+ }
2576
+ }, {
2577
+ featureType: 'cityhighway',
2578
+ elementType: 'geometry',
2579
+ stylers: {
2580
+ visibility: 'off',
2581
+ level: '7',
2582
+ curZoomRegionId: '0',
2583
+ curZoomRegion: '6-9'
2584
+ }
2585
+ }, {
2586
+ featureType: 'cityhighway',
2587
+ elementType: 'geometry',
2588
+ stylers: {
2589
+ visibility: 'off',
2590
+ level: '8',
2591
+ curZoomRegionId: '0',
2592
+ curZoomRegion: '6-9'
2593
+ }
2594
+ }, {
2595
+ featureType: 'cityhighway',
2596
+ elementType: 'geometry',
2597
+ stylers: {
2598
+ visibility: 'off',
2599
+ level: '9',
2600
+ curZoomRegionId: '0',
2601
+ curZoomRegion: '6-9'
2602
+ }
2603
+ }, {
2604
+ featureType: 'cityhighway',
2605
+ elementType: 'labels',
2606
+ stylers: {
2607
+ visibility: 'off',
2608
+ level: '6',
2609
+ curZoomRegionId: '0',
2610
+ curZoomRegion: '6-9'
2611
+ }
2612
+ }, {
2613
+ featureType: 'cityhighway',
2614
+ elementType: 'labels',
2615
+ stylers: {
2616
+ visibility: 'off',
2617
+ level: '7',
2618
+ curZoomRegionId: '0',
2619
+ curZoomRegion: '6-9'
2620
+ }
2621
+ }, {
2622
+ featureType: 'cityhighway',
2623
+ elementType: 'labels',
2624
+ stylers: {
2625
+ visibility: 'off',
2626
+ level: '8',
2627
+ curZoomRegionId: '0',
2628
+ curZoomRegion: '6-9'
2629
+ }
2630
+ }, {
2631
+ featureType: 'cityhighway',
2632
+ elementType: 'labels',
2633
+ stylers: {
2634
+ visibility: 'off',
2635
+ level: '9',
2636
+ curZoomRegionId: '0',
2637
+ curZoomRegion: '6-9'
2638
+ }
2639
+ }, {
2640
+ featureType: 'subwaylabel',
2641
+ elementType: 'labels',
2642
+ stylers: {
2643
+ visibility: 'off'
2644
+ }
2645
+ }, {
2646
+ featureType: 'subwaylabel',
2647
+ elementType: 'labels.icon',
2648
+ stylers: {
2649
+ visibility: 'off'
2650
+ }
2651
+ }, {
2652
+ featureType: 'tertiarywaysign',
2653
+ elementType: 'labels',
2654
+ stylers: {
2655
+ visibility: 'off'
2656
+ }
2657
+ }, {
2658
+ featureType: 'tertiarywaysign',
2659
+ elementType: 'labels.icon',
2660
+ stylers: {
2661
+ visibility: 'off'
2662
+ }
2663
+ }, {
2664
+ featureType: 'provincialwaysign',
2665
+ elementType: 'labels',
2666
+ stylers: {
2667
+ visibility: 'off'
2668
+ }
2669
+ }, {
2670
+ featureType: 'provincialwaysign',
2671
+ elementType: 'labels.icon',
2672
+ stylers: {
2673
+ visibility: 'off'
2674
+ }
2675
+ }, {
2676
+ featureType: 'nationalwaysign',
2677
+ elementType: 'labels',
2678
+ stylers: {
2679
+ visibility: 'off'
2680
+ }
2681
+ }, {
2682
+ featureType: 'nationalwaysign',
2683
+ elementType: 'labels.icon',
2684
+ stylers: {
2685
+ visibility: 'off'
2686
+ }
2687
+ }, {
2688
+ featureType: 'highwaysign',
2689
+ elementType: 'labels',
2690
+ stylers: {
2691
+ visibility: 'off'
2692
+ }
2693
+ }, {
2694
+ featureType: 'highwaysign',
2695
+ elementType: 'labels.icon',
2696
+ stylers: {
2697
+ visibility: 'off'
2698
+ }
2699
+ }, {
2700
+ featureType: 'village',
2701
+ elementType: 'labels',
2702
+ stylers: {
2703
+ visibility: 'off'
2704
+ }
2705
+ }, {
2706
+ featureType: 'district',
2707
+ elementType: 'labels.text',
2708
+ stylers: {
2709
+ fontsize: '20'
2710
+ }
2711
+ }, {
2712
+ featureType: 'district',
2713
+ elementType: 'labels.text.fill',
2714
+ stylers: {
2715
+ color: '#2dc4bbff'
2716
+ }
2717
+ }, {
2718
+ featureType: 'district',
2719
+ elementType: 'labels.text.stroke',
2720
+ stylers: {
2721
+ color: '#ffffff00'
2722
+ }
2723
+ }, {
2724
+ featureType: 'country',
2725
+ elementType: 'labels.text.fill',
2726
+ stylers: {
2727
+ color: '#2dc4bbff'
2728
+ }
2729
+ }, {
2730
+ featureType: 'country',
2731
+ elementType: 'labels.text.stroke',
2732
+ stylers: {
2733
+ color: '#ffffff00'
2734
+ }
2735
+ }, {
2736
+ featureType: 'water',
2737
+ elementType: 'labels.text.fill',
2738
+ stylers: {
2739
+ color: '#2dc4bbff'
2740
+ }
2741
+ }, {
2742
+ featureType: 'water',
2743
+ elementType: 'labels.text.stroke',
2744
+ stylers: {
2745
+ color: '#ffffff00'
2746
+ }
2747
+ }, {
2748
+ featureType: 'cityhighway',
2749
+ elementType: 'geometry.fill',
2750
+ stylers: {
2751
+ color: '#12223dff'
2752
+ }
2753
+ }, {
2754
+ featureType: 'cityhighway',
2755
+ elementType: 'geometry.stroke',
2756
+ stylers: {
2757
+ color: '#ffffff00'
2758
+ }
2759
+ }, {
2760
+ featureType: 'tertiaryway',
2761
+ elementType: 'geometry.fill',
2762
+ stylers: {
2763
+ color: '#12223dff'
2764
+ }
2765
+ }, {
2766
+ featureType: 'tertiaryway',
2767
+ elementType: 'geometry.stroke',
2768
+ stylers: {
2769
+ color: '#ffffff10'
2770
+ }
2771
+ }, {
2772
+ featureType: 'provincialway',
2773
+ elementType: 'geometry.fill',
2774
+ stylers: {
2775
+ color: '#12223dff'
2776
+ }
2777
+ }, {
2778
+ featureType: 'provincialway',
2779
+ elementType: 'geometry.stroke',
2780
+ stylers: {
2781
+ color: '#ffffff00'
2782
+ }
2783
+ }, {
2784
+ featureType: 'nationalway',
2785
+ elementType: 'geometry.fill',
2786
+ stylers: {
2787
+ color: '#12223dff'
2788
+ }
2789
+ }, {
2790
+ featureType: 'nationalway',
2791
+ elementType: 'geometry.stroke',
2792
+ stylers: {
2793
+ color: '#ffffff00'
2794
+ }
2795
+ }, {
2796
+ featureType: 'highway',
2797
+ elementType: 'labels.text',
2798
+ stylers: {
2799
+ fontsize: '20'
2800
+ }
2801
+ }, {
2802
+ featureType: 'nationalway',
2803
+ elementType: 'labels.text.stroke',
2804
+ stylers: {
2805
+ color: '#ffffff00'
2806
+ }
2807
+ }, {
2808
+ featureType: 'nationalway',
2809
+ elementType: 'labels.text.fill',
2810
+ stylers: {
2811
+ color: '#12223dff'
2812
+ }
2813
+ }, {
2814
+ featureType: 'nationalway',
2815
+ elementType: 'labels.text',
2816
+ stylers: {
2817
+ fontsize: '20'
2818
+ }
2819
+ }, {
2820
+ featureType: 'provincialway',
2821
+ elementType: 'labels.text.fill',
2822
+ stylers: {
2823
+ color: '#12223dff'
2824
+ }
2825
+ }, {
2826
+ featureType: 'provincialway',
2827
+ elementType: 'labels.text.stroke',
2828
+ stylers: {
2829
+ color: '#ffffff00'
2830
+ }
2831
+ }, {
2832
+ featureType: 'provincialway',
2833
+ elementType: 'labels.text',
2834
+ stylers: {
2835
+ fontsize: '20'
2836
+ }
2837
+ }, {
2838
+ featureType: 'cityhighway',
2839
+ elementType: 'labels.text.fill',
2840
+ stylers: {
2841
+ color: '#12223dff'
2842
+ }
2843
+ }, {
2844
+ featureType: 'cityhighway',
2845
+ elementType: 'labels.text',
2846
+ stylers: {
2847
+ fontsize: '20'
2848
+ }
2849
+ }, {
2850
+ featureType: 'cityhighway',
2851
+ elementType: 'labels.text.stroke',
2852
+ stylers: {
2853
+ color: '#ffffff00'
2854
+ }
2855
+ }, {
2856
+ featureType: 'estate',
2857
+ elementType: 'geometry',
2858
+ stylers: {
2859
+ color: '#12223dff'
2860
+ }
2861
+ }, {
2862
+ featureType: 'tertiaryway',
2863
+ elementType: 'labels.text.fill',
2864
+ stylers: {
2865
+ color: '#2dc4bbff'
2866
+ }
2867
+ }, {
2868
+ featureType: 'tertiaryway',
2869
+ elementType: 'labels.text.stroke',
2870
+ stylers: {
2871
+ color: '#ffffff00'
2872
+ }
2873
+ }, {
2874
+ featureType: 'fourlevelway',
2875
+ elementType: 'labels.text.fill',
2876
+ stylers: {
2877
+ color: '#2dc4bbff'
2878
+ }
2879
+ }, {
2880
+ featureType: 'fourlevelway',
2881
+ elementType: 'labels.text.stroke',
2882
+ stylers: {
2883
+ color: '#ffffff00'
2884
+ }
2885
+ }, {
2886
+ featureType: 'scenicspotsway',
2887
+ elementType: 'geometry.fill',
2888
+ stylers: {
2889
+ color: '#12223dff'
2890
+ }
2891
+ }, {
2892
+ featureType: 'scenicspotsway',
2893
+ elementType: 'geometry.stroke',
2894
+ stylers: {
2895
+ color: '#ffffff00'
2896
+ }
2897
+ }, {
2898
+ featureType: 'universityway',
2899
+ elementType: 'geometry.fill',
2900
+ stylers: {
2901
+ color: '#12223dff'
2902
+ }
2903
+ }, {
2904
+ featureType: 'universityway',
2905
+ elementType: 'geometry.stroke',
2906
+ stylers: {
2907
+ color: '#ffffff00'
2908
+ }
2909
+ }, {
2910
+ featureType: 'vacationway',
2911
+ elementType: 'geometry.fill',
2912
+ stylers: {
2913
+ color: '#12223dff'
2914
+ }
2915
+ }, {
2916
+ featureType: 'vacationway',
2917
+ elementType: 'geometry.stroke',
2918
+ stylers: {
2919
+ color: '#ffffff00'
2920
+ }
2921
+ }, {
2922
+ featureType: 'fourlevelway',
2923
+ elementType: 'geometry',
2924
+ stylers: {
2925
+ visibility: 'on'
2926
+ }
2927
+ }, {
2928
+ featureType: 'fourlevelway',
2929
+ elementType: 'geometry.fill',
2930
+ stylers: {
2931
+ color: '#12223dff'
2932
+ }
2933
+ }, {
2934
+ featureType: 'fourlevelway',
2935
+ elementType: 'geometry.stroke',
2936
+ stylers: {
2937
+ color: '#ffffff00'
2938
+ }
2939
+ }, {
2940
+ featureType: 'transportationlabel',
2941
+ elementType: 'labels',
2942
+ stylers: {
2943
+ visibility: 'on'
2944
+ }
2945
+ }, {
2946
+ featureType: 'transportationlabel',
2947
+ elementType: 'labels.icon',
2948
+ stylers: {
2949
+ visibility: 'off'
2950
+ }
2951
+ }, {
2952
+ featureType: 'transportationlabel',
2953
+ elementType: 'labels.text.fill',
2954
+ stylers: {
2955
+ color: '#2dc4bbff'
2956
+ }
2957
+ }, {
2958
+ featureType: 'transportationlabel',
2959
+ elementType: 'labels.text.stroke',
2960
+ stylers: {
2961
+ color: '#ffffff00'
2962
+ }
2963
+ }, {
2964
+ featureType: 'educationlabel',
2965
+ elementType: 'labels',
2966
+ stylers: {
2967
+ visibility: 'on'
2968
+ }
2969
+ }, {
2970
+ featureType: 'educationlabel',
2971
+ elementType: 'labels.icon',
2972
+ stylers: {
2973
+ visibility: 'off'
2974
+ }
2975
+ }, {
2976
+ featureType: 'educationlabel',
2977
+ elementType: 'labels.text.fill',
2978
+ stylers: {
2979
+ color: '#2dc4bbff'
2980
+ }
2981
+ }, {
2982
+ featureType: 'educationlabel',
2983
+ elementType: 'labels.text.stroke',
2984
+ stylers: {
2985
+ color: '#ffffff00'
2986
+ }
2987
+ }, {
2988
+ featureType: 'transportation',
2989
+ elementType: 'geometry',
2990
+ stylers: {
2991
+ color: '#113549ff'
2992
+ }
2993
+ }, {
2994
+ featureType: 'airportlabel',
2995
+ elementType: 'labels.text.fill',
2996
+ stylers: {
2997
+ color: '#2dc4bbff'
2998
+ }
2999
+ }, {
3000
+ featureType: 'airportlabel',
3001
+ elementType: 'labels.text.stroke',
3002
+ stylers: {
3003
+ color: '#ffffff00'
3004
+ }
3005
+ }, {
3006
+ featureType: 'scenicspotslabel',
3007
+ elementType: 'labels.text.fill',
3008
+ stylers: {
3009
+ color: '#2dc4bbff'
3010
+ }
3011
+ }, {
3012
+ featureType: 'scenicspotslabel',
3013
+ elementType: 'labels.text.stroke',
3014
+ stylers: {
3015
+ color: '#ffffff00'
3016
+ }
3017
+ }, {
3018
+ featureType: 'medicallabel',
3019
+ elementType: 'labels.text.fill',
3020
+ stylers: {
3021
+ color: '#2dc4bbff'
3022
+ }
3023
+ }, {
3024
+ featureType: 'medicallabel',
3025
+ elementType: 'labels.text.stroke',
3026
+ stylers: {
3027
+ color: '#ffffff00'
3028
+ }
3029
+ }, {
3030
+ featureType: 'medicallabel',
3031
+ elementType: 'labels.icon',
3032
+ stylers: {
3033
+ visibility: 'off'
3034
+ }
3035
+ }, {
3036
+ featureType: 'scenicspotslabel',
3037
+ elementType: 'labels.icon',
3038
+ stylers: {
3039
+ visibility: 'off'
3040
+ }
3041
+ }, {
3042
+ featureType: 'airportlabel',
3043
+ elementType: 'labels.icon',
3044
+ stylers: {
3045
+ visibility: 'off'
3046
+ }
3047
+ }, {
3048
+ featureType: 'entertainmentlabel',
3049
+ elementType: 'labels.icon',
3050
+ stylers: {
3051
+ visibility: 'off'
3052
+ }
3053
+ }, {
3054
+ featureType: 'entertainmentlabel',
3055
+ elementType: 'labels.text.fill',
3056
+ stylers: {
3057
+ color: '#2dc4bbff'
3058
+ }
3059
+ }, {
3060
+ featureType: 'entertainmentlabel',
3061
+ elementType: 'labels.text.stroke',
3062
+ stylers: {
3063
+ color: '#ffffff00'
3064
+ }
3065
+ }, {
3066
+ featureType: 'estatelabel',
3067
+ elementType: 'labels.icon',
3068
+ stylers: {
3069
+ visibility: 'off'
3070
+ }
3071
+ }, {
3072
+ featureType: 'estatelabel',
3073
+ elementType: 'labels.text.fill',
3074
+ stylers: {
3075
+ color: '#2dc4bbff'
3076
+ }
3077
+ }, {
3078
+ featureType: 'estatelabel',
3079
+ elementType: 'labels.text.stroke',
3080
+ stylers: {
3081
+ color: '#ffffff00'
3082
+ }
3083
+ }, {
3084
+ featureType: 'businesstowerlabel',
3085
+ elementType: 'labels.text.fill',
3086
+ stylers: {
3087
+ color: '#2dc4bbff'
3088
+ }
3089
+ }, {
3090
+ featureType: 'businesstowerlabel',
3091
+ elementType: 'labels.text.stroke',
3092
+ stylers: {
3093
+ color: '#ffffff00'
3094
+ }
3095
+ }, {
3096
+ featureType: 'businesstowerlabel',
3097
+ elementType: 'labels.icon',
3098
+ stylers: {
3099
+ visibility: 'off'
3100
+ }
3101
+ }, {
3102
+ featureType: 'companylabel',
3103
+ elementType: 'labels.text.fill',
3104
+ stylers: {
3105
+ color: '#2dc4bbff'
3106
+ }
3107
+ }, {
3108
+ featureType: 'companylabel',
3109
+ elementType: 'labels.text.stroke',
3110
+ stylers: {
3111
+ color: '#ffffff00'
3112
+ }
3113
+ }, {
3114
+ featureType: 'companylabel',
3115
+ elementType: 'labels.icon',
3116
+ stylers: {
3117
+ visibility: 'off'
3118
+ }
3119
+ }, {
3120
+ featureType: 'governmentlabel',
3121
+ elementType: 'labels.icon',
3122
+ stylers: {
3123
+ visibility: 'off'
3124
+ }
3125
+ }, {
3126
+ featureType: 'governmentlabel',
3127
+ elementType: 'labels.text.fill',
3128
+ stylers: {
3129
+ color: '#2dc4bbff'
3130
+ }
3131
+ }, {
3132
+ featureType: 'governmentlabel',
3133
+ elementType: 'labels.text.stroke',
3134
+ stylers: {
3135
+ color: '#ffffff00'
3136
+ }
3137
+ }, {
3138
+ featureType: 'restaurantlabel',
3139
+ elementType: 'labels.text.fill',
3140
+ stylers: {
3141
+ color: '#2dc4bbff'
3142
+ }
3143
+ }, {
3144
+ featureType: 'restaurantlabel',
3145
+ elementType: 'labels.text.stroke',
3146
+ stylers: {
3147
+ color: '#ffffff00'
3148
+ }
3149
+ }, {
3150
+ featureType: 'restaurantlabel',
3151
+ elementType: 'labels.icon',
3152
+ stylers: {
3153
+ visibility: 'off'
3154
+ }
3155
+ }, {
3156
+ featureType: 'hotellabel',
3157
+ elementType: 'labels.icon',
3158
+ stylers: {
3159
+ visibility: 'off'
3160
+ }
3161
+ }, {
3162
+ featureType: 'hotellabel',
3163
+ elementType: 'labels.text.fill',
3164
+ stylers: {
3165
+ color: '#2dc4bbff'
3166
+ }
3167
+ }, {
3168
+ featureType: 'hotellabel',
3169
+ elementType: 'labels.text.stroke',
3170
+ stylers: {
3171
+ color: '#ffffff00'
3172
+ }
3173
+ }, {
3174
+ featureType: 'shoppinglabel',
3175
+ elementType: 'labels.text.fill',
3176
+ stylers: {
3177
+ color: '#2dc4bbff'
3178
+ }
3179
+ }, {
3180
+ featureType: 'shoppinglabel',
3181
+ elementType: 'labels.text.stroke',
3182
+ stylers: {
3183
+ color: '#ffffff00'
3184
+ }
3185
+ }, {
3186
+ featureType: 'shoppinglabel',
3187
+ elementType: 'labels.icon',
3188
+ stylers: {
3189
+ visibility: 'off'
3190
+ }
3191
+ }, {
3192
+ featureType: 'lifeservicelabel',
3193
+ elementType: 'labels.text.fill',
3194
+ stylers: {
3195
+ color: '#2dc4bbff'
3196
+ }
3197
+ }, {
3198
+ featureType: 'lifeservicelabel',
3199
+ elementType: 'labels.text.stroke',
3200
+ stylers: {
3201
+ color: '#ffffff00'
3202
+ }
3203
+ }, {
3204
+ featureType: 'lifeservicelabel',
3205
+ elementType: 'labels.icon',
3206
+ stylers: {
3207
+ visibility: 'off'
3208
+ }
3209
+ }, {
3210
+ featureType: 'carservicelabel',
3211
+ elementType: 'labels.text.fill',
3212
+ stylers: {
3213
+ color: '#2dc4bbff'
3214
+ }
3215
+ }, {
3216
+ featureType: 'carservicelabel',
3217
+ elementType: 'labels.text.stroke',
3218
+ stylers: {
3219
+ color: '#ffffff00'
3220
+ }
3221
+ }, {
3222
+ featureType: 'carservicelabel',
3223
+ elementType: 'labels.icon',
3224
+ stylers: {
3225
+ visibility: 'off'
3226
+ }
3227
+ }, {
3228
+ featureType: 'financelabel',
3229
+ elementType: 'labels.text.fill',
3230
+ stylers: {
3231
+ color: '#2dc4bbff'
3232
+ }
3233
+ }, {
3234
+ featureType: 'financelabel',
3235
+ elementType: 'labels.text.stroke',
3236
+ stylers: {
3237
+ color: '#ffffff00'
3238
+ }
3239
+ }, {
3240
+ featureType: 'financelabel',
3241
+ elementType: 'labels.icon',
3242
+ stylers: {
3243
+ visibility: 'off'
3244
+ }
3245
+ }, {
3246
+ featureType: 'otherlabel',
3247
+ elementType: 'labels.text.fill',
3248
+ stylers: {
3249
+ color: '#2dc4bbff'
3250
+ }
3251
+ }, {
3252
+ featureType: 'otherlabel',
3253
+ elementType: 'labels.text.stroke',
3254
+ stylers: {
3255
+ color: '#ffffff00'
3256
+ }
3257
+ }, {
3258
+ featureType: 'otherlabel',
3259
+ elementType: 'labels.icon',
3260
+ stylers: {
3261
+ visibility: 'off'
3262
+ }
3263
+ }, {
3264
+ featureType: 'manmade',
3265
+ elementType: 'labels.text.fill',
3266
+ stylers: {
3267
+ color: '#2dc4bbff'
3268
+ }
3269
+ }, {
3270
+ featureType: 'manmade',
3271
+ elementType: 'labels.text.stroke',
3272
+ stylers: {
3273
+ color: '#ffffff00'
3274
+ }
3275
+ }, {
3276
+ featureType: 'transportation',
3277
+ elementType: 'labels.text.fill',
3278
+ stylers: {
3279
+ color: '#2dc4bbff'
3280
+ }
3281
+ }, {
3282
+ featureType: 'transportation',
3283
+ elementType: 'labels.text.stroke',
3284
+ stylers: {
3285
+ color: '#ffffff00'
3286
+ }
3287
+ }, {
3288
+ featureType: 'education',
3289
+ elementType: 'labels.text.fill',
3290
+ stylers: {
3291
+ color: '#2dc4bbff'
3292
+ }
3293
+ }, {
3294
+ featureType: 'education',
3295
+ elementType: 'labels.text.stroke',
3296
+ stylers: {
3297
+ color: '#ffffff00'
3298
+ }
3299
+ }, {
3300
+ featureType: 'medical',
3301
+ elementType: 'labels.text.fill',
3302
+ stylers: {
3303
+ color: '#2dc4bbff'
3304
+ }
3305
+ }, {
3306
+ featureType: 'medical',
3307
+ elementType: 'labels.text.stroke',
3308
+ stylers: {
3309
+ color: '#ffffff00'
3310
+ }
3311
+ }, {
3312
+ featureType: 'scenicspots',
3313
+ elementType: 'labels.text.fill',
3314
+ stylers: {
3315
+ color: '#2dc4bbff'
3316
+ }
3317
+ }, {
3318
+ featureType: 'scenicspots',
3319
+ elementType: 'labels.text.stroke',
3320
+ stylers: {
3321
+ color: '#ffffff00'
3322
+ }
3323
+ }];
3324
+ var customStyle2D = exports.customStyle2D = [{
3325
+ featureType: 'land',
3326
+ elementType: 'geometry',
3327
+ stylers: {
3328
+ visibility: 'on',
3329
+ color: '#091220ff'
3330
+ }
3331
+ }, {
3332
+ featureType: 'water',
3333
+ elementType: 'geometry',
3334
+ stylers: {
3335
+ visibility: 'on',
3336
+ color: '#113549ff'
3337
+ }
3338
+ }, {
3339
+ featureType: 'green',
3340
+ elementType: 'geometry',
3341
+ stylers: {
3342
+ visibility: 'on',
3343
+ color: '#0e1b30ff'
3344
+ }
3345
+ }, {
3346
+ featureType: 'building',
3347
+ elementType: 'geometry',
3348
+ stylers: {
3349
+ visibility: 'on'
3350
+ }
3351
+ }, {
3352
+ featureType: 'building',
3353
+ elementType: 'geometry.topfill',
3354
+ stylers: {
3355
+ color: '#113549ff'
3356
+ }
3357
+ }, {
3358
+ featureType: 'building',
3359
+ elementType: 'geometry.sidefill',
3360
+ stylers: {
3361
+ color: '#143e56ff'
3362
+ }
3363
+ }, {
3364
+ featureType: 'building',
3365
+ elementType: 'geometry.stroke',
3366
+ stylers: {
3367
+ color: '#dadada00'
3368
+ }
3369
+ }, {
3370
+ featureType: 'subwaystation',
3371
+ elementType: 'geometry',
3372
+ stylers: {
3373
+ visibility: 'on',
3374
+ color: '#113549B2'
3375
+ }
3376
+ }, {
3377
+ featureType: 'education',
3378
+ elementType: 'geometry',
3379
+ stylers: {
3380
+ visibility: 'on',
3381
+ color: '#12223dff'
3382
+ }
3383
+ }, {
3384
+ featureType: 'medical',
3385
+ elementType: 'geometry',
3386
+ stylers: {
3387
+ visibility: 'on',
3388
+ color: '#12223dff'
3389
+ }
3390
+ }, {
3391
+ featureType: 'scenicspots',
3392
+ elementType: 'geometry',
3393
+ stylers: {
3394
+ visibility: 'on',
3395
+ color: '#12223dff'
3396
+ }
3397
+ }, {
3398
+ featureType: 'highway',
3399
+ elementType: 'geometry',
3400
+ stylers: {
3401
+ visibility: 'on',
3402
+ weight: '4'
3403
+ }
3404
+ }, {
3405
+ featureType: 'highway',
3406
+ elementType: 'geometry.fill',
3407
+ stylers: {
3408
+ color: '#50e3c2ff'
3409
+ }
3410
+ }, {
3411
+ featureType: 'highway',
3412
+ elementType: 'geometry.stroke',
3413
+ stylers: {
3414
+ color: '#fed66900',
3415
+ opacity: '00'
3416
+ }
3417
+ }, {
3418
+ featureType: 'highway',
3419
+ elementType: 'labels',
3420
+ stylers: {
3421
+ visibility: 'on'
3422
+ }
3423
+ }, {
3424
+ featureType: 'highway',
3425
+ elementType: 'labels.text.fill',
3426
+ stylers: {
3427
+ color: '#ffffffff',
3428
+ weight: 40
3429
+ }
3430
+ }, {
3431
+ featureType: 'highway',
3432
+ elementType: 'labels.text.stroke',
3433
+ stylers: {
3434
+ color: '#000000ff',
3435
+ weight: 2
3436
+ }
3437
+ }, {
3438
+ featureType: 'highway',
3439
+ elementType: 'labels.icon',
3440
+ stylers: {
3441
+ visibility: 'on'
3442
+ }
3443
+ }, {
3444
+ featureType: 'arterial',
3445
+ elementType: 'geometry',
3446
+ stylers: {
3447
+ visibility: 'on',
3448
+ weight: 3
3449
+ }
3450
+ }, {
3451
+ featureType: 'arterial',
3452
+ elementType: 'geometry.fill',
3453
+ stylers: {
3454
+ color: '#2dc4bbff'
3455
+ }
3456
+ }, {
3457
+ featureType: 'arterial',
3458
+ elementType: 'geometry.stroke',
3459
+ stylers: {
3460
+ color: '#ffeebb00'
3461
+ }
3462
+ }, {
3463
+ featureType: 'arterial',
3464
+ elementType: 'labels',
3465
+ stylers: {
3466
+ visibility: 'on'
3467
+ }
3468
+ }, {
3469
+ featureType: 'arterial',
3470
+ elementType: 'labels.text.fill',
3471
+ stylers: {
3472
+ color: '#ffffffff',
3473
+ weight: 40
3474
+ }
3475
+ }, {
3476
+ featureType: 'arterial',
3477
+ elementType: 'labels.text.stroke',
3478
+ stylers: {
3479
+ color: '#00000000'
3480
+ }
3481
+ }, {
3482
+ featureType: 'local',
3483
+ elementType: 'geometry',
3484
+ stylers: {
3485
+ visibility: 'on',
3486
+ weight: '1'
3487
+ }
3488
+ }, {
3489
+ featureType: 'local',
3490
+ elementType: 'geometry.fill',
3491
+ stylers: {
3492
+ color: '#12223dff'
3493
+ }
3494
+ }, {
3495
+ featureType: 'local',
3496
+ elementType: 'geometry.stroke',
3497
+ stylers: {
3498
+ color: '#ffffff00'
3499
+ }
3500
+ }, {
3501
+ featureType: 'local',
3502
+ elementType: 'labels',
3503
+ stylers: {
3504
+ visibility: 'on'
3505
+ }
3506
+ }, {
3507
+ featureType: 'local',
3508
+ elementType: 'labels.text.fill',
3509
+ stylers: {
3510
+ color: '#979c9aff'
3511
+ }
3512
+ }, {
3513
+ featureType: 'local',
3514
+ elementType: 'labels.text.stroke',
3515
+ stylers: {
3516
+ color: '#ffffffff'
3517
+ }
3518
+ }, {
3519
+ featureType: 'railway',
3520
+ elementType: 'geometry',
3521
+ stylers: {
3522
+ visibility: 'off'
3523
+ }
3524
+ }, {
3525
+ featureType: 'subway',
3526
+ elementType: 'geometry',
3527
+ stylers: {
3528
+ visibility: 'off',
3529
+ weight: '1'
3530
+ }
3531
+ }, {
3532
+ featureType: 'subway',
3533
+ elementType: 'geometry.fill',
3534
+ stylers: {
3535
+ color: '#d8d8d8ff'
3536
+ }
3537
+ }, {
3538
+ featureType: 'subway',
3539
+ elementType: 'geometry.stroke',
3540
+ stylers: {
3541
+ color: '#ffffff00'
3542
+ }
3543
+ }, {
3544
+ featureType: 'subway',
3545
+ elementType: 'labels',
3546
+ stylers: {
3547
+ visibility: 'on'
3548
+ }
3549
+ }, {
3550
+ featureType: 'subway',
3551
+ elementType: 'labels.text.fill',
3552
+ stylers: {
3553
+ color: '#979c9aff'
3554
+ }
3555
+ }, {
3556
+ featureType: 'subway',
3557
+ elementType: 'labels.text.stroke',
3558
+ stylers: {
3559
+ color: '#ffffffff'
3560
+ }
3561
+ }, {
3562
+ featureType: 'continent',
3563
+ elementType: 'labels',
3564
+ stylers: {
3565
+ visibility: 'on'
3566
+ }
3567
+ }, {
3568
+ featureType: 'continent',
3569
+ elementType: 'labels.icon',
3570
+ stylers: {
3571
+ visibility: 'on'
3572
+ }
3573
+ }, {
3574
+ featureType: 'continent',
3575
+ elementType: 'labels.text.fill',
3576
+ stylers: {
3577
+ color: '#2dc4bbff'
3578
+ }
3579
+ }, {
3580
+ featureType: 'continent',
3581
+ elementType: 'labels.text.stroke',
3582
+ stylers: {
3583
+ color: '#ffffff00'
3584
+ }
3585
+ }, {
3586
+ featureType: 'city',
3587
+ elementType: 'labels.icon',
3588
+ stylers: {
3589
+ visibility: 'off'
3590
+ }
3591
+ }, {
3592
+ featureType: 'city',
3593
+ elementType: 'labels',
3594
+ stylers: {
3595
+ visibility: 'on'
3596
+ }
3597
+ }, {
3598
+ featureType: 'city',
3599
+ elementType: 'labels.text.fill',
3600
+ stylers: {
3601
+ color: '#2dc4bbff'
3602
+ }
3603
+ }, {
3604
+ featureType: 'city',
3605
+ elementType: 'labels.text.stroke',
3606
+ stylers: {
3607
+ color: '#ffffff00'
3608
+ }
3609
+ }, {
3610
+ featureType: 'town',
3611
+ elementType: 'labels.icon',
3612
+ stylers: {
3613
+ visibility: 'on'
3614
+ }
3615
+ }, {
3616
+ featureType: 'town',
3617
+ elementType: 'labels',
3618
+ stylers: {
3619
+ visibility: 'off'
3620
+ }
3621
+ }, {
3622
+ featureType: 'town',
3623
+ elementType: 'labels.text.fill',
3624
+ stylers: {
3625
+ color: '#454d50ff'
3626
+ }
3627
+ }, {
3628
+ featureType: 'town',
3629
+ elementType: 'labels.text.stroke',
3630
+ stylers: {
3631
+ color: '#ffffffff'
3632
+ }
3633
+ }, {
3634
+ featureType: 'road',
3635
+ elementType: 'geometry.fill',
3636
+ stylers: {
3637
+ color: '#12223dff'
3638
+ }
3639
+ }, {
3640
+ featureType: 'poilabel',
3641
+ elementType: 'labels',
3642
+ stylers: {
3643
+ visibility: 'on'
3644
+ }
3645
+ }, {
3646
+ featureType: 'districtlabel',
3647
+ elementType: 'labels',
3648
+ stylers: {
3649
+ visibility: 'off'
3650
+ }
3651
+ }, {
3652
+ featureType: 'road',
3653
+ elementType: 'geometry',
3654
+ stylers: {
3655
+ visibility: 'on'
3656
+ }
3657
+ }, {
3658
+ featureType: 'road',
3659
+ elementType: 'labels',
3660
+ stylers: {
3661
+ visibility: 'on'
3662
+ }
3663
+ }, {
3664
+ featureType: 'road',
3665
+ elementType: 'geometry.stroke',
3666
+ stylers: {
3667
+ color: '#ffffff00'
3668
+ }
3669
+ }, {
3670
+ featureType: 'district',
3671
+ elementType: 'labels',
3672
+ stylers: {
3673
+ visibility: 'on'
3674
+ }
3675
+ }, {
3676
+ featureType: 'poilabel',
3677
+ elementType: 'labels.icon',
3678
+ stylers: {
3679
+ visibility: 'off'
3680
+ }
3681
+ }, {
3682
+ featureType: 'poilabel',
3683
+ elementType: 'labels.text.fill',
3684
+ stylers: {
3685
+ color: '#2dc4bbff'
3686
+ }
3687
+ }, {
3688
+ featureType: 'poilabel',
3689
+ elementType: 'labels.text.stroke',
3690
+ stylers: {
3691
+ color: '#ffffff00'
3692
+ }
3693
+ }, {
3694
+ featureType: 'manmade',
3695
+ elementType: 'geometry',
3696
+ stylers: {
3697
+ color: '#12223dff'
3698
+ }
3699
+ }, {
3700
+ featureType: 'districtlabel',
3701
+ elementType: 'labels.text.stroke',
3702
+ stylers: {
3703
+ color: '#ffffffff'
3704
+ }
3705
+ }, {
3706
+ featureType: 'entertainment',
3707
+ elementType: 'geometry',
3708
+ stylers: {
3709
+ color: '#12223dff'
3710
+ }
3711
+ }, {
3712
+ featureType: 'shopping',
3713
+ elementType: 'geometry',
3714
+ stylers: {
3715
+ color: '#12223dff'
3716
+ }
3717
+ }, {
3718
+ featureType: 'nationalway',
3719
+ stylers: {
3720
+ level: '6',
3721
+ curZoomRegionId: '0',
3722
+ curZoomRegion: '6-10'
3723
+ }
3724
+ }, {
3725
+ featureType: 'nationalway',
3726
+ stylers: {
3727
+ level: '7',
3728
+ curZoomRegionId: '0',
3729
+ curZoomRegion: '6-10'
3730
+ }
3731
+ }, {
3732
+ featureType: 'nationalway',
3733
+ stylers: {
3734
+ level: '8',
3735
+ curZoomRegionId: '0',
3736
+ curZoomRegion: '6-10'
3737
+ }
3738
+ }, {
3739
+ featureType: 'nationalway',
3740
+ stylers: {
3741
+ level: '9',
3742
+ curZoomRegionId: '0',
3743
+ curZoomRegion: '6-10'
3744
+ }
3745
+ }, {
3746
+ featureType: 'nationalway',
3747
+ stylers: {
3748
+ level: '10',
3749
+ curZoomRegionId: '0',
3750
+ curZoomRegion: '6-10'
3751
+ }
3752
+ }, {
3753
+ featureType: 'nationalway',
3754
+ elementType: 'geometry',
3755
+ stylers: {
3756
+ visibility: 'off',
3757
+ level: '6',
3758
+ curZoomRegionId: '0',
3759
+ curZoomRegion: '6-10'
3760
+ }
3761
+ }, {
3762
+ featureType: 'nationalway',
3763
+ elementType: 'geometry',
3764
+ stylers: {
3765
+ visibility: 'off',
3766
+ level: '7',
3767
+ curZoomRegionId: '0',
3768
+ curZoomRegion: '6-10'
3769
+ }
3770
+ }, {
3771
+ featureType: 'nationalway',
3772
+ elementType: 'geometry',
3773
+ stylers: {
3774
+ visibility: 'off',
3775
+ level: '8',
3776
+ curZoomRegionId: '0',
3777
+ curZoomRegion: '6-10'
3778
+ }
3779
+ }, {
3780
+ featureType: 'nationalway',
3781
+ elementType: 'geometry',
3782
+ stylers: {
3783
+ visibility: 'off',
3784
+ level: '9',
3785
+ curZoomRegionId: '0',
3786
+ curZoomRegion: '6-10'
3787
+ }
3788
+ }, {
3789
+ featureType: 'nationalway',
3790
+ elementType: 'geometry',
3791
+ stylers: {
3792
+ visibility: 'off',
3793
+ level: '10',
3794
+ curZoomRegionId: '0',
3795
+ curZoomRegion: '6-10'
3796
+ }
3797
+ }, {
3798
+ featureType: 'nationalway',
3799
+ elementType: 'labels',
3800
+ stylers: {
3801
+ visibility: 'off',
3802
+ level: '6',
3803
+ curZoomRegionId: '0',
3804
+ curZoomRegion: '6-10'
3805
+ }
3806
+ }, {
3807
+ featureType: 'nationalway',
3808
+ elementType: 'labels',
3809
+ stylers: {
3810
+ visibility: 'off',
3811
+ level: '7',
3812
+ curZoomRegionId: '0',
3813
+ curZoomRegion: '6-10'
3814
+ }
3815
+ }, {
3816
+ featureType: 'nationalway',
3817
+ elementType: 'labels',
3818
+ stylers: {
3819
+ visibility: 'off',
3820
+ level: '8',
3821
+ curZoomRegionId: '0',
3822
+ curZoomRegion: '6-10'
3823
+ }
3824
+ }, {
3825
+ featureType: 'nationalway',
3826
+ elementType: 'labels',
3827
+ stylers: {
3828
+ visibility: 'off',
3829
+ level: '9',
3830
+ curZoomRegionId: '0',
3831
+ curZoomRegion: '6-10'
3832
+ }
3833
+ }, {
3834
+ featureType: 'nationalway',
3835
+ elementType: 'labels',
3836
+ stylers: {
3837
+ visibility: 'off',
3838
+ level: '10',
3839
+ curZoomRegionId: '0',
3840
+ curZoomRegion: '6-10'
3841
+ }
3842
+ }, {
3843
+ featureType: 'cityhighway',
3844
+ stylers: {
3845
+ level: '6',
3846
+ curZoomRegionId: '0',
3847
+ curZoomRegion: '6-9'
3848
+ }
3849
+ }, {
3850
+ featureType: 'cityhighway',
3851
+ stylers: {
3852
+ level: '7',
3853
+ curZoomRegionId: '0',
3854
+ curZoomRegion: '6-9'
3855
+ }
3856
+ }, {
3857
+ featureType: 'cityhighway',
3858
+ stylers: {
3859
+ level: '8',
3860
+ curZoomRegionId: '0',
3861
+ curZoomRegion: '6-9'
3862
+ }
3863
+ }, {
3864
+ featureType: 'cityhighway',
3865
+ stylers: {
3866
+ level: '9',
3867
+ curZoomRegionId: '0',
3868
+ curZoomRegion: '6-9'
3869
+ }
3870
+ }, {
3871
+ featureType: 'cityhighway',
3872
+ elementType: 'geometry',
3873
+ stylers: {
3874
+ visibility: 'off',
3875
+ level: '6',
3876
+ curZoomRegionId: '0',
3877
+ curZoomRegion: '6-9'
3878
+ }
3879
+ }, {
3880
+ featureType: 'cityhighway',
3881
+ elementType: 'geometry',
3882
+ stylers: {
3883
+ visibility: 'off',
3884
+ level: '7',
3885
+ curZoomRegionId: '0',
3886
+ curZoomRegion: '6-9'
3887
+ }
3888
+ }, {
3889
+ featureType: 'cityhighway',
3890
+ elementType: 'geometry',
3891
+ stylers: {
3892
+ visibility: 'off',
3893
+ level: '8',
3894
+ curZoomRegionId: '0',
3895
+ curZoomRegion: '6-9'
3896
+ }
3897
+ }, {
3898
+ featureType: 'cityhighway',
3899
+ elementType: 'geometry',
3900
+ stylers: {
3901
+ visibility: 'off',
3902
+ level: '9',
3903
+ curZoomRegionId: '0',
3904
+ curZoomRegion: '6-9'
3905
+ }
3906
+ }, {
3907
+ featureType: 'cityhighway',
3908
+ elementType: 'labels',
3909
+ stylers: {
3910
+ visibility: 'off',
3911
+ level: '6',
3912
+ curZoomRegionId: '0',
3913
+ curZoomRegion: '6-9'
3914
+ }
3915
+ }, {
3916
+ featureType: 'cityhighway',
3917
+ elementType: 'labels',
3918
+ stylers: {
3919
+ visibility: 'off',
3920
+ level: '7',
3921
+ curZoomRegionId: '0',
3922
+ curZoomRegion: '6-9'
3923
+ }
3924
+ }, {
3925
+ featureType: 'cityhighway',
3926
+ elementType: 'labels',
3927
+ stylers: {
3928
+ visibility: 'off',
3929
+ level: '8',
3930
+ curZoomRegionId: '0',
3931
+ curZoomRegion: '6-9'
3932
+ }
3933
+ }, {
3934
+ featureType: 'cityhighway',
3935
+ elementType: 'labels',
3936
+ stylers: {
3937
+ visibility: 'off',
3938
+ level: '9',
3939
+ curZoomRegionId: '0',
3940
+ curZoomRegion: '6-9'
3941
+ }
3942
+ }, {
3943
+ featureType: 'subwaylabel',
3944
+ elementType: 'labels',
3945
+ stylers: {
3946
+ visibility: 'off'
3947
+ }
3948
+ }, {
3949
+ featureType: 'subwaylabel',
3950
+ elementType: 'labels.icon',
3951
+ stylers: {
3952
+ visibility: 'off'
3953
+ }
3954
+ }, {
3955
+ featureType: 'tertiarywaysign',
3956
+ elementType: 'labels',
3957
+ stylers: {
3958
+ visibility: 'off'
3959
+ }
3960
+ }, {
3961
+ featureType: 'tertiarywaysign',
3962
+ elementType: 'labels.icon',
3963
+ stylers: {
3964
+ visibility: 'off'
3965
+ }
3966
+ }, {
3967
+ featureType: 'provincialwaysign',
3968
+ elementType: 'labels',
3969
+ stylers: {
3970
+ visibility: 'off'
3971
+ }
3972
+ }, {
3973
+ featureType: 'provincialwaysign',
3974
+ elementType: 'labels.icon',
3975
+ stylers: {
3976
+ visibility: 'off'
3977
+ }
3978
+ }, {
3979
+ featureType: 'nationalwaysign',
3980
+ elementType: 'labels',
3981
+ stylers: {
3982
+ visibility: 'off'
3983
+ }
3984
+ }, {
3985
+ featureType: 'nationalwaysign',
3986
+ elementType: 'labels.icon',
3987
+ stylers: {
3988
+ visibility: 'off'
3989
+ }
3990
+ }, {
3991
+ featureType: 'highwaysign',
3992
+ elementType: 'labels',
3993
+ stylers: {
3994
+ visibility: 'off'
3995
+ }
3996
+ }, {
3997
+ featureType: 'highwaysign',
3998
+ elementType: 'labels.icon',
3999
+ stylers: {
4000
+ visibility: 'off'
4001
+ }
4002
+ }, {
4003
+ featureType: 'village',
4004
+ elementType: 'labels',
4005
+ stylers: {
4006
+ visibility: 'off'
4007
+ }
4008
+ }, {
4009
+ featureType: 'district',
4010
+ elementType: 'labels.text',
4011
+ stylers: {
4012
+ fontsize: '20'
4013
+ }
4014
+ }, {
4015
+ featureType: 'district',
4016
+ elementType: 'labels.text.fill',
4017
+ stylers: {
4018
+ color: '#2dc4bbff'
4019
+ }
4020
+ }, {
4021
+ featureType: 'district',
4022
+ elementType: 'labels.text.stroke',
4023
+ stylers: {
4024
+ color: '#ffffff00'
4025
+ }
4026
+ }, {
4027
+ featureType: 'country',
4028
+ elementType: 'labels.text.fill',
4029
+ stylers: {
4030
+ color: '#2dc4bbff'
4031
+ }
4032
+ }, {
4033
+ featureType: 'country',
4034
+ elementType: 'labels.text.stroke',
4035
+ stylers: {
4036
+ color: '#ffffff00'
4037
+ }
4038
+ }, {
4039
+ featureType: 'water',
4040
+ elementType: 'labels.text.fill',
4041
+ stylers: {
4042
+ color: '#2dc4bbff'
4043
+ }
4044
+ }, {
4045
+ featureType: 'water',
4046
+ elementType: 'labels.text.stroke',
4047
+ stylers: {
4048
+ color: '#ffffff00'
4049
+ }
4050
+ }, {
4051
+ featureType: 'cityhighway',
4052
+ elementType: 'geometry.fill',
4053
+ stylers: {
4054
+ color: '#2dc4bbff'
4055
+ }
4056
+ }, {
4057
+ featureType: 'cityhighway',
4058
+ elementType: 'geometry.stroke',
4059
+ stylers: {
4060
+ color: '#ffffff00'
4061
+ }
4062
+ }, {
4063
+ featureType: 'tertiaryway',
4064
+ elementType: 'geometry.fill',
4065
+ stylers: {
4066
+ color: '#06423fff'
4067
+ }
4068
+ }, {
4069
+ featureType: 'tertiaryway',
4070
+ elementType: 'geometry.stroke',
4071
+ stylers: {
4072
+ color: '#ffffff10'
4073
+ }
4074
+ }, {
4075
+ featureType: 'provincialway',
4076
+ elementType: 'geometry.fill',
4077
+ stylers: {
4078
+ color: '#3866b9ff'
4079
+ }
4080
+ }, {
4081
+ featureType: 'provincialway',
4082
+ elementType: 'geometry.stroke',
4083
+ stylers: {
4084
+ color: '#ffffff00'
4085
+ }
4086
+ }, {
4087
+ featureType: 'nationalway',
4088
+ elementType: 'geometry.fill',
4089
+ stylers: {
4090
+ color: '#3866b9ff'
4091
+ }
4092
+ }, {
4093
+ featureType: 'nationalway',
4094
+ elementType: 'geometry.stroke',
4095
+ stylers: {
4096
+ color: '#ffffff00'
4097
+ }
4098
+ }, {
4099
+ featureType: 'highway',
4100
+ elementType: 'labels.text',
4101
+ stylers: {
4102
+ fontsize: '30'
4103
+ }
4104
+ }, {
4105
+ featureType: 'nationalway',
4106
+ elementType: 'labels.text.stroke',
4107
+ stylers: {
4108
+ color: '#000000ff',
4109
+ weight: 1.8
4110
+ }
4111
+ }, {
4112
+ featureType: 'nationalway',
4113
+ elementType: 'labels.text.fill',
4114
+ stylers: {
4115
+ color: '#ffffffff',
4116
+ weight: 40
4117
+ }
4118
+ }, {
4119
+ featureType: 'nationalway',
4120
+ elementType: 'labels.text',
4121
+ stylers: {
4122
+ fontsize: 26
4123
+ }
4124
+ }, {
4125
+ featureType: 'provincialway',
4126
+ elementType: 'labels.text.fill',
4127
+ stylers: {
4128
+ color: '#ffffffff',
4129
+ weight: 40
4130
+ }
4131
+ }, {
4132
+ featureType: 'provincialway',
4133
+ elementType: 'labels.text.stroke',
4134
+ stylers: {
4135
+ color: '#00000000'
4136
+ }
4137
+ }, {
4138
+ featureType: 'provincialway',
4139
+ elementType: 'labels.text',
4140
+ stylers: {
4141
+ fontsize: 24
4142
+ }
4143
+ }, {
4144
+ featureType: 'cityhighway',
4145
+ elementType: 'labels.text.fill',
4146
+ stylers: {
4147
+ color: '#ffffffff',
4148
+ weight: 40
4149
+ }
4150
+ }, {
4151
+ featureType: 'cityhighway',
4152
+ elementType: 'labels.text',
4153
+ stylers: {
4154
+ fontsize: 16
4155
+ }
4156
+ }, {
4157
+ featureType: 'cityhighway',
4158
+ elementType: 'labels.text.stroke',
4159
+ stylers: {
4160
+ color: '#00000000'
4161
+ }
4162
+ }, {
4163
+ featureType: 'estate',
4164
+ elementType: 'geometry',
4165
+ stylers: {
4166
+ color: '#12223dff'
4167
+ }
4168
+ }, {
4169
+ featureType: 'tertiaryway',
4170
+ elementType: 'labels.text.fill',
4171
+ stylers: {
4172
+ color: '#ffffffff',
4173
+ weight: 40
4174
+ }
4175
+ }, {
4176
+ featureType: 'tertiaryway',
4177
+ elementType: 'labels.text.stroke',
4178
+ stylers: {
4179
+ color: '#00000000'
4180
+ }
4181
+ }, {
4182
+ featureType: 'fourlevelway',
4183
+ elementType: 'labels.text.fill',
4184
+ stylers: {
4185
+ color: '#ffffffff',
4186
+ weight: 10
4187
+ }
4188
+ }, {
4189
+ featureType: 'fourlevelway',
4190
+ elementType: 'labels.text.stroke',
4191
+ stylers: {
4192
+ color: '#00000000'
4193
+ }
4194
+ }, {
4195
+ featureType: 'scenicspotsway',
4196
+ elementType: 'geometry.fill',
4197
+ stylers: {
4198
+ color: '#12223dff'
4199
+ }
4200
+ }, {
4201
+ featureType: 'scenicspotsway',
4202
+ elementType: 'geometry.stroke',
4203
+ stylers: {
4204
+ color: '#ffffff00'
4205
+ }
4206
+ }, {
4207
+ featureType: 'universityway',
4208
+ elementType: 'geometry.fill',
4209
+ stylers: {
4210
+ color: '#12223dff'
4211
+ }
4212
+ }, {
4213
+ featureType: 'universityway',
4214
+ elementType: 'geometry.stroke',
4215
+ stylers: {
4216
+ color: '#ffffff00'
4217
+ }
4218
+ }, {
4219
+ featureType: 'vacationway',
4220
+ elementType: 'geometry.fill',
4221
+ stylers: {
4222
+ color: '#12223dff'
4223
+ }
4224
+ }, {
4225
+ featureType: 'vacationway',
4226
+ elementType: 'geometry.stroke',
4227
+ stylers: {
4228
+ color: '#ffffff00'
4229
+ }
4230
+ }, {
4231
+ featureType: 'fourlevelway',
4232
+ elementType: 'geometry',
4233
+ stylers: {
4234
+ visibility: 'on',
4235
+ weight: 2
4236
+ }
4237
+ }, {
4238
+ featureType: 'fourlevelway',
4239
+ elementType: 'geometry.fill',
4240
+ stylers: {
4241
+ color: '#06423fff'
4242
+ }
4243
+ }, {
4244
+ featureType: 'fourlevelway',
4245
+ elementType: 'geometry.stroke',
4246
+ stylers: {
4247
+ color: '#ffffff00'
4248
+ }
4249
+ }, {
4250
+ featureType: 'transportationlabel',
4251
+ elementType: 'labels',
4252
+ stylers: {
4253
+ visibility: 'on'
4254
+ }
4255
+ }, {
4256
+ featureType: 'transportationlabel',
4257
+ elementType: 'labels.icon',
4258
+ stylers: {
4259
+ visibility: 'off'
4260
+ }
4261
+ }, {
4262
+ featureType: 'transportationlabel',
4263
+ elementType: 'labels.text.fill',
4264
+ stylers: {
4265
+ color: '#2dc4bbff'
4266
+ }
4267
+ }, {
4268
+ featureType: 'transportationlabel',
4269
+ elementType: 'labels.text.stroke',
4270
+ stylers: {
4271
+ color: '#ffffff00'
4272
+ }
4273
+ }, {
4274
+ featureType: 'educationlabel',
4275
+ elementType: 'labels',
4276
+ stylers: {
4277
+ visibility: 'on'
4278
+ }
4279
+ }, {
4280
+ featureType: 'educationlabel',
4281
+ elementType: 'labels.icon',
4282
+ stylers: {
4283
+ visibility: 'off'
4284
+ }
4285
+ }, {
4286
+ featureType: 'educationlabel',
4287
+ elementType: 'labels.text.fill',
4288
+ stylers: {
4289
+ color: '#2dc4bbff'
4290
+ }
4291
+ }, {
4292
+ featureType: 'educationlabel',
4293
+ elementType: 'labels.text.stroke',
4294
+ stylers: {
4295
+ color: '#ffffff00'
4296
+ }
4297
+ }, {
4298
+ featureType: 'transportation',
4299
+ elementType: 'geometry',
4300
+ stylers: {
4301
+ color: '#113549ff'
4302
+ }
4303
+ }, {
4304
+ featureType: 'airportlabel',
4305
+ elementType: 'labels.text.fill',
4306
+ stylers: {
4307
+ color: '#2dc4bbff'
4308
+ }
4309
+ }, {
4310
+ featureType: 'airportlabel',
4311
+ elementType: 'labels.text.stroke',
4312
+ stylers: {
4313
+ color: '#ffffff00'
4314
+ }
4315
+ }, {
4316
+ featureType: 'scenicspotslabel',
4317
+ elementType: 'labels.text.fill',
4318
+ stylers: {
4319
+ color: '#2dc4bbff'
4320
+ }
4321
+ }, {
4322
+ featureType: 'scenicspotslabel',
4323
+ elementType: 'labels.text.stroke',
4324
+ stylers: {
4325
+ color: '#ffffff00'
4326
+ }
4327
+ }, {
4328
+ featureType: 'medicallabel',
4329
+ elementType: 'labels.text.fill',
4330
+ stylers: {
4331
+ color: '#4a90e2ff'
4332
+ }
4333
+ }, {
4334
+ featureType: 'medicallabel',
4335
+ elementType: 'labels.text.stroke',
4336
+ stylers: {
4337
+ color: '#ffffff00'
4338
+ }
4339
+ }, {
4340
+ featureType: 'medicallabel',
4341
+ elementType: 'labels.icon',
4342
+ stylers: {
4343
+ visibility: 'off'
4344
+ }
4345
+ }, {
4346
+ featureType: 'scenicspotslabel',
4347
+ elementType: 'labels.icon',
4348
+ stylers: {
4349
+ visibility: 'off'
4350
+ }
4351
+ }, {
4352
+ featureType: 'airportlabel',
4353
+ elementType: 'labels.icon',
4354
+ stylers: {
4355
+ visibility: 'off'
4356
+ }
4357
+ }, {
4358
+ featureType: 'entertainmentlabel',
4359
+ elementType: 'labels.icon',
4360
+ stylers: {
4361
+ visibility: 'off'
4362
+ }
4363
+ }, {
4364
+ featureType: 'entertainmentlabel',
4365
+ elementType: 'labels.text.fill',
4366
+ stylers: {
4367
+ color: '#4a90e2ff'
4368
+ }
4369
+ }, {
4370
+ featureType: 'entertainmentlabel',
4371
+ elementType: 'labels.text.stroke',
4372
+ stylers: {
4373
+ color: '#ffffff00'
4374
+ }
4375
+ }, {
4376
+ featureType: 'estatelabel',
4377
+ elementType: 'labels.icon',
4378
+ stylers: {
4379
+ visibility: 'off'
4380
+ }
4381
+ }, {
4382
+ featureType: 'estatelabel',
4383
+ elementType: 'labels.text.fill',
4384
+ stylers: {
4385
+ color: '#50e3c2ff'
4386
+ }
4387
+ }, {
4388
+ featureType: 'estatelabel',
4389
+ elementType: 'labels.text.stroke',
4390
+ stylers: {
4391
+ color: '#ffffff00'
4392
+ }
4393
+ }, {
4394
+ featureType: 'businesstowerlabel',
4395
+ elementType: 'labels.text.fill',
4396
+ stylers: {
4397
+ color: '#2dc4bbff'
4398
+ }
4399
+ }, {
4400
+ featureType: 'businesstowerlabel',
4401
+ elementType: 'labels.text.stroke',
4402
+ stylers: {
4403
+ color: '#ffffff00'
4404
+ }
4405
+ }, {
4406
+ featureType: 'businesstowerlabel',
4407
+ elementType: 'labels.icon',
4408
+ stylers: {
4409
+ visibility: 'off'
4410
+ }
4411
+ }, {
4412
+ featureType: 'companylabel',
4413
+ elementType: 'labels.text.fill',
4414
+ stylers: {
4415
+ color: '#2dc4bbff'
4416
+ }
4417
+ }, {
4418
+ featureType: 'companylabel',
4419
+ elementType: 'labels.text.stroke',
4420
+ stylers: {
4421
+ color: '#ffffff00'
4422
+ }
4423
+ }, {
4424
+ featureType: 'companylabel',
4425
+ elementType: 'labels.icon',
4426
+ stylers: {
4427
+ visibility: 'off'
4428
+ }
4429
+ }, {
4430
+ featureType: 'governmentlabel',
4431
+ elementType: 'labels.icon',
4432
+ stylers: {
4433
+ visibility: 'off'
4434
+ }
4435
+ }, {
4436
+ featureType: 'governmentlabel',
4437
+ elementType: 'labels.text.fill',
4438
+ stylers: {
4439
+ color: '#2dc4bbff'
4440
+ }
4441
+ }, {
4442
+ featureType: 'governmentlabel',
4443
+ elementType: 'labels.text.stroke',
4444
+ stylers: {
4445
+ color: '#ffffff00'
4446
+ }
4447
+ }, {
4448
+ featureType: 'restaurantlabel',
4449
+ elementType: 'labels.text.fill',
4450
+ stylers: {
4451
+ color: '#2dc4bbff'
4452
+ }
4453
+ }, {
4454
+ featureType: 'restaurantlabel',
4455
+ elementType: 'labels.text.stroke',
4456
+ stylers: {
4457
+ color: '#ffffff00'
4458
+ }
4459
+ }, {
4460
+ featureType: 'restaurantlabel',
4461
+ elementType: 'labels.icon',
4462
+ stylers: {
4463
+ visibility: 'off'
4464
+ }
4465
+ }, {
4466
+ featureType: 'hotellabel',
4467
+ elementType: 'labels.icon',
4468
+ stylers: {
4469
+ visibility: 'off'
4470
+ }
4471
+ }, {
4472
+ featureType: 'hotellabel',
4473
+ elementType: 'labels.text.fill',
4474
+ stylers: {
4475
+ color: '#2dc4bbff'
4476
+ }
4477
+ }, {
4478
+ featureType: 'hotellabel',
4479
+ elementType: 'labels.text.stroke',
4480
+ stylers: {
4481
+ color: '#ffffff00'
4482
+ }
4483
+ }, {
4484
+ featureType: 'shoppinglabel',
4485
+ elementType: 'labels.text.fill',
4486
+ stylers: {
4487
+ color: '#2dc4bbff'
4488
+ }
4489
+ }, {
4490
+ featureType: 'shoppinglabel',
4491
+ elementType: 'labels.text.stroke',
4492
+ stylers: {
4493
+ color: '#ffffff00'
4494
+ }
4495
+ }, {
4496
+ featureType: 'shoppinglabel',
4497
+ elementType: 'labels.icon',
4498
+ stylers: {
4499
+ visibility: 'off'
4500
+ }
4501
+ }, {
4502
+ featureType: 'lifeservicelabel',
4503
+ elementType: 'labels.text.fill',
4504
+ stylers: {
4505
+ color: '#2dc4bbff'
4506
+ }
4507
+ }, {
4508
+ featureType: 'lifeservicelabel',
4509
+ elementType: 'labels.text.stroke',
4510
+ stylers: {
4511
+ color: '#ffffff00'
4512
+ }
4513
+ }, {
4514
+ featureType: 'lifeservicelabel',
4515
+ elementType: 'labels.icon',
4516
+ stylers: {
4517
+ visibility: 'off'
4518
+ }
4519
+ }, {
4520
+ featureType: 'carservicelabel',
4521
+ elementType: 'labels.text.fill',
4522
+ stylers: {
4523
+ color: '#2dc4bbff'
4524
+ }
4525
+ }, {
4526
+ featureType: 'carservicelabel',
4527
+ elementType: 'labels.text.stroke',
4528
+ stylers: {
4529
+ color: '#ffffff00'
4530
+ }
4531
+ }, {
4532
+ featureType: 'carservicelabel',
4533
+ elementType: 'labels.icon',
4534
+ stylers: {
4535
+ visibility: 'off'
4536
+ }
4537
+ }, {
4538
+ featureType: 'financelabel',
4539
+ elementType: 'labels.text.fill',
4540
+ stylers: {
4541
+ color: '#2dc4bbff'
4542
+ }
4543
+ }, {
4544
+ featureType: 'financelabel',
4545
+ elementType: 'labels.text.stroke',
4546
+ stylers: {
4547
+ color: '#ffffff00'
4548
+ }
4549
+ }, {
4550
+ featureType: 'financelabel',
4551
+ elementType: 'labels.icon',
4552
+ stylers: {
4553
+ visibility: 'off'
4554
+ }
4555
+ }, {
4556
+ featureType: 'otherlabel',
4557
+ elementType: 'labels.text.fill',
4558
+ stylers: {
4559
+ color: '#2dc4bbff'
4560
+ }
4561
+ }, {
4562
+ featureType: 'otherlabel',
4563
+ elementType: 'labels.text.stroke',
4564
+ stylers: {
4565
+ color: '#ffffff00'
4566
+ }
4567
+ }, {
4568
+ featureType: 'otherlabel',
4569
+ elementType: 'labels.icon',
4570
+ stylers: {
4571
+ visibility: 'off'
4572
+ }
4573
+ }, {
4574
+ featureType: 'manmade',
4575
+ elementType: 'labels.text.fill',
4576
+ stylers: {
4577
+ color: '#2dc4bbff'
4578
+ }
4579
+ }, {
4580
+ featureType: 'manmade',
4581
+ elementType: 'labels.text.stroke',
4582
+ stylers: {
4583
+ color: '#ffffff00'
4584
+ }
4585
+ }, {
4586
+ featureType: 'transportation',
4587
+ elementType: 'labels.text.fill',
4588
+ stylers: {
4589
+ color: '#2dc4bbff'
4590
+ }
4591
+ }, {
4592
+ featureType: 'transportation',
4593
+ elementType: 'labels.text.stroke',
4594
+ stylers: {
4595
+ color: '#ffffff00'
4596
+ }
4597
+ }, {
4598
+ featureType: 'education',
4599
+ elementType: 'labels.text.fill',
4600
+ stylers: {
4601
+ color: '#2dc4bbff'
4602
+ }
4603
+ }, {
4604
+ featureType: 'education',
4605
+ elementType: 'labels.text.stroke',
4606
+ stylers: {
4607
+ color: '#ffffff00'
4608
+ }
4609
+ }, {
4610
+ featureType: 'medical',
4611
+ elementType: 'labels.text.fill',
4612
+ stylers: {
4613
+ color: '#2dc4bbff'
4614
+ }
4615
+ }, {
4616
+ featureType: 'medical',
4617
+ elementType: 'labels.text.stroke',
4618
+ stylers: {
4619
+ color: '#ffffff00'
4620
+ }
4621
+ }, {
4622
+ featureType: 'scenicspots',
4623
+ elementType: 'labels.text.fill',
4624
+ stylers: {
4625
+ color: '#2dc4bbff'
4626
+ }
4627
+ }, {
4628
+ featureType: 'scenicspots',
4629
+ elementType: 'labels.text.stroke',
4630
+ stylers: {
4631
+ color: '#ffffff00'
4632
+ }
4633
+ }, {
4634
+ featureType: 'INTERNATIONALIZEICONICON',
4635
+ elementType: 'labels.text.fill',
4636
+ stylers: {
4637
+ color: '#2dc4bbff'
4638
+ }
4639
+ }, {
4640
+ featureType: 'INTERNATIONALIZEICONICON',
4641
+ elementType: 'labels.text.stroke',
4642
+ stylers: {
4643
+ color: '#ffffffff'
4644
+ }
4645
+ }, {
4646
+ featureType: 'nationalway',
4647
+ elementType: 'geometry',
4648
+ stylers: {
4649
+ weight: 4
4650
+ }
4651
+ }, {
4652
+ featureType: 'road',
4653
+ elementType: 'labels.text.fill',
4654
+ stylers: {
4655
+ color: '#50e3c2ff'
4656
+ }
4657
+ }, {
4658
+ featureType: 'tertiaryway',
4659
+ elementType: 'geometry',
4660
+ stylers: {
4661
+ weight: 2,
4662
+ visibility: 'on'
4663
+ }
4664
+ }, {
4665
+ featureType: 'tertiaryway',
4666
+ elementType: 'labels.text',
4667
+ stylers: {
4668
+ fontsize: 16
4669
+ }
4670
+ }, {
4671
+ featureType: 'fourlevelway',
4672
+ elementType: 'labels.text',
4673
+ stylers: {
4674
+ fontsize: 16
4675
+ }
4676
+ }, {
4677
+ featureType: 'arterial',
4678
+ elementType: 'labels.text',
4679
+ stylers: {
4680
+ fontsize: 16
4681
+ }
4682
+ }, {
4683
+ featureType: 'universityway',
4684
+ elementType: 'geometry',
4685
+ stylers: {
4686
+ visibility: 'off'
4687
+ }
4688
+ }, {
4689
+ featureType: 'vacationway',
4690
+ elementType: 'geometry',
4691
+ stylers: {
4692
+ visibility: 'off'
4693
+ }
4694
+ }];
4695
+ var customLight = exports.customLight = [{
4696
+ featureType: 'town',
4697
+ stylers: {
4698
+ level: '19',
4699
+ curZoomRegionId: '0',
4700
+ curZoomRegion: '11-21'
4701
+ }
4702
+ }, {
4703
+ featureType: 'town',
4704
+ stylers: {
4705
+ level: '20',
4706
+ curZoomRegionId: '0',
4707
+ curZoomRegion: '11-21'
4708
+ }
4709
+ }, {
4710
+ featureType: 'town',
4711
+ stylers: {
4712
+ level: '21',
4713
+ curZoomRegionId: '0',
4714
+ curZoomRegion: '11-21'
4715
+ }
4716
+ }, {
4717
+ featureType: 'village',
4718
+ elementType: 'labels',
4719
+ stylers: {
4720
+ visibility: 'off'
4721
+ }
4722
+ }];
4723
+ //# sourceMappingURL=mapStyle.js.map