@unovis/ts 1.0.0-alpha.4

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 (504) hide show
  1. package/LICENSE +193 -0
  2. package/components/area/config.d.ts +25 -0
  3. package/components/area/config.js +16 -0
  4. package/components/area/config.js.map +1 -0
  5. package/components/area/index.d.ts +19 -0
  6. package/components/area/index.js +103 -0
  7. package/components/area/index.js.map +1 -0
  8. package/components/area/style.d.ts +3 -0
  9. package/components/area/style.js +32 -0
  10. package/components/area/style.js.map +1 -0
  11. package/components/area/types.d.ts +6 -0
  12. package/components/axis/config.d.ts +74 -0
  13. package/components/axis/config.js +33 -0
  14. package/components/axis/config.js.map +1 -0
  15. package/components/axis/index.d.ts +51 -0
  16. package/components/axis/index.js +291 -0
  17. package/components/axis/index.js.map +1 -0
  18. package/components/axis/modules/tick.d.ts +5 -0
  19. package/components/axis/modules/tick.js +48 -0
  20. package/components/axis/modules/tick.js.map +1 -0
  21. package/components/axis/style.d.ts +9 -0
  22. package/components/axis/style.js +95 -0
  23. package/components/axis/style.js.map +1 -0
  24. package/components/axis/types.d.ts +4 -0
  25. package/components/axis/types.js +8 -0
  26. package/components/axis/types.js.map +1 -0
  27. package/components/brush/config.d.ts +42 -0
  28. package/components/brush/config.js +24 -0
  29. package/components/brush/config.js.map +1 -0
  30. package/components/brush/index.d.ts +28 -0
  31. package/components/brush/index.js +199 -0
  32. package/components/brush/index.js.map +1 -0
  33. package/components/brush/style.d.ts +5 -0
  34. package/components/brush/style.js +63 -0
  35. package/components/brush/style.js.map +1 -0
  36. package/components/brush/types.d.ts +7 -0
  37. package/components/brush/types.js +8 -0
  38. package/components/brush/types.js.map +1 -0
  39. package/components/bullet-legend/config.d.ts +24 -0
  40. package/components/bullet-legend/config.js +16 -0
  41. package/components/bullet-legend/config.js.map +1 -0
  42. package/components/bullet-legend/index.d.ts +19 -0
  43. package/components/bullet-legend/index.js +79 -0
  44. package/components/bullet-legend/index.js.map +1 -0
  45. package/components/bullet-legend/style.d.ts +6 -0
  46. package/components/bullet-legend/style.js +66 -0
  47. package/components/bullet-legend/style.js.map +1 -0
  48. package/components/bullet-legend/types.d.ts +7 -0
  49. package/components/chord-diagram/config.d.ts +42 -0
  50. package/components/chord-diagram/config.js +25 -0
  51. package/components/chord-diagram/config.js.map +1 -0
  52. package/components/chord-diagram/index.d.ts +52 -0
  53. package/components/chord-diagram/index.js +280 -0
  54. package/components/chord-diagram/index.js.map +1 -0
  55. package/components/chord-diagram/modules/label.d.ts +8 -0
  56. package/components/chord-diagram/modules/label.js +128 -0
  57. package/components/chord-diagram/modules/label.js.map +1 -0
  58. package/components/chord-diagram/modules/link.d.ts +20 -0
  59. package/components/chord-diagram/modules/link.js +35 -0
  60. package/components/chord-diagram/modules/link.js.map +1 -0
  61. package/components/chord-diagram/modules/node.d.ts +17 -0
  62. package/components/chord-diagram/modules/node.js +52 -0
  63. package/components/chord-diagram/modules/node.js.map +1 -0
  64. package/components/chord-diagram/style.d.ts +13 -0
  65. package/components/chord-diagram/style.js +88 -0
  66. package/components/chord-diagram/style.js.map +1 -0
  67. package/components/chord-diagram/types.d.ts +40 -0
  68. package/components/chord-diagram/types.js +8 -0
  69. package/components/chord-diagram/types.js.map +1 -0
  70. package/components/crosshair/config.d.ts +43 -0
  71. package/components/crosshair/config.js +19 -0
  72. package/components/crosshair/config.js.map +1 -0
  73. package/components/crosshair/index.d.ts +35 -0
  74. package/components/crosshair/index.js +180 -0
  75. package/components/crosshair/index.js.map +1 -0
  76. package/components/crosshair/style.d.ts +4 -0
  77. package/components/crosshair/style.js +25 -0
  78. package/components/crosshair/style.js.map +1 -0
  79. package/components/crosshair/types.d.ts +13 -0
  80. package/components/donut/config.d.ts +45 -0
  81. package/components/donut/config.js +25 -0
  82. package/components/donut/config.js.map +1 -0
  83. package/components/donut/index.d.ts +20 -0
  84. package/components/donut/index.js +84 -0
  85. package/components/donut/index.js.map +1 -0
  86. package/components/donut/modules/arc.d.ts +10 -0
  87. package/components/donut/modules/arc.js +53 -0
  88. package/components/donut/modules/arc.js.map +1 -0
  89. package/components/donut/style.d.ts +6 -0
  90. package/components/donut/style.js +53 -0
  91. package/components/donut/style.js.map +1 -0
  92. package/components/donut/types.d.ts +12 -0
  93. package/components/flow-legend/config.d.ts +26 -0
  94. package/components/flow-legend/config.js +17 -0
  95. package/components/flow-legend/config.js.map +1 -0
  96. package/components/flow-legend/index.d.ts +16 -0
  97. package/components/flow-legend/index.js +73 -0
  98. package/components/flow-legend/index.js.map +1 -0
  99. package/components/flow-legend/style.d.ts +8 -0
  100. package/components/flow-legend/style.js +80 -0
  101. package/components/flow-legend/style.js.map +1 -0
  102. package/components/flow-legend/types.d.ts +9 -0
  103. package/components/flow-legend/types.js +8 -0
  104. package/components/flow-legend/types.js.map +1 -0
  105. package/components/free-brush/config.d.ts +45 -0
  106. package/components/free-brush/config.js +24 -0
  107. package/components/free-brush/config.js.map +1 -0
  108. package/components/free-brush/index.d.ts +20 -0
  109. package/components/free-brush/index.js +191 -0
  110. package/components/free-brush/index.js.map +1 -0
  111. package/components/free-brush/style.d.ts +4 -0
  112. package/components/free-brush/style.js +50 -0
  113. package/components/free-brush/style.js.map +1 -0
  114. package/components/free-brush/types.d.ts +7 -0
  115. package/components/free-brush/types.js +9 -0
  116. package/components/free-brush/types.js.map +1 -0
  117. package/components/graph/config.d.ts +207 -0
  118. package/components/graph/config.js +75 -0
  119. package/components/graph/config.js.map +1 -0
  120. package/components/graph/index.d.ts +125 -0
  121. package/components/graph/index.js +653 -0
  122. package/components/graph/index.js.map +1 -0
  123. package/components/graph/modules/layout-helpers.d.ts +2 -0
  124. package/components/graph/modules/layout-helpers.js +11 -0
  125. package/components/graph/modules/layout-helpers.js.map +1 -0
  126. package/components/graph/modules/layout.d.ts +9 -0
  127. package/components/graph/modules/layout.js +343 -0
  128. package/components/graph/modules/layout.js.map +1 -0
  129. package/components/graph/modules/link/helper.d.ts +25 -0
  130. package/components/graph/modules/link/helper.js +78 -0
  131. package/components/graph/modules/link/helper.js.map +1 -0
  132. package/components/graph/modules/link/index.d.ts +12 -0
  133. package/components/graph/modules/link/index.js +201 -0
  134. package/components/graph/modules/link/index.js.map +1 -0
  135. package/components/graph/modules/link/style.d.ts +15 -0
  136. package/components/graph/modules/link/style.js +112 -0
  137. package/components/graph/modules/link/style.js.map +1 -0
  138. package/components/graph/modules/node/helper.d.ts +21 -0
  139. package/components/graph/modules/node/helper.js +127 -0
  140. package/components/graph/modules/node/helper.js.map +1 -0
  141. package/components/graph/modules/node/index.d.ts +12 -0
  142. package/components/graph/modules/node/index.js +248 -0
  143. package/components/graph/modules/node/index.js.map +1 -0
  144. package/components/graph/modules/node/style.d.ts +24 -0
  145. package/components/graph/modules/node/style.js +273 -0
  146. package/components/graph/modules/node/style.js.map +1 -0
  147. package/components/graph/modules/panel/helper.d.ts +16 -0
  148. package/components/graph/modules/panel/helper.js +110 -0
  149. package/components/graph/modules/panel/helper.js.map +1 -0
  150. package/components/graph/modules/panel/index.d.ts +7 -0
  151. package/components/graph/modules/panel/index.js +103 -0
  152. package/components/graph/modules/panel/index.js.map +1 -0
  153. package/components/graph/modules/panel/style.d.ts +14 -0
  154. package/components/graph/modules/panel/style.js +123 -0
  155. package/components/graph/modules/panel/style.js.map +1 -0
  156. package/components/graph/modules/shape.d.ts +7 -0
  157. package/components/graph/modules/shape.js +80 -0
  158. package/components/graph/modules/shape.js.map +1 -0
  159. package/components/graph/modules/zoom-levels.d.ts +6 -0
  160. package/components/graph/modules/zoom-levels.js +10 -0
  161. package/components/graph/modules/zoom-levels.js.map +1 -0
  162. package/components/graph/style.d.ts +6 -0
  163. package/components/graph/style.js +66 -0
  164. package/components/graph/style.js.map +1 -0
  165. package/components/graph/types.d.ts +120 -0
  166. package/components/graph/types.js +29 -0
  167. package/components/graph/types.js.map +1 -0
  168. package/components/grouped-bar/config.d.ts +36 -0
  169. package/components/grouped-bar/config.js +20 -0
  170. package/components/grouped-bar/config.js.map +1 -0
  171. package/components/grouped-bar/index.d.ts +30 -0
  172. package/components/grouped-bar/index.js +231 -0
  173. package/components/grouped-bar/index.js.map +1 -0
  174. package/components/grouped-bar/style.d.ts +5 -0
  175. package/components/grouped-bar/style.js +36 -0
  176. package/components/grouped-bar/style.js.map +1 -0
  177. package/components/leaflet-flow-map/config.d.ts +46 -0
  178. package/components/leaflet-flow-map/config.js +25 -0
  179. package/components/leaflet-flow-map/config.js.map +1 -0
  180. package/components/leaflet-flow-map/index.d.ts +51 -0
  181. package/components/leaflet-flow-map/index.js +219 -0
  182. package/components/leaflet-flow-map/index.js.map +1 -0
  183. package/components/leaflet-flow-map/renderer-utils.d.ts +5 -0
  184. package/components/leaflet-flow-map/renderer-utils.js +15 -0
  185. package/components/leaflet-flow-map/renderer-utils.js.map +1 -0
  186. package/components/leaflet-flow-map/renderer.d.ts +26 -0
  187. package/components/leaflet-flow-map/renderer.js +117 -0
  188. package/components/leaflet-flow-map/renderer.js.map +1 -0
  189. package/components/leaflet-flow-map/shaders.d.ts +2 -0
  190. package/components/leaflet-flow-map/shaders.js +27 -0
  191. package/components/leaflet-flow-map/shaders.js.map +1 -0
  192. package/components/leaflet-flow-map/types.d.ts +23 -0
  193. package/components/leaflet-map/config.d.ts +175 -0
  194. package/components/leaflet-map/config.js +67 -0
  195. package/components/leaflet-map/config.js.map +1 -0
  196. package/components/leaflet-map/index.d.ts +95 -0
  197. package/components/leaflet-map/index.js +648 -0
  198. package/components/leaflet-map/index.js.map +1 -0
  199. package/components/leaflet-map/leaflet.css.js +4 -0
  200. package/components/leaflet-map/leaflet.css.js.map +1 -0
  201. package/components/leaflet-map/modules/clusterBackground.d.ts +4 -0
  202. package/components/leaflet-map/modules/clusterBackground.js +27 -0
  203. package/components/leaflet-map/modules/clusterBackground.js.map +1 -0
  204. package/components/leaflet-map/modules/donut.d.ts +3 -0
  205. package/components/leaflet-map/modules/donut.js +25 -0
  206. package/components/leaflet-map/modules/donut.js.map +1 -0
  207. package/components/leaflet-map/modules/map.d.ts +13 -0
  208. package/components/leaflet-map/modules/map.js +143 -0
  209. package/components/leaflet-map/modules/map.js.map +1 -0
  210. package/components/leaflet-map/modules/node.d.ts +8 -0
  211. package/components/leaflet-map/modules/node.js +148 -0
  212. package/components/leaflet-map/modules/node.js.map +1 -0
  213. package/components/leaflet-map/modules/selectionRing.d.ts +6 -0
  214. package/components/leaflet-map/modules/selectionRing.js +41 -0
  215. package/components/leaflet-map/modules/selectionRing.js.map +1 -0
  216. package/components/leaflet-map/modules/utils.d.ts +49 -0
  217. package/components/leaflet-map/modules/utils.js +206 -0
  218. package/components/leaflet-map/modules/utils.js.map +1 -0
  219. package/components/leaflet-map/renderer/leaflet-maplibre-gl.js +273 -0
  220. package/components/leaflet-map/renderer/leaflet-maplibre-gl.js.map +1 -0
  221. package/components/leaflet-map/renderer/map-style.d.ts +4 -0
  222. package/components/leaflet-map/renderer/map-style.js +15 -0
  223. package/components/leaflet-map/renderer/map-style.js.map +1 -0
  224. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-dark-theme.json.js +40 -0
  225. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-dark-theme.json.js.map +1 -0
  226. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-light-theme.json.js +40 -0
  227. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-light-theme.json.js.map +1 -0
  228. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-settings.json.js +4987 -0
  229. package/components/leaflet-map/renderer/mapboxgl/mapboxgl-settings.json.js.map +1 -0
  230. package/components/leaflet-map/renderer/mapboxgl-layer.d.ts +7 -0
  231. package/components/leaflet-map/renderer/mapboxgl-layer.js +27 -0
  232. package/components/leaflet-map/renderer/mapboxgl-layer.js.map +1 -0
  233. package/components/leaflet-map/renderer/mapboxgl-utils.d.ts +5 -0
  234. package/components/leaflet-map/renderer/mapboxgl-utils.js +39 -0
  235. package/components/leaflet-map/renderer/mapboxgl-utils.js.map +1 -0
  236. package/components/leaflet-map/renderer/maplibre-gl.css.js +4 -0
  237. package/components/leaflet-map/renderer/maplibre-gl.css.js.map +1 -0
  238. package/components/leaflet-map/style.d.ts +19 -0
  239. package/components/leaflet-map/style.js +192 -0
  240. package/components/leaflet-map/style.js.map +1 -0
  241. package/components/leaflet-map/types.d.ts +70 -0
  242. package/components/leaflet-map/types.js +10 -0
  243. package/components/leaflet-map/types.js.map +1 -0
  244. package/components/line/config.d.ts +30 -0
  245. package/components/line/config.js +17 -0
  246. package/components/line/config.js.map +1 -0
  247. package/components/line/index.d.ts +27 -0
  248. package/components/line/index.js +139 -0
  249. package/components/line/index.js.map +1 -0
  250. package/components/line/style.d.ts +6 -0
  251. package/components/line/style.js +35 -0
  252. package/components/line/style.js.map +1 -0
  253. package/components/line/types.d.ts +12 -0
  254. package/components/radial-dendrogram/config.d.ts +34 -0
  255. package/components/radial-dendrogram/config.js +20 -0
  256. package/components/radial-dendrogram/config.js.map +1 -0
  257. package/components/radial-dendrogram/index.d.ts +22 -0
  258. package/components/radial-dendrogram/index.js +98 -0
  259. package/components/radial-dendrogram/index.js.map +1 -0
  260. package/components/radial-dendrogram/modules/label.d.ts +8 -0
  261. package/components/radial-dendrogram/modules/label.js +70 -0
  262. package/components/radial-dendrogram/modules/label.js.map +1 -0
  263. package/components/radial-dendrogram/modules/link.d.ts +19 -0
  264. package/components/radial-dendrogram/modules/link.js +59 -0
  265. package/components/radial-dendrogram/modules/link.js.map +1 -0
  266. package/components/radial-dendrogram/modules/node.d.ts +16 -0
  267. package/components/radial-dendrogram/modules/node.js +51 -0
  268. package/components/radial-dendrogram/modules/node.js.map +1 -0
  269. package/components/radial-dendrogram/style.d.ts +6 -0
  270. package/components/radial-dendrogram/style.js +54 -0
  271. package/components/radial-dendrogram/style.js.map +1 -0
  272. package/components/radial-dendrogram/types.d.ts +34 -0
  273. package/components/sankey/config.d.ts +162 -0
  274. package/components/sankey/config.js +65 -0
  275. package/components/sankey/config.js.map +1 -0
  276. package/components/sankey/index.d.ts +59 -0
  277. package/components/sankey/index.js +299 -0
  278. package/components/sankey/index.js.map +1 -0
  279. package/components/sankey/modules/label.d.ts +23 -0
  280. package/components/sankey/modules/label.js +164 -0
  281. package/components/sankey/modules/label.js.map +1 -0
  282. package/components/sankey/modules/link.d.ts +13 -0
  283. package/components/sankey/modules/link.js +108 -0
  284. package/components/sankey/modules/link.js.map +1 -0
  285. package/components/sankey/modules/node.d.ts +10 -0
  286. package/components/sankey/modules/node.js +156 -0
  287. package/components/sankey/modules/node.js.map +1 -0
  288. package/components/sankey/style.d.ts +20 -0
  289. package/components/sankey/style.js +164 -0
  290. package/components/sankey/style.js.map +1 -0
  291. package/components/sankey/types.d.ts +84 -0
  292. package/components/sankey/types.js +34 -0
  293. package/components/sankey/types.js.map +1 -0
  294. package/components/scatter/config.d.ts +44 -0
  295. package/components/scatter/config.js +23 -0
  296. package/components/scatter/config.js.map +1 -0
  297. package/components/scatter/index.d.ts +19 -0
  298. package/components/scatter/index.js +123 -0
  299. package/components/scatter/index.js.map +1 -0
  300. package/components/scatter/modules/point.d.ts +7 -0
  301. package/components/scatter/modules/point.js +98 -0
  302. package/components/scatter/modules/point.js.map +1 -0
  303. package/components/scatter/style.d.ts +5 -0
  304. package/components/scatter/style.js +53 -0
  305. package/components/scatter/style.js.map +1 -0
  306. package/components/scatter/types.d.ts +13 -0
  307. package/components/stacked-bar/config.d.ts +38 -0
  308. package/components/stacked-bar/config.js +20 -0
  309. package/components/stacked-bar/config.js.map +1 -0
  310. package/components/stacked-bar/index.d.ts +27 -0
  311. package/components/stacked-bar/index.js +193 -0
  312. package/components/stacked-bar/index.js.map +1 -0
  313. package/components/stacked-bar/style.d.ts +5 -0
  314. package/components/stacked-bar/style.js +36 -0
  315. package/components/stacked-bar/style.js.map +1 -0
  316. package/components/stacked-bar/types.d.ts +5 -0
  317. package/components/timeline/config.d.ts +43 -0
  318. package/components/timeline/config.js +23 -0
  319. package/components/timeline/config.js.map +1 -0
  320. package/components/timeline/index.d.ts +43 -0
  321. package/components/timeline/index.js +235 -0
  322. package/components/timeline/index.js.map +1 -0
  323. package/components/timeline/style.d.ts +12 -0
  324. package/components/timeline/style.js +86 -0
  325. package/components/timeline/style.js.map +1 -0
  326. package/components/tooltip/config.d.ts +46 -0
  327. package/components/tooltip/config.js +19 -0
  328. package/components/tooltip/config.js.map +1 -0
  329. package/components/tooltip/index.d.ts +34 -0
  330. package/components/tooltip/index.js +147 -0
  331. package/components/tooltip/index.js.map +1 -0
  332. package/components/tooltip/style.js +72 -0
  333. package/components/tooltip/style.js.map +1 -0
  334. package/components/topojson-map/config.d.ts +99 -0
  335. package/components/topojson-map/config.js +42 -0
  336. package/components/topojson-map/config.js.map +1 -0
  337. package/components/topojson-map/index.d.ts +52 -0
  338. package/components/topojson-map/index.js +355 -0
  339. package/components/topojson-map/index.js.map +1 -0
  340. package/components/topojson-map/style.d.ts +11 -0
  341. package/components/topojson-map/style.js +97 -0
  342. package/components/topojson-map/style.js.map +1 -0
  343. package/components/topojson-map/types.d.ts +48 -0
  344. package/components/topojson-map/types.js +45 -0
  345. package/components/topojson-map/types.js.map +1 -0
  346. package/components/topojson-map/utils.d.ts +3 -0
  347. package/components/topojson-map/utils.js +30 -0
  348. package/components/topojson-map/utils.js.map +1 -0
  349. package/components/vis-controls/config.d.ts +12 -0
  350. package/components/vis-controls/config.js +13 -0
  351. package/components/vis-controls/config.js.map +1 -0
  352. package/components/vis-controls/index.d.ts +14 -0
  353. package/components/vis-controls/index.js +52 -0
  354. package/components/vis-controls/index.js.map +1 -0
  355. package/components/vis-controls/style.d.ts +11 -0
  356. package/components/vis-controls/style.js +75 -0
  357. package/components/vis-controls/style.js.map +1 -0
  358. package/components/vis-controls/types.d.ts +13 -0
  359. package/components/vis-controls/types.js +8 -0
  360. package/components/vis-controls/types.js.map +1 -0
  361. package/components/xy-labels/config.d.ts +48 -0
  362. package/components/xy-labels/config.js +25 -0
  363. package/components/xy-labels/config.js.map +1 -0
  364. package/components/xy-labels/index.d.ts +15 -0
  365. package/components/xy-labels/index.js +86 -0
  366. package/components/xy-labels/index.js.map +1 -0
  367. package/components/xy-labels/modules/label.d.ts +9 -0
  368. package/components/xy-labels/modules/label.js +105 -0
  369. package/components/xy-labels/modules/label.js.map +1 -0
  370. package/components/xy-labels/style.d.ts +5 -0
  371. package/components/xy-labels/style.js +53 -0
  372. package/components/xy-labels/style.js.map +1 -0
  373. package/components/xy-labels/types.d.ts +23 -0
  374. package/components/xy-labels/types.js +9 -0
  375. package/components/xy-labels/types.js.map +1 -0
  376. package/components.d.ts +52 -0
  377. package/containers/single-container/config.d.ts +12 -0
  378. package/containers/single-container/config.js +12 -0
  379. package/containers/single-container/config.js.map +1 -0
  380. package/containers/single-container/index.d.ts +17 -0
  381. package/containers/single-container/index.js +115 -0
  382. package/containers/single-container/index.js.map +1 -0
  383. package/containers/xy-container/config.d.ts +99 -0
  384. package/containers/xy-container/config.js +30 -0
  385. package/containers/xy-container/config.js.map +1 -0
  386. package/containers/xy-container/index.d.ts +33 -0
  387. package/containers/xy-container/index.js +322 -0
  388. package/containers/xy-container/index.js.map +1 -0
  389. package/containers.d.ts +6 -0
  390. package/core/component/config.d.ts +58 -0
  391. package/core/component/config.js +14 -0
  392. package/core/component/config.js.map +1 -0
  393. package/core/component/index.d.ts +38 -0
  394. package/core/component/index.js +112 -0
  395. package/core/component/index.js.map +1 -0
  396. package/core/component/types.d.ts +2 -0
  397. package/core/config/index.d.ts +3 -0
  398. package/core/config/index.js +16 -0
  399. package/core/config/index.js.map +1 -0
  400. package/core/container/config.d.ts +38 -0
  401. package/core/container/config.js +29 -0
  402. package/core/container/config.js.map +1 -0
  403. package/core/container/index.d.ts +25 -0
  404. package/core/container/index.js +92 -0
  405. package/core/container/index.js.map +1 -0
  406. package/core/xy-component/config.d.ts +38 -0
  407. package/core/xy-component/config.js +20 -0
  408. package/core/xy-component/config.js.map +1 -0
  409. package/core/xy-component/index.d.ts +25 -0
  410. package/core/xy-component/index.js +65 -0
  411. package/core/xy-component/index.js.map +1 -0
  412. package/data-models/core.d.ts +6 -0
  413. package/data-models/core.js +14 -0
  414. package/data-models/core.js.map +1 -0
  415. package/data-models/graph.d.ts +24 -0
  416. package/data-models/graph.js +101 -0
  417. package/data-models/graph.js.map +1 -0
  418. package/data-models/map-graph.d.ts +23 -0
  419. package/data-models/map-graph.js +59 -0
  420. package/data-models/map-graph.js.map +1 -0
  421. package/data-models/map.d.ts +5 -0
  422. package/data-models/map.js +12 -0
  423. package/data-models/map.js.map +1 -0
  424. package/data-models/series.d.ts +6 -0
  425. package/data-models/series.js +19 -0
  426. package/data-models/series.js.map +1 -0
  427. package/index.d.ts +4 -0
  428. package/index.js +49 -0
  429. package/index.js.map +1 -0
  430. package/maps/china-provinces.json.js +140373 -0
  431. package/maps/fr-regions.json.js +14162 -0
  432. package/maps/germany-regions.json.js +35760 -0
  433. package/maps/ind-regions.json.js +290584 -0
  434. package/maps/uk-regions.json.js +96233 -0
  435. package/maps/us-counties.json.js +206318 -0
  436. package/maps/us-states.json.js +16345 -0
  437. package/maps/world-110m-alpha.json.js +251366 -0
  438. package/maps/world-simple.json.js +89428 -0
  439. package/maps/world-simplest.json.js +28175 -0
  440. package/maps.d.ts +60 -0
  441. package/maps.js +23 -0
  442. package/package.json +58 -0
  443. package/styles/colors.d.ts +4 -0
  444. package/styles/colors.js +11 -0
  445. package/styles/colors.js.map +1 -0
  446. package/styles/css-variables.d.ts +2 -0
  447. package/styles/css-variables.js +16 -0
  448. package/styles/css-variables.js.map +1 -0
  449. package/types/accessor.d.ts +5 -0
  450. package/types/component.d.ts +13 -0
  451. package/types/component.js +14 -0
  452. package/types/component.js.map +1 -0
  453. package/types/curve.d.ts +40 -0
  454. package/types/curve.js +46 -0
  455. package/types/curve.js.map +1 -0
  456. package/types/data.d.ts +7 -0
  457. package/types/direction.d.ts +6 -0
  458. package/types/direction.js +10 -0
  459. package/types/direction.js.map +1 -0
  460. package/types/graph.d.ts +35 -0
  461. package/types/map.d.ts +4 -0
  462. package/types/misc.d.ts +8 -0
  463. package/types/position.d.ts +20 -0
  464. package/types/position.js +27 -0
  465. package/types/position.js.map +1 -0
  466. package/types/scale.d.ts +23 -0
  467. package/types/scale.js +27 -0
  468. package/types/scale.js.map +1 -0
  469. package/types/shape.d.ts +7 -0
  470. package/types/shape.js +11 -0
  471. package/types/shape.js.map +1 -0
  472. package/types/spacing.d.ts +6 -0
  473. package/types/symbol.d.ts +18 -0
  474. package/types/symbol.js +24 -0
  475. package/types/symbol.js.map +1 -0
  476. package/types/text.d.ts +38 -0
  477. package/types/text.js +31 -0
  478. package/types/text.js.map +1 -0
  479. package/types.d.ts +28 -0
  480. package/utils/color.d.ts +9 -0
  481. package/utils/color.js +26 -0
  482. package/utils/color.js.map +1 -0
  483. package/utils/d3.d.ts +3 -0
  484. package/utils/d3.js +16 -0
  485. package/utils/d3.js.map +1 -0
  486. package/utils/data.d.ts +123 -0
  487. package/utils/data.js +193 -0
  488. package/utils/data.js.map +1 -0
  489. package/utils/html.d.ts +1 -0
  490. package/utils/html.js +15 -0
  491. package/utils/html.js.map +1 -0
  492. package/utils/map.d.ts +2 -0
  493. package/utils/map.js +20 -0
  494. package/utils/map.js.map +1 -0
  495. package/utils/misc.d.ts +16 -0
  496. package/utils/misc.js +42 -0
  497. package/utils/misc.js.map +1 -0
  498. package/utils/path.d.ts +21 -0
  499. package/utils/path.js +144 -0
  500. package/utils/path.js.map +1 -0
  501. package/utils/scale.d.ts +1 -0
  502. package/utils/text.d.ts +17 -0
  503. package/utils/text.js +196 -0
  504. package/utils/text.js.map +1 -0
@@ -0,0 +1,4987 @@
1
+ var bearing = 0;
2
+ var glyphs = "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf";
3
+ var sources = {
4
+ openmaptiles: {
5
+ url: "https://api.maptiler.com/tiles/v3/tiles.json",
6
+ type: "vector"
7
+ }
8
+ };
9
+ var layers = [
10
+ {
11
+ filter: [
12
+ "all"
13
+ ],
14
+ id: "park_outline",
15
+ layout: {
16
+ },
17
+ paint: {
18
+ "line-color": "rgb(255, 255, 255)",
19
+ "line-dasharray": [
20
+ 1,
21
+ 1.5
22
+ ],
23
+ "line-opacity": 1
24
+ },
25
+ source: "openmaptiles",
26
+ "source-layer": "park",
27
+ type: "line"
28
+ },
29
+ {
30
+ filter: [
31
+ "all",
32
+ [
33
+ "in",
34
+ "class",
35
+ "residential",
36
+ "suburbs",
37
+ "neighbourhood"
38
+ ]
39
+ ],
40
+ id: "landuse_residential",
41
+ layout: {
42
+ visibility: "visible"
43
+ },
44
+ maxzoom: 8,
45
+ metadata: {
46
+ },
47
+ paint: {
48
+ "fill-color": {
49
+ stops: [
50
+ [
51
+ 9,
52
+ "rgba(236, 236, 236, 0.8)"
53
+ ],
54
+ [
55
+ 12,
56
+ "rgba(236, 236, 236, 0.8)"
57
+ ]
58
+ ]
59
+ }
60
+ },
61
+ source: "openmaptiles",
62
+ "source-layer": "landuse",
63
+ type: "fill"
64
+ },
65
+ {
66
+ filter: [
67
+ "all",
68
+ [
69
+ "==",
70
+ "class",
71
+ "wood"
72
+ ]
73
+ ],
74
+ id: "landcover_wood",
75
+ metadata: {
76
+ },
77
+ paint: {
78
+ "fill-antialias": false,
79
+ "fill-color": "rgba(255, 255, 255, 0.7)",
80
+ "fill-opacity": 0.4
81
+ },
82
+ source: "openmaptiles",
83
+ "source-layer": "landcover",
84
+ type: "fill"
85
+ },
86
+ {
87
+ filter: [
88
+ "all",
89
+ [
90
+ "==",
91
+ "class",
92
+ "grass"
93
+ ]
94
+ ],
95
+ id: "landcover_grass",
96
+ metadata: {
97
+ },
98
+ paint: {
99
+ "fill-antialias": false,
100
+ "fill-color": "rgb(255, 255, 255)",
101
+ "fill-opacity": 0.3
102
+ },
103
+ source: "openmaptiles",
104
+ "source-layer": "landcover",
105
+ type: "fill"
106
+ },
107
+ {
108
+ filter: [
109
+ "==",
110
+ "class",
111
+ "cemetery"
112
+ ],
113
+ id: "landuse_cemetery",
114
+ layout: {
115
+ visibility: "visible"
116
+ },
117
+ metadata: {
118
+ },
119
+ paint: {
120
+ "fill-color": "rgb(221, 221, 221)"
121
+ },
122
+ source: "openmaptiles",
123
+ "source-layer": "landuse",
124
+ type: "fill"
125
+ },
126
+ {
127
+ filter: [
128
+ "==",
129
+ "class",
130
+ "hospital"
131
+ ],
132
+ id: "landuse_hospital",
133
+ metadata: {
134
+ },
135
+ paint: {
136
+ "fill-color": "rgb(249, 249, 249)"
137
+ },
138
+ source: "openmaptiles",
139
+ "source-layer": "landuse",
140
+ type: "fill"
141
+ },
142
+ {
143
+ filter: [
144
+ "==",
145
+ "class",
146
+ "school"
147
+ ],
148
+ id: "landuse_school",
149
+ metadata: {
150
+ },
151
+ paint: {
152
+ "fill-color": "rgb(236, 236, 236)"
153
+ },
154
+ source: "openmaptiles",
155
+ "source-layer": "landuse",
156
+ type: "fill"
157
+ },
158
+ {
159
+ filter: [
160
+ "all",
161
+ [
162
+ "in",
163
+ "class",
164
+ "stadium",
165
+ "pitch",
166
+ "track"
167
+ ]
168
+ ],
169
+ id: "landuse_stadium",
170
+ metadata: {
171
+ },
172
+ paint: {
173
+ "fill-color": "rgb(236, 236, 236)"
174
+ },
175
+ source: "openmaptiles",
176
+ "source-layer": "landuse",
177
+ type: "fill"
178
+ },
179
+ {
180
+ filter: [
181
+ "all",
182
+ [
183
+ "==",
184
+ "brunnel",
185
+ "tunnel"
186
+ ]
187
+ ],
188
+ id: "waterway_tunnel",
189
+ layout: {
190
+ "line-cap": "round"
191
+ },
192
+ minzoom: 14,
193
+ paint: {
194
+ "line-color": "rgb(236, 237, 238)",
195
+ "line-dasharray": [
196
+ 2,
197
+ 4
198
+ ],
199
+ "line-width": {
200
+ base: 1.3,
201
+ stops: [
202
+ [
203
+ 13,
204
+ 0.5
205
+ ],
206
+ [
207
+ 20,
208
+ 6
209
+ ]
210
+ ]
211
+ }
212
+ },
213
+ source: "openmaptiles",
214
+ "source-layer": "waterway",
215
+ type: "line"
216
+ },
217
+ {
218
+ filter: [
219
+ "all",
220
+ [
221
+ "==",
222
+ "class",
223
+ "river"
224
+ ],
225
+ [
226
+ "!=",
227
+ "brunnel",
228
+ "tunnel"
229
+ ],
230
+ [
231
+ "!=",
232
+ "intermittent",
233
+ 1
234
+ ]
235
+ ],
236
+ id: "waterway_river",
237
+ layout: {
238
+ "line-cap": "round"
239
+ },
240
+ metadata: {
241
+ },
242
+ paint: {
243
+ "line-color": "rgb(236, 237, 238)",
244
+ "line-width": {
245
+ base: 1.2,
246
+ stops: [
247
+ [
248
+ 11,
249
+ 0.5
250
+ ],
251
+ [
252
+ 20,
253
+ 6
254
+ ]
255
+ ]
256
+ }
257
+ },
258
+ source: "openmaptiles",
259
+ "source-layer": "waterway",
260
+ type: "line"
261
+ },
262
+ {
263
+ filter: [
264
+ "all",
265
+ [
266
+ "==",
267
+ "class",
268
+ "river"
269
+ ],
270
+ [
271
+ "!=",
272
+ "brunnel",
273
+ "tunnel"
274
+ ],
275
+ [
276
+ "==",
277
+ "intermittent",
278
+ 1
279
+ ]
280
+ ],
281
+ id: "waterway_river_intermittent",
282
+ layout: {
283
+ "line-cap": "round"
284
+ },
285
+ metadata: {
286
+ },
287
+ paint: {
288
+ "line-color": "#a0c8f0",
289
+ "line-dasharray": [
290
+ 3,
291
+ 2
292
+ ],
293
+ "line-width": {
294
+ base: 1.2,
295
+ stops: [
296
+ [
297
+ 11,
298
+ 0.5
299
+ ],
300
+ [
301
+ 20,
302
+ 6
303
+ ]
304
+ ]
305
+ }
306
+ },
307
+ source: "openmaptiles",
308
+ "source-layer": "waterway",
309
+ type: "line"
310
+ },
311
+ {
312
+ filter: [
313
+ "all",
314
+ [
315
+ "!=",
316
+ "class",
317
+ "river"
318
+ ],
319
+ [
320
+ "!=",
321
+ "brunnel",
322
+ "tunnel"
323
+ ],
324
+ [
325
+ "!=",
326
+ "intermittent",
327
+ 1
328
+ ]
329
+ ],
330
+ id: "waterway_other",
331
+ layout: {
332
+ "line-cap": "round"
333
+ },
334
+ metadata: {
335
+ },
336
+ paint: {
337
+ "line-color": "rgb(236, 237, 238)",
338
+ "line-width": {
339
+ base: 1.3,
340
+ stops: [
341
+ [
342
+ 13,
343
+ 0.5
344
+ ],
345
+ [
346
+ 20,
347
+ 6
348
+ ]
349
+ ]
350
+ }
351
+ },
352
+ source: "openmaptiles",
353
+ "source-layer": "waterway",
354
+ type: "line"
355
+ },
356
+ {
357
+ filter: [
358
+ "all",
359
+ [
360
+ "!=",
361
+ "class",
362
+ "river"
363
+ ],
364
+ [
365
+ "!=",
366
+ "brunnel",
367
+ "tunnel"
368
+ ],
369
+ [
370
+ "==",
371
+ "intermittent",
372
+ 1
373
+ ]
374
+ ],
375
+ id: "waterway_other_intermittent",
376
+ layout: {
377
+ "line-cap": "round",
378
+ visibility: "visible"
379
+ },
380
+ metadata: {
381
+ },
382
+ paint: {
383
+ "line-color": "#a0c8f0",
384
+ "line-dasharray": [
385
+ 4,
386
+ 3
387
+ ],
388
+ "line-width": {
389
+ base: 1.3,
390
+ stops: [
391
+ [
392
+ 13,
393
+ 0.5
394
+ ],
395
+ [
396
+ 20,
397
+ 6
398
+ ]
399
+ ]
400
+ }
401
+ },
402
+ source: "openmaptiles",
403
+ "source-layer": "waterway",
404
+ type: "line"
405
+ },
406
+ {
407
+ filter: [
408
+ "all",
409
+ [
410
+ "==",
411
+ "intermittent",
412
+ 1
413
+ ]
414
+ ],
415
+ id: "water_intermittent",
416
+ layout: {
417
+ visibility: "visible"
418
+ },
419
+ metadata: {
420
+ },
421
+ paint: {
422
+ "fill-color": "rgba(172, 218, 251, 1)",
423
+ "fill-opacity": 0.85
424
+ },
425
+ source: "openmaptiles",
426
+ "source-layer": "water",
427
+ type: "fill"
428
+ },
429
+ {
430
+ filter: [
431
+ "all",
432
+ [
433
+ "in",
434
+ "class",
435
+ "sand"
436
+ ]
437
+ ],
438
+ id: "landcover_sand",
439
+ layout: {
440
+ visibility: "visible"
441
+ },
442
+ metadata: {
443
+ },
444
+ paint: {
445
+ "fill-antialias": false,
446
+ "fill-color": "rgb(222, 222, 222)",
447
+ "fill-opacity": 1
448
+ },
449
+ source: "openmaptiles",
450
+ "source-layer": "landcover",
451
+ type: "fill"
452
+ },
453
+ {
454
+ filter: [
455
+ "all",
456
+ [
457
+ "in",
458
+ "class",
459
+ "sand"
460
+ ]
461
+ ],
462
+ id: "landcover_sand_outline",
463
+ layout: {
464
+ visibility: "visible"
465
+ },
466
+ metadata: {
467
+ },
468
+ paint: {
469
+ "line-color": "#f2e9ac",
470
+ "line-width": 2
471
+ },
472
+ source: "openmaptiles",
473
+ "source-layer": "landcover",
474
+ type: "line"
475
+ },
476
+ {
477
+ filter: [
478
+ "==",
479
+ "$type",
480
+ "Polygon"
481
+ ],
482
+ id: "aeroway_fill",
483
+ metadata: {
484
+ },
485
+ minzoom: 11,
486
+ paint: {
487
+ "fill-color": "rgb(241, 241, 241)",
488
+ "fill-opacity": 0.7
489
+ },
490
+ source: "openmaptiles",
491
+ "source-layer": "aeroway",
492
+ type: "fill"
493
+ },
494
+ {
495
+ filter: [
496
+ "all",
497
+ [
498
+ "==",
499
+ "$type",
500
+ "LineString"
501
+ ],
502
+ [
503
+ "==",
504
+ "class",
505
+ "runway"
506
+ ]
507
+ ],
508
+ id: "aeroway_runway",
509
+ metadata: {
510
+ },
511
+ minzoom: 11,
512
+ paint: {
513
+ "line-color": "rgb(255, 255, 255)",
514
+ "line-width": {
515
+ base: 1.2,
516
+ stops: [
517
+ [
518
+ 11,
519
+ 3
520
+ ],
521
+ [
522
+ 20,
523
+ 16
524
+ ]
525
+ ]
526
+ }
527
+ },
528
+ source: "openmaptiles",
529
+ "source-layer": "aeroway",
530
+ type: "line"
531
+ },
532
+ {
533
+ filter: [
534
+ "all",
535
+ [
536
+ "==",
537
+ "$type",
538
+ "LineString"
539
+ ],
540
+ [
541
+ "==",
542
+ "class",
543
+ "taxiway"
544
+ ]
545
+ ],
546
+ id: "aeroway_taxiway",
547
+ metadata: {
548
+ },
549
+ minzoom: 11,
550
+ paint: {
551
+ "line-color": "rgb(255, 255, 255)",
552
+ "line-width": {
553
+ base: 1.2,
554
+ stops: [
555
+ [
556
+ 11,
557
+ 0.5
558
+ ],
559
+ [
560
+ 20,
561
+ 6
562
+ ]
563
+ ]
564
+ }
565
+ },
566
+ source: "openmaptiles",
567
+ "source-layer": "aeroway",
568
+ type: "line"
569
+ },
570
+ {
571
+ filter: [
572
+ "all",
573
+ [
574
+ "in",
575
+ "class",
576
+ "ferry"
577
+ ]
578
+ ],
579
+ id: "ferry",
580
+ layout: {
581
+ "line-join": "round",
582
+ visibility: "visible"
583
+ },
584
+ paint: {
585
+ "line-color": "rgb(182, 182, 182)",
586
+ "line-dasharray": [
587
+ 2,
588
+ 2
589
+ ],
590
+ "line-width": 1.1
591
+ },
592
+ source: "openmaptiles",
593
+ "source-layer": "transportation",
594
+ type: "line"
595
+ },
596
+ {
597
+ filter: [
598
+ "all",
599
+ [
600
+ "==",
601
+ "class",
602
+ "motorway"
603
+ ],
604
+ [
605
+ "==",
606
+ "ramp",
607
+ 1
608
+ ],
609
+ [
610
+ "==",
611
+ "brunnel",
612
+ "tunnel"
613
+ ]
614
+ ],
615
+ id: "tunnel_motorway_link_casing",
616
+ layout: {
617
+ "line-join": "round",
618
+ visibility: "visible"
619
+ },
620
+ metadata: {
621
+ },
622
+ paint: {
623
+ "line-color": "rgb(233, 160, 182)",
624
+ "line-dasharray": [
625
+ 0.5,
626
+ 0.25
627
+ ],
628
+ "line-opacity": 1,
629
+ "line-width": {
630
+ base: 1.2,
631
+ stops: [
632
+ [
633
+ 12,
634
+ 1
635
+ ],
636
+ [
637
+ 13,
638
+ 3
639
+ ],
640
+ [
641
+ 14,
642
+ 4
643
+ ],
644
+ [
645
+ 20,
646
+ 15
647
+ ]
648
+ ]
649
+ }
650
+ },
651
+ source: "openmaptiles",
652
+ "source-layer": "transportation",
653
+ type: "line"
654
+ },
655
+ {
656
+ filter: [
657
+ "all",
658
+ [
659
+ "==",
660
+ "brunnel",
661
+ "tunnel"
662
+ ],
663
+ [
664
+ "in",
665
+ "class",
666
+ "service",
667
+ "track"
668
+ ]
669
+ ],
670
+ id: "tunnel_service_track_casing",
671
+ layout: {
672
+ "line-join": "round"
673
+ },
674
+ metadata: {
675
+ },
676
+ paint: {
677
+ "line-color": "rgb(225, 225, 225)",
678
+ "line-dasharray": [
679
+ 0.5,
680
+ 0.25
681
+ ],
682
+ "line-width": {
683
+ base: 1.2,
684
+ stops: [
685
+ [
686
+ 15,
687
+ 1
688
+ ],
689
+ [
690
+ 16,
691
+ 4
692
+ ],
693
+ [
694
+ 20,
695
+ 11
696
+ ]
697
+ ]
698
+ }
699
+ },
700
+ source: "openmaptiles",
701
+ "source-layer": "transportation",
702
+ type: "line"
703
+ },
704
+ {
705
+ filter: [
706
+ "all",
707
+ [
708
+ "==",
709
+ "ramp",
710
+ "1"
711
+ ],
712
+ [
713
+ "==",
714
+ "brunnel",
715
+ "tunnel"
716
+ ]
717
+ ],
718
+ id: "tunnel_link_casing",
719
+ layout: {
720
+ "line-join": "round"
721
+ },
722
+ metadata: {
723
+ },
724
+ paint: {
725
+ "line-color": "rgb(233, 160, 182)",
726
+ "line-opacity": 1,
727
+ "line-width": {
728
+ base: 1.2,
729
+ stops: [
730
+ [
731
+ 12,
732
+ 1
733
+ ],
734
+ [
735
+ 13,
736
+ 3
737
+ ],
738
+ [
739
+ 14,
740
+ 4
741
+ ],
742
+ [
743
+ 20,
744
+ 15
745
+ ]
746
+ ]
747
+ }
748
+ },
749
+ source: "openmaptiles",
750
+ "source-layer": "transportation",
751
+ type: "line"
752
+ },
753
+ {
754
+ filter: [
755
+ "all",
756
+ [
757
+ "==",
758
+ "brunnel",
759
+ "tunnel"
760
+ ],
761
+ [
762
+ "in",
763
+ "class",
764
+ "street",
765
+ "street_limited"
766
+ ]
767
+ ],
768
+ id: "tunnel_street_casing",
769
+ layout: {
770
+ "line-join": "round"
771
+ },
772
+ metadata: {
773
+ },
774
+ paint: {
775
+ "line-color": "rgb(225, 225, 225)",
776
+ "line-opacity": {
777
+ stops: [
778
+ [
779
+ 12,
780
+ 0
781
+ ],
782
+ [
783
+ 12.5,
784
+ 1
785
+ ]
786
+ ]
787
+ },
788
+ "line-width": {
789
+ base: 1.2,
790
+ stops: [
791
+ [
792
+ 12,
793
+ 0.5
794
+ ],
795
+ [
796
+ 13,
797
+ 1
798
+ ],
799
+ [
800
+ 14,
801
+ 4
802
+ ],
803
+ [
804
+ 20,
805
+ 15
806
+ ]
807
+ ]
808
+ }
809
+ },
810
+ source: "openmaptiles",
811
+ "source-layer": "transportation",
812
+ type: "line"
813
+ },
814
+ {
815
+ filter: [
816
+ "all",
817
+ [
818
+ "==",
819
+ "brunnel",
820
+ "tunnel"
821
+ ],
822
+ [
823
+ "in",
824
+ "class",
825
+ "secondary",
826
+ "tertiary"
827
+ ]
828
+ ],
829
+ id: "tunnel_secondary_tertiary_casing",
830
+ layout: {
831
+ "line-join": "round"
832
+ },
833
+ metadata: {
834
+ },
835
+ paint: {
836
+ "line-color": "rgb(212, 212, 212)",
837
+ "line-dasharray": [
838
+ 0.5,
839
+ 0.25
840
+ ],
841
+ "line-opacity": 1,
842
+ "line-width": {
843
+ base: 1.2,
844
+ stops: [
845
+ [
846
+ 8,
847
+ 1.5
848
+ ],
849
+ [
850
+ 20,
851
+ 17
852
+ ]
853
+ ]
854
+ }
855
+ },
856
+ source: "openmaptiles",
857
+ "source-layer": "transportation",
858
+ type: "line"
859
+ },
860
+ {
861
+ filter: [
862
+ "all",
863
+ [
864
+ "==",
865
+ "brunnel",
866
+ "tunnel"
867
+ ],
868
+ [
869
+ "in",
870
+ "class",
871
+ "primary",
872
+ "trunk"
873
+ ]
874
+ ],
875
+ id: "tunnel_trunk_primary_casing",
876
+ layout: {
877
+ "line-join": "round"
878
+ },
879
+ metadata: {
880
+ },
881
+ paint: {
882
+ "line-color": "rgb(233, 160, 182)",
883
+ "line-dasharray": [
884
+ 0.5,
885
+ 0.25
886
+ ],
887
+ "line-width": {
888
+ base: 1.2,
889
+ stops: [
890
+ [
891
+ 5,
892
+ 0.4
893
+ ],
894
+ [
895
+ 6,
896
+ 0.7
897
+ ],
898
+ [
899
+ 7,
900
+ 1.75
901
+ ],
902
+ [
903
+ 20,
904
+ 22
905
+ ]
906
+ ]
907
+ }
908
+ },
909
+ source: "openmaptiles",
910
+ "source-layer": "transportation",
911
+ type: "line"
912
+ },
913
+ {
914
+ filter: [
915
+ "all",
916
+ [
917
+ "==",
918
+ "class",
919
+ "motorway"
920
+ ],
921
+ [
922
+ "==",
923
+ "brunnel",
924
+ "tunnel"
925
+ ]
926
+ ],
927
+ id: "tunnel_motorway_casing",
928
+ layout: {
929
+ "line-join": "round",
930
+ visibility: "visible"
931
+ },
932
+ metadata: {
933
+ },
934
+ paint: {
935
+ "line-color": "rgb(233, 160, 182)",
936
+ "line-dasharray": [
937
+ 0.5,
938
+ 0.25
939
+ ],
940
+ "line-width": {
941
+ base: 1.2,
942
+ stops: [
943
+ [
944
+ 5,
945
+ 0.4
946
+ ],
947
+ [
948
+ 6,
949
+ 0.7
950
+ ],
951
+ [
952
+ 7,
953
+ 1.75
954
+ ],
955
+ [
956
+ 20,
957
+ 22
958
+ ]
959
+ ]
960
+ }
961
+ },
962
+ source: "openmaptiles",
963
+ "source-layer": "transportation",
964
+ type: "line"
965
+ },
966
+ {
967
+ filter: [
968
+ "all",
969
+ [
970
+ "==",
971
+ "$type",
972
+ "LineString"
973
+ ],
974
+ [
975
+ "==",
976
+ "brunnel",
977
+ "tunnel"
978
+ ],
979
+ [
980
+ "in",
981
+ "class",
982
+ "path",
983
+ "pedestrian"
984
+ ]
985
+ ],
986
+ id: "tunnel_path_pedestrian",
987
+ layout: {
988
+ visibility: "visible"
989
+ },
990
+ metadata: {
991
+ },
992
+ paint: {
993
+ "line-color": "rgba(216, 205, 206, 0.45)",
994
+ "line-dasharray": [
995
+ 1,
996
+ 0.75
997
+ ],
998
+ "line-width": {
999
+ base: 1.2,
1000
+ stops: [
1001
+ [
1002
+ 14,
1003
+ 0.5
1004
+ ],
1005
+ [
1006
+ 20,
1007
+ 6
1008
+ ]
1009
+ ]
1010
+ }
1011
+ },
1012
+ source: "openmaptiles",
1013
+ "source-layer": "transportation",
1014
+ type: "line"
1015
+ },
1016
+ {
1017
+ filter: [
1018
+ "all",
1019
+ [
1020
+ "==",
1021
+ "class",
1022
+ "motorway_link"
1023
+ ],
1024
+ [
1025
+ "==",
1026
+ "ramp",
1027
+ 1
1028
+ ],
1029
+ [
1030
+ "==",
1031
+ "brunnel",
1032
+ "tunnel"
1033
+ ]
1034
+ ],
1035
+ id: "tunnel_motorway_link",
1036
+ layout: {
1037
+ "line-join": "round",
1038
+ visibility: "visible"
1039
+ },
1040
+ metadata: {
1041
+ },
1042
+ paint: {
1043
+ "line-color": "rgb(251, 181, 195)",
1044
+ "line-width": {
1045
+ base: 1.2,
1046
+ stops: [
1047
+ [
1048
+ 12.5,
1049
+ 0
1050
+ ],
1051
+ [
1052
+ 13,
1053
+ 1.5
1054
+ ],
1055
+ [
1056
+ 14,
1057
+ 2.5
1058
+ ],
1059
+ [
1060
+ 20,
1061
+ 11.5
1062
+ ]
1063
+ ]
1064
+ }
1065
+ },
1066
+ source: "openmaptiles",
1067
+ "source-layer": "transportation",
1068
+ type: "line"
1069
+ },
1070
+ {
1071
+ filter: [
1072
+ "all",
1073
+ [
1074
+ "==",
1075
+ "brunnel",
1076
+ "tunnel"
1077
+ ],
1078
+ [
1079
+ "in",
1080
+ "class",
1081
+ "service",
1082
+ "track"
1083
+ ]
1084
+ ],
1085
+ id: "tunnel_service_track",
1086
+ layout: {
1087
+ "line-join": "round"
1088
+ },
1089
+ metadata: {
1090
+ },
1091
+ paint: {
1092
+ "line-color": "rgb(255, 255, 255)",
1093
+ "line-width": {
1094
+ base: 1.2,
1095
+ stops: [
1096
+ [
1097
+ 15.5,
1098
+ 0
1099
+ ],
1100
+ [
1101
+ 16,
1102
+ 2
1103
+ ],
1104
+ [
1105
+ 20,
1106
+ 7.5
1107
+ ]
1108
+ ]
1109
+ }
1110
+ },
1111
+ source: "openmaptiles",
1112
+ "source-layer": "transportation",
1113
+ type: "line"
1114
+ },
1115
+ {
1116
+ filter: [
1117
+ "all",
1118
+ [
1119
+ "==",
1120
+ "ramp",
1121
+ "1"
1122
+ ],
1123
+ [
1124
+ "==",
1125
+ "brunnel",
1126
+ "tunnel"
1127
+ ]
1128
+ ],
1129
+ id: "tunnel_link",
1130
+ layout: {
1131
+ "line-join": "round"
1132
+ },
1133
+ metadata: {
1134
+ },
1135
+ paint: {
1136
+ "line-color": "rgb(254, 240, 240)",
1137
+ "line-width": {
1138
+ base: 1.2,
1139
+ stops: [
1140
+ [
1141
+ 12.5,
1142
+ 0
1143
+ ],
1144
+ [
1145
+ 13,
1146
+ 1.5
1147
+ ],
1148
+ [
1149
+ 14,
1150
+ 2.5
1151
+ ],
1152
+ [
1153
+ 20,
1154
+ 11.5
1155
+ ]
1156
+ ]
1157
+ }
1158
+ },
1159
+ source: "openmaptiles",
1160
+ "source-layer": "transportation",
1161
+ type: "line"
1162
+ },
1163
+ {
1164
+ filter: [
1165
+ "all",
1166
+ [
1167
+ "==",
1168
+ "brunnel",
1169
+ "tunnel"
1170
+ ],
1171
+ [
1172
+ "in",
1173
+ "class",
1174
+ "minor"
1175
+ ]
1176
+ ],
1177
+ id: "tunnel_minor",
1178
+ layout: {
1179
+ "line-join": "round"
1180
+ },
1181
+ metadata: {
1182
+ },
1183
+ paint: {
1184
+ "line-color": "rgb(255, 255, 255)",
1185
+ "line-opacity": 1,
1186
+ "line-width": {
1187
+ base: 1.2,
1188
+ stops: [
1189
+ [
1190
+ 13.5,
1191
+ 0
1192
+ ],
1193
+ [
1194
+ 14,
1195
+ 2.5
1196
+ ],
1197
+ [
1198
+ 20,
1199
+ 11.5
1200
+ ]
1201
+ ]
1202
+ }
1203
+ },
1204
+ source: "openmaptiles",
1205
+ "source-layer": "transportation",
1206
+ type: "line"
1207
+ },
1208
+ {
1209
+ filter: [
1210
+ "all",
1211
+ [
1212
+ "==",
1213
+ "brunnel",
1214
+ "tunnel"
1215
+ ],
1216
+ [
1217
+ "in",
1218
+ "class",
1219
+ "secondary",
1220
+ "tertiary"
1221
+ ]
1222
+ ],
1223
+ id: "tunnel_secondary_tertiary",
1224
+ layout: {
1225
+ "line-join": "round"
1226
+ },
1227
+ metadata: {
1228
+ },
1229
+ paint: {
1230
+ "line-color": "rgb(255, 255, 255)",
1231
+ "line-width": {
1232
+ base: 1.2,
1233
+ stops: [
1234
+ [
1235
+ 6.5,
1236
+ 0
1237
+ ],
1238
+ [
1239
+ 8,
1240
+ 0.5
1241
+ ],
1242
+ [
1243
+ 20,
1244
+ 13
1245
+ ]
1246
+ ]
1247
+ }
1248
+ },
1249
+ source: "openmaptiles",
1250
+ "source-layer": "transportation",
1251
+ type: "line"
1252
+ },
1253
+ {
1254
+ filter: [
1255
+ "all",
1256
+ [
1257
+ "==",
1258
+ "brunnel",
1259
+ "tunnel"
1260
+ ],
1261
+ [
1262
+ "in",
1263
+ "class",
1264
+ "primary",
1265
+ "trunk"
1266
+ ]
1267
+ ],
1268
+ id: "tunnel_trunk_primary",
1269
+ layout: {
1270
+ "line-join": "round"
1271
+ },
1272
+ metadata: {
1273
+ },
1274
+ paint: {
1275
+ "line-color": "rgb(254, 240, 240)",
1276
+ "line-width": {
1277
+ base: 1.2,
1278
+ stops: [
1279
+ [
1280
+ 5,
1281
+ 0
1282
+ ],
1283
+ [
1284
+ 7,
1285
+ 1
1286
+ ],
1287
+ [
1288
+ 20,
1289
+ 18
1290
+ ]
1291
+ ]
1292
+ }
1293
+ },
1294
+ source: "openmaptiles",
1295
+ "source-layer": "transportation",
1296
+ type: "line"
1297
+ },
1298
+ {
1299
+ filter: [
1300
+ "all",
1301
+ [
1302
+ "==",
1303
+ "class",
1304
+ "motorway"
1305
+ ],
1306
+ [
1307
+ "==",
1308
+ "brunnel",
1309
+ "tunnel"
1310
+ ]
1311
+ ],
1312
+ id: "tunnel_motorway",
1313
+ layout: {
1314
+ "line-join": "round",
1315
+ visibility: "visible"
1316
+ },
1317
+ metadata: {
1318
+ },
1319
+ paint: {
1320
+ "line-color": "rgb(253, 209, 217)",
1321
+ "line-width": {
1322
+ base: 1.2,
1323
+ stops: [
1324
+ [
1325
+ 5,
1326
+ 0
1327
+ ],
1328
+ [
1329
+ 7,
1330
+ 1
1331
+ ],
1332
+ [
1333
+ 20,
1334
+ 18
1335
+ ]
1336
+ ]
1337
+ }
1338
+ },
1339
+ source: "openmaptiles",
1340
+ "source-layer": "transportation",
1341
+ type: "line"
1342
+ },
1343
+ {
1344
+ filter: [
1345
+ "all",
1346
+ [
1347
+ "==",
1348
+ "brunnel",
1349
+ "tunnel"
1350
+ ],
1351
+ [
1352
+ "in",
1353
+ "class",
1354
+ "rail"
1355
+ ]
1356
+ ],
1357
+ id: "tunnel_major_rail",
1358
+ metadata: {
1359
+ },
1360
+ paint: {
1361
+ "line-color": "rgb(208, 208, 208)",
1362
+ "line-width": {
1363
+ base: 1.4,
1364
+ stops: [
1365
+ [
1366
+ 14,
1367
+ 0.4
1368
+ ],
1369
+ [
1370
+ 15,
1371
+ 0.75
1372
+ ],
1373
+ [
1374
+ 20,
1375
+ 2
1376
+ ]
1377
+ ]
1378
+ }
1379
+ },
1380
+ source: "openmaptiles",
1381
+ "source-layer": "transportation",
1382
+ type: "line"
1383
+ },
1384
+ {
1385
+ filter: [
1386
+ "all",
1387
+ [
1388
+ "==",
1389
+ "brunnel",
1390
+ "tunnel"
1391
+ ],
1392
+ [
1393
+ "==",
1394
+ "class",
1395
+ "rail"
1396
+ ]
1397
+ ],
1398
+ id: "tunnel_major_rail_hatching",
1399
+ metadata: {
1400
+ },
1401
+ paint: {
1402
+ "line-color": "rgb(208, 208, 208)",
1403
+ "line-dasharray": [
1404
+ 0.2,
1405
+ 8
1406
+ ],
1407
+ "line-width": {
1408
+ base: 1.4,
1409
+ stops: [
1410
+ [
1411
+ 14.5,
1412
+ 0
1413
+ ],
1414
+ [
1415
+ 15,
1416
+ 3
1417
+ ],
1418
+ [
1419
+ 20,
1420
+ 8
1421
+ ]
1422
+ ]
1423
+ }
1424
+ },
1425
+ source: "openmaptiles",
1426
+ "source-layer": "transportation",
1427
+ type: "line"
1428
+ },
1429
+ {
1430
+ filter: [
1431
+ "all",
1432
+ [
1433
+ "==",
1434
+ "$type",
1435
+ "Polygon"
1436
+ ],
1437
+ [
1438
+ "==",
1439
+ "class",
1440
+ "pier"
1441
+ ]
1442
+ ],
1443
+ id: "road_area_pier",
1444
+ layout: {
1445
+ visibility: "visible"
1446
+ },
1447
+ metadata: {
1448
+ },
1449
+ paint: {
1450
+ "fill-antialias": true,
1451
+ "fill-color": "rgb(252, 252, 252)"
1452
+ },
1453
+ source: "openmaptiles",
1454
+ "source-layer": "transportation",
1455
+ type: "fill"
1456
+ },
1457
+ {
1458
+ filter: [
1459
+ "all",
1460
+ [
1461
+ "==",
1462
+ "$type",
1463
+ "LineString"
1464
+ ],
1465
+ [
1466
+ "in",
1467
+ "class",
1468
+ "pier"
1469
+ ]
1470
+ ],
1471
+ id: "road_pier",
1472
+ layout: {
1473
+ "line-cap": "round",
1474
+ "line-join": "round"
1475
+ },
1476
+ metadata: {
1477
+ },
1478
+ paint: {
1479
+ "line-color": "rgba(246, 241, 229, 1)",
1480
+ "line-width": {
1481
+ base: 1.2,
1482
+ stops: [
1483
+ [
1484
+ 15,
1485
+ 1
1486
+ ],
1487
+ [
1488
+ 17,
1489
+ 4
1490
+ ]
1491
+ ]
1492
+ }
1493
+ },
1494
+ source: "openmaptiles",
1495
+ "source-layer": "transportation",
1496
+ type: "line"
1497
+ },
1498
+ {
1499
+ filter: [
1500
+ "all",
1501
+ [
1502
+ "==",
1503
+ "$type",
1504
+ "Polygon"
1505
+ ],
1506
+ [
1507
+ "==",
1508
+ "brunnel",
1509
+ "bridge"
1510
+ ]
1511
+ ],
1512
+ id: "road_area_bridge",
1513
+ layout: {
1514
+ visibility: "visible"
1515
+ },
1516
+ metadata: {
1517
+ },
1518
+ paint: {
1519
+ "fill-antialias": true,
1520
+ "fill-color": "rgba(255, 255, 255, 0.6)"
1521
+ },
1522
+ source: "openmaptiles",
1523
+ "source-layer": "transportation",
1524
+ type: "fill"
1525
+ },
1526
+ {
1527
+ filter: [
1528
+ "all",
1529
+ [
1530
+ "==",
1531
+ "$type",
1532
+ "Polygon"
1533
+ ],
1534
+ [
1535
+ "!has",
1536
+ "brunnel"
1537
+ ],
1538
+ [
1539
+ "!in",
1540
+ "class",
1541
+ "bridge",
1542
+ "pier"
1543
+ ]
1544
+ ],
1545
+ id: "road_area_pattern",
1546
+ layout: {
1547
+ visibility: "visible"
1548
+ },
1549
+ metadata: {
1550
+ },
1551
+ paint: {
1552
+ "fill-color": "rgba(252, 252, 252, 1.0)"
1553
+ },
1554
+ source: "openmaptiles",
1555
+ "source-layer": "transportation",
1556
+ type: "fill"
1557
+ },
1558
+ {
1559
+ filter: [
1560
+ "all",
1561
+ [
1562
+ "!in",
1563
+ "brunnel",
1564
+ "bridge",
1565
+ "tunnel"
1566
+ ],
1567
+ [
1568
+ "in",
1569
+ "class",
1570
+ "service",
1571
+ "track"
1572
+ ]
1573
+ ],
1574
+ id: "road_service_track_casing",
1575
+ layout: {
1576
+ "line-cap": "round",
1577
+ "line-join": "round"
1578
+ },
1579
+ metadata: {
1580
+ },
1581
+ paint: {
1582
+ "line-color": "rgb(225, 225, 225)",
1583
+ "line-width": {
1584
+ base: 1.2,
1585
+ stops: [
1586
+ [
1587
+ 15,
1588
+ 1
1589
+ ],
1590
+ [
1591
+ 16,
1592
+ 4
1593
+ ],
1594
+ [
1595
+ 20,
1596
+ 11
1597
+ ]
1598
+ ]
1599
+ }
1600
+ },
1601
+ source: "openmaptiles",
1602
+ "source-layer": "transportation",
1603
+ type: "line"
1604
+ },
1605
+ {
1606
+ filter: [
1607
+ "all",
1608
+ [
1609
+ "!in",
1610
+ "brunnel",
1611
+ "bridge",
1612
+ "tunnel"
1613
+ ],
1614
+ [
1615
+ "!in",
1616
+ "class",
1617
+ "motorway",
1618
+ "trunk",
1619
+ "primary",
1620
+ "pedestrian",
1621
+ "path",
1622
+ "track",
1623
+ "service"
1624
+ ],
1625
+ [
1626
+ "==",
1627
+ "ramp",
1628
+ 1
1629
+ ]
1630
+ ],
1631
+ id: "road_link_casing",
1632
+ layout: {
1633
+ "line-cap": "round",
1634
+ "line-join": "round",
1635
+ visibility: "visible"
1636
+ },
1637
+ metadata: {
1638
+ },
1639
+ minzoom: 13,
1640
+ paint: {
1641
+ "line-color": "rgb(233, 160, 182)",
1642
+ "line-opacity": 1,
1643
+ "line-width": {
1644
+ base: 1.2,
1645
+ stops: [
1646
+ [
1647
+ 12,
1648
+ 1
1649
+ ],
1650
+ [
1651
+ 13,
1652
+ 3
1653
+ ],
1654
+ [
1655
+ 14,
1656
+ 4
1657
+ ],
1658
+ [
1659
+ 20,
1660
+ 15
1661
+ ]
1662
+ ]
1663
+ }
1664
+ },
1665
+ source: "openmaptiles",
1666
+ "source-layer": "transportation",
1667
+ type: "line"
1668
+ },
1669
+ {
1670
+ filter: [
1671
+ "all",
1672
+ [
1673
+ "!in",
1674
+ "brunnel",
1675
+ "bridge",
1676
+ "tunnel"
1677
+ ],
1678
+ [
1679
+ "==",
1680
+ "ramp",
1681
+ 1
1682
+ ],
1683
+ [
1684
+ "in",
1685
+ "class",
1686
+ "primary",
1687
+ "trunk"
1688
+ ]
1689
+ ],
1690
+ id: "road_trunk_primary_link_casing",
1691
+ layout: {
1692
+ "line-cap": "butt",
1693
+ "line-join": "round",
1694
+ visibility: "visible"
1695
+ },
1696
+ metadata: {
1697
+ },
1698
+ paint: {
1699
+ "line-color": "rgba(246, 241, 232, 1)",
1700
+ "line-width": {
1701
+ base: 1.2,
1702
+ stops: [
1703
+ [
1704
+ 5,
1705
+ 0
1706
+ ],
1707
+ [
1708
+ 7,
1709
+ 0.7
1710
+ ],
1711
+ [
1712
+ 20,
1713
+ 14
1714
+ ]
1715
+ ]
1716
+ }
1717
+ },
1718
+ source: "openmaptiles",
1719
+ "source-layer": "transportation",
1720
+ type: "line"
1721
+ },
1722
+ {
1723
+ filter: [
1724
+ "all",
1725
+ [
1726
+ "!in",
1727
+ "brunnel",
1728
+ "bridge",
1729
+ "tunnel"
1730
+ ],
1731
+ [
1732
+ "==",
1733
+ "class",
1734
+ "motorway"
1735
+ ],
1736
+ [
1737
+ "==",
1738
+ "ramp",
1739
+ 1
1740
+ ]
1741
+ ],
1742
+ id: "road_motorway_link_casing",
1743
+ layout: {
1744
+ "line-cap": "butt",
1745
+ "line-join": "round"
1746
+ },
1747
+ metadata: {
1748
+ },
1749
+ minzoom: 12,
1750
+ paint: {
1751
+ "line-color": "rgba(246, 241, 232, 1)",
1752
+ "line-opacity": 1,
1753
+ "line-width": {
1754
+ base: 1.2,
1755
+ stops: [
1756
+ [
1757
+ 12,
1758
+ 1
1759
+ ],
1760
+ [
1761
+ 13,
1762
+ 3
1763
+ ],
1764
+ [
1765
+ 14,
1766
+ 4
1767
+ ],
1768
+ [
1769
+ 20,
1770
+ 15
1771
+ ]
1772
+ ]
1773
+ }
1774
+ },
1775
+ source: "openmaptiles",
1776
+ "source-layer": "transportation",
1777
+ type: "line"
1778
+ },
1779
+ {
1780
+ filter: [
1781
+ "all",
1782
+ [
1783
+ "==",
1784
+ "$type",
1785
+ "LineString"
1786
+ ],
1787
+ [
1788
+ "!in",
1789
+ "brunnel",
1790
+ "bridge",
1791
+ "tunnel"
1792
+ ],
1793
+ [
1794
+ "in",
1795
+ "class",
1796
+ "minor"
1797
+ ],
1798
+ [
1799
+ "!=",
1800
+ "ramp",
1801
+ "1"
1802
+ ]
1803
+ ],
1804
+ id: "road_minor_casing",
1805
+ layout: {
1806
+ "line-cap": "round",
1807
+ "line-join": "round"
1808
+ },
1809
+ metadata: {
1810
+ },
1811
+ paint: {
1812
+ "line-color": "rgb(225, 225, 225)",
1813
+ "line-opacity": {
1814
+ stops: [
1815
+ [
1816
+ 12,
1817
+ 0
1818
+ ],
1819
+ [
1820
+ 12.5,
1821
+ 1
1822
+ ]
1823
+ ]
1824
+ },
1825
+ "line-width": {
1826
+ base: 1.2,
1827
+ stops: [
1828
+ [
1829
+ 12,
1830
+ 0.5
1831
+ ],
1832
+ [
1833
+ 13,
1834
+ 1
1835
+ ],
1836
+ [
1837
+ 14,
1838
+ 4
1839
+ ],
1840
+ [
1841
+ 20,
1842
+ 20
1843
+ ]
1844
+ ]
1845
+ }
1846
+ },
1847
+ source: "openmaptiles",
1848
+ "source-layer": "transportation",
1849
+ type: "line"
1850
+ },
1851
+ {
1852
+ filter: [
1853
+ "all",
1854
+ [
1855
+ "!in",
1856
+ "brunnel",
1857
+ "bridge",
1858
+ "tunnel"
1859
+ ],
1860
+ [
1861
+ "in",
1862
+ "class",
1863
+ "secondary",
1864
+ "tertiary"
1865
+ ],
1866
+ [
1867
+ "!=",
1868
+ "ramp",
1869
+ 1
1870
+ ]
1871
+ ],
1872
+ id: "road_secondary_tertiary_casing",
1873
+ layout: {
1874
+ "line-cap": "round",
1875
+ "line-join": "round",
1876
+ visibility: "none"
1877
+ },
1878
+ metadata: {
1879
+ },
1880
+ paint: {
1881
+ "line-color": "rgb(212, 212, 212)",
1882
+ "line-opacity": 1,
1883
+ "line-width": {
1884
+ base: 1.2,
1885
+ stops: [
1886
+ [
1887
+ 8,
1888
+ 1.5
1889
+ ],
1890
+ [
1891
+ 20,
1892
+ 17
1893
+ ]
1894
+ ]
1895
+ }
1896
+ },
1897
+ source: "openmaptiles",
1898
+ "source-layer": "transportation",
1899
+ type: "line"
1900
+ },
1901
+ {
1902
+ filter: [
1903
+ "all",
1904
+ [
1905
+ "!in",
1906
+ "brunnel",
1907
+ "bridge",
1908
+ "tunnel"
1909
+ ],
1910
+ [
1911
+ "!=",
1912
+ "ramp",
1913
+ 1
1914
+ ],
1915
+ [
1916
+ "in",
1917
+ "class",
1918
+ "primary",
1919
+ "trunk"
1920
+ ],
1921
+ [
1922
+ "!=",
1923
+ "ramp",
1924
+ 1
1925
+ ]
1926
+ ],
1927
+ id: "road_trunk_primary_casing",
1928
+ layout: {
1929
+ "line-cap": "butt",
1930
+ "line-join": "round",
1931
+ visibility: "none"
1932
+ },
1933
+ metadata: {
1934
+ },
1935
+ paint: {
1936
+ "line-color": "rgba(246, 241, 232, 1)",
1937
+ "line-opacity": 1,
1938
+ "line-width": {
1939
+ base: 1.2,
1940
+ stops: [
1941
+ [
1942
+ 5,
1943
+ 0.4
1944
+ ],
1945
+ [
1946
+ 6,
1947
+ 0.7
1948
+ ],
1949
+ [
1950
+ 7,
1951
+ 1.75
1952
+ ],
1953
+ [
1954
+ 20,
1955
+ 22
1956
+ ]
1957
+ ]
1958
+ }
1959
+ },
1960
+ source: "openmaptiles",
1961
+ "source-layer": "transportation",
1962
+ type: "line"
1963
+ },
1964
+ {
1965
+ filter: [
1966
+ "all",
1967
+ [
1968
+ "!in",
1969
+ "brunnel",
1970
+ "bridge",
1971
+ "tunnel"
1972
+ ],
1973
+ [
1974
+ "==",
1975
+ "class",
1976
+ "motorway"
1977
+ ],
1978
+ [
1979
+ "!=",
1980
+ "ramp",
1981
+ 1
1982
+ ]
1983
+ ],
1984
+ id: "road_motorway_casing",
1985
+ layout: {
1986
+ "line-cap": "butt",
1987
+ "line-join": "round",
1988
+ visibility: "visible"
1989
+ },
1990
+ metadata: {
1991
+ },
1992
+ minzoom: 5,
1993
+ paint: {
1994
+ "line-color": "rgba(163, 213, 217, .)",
1995
+ "line-width": {
1996
+ base: 1.2,
1997
+ stops: [
1998
+ [
1999
+ 5,
2000
+ 0.4
2001
+ ],
2002
+ [
2003
+ 6,
2004
+ 0.7
2005
+ ],
2006
+ [
2007
+ 7,
2008
+ 1.75
2009
+ ],
2010
+ [
2011
+ 20,
2012
+ 22
2013
+ ]
2014
+ ]
2015
+ }
2016
+ },
2017
+ source: "openmaptiles",
2018
+ "source-layer": "transportation",
2019
+ type: "line"
2020
+ },
2021
+ {
2022
+ filter: [
2023
+ "all",
2024
+ [
2025
+ "==",
2026
+ "$type",
2027
+ "LineString"
2028
+ ],
2029
+ [
2030
+ "!in",
2031
+ "brunnel",
2032
+ "bridge",
2033
+ "tunnel"
2034
+ ],
2035
+ [
2036
+ "in",
2037
+ "class",
2038
+ "path",
2039
+ "pedestrian"
2040
+ ]
2041
+ ],
2042
+ id: "road_path_pedestrian",
2043
+ layout: {
2044
+ "line-join": "round",
2045
+ visibility: "visible"
2046
+ },
2047
+ metadata: {
2048
+ },
2049
+ minzoom: 14,
2050
+ paint: {
2051
+ "line-color": "rgba(216, 205, 206, 0.45)",
2052
+ "line-dasharray": [
2053
+ 1,
2054
+ 1
2055
+ ],
2056
+ "line-width": {
2057
+ base: 1.2,
2058
+ stops: [
2059
+ [
2060
+ 14,
2061
+ 1
2062
+ ],
2063
+ [
2064
+ 20,
2065
+ 6
2066
+ ]
2067
+ ]
2068
+ }
2069
+ },
2070
+ source: "openmaptiles",
2071
+ "source-layer": "transportation",
2072
+ type: "line"
2073
+ },
2074
+ {
2075
+ filter: [
2076
+ "all",
2077
+ [
2078
+ "!in",
2079
+ "brunnel",
2080
+ "bridge",
2081
+ "tunnel"
2082
+ ],
2083
+ [
2084
+ "==",
2085
+ "ramp",
2086
+ 1
2087
+ ],
2088
+ [
2089
+ "!in",
2090
+ "class",
2091
+ "motorway",
2092
+ "trunk",
2093
+ "primary",
2094
+ "pedestrian",
2095
+ "path",
2096
+ "track",
2097
+ "service"
2098
+ ]
2099
+ ],
2100
+ id: "road_link",
2101
+ layout: {
2102
+ "line-cap": "round",
2103
+ "line-join": "round",
2104
+ visibility: "visible"
2105
+ },
2106
+ metadata: {
2107
+ },
2108
+ minzoom: 13,
2109
+ paint: {
2110
+ "line-color": "rgba(246, 241, 232, 1)",
2111
+ "line-width": {
2112
+ base: 1.2,
2113
+ stops: [
2114
+ [
2115
+ 12.5,
2116
+ 0
2117
+ ],
2118
+ [
2119
+ 13,
2120
+ 1.5
2121
+ ],
2122
+ [
2123
+ 14,
2124
+ 2.5
2125
+ ],
2126
+ [
2127
+ 20,
2128
+ 11.5
2129
+ ]
2130
+ ]
2131
+ }
2132
+ },
2133
+ source: "openmaptiles",
2134
+ "source-layer": "transportation",
2135
+ type: "line"
2136
+ },
2137
+ {
2138
+ filter: [
2139
+ "all",
2140
+ [
2141
+ "!in",
2142
+ "brunnel",
2143
+ "bridge",
2144
+ "tunnel"
2145
+ ],
2146
+ [
2147
+ "==",
2148
+ "ramp",
2149
+ 1
2150
+ ],
2151
+ [
2152
+ "in",
2153
+ "class",
2154
+ "primary",
2155
+ "trunk"
2156
+ ]
2157
+ ],
2158
+ id: "road_trunk_primary_link",
2159
+ layout: {
2160
+ "line-cap": "round",
2161
+ "line-join": "round",
2162
+ visibility: "visible"
2163
+ },
2164
+ metadata: {
2165
+ },
2166
+ paint: {
2167
+ "line-color": "rgba(246, 241, 232, 1)",
2168
+ "line-width": {
2169
+ base: 1.2,
2170
+ stops: [
2171
+ [
2172
+ 5,
2173
+ 0
2174
+ ],
2175
+ [
2176
+ 7,
2177
+ 0.5
2178
+ ],
2179
+ [
2180
+ 20,
2181
+ 10
2182
+ ]
2183
+ ]
2184
+ }
2185
+ },
2186
+ source: "openmaptiles",
2187
+ "source-layer": "transportation",
2188
+ type: "line"
2189
+ },
2190
+ {
2191
+ filter: [
2192
+ "all",
2193
+ [
2194
+ "!in",
2195
+ "brunnel",
2196
+ "bridge",
2197
+ "tunnel"
2198
+ ],
2199
+ [
2200
+ "==",
2201
+ "class",
2202
+ "motorway"
2203
+ ],
2204
+ [
2205
+ "==",
2206
+ "ramp",
2207
+ 1
2208
+ ]
2209
+ ],
2210
+ id: "road_motorway_link",
2211
+ layout: {
2212
+ "line-cap": "round",
2213
+ "line-join": "round"
2214
+ },
2215
+ metadata: {
2216
+ },
2217
+ minzoom: 12,
2218
+ paint: {
2219
+ "line-color": "rgba(246, 241, 232, 1)",
2220
+ "line-width": {
2221
+ base: 1.2,
2222
+ stops: [
2223
+ [
2224
+ 12.5,
2225
+ 0
2226
+ ],
2227
+ [
2228
+ 13,
2229
+ 1.5
2230
+ ],
2231
+ [
2232
+ 14,
2233
+ 2.5
2234
+ ],
2235
+ [
2236
+ 20,
2237
+ 11.5
2238
+ ]
2239
+ ]
2240
+ }
2241
+ },
2242
+ source: "openmaptiles",
2243
+ "source-layer": "transportation",
2244
+ type: "line"
2245
+ },
2246
+ {
2247
+ filter: [
2248
+ "all",
2249
+ [
2250
+ "!in",
2251
+ "brunnel",
2252
+ "bridge",
2253
+ "tunnel"
2254
+ ],
2255
+ [
2256
+ "in",
2257
+ "class",
2258
+ "service",
2259
+ "track"
2260
+ ]
2261
+ ],
2262
+ id: "road_service_track",
2263
+ layout: {
2264
+ "line-cap": "round",
2265
+ "line-join": "round",
2266
+ visibility: "visible"
2267
+ },
2268
+ metadata: {
2269
+ },
2270
+ paint: {
2271
+ "line-color": "rgb(255, 255, 255)",
2272
+ "line-width": {
2273
+ base: 1.2,
2274
+ stops: [
2275
+ [
2276
+ 15.5,
2277
+ 0
2278
+ ],
2279
+ [
2280
+ 16,
2281
+ 2
2282
+ ],
2283
+ [
2284
+ 20,
2285
+ 7.5
2286
+ ]
2287
+ ]
2288
+ }
2289
+ },
2290
+ source: "openmaptiles",
2291
+ "source-layer": "transportation",
2292
+ type: "line"
2293
+ },
2294
+ {
2295
+ filter: [
2296
+ "all",
2297
+ [
2298
+ "==",
2299
+ "$type",
2300
+ "LineString"
2301
+ ],
2302
+ [
2303
+ "all",
2304
+ [
2305
+ "!in",
2306
+ "brunnel",
2307
+ "bridge",
2308
+ "tunnel"
2309
+ ],
2310
+ [
2311
+ "in",
2312
+ "class",
2313
+ "minor"
2314
+ ]
2315
+ ]
2316
+ ],
2317
+ id: "road_minor",
2318
+ layout: {
2319
+ "line-cap": "round",
2320
+ "line-join": "round",
2321
+ visibility: "none"
2322
+ },
2323
+ metadata: {
2324
+ },
2325
+ paint: {
2326
+ "line-color": "rgb(255, 255, 255)",
2327
+ "line-opacity": 1,
2328
+ "line-width": {
2329
+ base: 1.2,
2330
+ stops: [
2331
+ [
2332
+ 13.5,
2333
+ 0
2334
+ ],
2335
+ [
2336
+ 14,
2337
+ 2.5
2338
+ ],
2339
+ [
2340
+ 20,
2341
+ 18
2342
+ ]
2343
+ ]
2344
+ }
2345
+ },
2346
+ source: "openmaptiles",
2347
+ "source-layer": "transportation",
2348
+ type: "line"
2349
+ },
2350
+ {
2351
+ filter: [
2352
+ "all",
2353
+ [
2354
+ "!in",
2355
+ "brunnel",
2356
+ "bridge",
2357
+ "tunnel"
2358
+ ],
2359
+ [
2360
+ "in",
2361
+ "class",
2362
+ "secondary",
2363
+ "tertiary"
2364
+ ]
2365
+ ],
2366
+ id: "road_secondary_tertiary",
2367
+ layout: {
2368
+ "line-cap": "round",
2369
+ "line-join": "round",
2370
+ visibility: "none"
2371
+ },
2372
+ metadata: {
2373
+ },
2374
+ paint: {
2375
+ "line-color": "rgb(255, 255, 255)",
2376
+ "line-width": {
2377
+ base: 1.2,
2378
+ stops: [
2379
+ [
2380
+ 6.5,
2381
+ 0
2382
+ ],
2383
+ [
2384
+ 8,
2385
+ 0.5
2386
+ ],
2387
+ [
2388
+ 20,
2389
+ 13
2390
+ ]
2391
+ ]
2392
+ }
2393
+ },
2394
+ source: "openmaptiles",
2395
+ "source-layer": "transportation",
2396
+ type: "line"
2397
+ },
2398
+ {
2399
+ filter: [
2400
+ "all",
2401
+ [
2402
+ "!in",
2403
+ "brunnel",
2404
+ "bridge",
2405
+ "tunnel"
2406
+ ],
2407
+ [
2408
+ "!=",
2409
+ "ramp",
2410
+ 1
2411
+ ],
2412
+ [
2413
+ "in",
2414
+ "class",
2415
+ "primary",
2416
+ "trunk"
2417
+ ]
2418
+ ],
2419
+ id: "road_trunk_primary",
2420
+ layout: {
2421
+ "line-cap": "round",
2422
+ "line-join": "round",
2423
+ visibility: "visible"
2424
+ },
2425
+ metadata: {
2426
+ },
2427
+ paint: {
2428
+ "line-color": "rgba(246, 241, 232, 1)",
2429
+ "line-width": {
2430
+ base: 1.2,
2431
+ stops: [
2432
+ [
2433
+ 5,
2434
+ 0
2435
+ ],
2436
+ [
2437
+ 7,
2438
+ 1
2439
+ ],
2440
+ [
2441
+ 20,
2442
+ 18
2443
+ ]
2444
+ ]
2445
+ }
2446
+ },
2447
+ source: "openmaptiles",
2448
+ "source-layer": "transportation",
2449
+ type: "line"
2450
+ },
2451
+ {
2452
+ filter: [
2453
+ "all",
2454
+ [
2455
+ "!in",
2456
+ "brunnel",
2457
+ "bridge",
2458
+ "tunnel"
2459
+ ],
2460
+ [
2461
+ "==",
2462
+ "class",
2463
+ "motorway"
2464
+ ],
2465
+ [
2466
+ "!=",
2467
+ "ramp",
2468
+ 1
2469
+ ]
2470
+ ],
2471
+ id: "road_motorway",
2472
+ layout: {
2473
+ "line-cap": "round",
2474
+ "line-join": "round",
2475
+ visibility: "visible"
2476
+ },
2477
+ metadata: {
2478
+ },
2479
+ minzoom: 5,
2480
+ paint: {
2481
+ "line-color": {
2482
+ stops: [
2483
+ [
2484
+ 5,
2485
+ "rgba(246, 241, 232, 1)"
2486
+ ],
2487
+ [
2488
+ 6,
2489
+ "rgba(246, 241, 232, 1)"
2490
+ ]
2491
+ ]
2492
+ },
2493
+ "line-width": {
2494
+ base: 1.2,
2495
+ stops: [
2496
+ [
2497
+ 5,
2498
+ 0
2499
+ ],
2500
+ [
2501
+ 7,
2502
+ 1
2503
+ ],
2504
+ [
2505
+ 20,
2506
+ 18
2507
+ ]
2508
+ ]
2509
+ }
2510
+ },
2511
+ source: "openmaptiles",
2512
+ "source-layer": "transportation",
2513
+ type: "line"
2514
+ },
2515
+ {
2516
+ filter: [
2517
+ "all",
2518
+ [
2519
+ "!in",
2520
+ "brunnel",
2521
+ "bridge",
2522
+ "tunnel"
2523
+ ],
2524
+ [
2525
+ "==",
2526
+ "class",
2527
+ "rail"
2528
+ ]
2529
+ ],
2530
+ id: "road_major_rail",
2531
+ metadata: {
2532
+ },
2533
+ paint: {
2534
+ "line-color": "rgb(208, 208, 208)",
2535
+ "line-width": {
2536
+ base: 1.4,
2537
+ stops: [
2538
+ [
2539
+ 14,
2540
+ 0.4
2541
+ ],
2542
+ [
2543
+ 15,
2544
+ 0.75
2545
+ ],
2546
+ [
2547
+ 20,
2548
+ 2
2549
+ ]
2550
+ ]
2551
+ }
2552
+ },
2553
+ source: "openmaptiles",
2554
+ "source-layer": "transportation",
2555
+ type: "line"
2556
+ },
2557
+ {
2558
+ filter: [
2559
+ "all",
2560
+ [
2561
+ "!in",
2562
+ "brunnel",
2563
+ "bridge",
2564
+ "tunnel"
2565
+ ],
2566
+ [
2567
+ "==",
2568
+ "class",
2569
+ "rail"
2570
+ ]
2571
+ ],
2572
+ id: "road_major_rail_hatching",
2573
+ metadata: {
2574
+ },
2575
+ paint: {
2576
+ "line-color": "rgb(208, 208, 208)",
2577
+ "line-dasharray": [
2578
+ 0.2,
2579
+ 8
2580
+ ],
2581
+ "line-width": {
2582
+ base: 1.4,
2583
+ stops: [
2584
+ [
2585
+ 14.5,
2586
+ 0
2587
+ ],
2588
+ [
2589
+ 15,
2590
+ 3
2591
+ ],
2592
+ [
2593
+ 20,
2594
+ 8
2595
+ ]
2596
+ ]
2597
+ }
2598
+ },
2599
+ source: "openmaptiles",
2600
+ "source-layer": "transportation",
2601
+ type: "line"
2602
+ },
2603
+ {
2604
+ id: "building",
2605
+ layout: {
2606
+ visibility: "visible"
2607
+ },
2608
+ maxzoom: 14,
2609
+ metadata: {
2610
+ },
2611
+ minzoom: 13,
2612
+ paint: {
2613
+ "fill-color": "rgba(181, 181, 181, 0.3)",
2614
+ "fill-outline-color": {
2615
+ stops: [
2616
+ [
2617
+ 13,
2618
+ "rgba(198, 197, 197, 0.32)"
2619
+ ],
2620
+ [
2621
+ 14,
2622
+ "rgb(198, 197, 197)"
2623
+ ]
2624
+ ]
2625
+ }
2626
+ },
2627
+ source: "openmaptiles",
2628
+ "source-layer": "building",
2629
+ type: "fill"
2630
+ },
2631
+ {
2632
+ filter: [
2633
+ "all",
2634
+ [
2635
+ "!has",
2636
+ "hide_3d"
2637
+ ]
2638
+ ],
2639
+ id: "building-3d",
2640
+ layout: {
2641
+ visibility: "visible"
2642
+ },
2643
+ metadata: {
2644
+ },
2645
+ minzoom: 14,
2646
+ paint: {
2647
+ "fill-extrusion-base": {
2648
+ property: "render_min_height",
2649
+ type: "identity"
2650
+ },
2651
+ "fill-extrusion-color": "rgb(181, 181, 181)",
2652
+ "fill-extrusion-height": {
2653
+ property: "render_height",
2654
+ type: "identity"
2655
+ },
2656
+ "fill-extrusion-opacity": 0.3
2657
+ },
2658
+ source: "openmaptiles",
2659
+ "source-layer": "building",
2660
+ type: "fill-extrusion"
2661
+ },
2662
+ {
2663
+ filter: [
2664
+ "all",
2665
+ [
2666
+ "==",
2667
+ "$type",
2668
+ "LineString"
2669
+ ],
2670
+ [
2671
+ "==",
2672
+ "brunnel",
2673
+ "bridge"
2674
+ ]
2675
+ ],
2676
+ id: "waterway-bridge-case",
2677
+ layout: {
2678
+ "line-cap": "butt",
2679
+ "line-join": "miter"
2680
+ },
2681
+ paint: {
2682
+ "line-color": "rgb(224, 224, 224)",
2683
+ "line-gap-width": {
2684
+ base: 1.3,
2685
+ stops: [
2686
+ [
2687
+ 13,
2688
+ 0.5
2689
+ ],
2690
+ [
2691
+ 20,
2692
+ 6
2693
+ ]
2694
+ ]
2695
+ },
2696
+ "line-width": {
2697
+ base: 1.6,
2698
+ stops: [
2699
+ [
2700
+ 12,
2701
+ 0.5
2702
+ ],
2703
+ [
2704
+ 20,
2705
+ 5
2706
+ ]
2707
+ ]
2708
+ }
2709
+ },
2710
+ source: "openmaptiles",
2711
+ "source-layer": "waterway",
2712
+ type: "line"
2713
+ },
2714
+ {
2715
+ filter: [
2716
+ "all",
2717
+ [
2718
+ "==",
2719
+ "$type",
2720
+ "LineString"
2721
+ ],
2722
+ [
2723
+ "==",
2724
+ "brunnel",
2725
+ "bridge"
2726
+ ]
2727
+ ],
2728
+ id: "waterway-bridge",
2729
+ layout: {
2730
+ "line-cap": "round",
2731
+ "line-join": "round"
2732
+ },
2733
+ paint: {
2734
+ "line-color": "rgb(223, 229, 235)",
2735
+ "line-width": {
2736
+ base: 1.3,
2737
+ stops: [
2738
+ [
2739
+ 13,
2740
+ 0.5
2741
+ ],
2742
+ [
2743
+ 20,
2744
+ 6
2745
+ ]
2746
+ ]
2747
+ }
2748
+ },
2749
+ source: "openmaptiles",
2750
+ "source-layer": "waterway",
2751
+ type: "line"
2752
+ },
2753
+ {
2754
+ filter: [
2755
+ "all",
2756
+ [
2757
+ "==",
2758
+ "class",
2759
+ "motorway"
2760
+ ],
2761
+ [
2762
+ "==",
2763
+ "ramp",
2764
+ 1
2765
+ ],
2766
+ [
2767
+ "==",
2768
+ "brunnel",
2769
+ "bridge"
2770
+ ]
2771
+ ],
2772
+ id: "bridge_motorway_link_casing",
2773
+ layout: {
2774
+ "line-join": "round"
2775
+ },
2776
+ metadata: {
2777
+ },
2778
+ paint: {
2779
+ "line-color": "rgba(223, 219, 202, 1)",
2780
+ "line-opacity": 1,
2781
+ "line-width": {
2782
+ base: 1.2,
2783
+ stops: [
2784
+ [
2785
+ 12,
2786
+ 1
2787
+ ],
2788
+ [
2789
+ 13,
2790
+ 3
2791
+ ],
2792
+ [
2793
+ 14,
2794
+ 4
2795
+ ],
2796
+ [
2797
+ 20,
2798
+ 15
2799
+ ]
2800
+ ]
2801
+ }
2802
+ },
2803
+ source: "openmaptiles",
2804
+ "source-layer": "transportation",
2805
+ type: "line"
2806
+ },
2807
+ {
2808
+ filter: [
2809
+ "all",
2810
+ [
2811
+ "==",
2812
+ "brunnel",
2813
+ "bridge"
2814
+ ],
2815
+ [
2816
+ "in",
2817
+ "class",
2818
+ "service",
2819
+ "track"
2820
+ ]
2821
+ ],
2822
+ id: "bridge_service_track_casing",
2823
+ layout: {
2824
+ "line-join": "round"
2825
+ },
2826
+ metadata: {
2827
+ },
2828
+ paint: {
2829
+ "line-color": "rgb(225, 225, 225)",
2830
+ "line-width": {
2831
+ base: 1.2,
2832
+ stops: [
2833
+ [
2834
+ 15,
2835
+ 1
2836
+ ],
2837
+ [
2838
+ 16,
2839
+ 4
2840
+ ],
2841
+ [
2842
+ 20,
2843
+ 11
2844
+ ]
2845
+ ]
2846
+ }
2847
+ },
2848
+ source: "openmaptiles",
2849
+ "source-layer": "transportation",
2850
+ type: "line"
2851
+ },
2852
+ {
2853
+ filter: [
2854
+ "all",
2855
+ [
2856
+ "==",
2857
+ "class",
2858
+ "link"
2859
+ ],
2860
+ [
2861
+ "==",
2862
+ "brunnel",
2863
+ "bridge"
2864
+ ]
2865
+ ],
2866
+ id: "bridge_link_casing",
2867
+ layout: {
2868
+ "line-join": "round"
2869
+ },
2870
+ metadata: {
2871
+ },
2872
+ paint: {
2873
+ "line-color": "rgba(223, 219, 202, 1)",
2874
+ "line-opacity": 1,
2875
+ "line-width": {
2876
+ base: 1.2,
2877
+ stops: [
2878
+ [
2879
+ 12,
2880
+ 1
2881
+ ],
2882
+ [
2883
+ 13,
2884
+ 3
2885
+ ],
2886
+ [
2887
+ 14,
2888
+ 4
2889
+ ],
2890
+ [
2891
+ 20,
2892
+ 15
2893
+ ]
2894
+ ]
2895
+ }
2896
+ },
2897
+ source: "openmaptiles",
2898
+ "source-layer": "transportation",
2899
+ type: "line"
2900
+ },
2901
+ {
2902
+ filter: [
2903
+ "all",
2904
+ [
2905
+ "==",
2906
+ "brunnel",
2907
+ "bridge"
2908
+ ],
2909
+ [
2910
+ "in",
2911
+ "class",
2912
+ "street",
2913
+ "street_limited"
2914
+ ]
2915
+ ],
2916
+ id: "bridge_street_casing",
2917
+ layout: {
2918
+ "line-join": "round"
2919
+ },
2920
+ metadata: {
2921
+ },
2922
+ paint: {
2923
+ "line-color": "rgb(209, 209, 209)",
2924
+ "line-opacity": {
2925
+ stops: [
2926
+ [
2927
+ 12,
2928
+ 0
2929
+ ],
2930
+ [
2931
+ 12.5,
2932
+ 1
2933
+ ]
2934
+ ]
2935
+ },
2936
+ "line-width": {
2937
+ base: 1.2,
2938
+ stops: [
2939
+ [
2940
+ 12,
2941
+ 0.5
2942
+ ],
2943
+ [
2944
+ 13,
2945
+ 1
2946
+ ],
2947
+ [
2948
+ 14,
2949
+ 4
2950
+ ],
2951
+ [
2952
+ 20,
2953
+ 25
2954
+ ]
2955
+ ]
2956
+ }
2957
+ },
2958
+ source: "openmaptiles",
2959
+ "source-layer": "transportation",
2960
+ type: "line"
2961
+ },
2962
+ {
2963
+ filter: [
2964
+ "all",
2965
+ [
2966
+ "==",
2967
+ "$type",
2968
+ "LineString"
2969
+ ],
2970
+ [
2971
+ "==",
2972
+ "brunnel",
2973
+ "bridge"
2974
+ ],
2975
+ [
2976
+ "in",
2977
+ "class",
2978
+ "path",
2979
+ "pedestrian"
2980
+ ]
2981
+ ],
2982
+ id: "bridge_path_pedestrian_casing",
2983
+ layout: {
2984
+ "line-join": "miter",
2985
+ visibility: "visible"
2986
+ },
2987
+ metadata: {
2988
+ },
2989
+ paint: {
2990
+ "line-color": "rgb(225, 225, 225)",
2991
+ "line-dasharray": [
2992
+ 1,
2993
+ 0
2994
+ ],
2995
+ "line-width": {
2996
+ base: 1.2,
2997
+ stops: [
2998
+ [
2999
+ 14,
3000
+ 1.5
3001
+ ],
3002
+ [
3003
+ 20,
3004
+ 18
3005
+ ]
3006
+ ]
3007
+ }
3008
+ },
3009
+ source: "openmaptiles",
3010
+ "source-layer": "transportation",
3011
+ type: "line"
3012
+ },
3013
+ {
3014
+ filter: [
3015
+ "all",
3016
+ [
3017
+ "==",
3018
+ "brunnel",
3019
+ "bridge"
3020
+ ],
3021
+ [
3022
+ "in",
3023
+ "class",
3024
+ "secondary",
3025
+ "tertiary"
3026
+ ]
3027
+ ],
3028
+ id: "bridge_secondary_tertiary_casing",
3029
+ layout: {
3030
+ "line-join": "round"
3031
+ },
3032
+ metadata: {
3033
+ },
3034
+ paint: {
3035
+ "line-color": "rgb(212, 212, 212)",
3036
+ "line-opacity": 1,
3037
+ "line-width": {
3038
+ base: 1.2,
3039
+ stops: [
3040
+ [
3041
+ 8,
3042
+ 1.5
3043
+ ],
3044
+ [
3045
+ 20,
3046
+ 17
3047
+ ]
3048
+ ]
3049
+ }
3050
+ },
3051
+ source: "openmaptiles",
3052
+ "source-layer": "transportation",
3053
+ type: "line"
3054
+ },
3055
+ {
3056
+ filter: [
3057
+ "all",
3058
+ [
3059
+ "==",
3060
+ "brunnel",
3061
+ "bridge"
3062
+ ],
3063
+ [
3064
+ "in",
3065
+ "class",
3066
+ "primary",
3067
+ "trunk"
3068
+ ]
3069
+ ],
3070
+ id: "bridge_trunk_primary_casing",
3071
+ layout: {
3072
+ "line-join": "round"
3073
+ },
3074
+ metadata: {
3075
+ },
3076
+ paint: {
3077
+ "line-color": "rgba(223, 219, 202, 1)",
3078
+ "line-width": {
3079
+ base: 1.2,
3080
+ stops: [
3081
+ [
3082
+ 5,
3083
+ 0.4
3084
+ ],
3085
+ [
3086
+ 6,
3087
+ 0.7
3088
+ ],
3089
+ [
3090
+ 7,
3091
+ 1.75
3092
+ ],
3093
+ [
3094
+ 20,
3095
+ 22
3096
+ ]
3097
+ ]
3098
+ }
3099
+ },
3100
+ source: "openmaptiles",
3101
+ "source-layer": "transportation",
3102
+ type: "line"
3103
+ },
3104
+ {
3105
+ filter: [
3106
+ "all",
3107
+ [
3108
+ "==",
3109
+ "class",
3110
+ "motorway"
3111
+ ],
3112
+ [
3113
+ "==",
3114
+ "brunnel",
3115
+ "bridge"
3116
+ ],
3117
+ [
3118
+ "!=",
3119
+ "ramp",
3120
+ 1
3121
+ ]
3122
+ ],
3123
+ id: "bridge_motorway_casing",
3124
+ layout: {
3125
+ "line-join": "round"
3126
+ },
3127
+ metadata: {
3128
+ },
3129
+ paint: {
3130
+ "line-color": "rgba(223, 219, 202, 1)",
3131
+ "line-width": {
3132
+ base: 1.2,
3133
+ stops: [
3134
+ [
3135
+ 5,
3136
+ 0.4
3137
+ ],
3138
+ [
3139
+ 6,
3140
+ 0.7
3141
+ ],
3142
+ [
3143
+ 7,
3144
+ 1.75
3145
+ ],
3146
+ [
3147
+ 20,
3148
+ 22
3149
+ ]
3150
+ ]
3151
+ }
3152
+ },
3153
+ source: "openmaptiles",
3154
+ "source-layer": "transportation",
3155
+ type: "line"
3156
+ },
3157
+ {
3158
+ filter: [
3159
+ "all",
3160
+ [
3161
+ "==",
3162
+ "$type",
3163
+ "LineString"
3164
+ ],
3165
+ [
3166
+ "==",
3167
+ "brunnel",
3168
+ "bridge"
3169
+ ],
3170
+ [
3171
+ "in",
3172
+ "class",
3173
+ "path",
3174
+ "pedestrian"
3175
+ ]
3176
+ ],
3177
+ id: "bridge_path_pedestrian",
3178
+ metadata: {
3179
+ },
3180
+ paint: {
3181
+ "line-color": "rgb(255, 255, 255)",
3182
+ "line-dasharray": [
3183
+ 1,
3184
+ 0.3
3185
+ ],
3186
+ "line-width": {
3187
+ base: 1.2,
3188
+ stops: [
3189
+ [
3190
+ 14,
3191
+ 0.5
3192
+ ],
3193
+ [
3194
+ 20,
3195
+ 10
3196
+ ]
3197
+ ]
3198
+ }
3199
+ },
3200
+ source: "openmaptiles",
3201
+ "source-layer": "transportation",
3202
+ type: "line"
3203
+ },
3204
+ {
3205
+ filter: [
3206
+ "all",
3207
+ [
3208
+ "==",
3209
+ "class",
3210
+ "motorway"
3211
+ ],
3212
+ [
3213
+ "==",
3214
+ "ramp",
3215
+ 1
3216
+ ],
3217
+ [
3218
+ "==",
3219
+ "brunnel",
3220
+ "bridge"
3221
+ ]
3222
+ ],
3223
+ id: "bridge_motorway_link",
3224
+ layout: {
3225
+ "line-join": "round"
3226
+ },
3227
+ metadata: {
3228
+ },
3229
+ paint: {
3230
+ "line-color": "rgba(223, 219, 202, 1)",
3231
+ "line-width": {
3232
+ base: 1.2,
3233
+ stops: [
3234
+ [
3235
+ 12.5,
3236
+ 0
3237
+ ],
3238
+ [
3239
+ 13,
3240
+ 1.5
3241
+ ],
3242
+ [
3243
+ 14,
3244
+ 2.5
3245
+ ],
3246
+ [
3247
+ 20,
3248
+ 11.5
3249
+ ]
3250
+ ]
3251
+ }
3252
+ },
3253
+ source: "openmaptiles",
3254
+ "source-layer": "transportation",
3255
+ type: "line"
3256
+ },
3257
+ {
3258
+ filter: [
3259
+ "all",
3260
+ [
3261
+ "==",
3262
+ "brunnel",
3263
+ "bridge"
3264
+ ],
3265
+ [
3266
+ "in",
3267
+ "class",
3268
+ "service",
3269
+ "track"
3270
+ ]
3271
+ ],
3272
+ id: "bridge_service_track",
3273
+ layout: {
3274
+ "line-join": "round"
3275
+ },
3276
+ metadata: {
3277
+ },
3278
+ paint: {
3279
+ "line-color": "rgb(255, 255, 255)",
3280
+ "line-width": {
3281
+ base: 1.2,
3282
+ stops: [
3283
+ [
3284
+ 15.5,
3285
+ 0
3286
+ ],
3287
+ [
3288
+ 16,
3289
+ 2
3290
+ ],
3291
+ [
3292
+ 20,
3293
+ 7.5
3294
+ ]
3295
+ ]
3296
+ }
3297
+ },
3298
+ source: "openmaptiles",
3299
+ "source-layer": "transportation",
3300
+ type: "line"
3301
+ },
3302
+ {
3303
+ filter: [
3304
+ "all",
3305
+ [
3306
+ "==",
3307
+ "class",
3308
+ "link"
3309
+ ],
3310
+ [
3311
+ "==",
3312
+ "brunnel",
3313
+ "bridge"
3314
+ ]
3315
+ ],
3316
+ id: "bridge_link",
3317
+ layout: {
3318
+ "line-join": "round"
3319
+ },
3320
+ metadata: {
3321
+ },
3322
+ paint: {
3323
+ "line-color": "rgba(223, 219, 202, 1)",
3324
+ "line-width": {
3325
+ base: 1.2,
3326
+ stops: [
3327
+ [
3328
+ 12.5,
3329
+ 0
3330
+ ],
3331
+ [
3332
+ 13,
3333
+ 1.5
3334
+ ],
3335
+ [
3336
+ 14,
3337
+ 2.5
3338
+ ],
3339
+ [
3340
+ 20,
3341
+ 11.5
3342
+ ]
3343
+ ]
3344
+ }
3345
+ },
3346
+ source: "openmaptiles",
3347
+ "source-layer": "transportation",
3348
+ type: "line"
3349
+ },
3350
+ {
3351
+ filter: [
3352
+ "all",
3353
+ [
3354
+ "==",
3355
+ "brunnel",
3356
+ "bridge"
3357
+ ],
3358
+ [
3359
+ "in",
3360
+ "class",
3361
+ "minor"
3362
+ ]
3363
+ ],
3364
+ id: "bridge_street",
3365
+ layout: {
3366
+ "line-join": "round"
3367
+ },
3368
+ metadata: {
3369
+ },
3370
+ paint: {
3371
+ "line-color": "rgb(255, 255, 255)",
3372
+ "line-opacity": 1,
3373
+ "line-width": {
3374
+ base: 1.2,
3375
+ stops: [
3376
+ [
3377
+ 13.5,
3378
+ 0
3379
+ ],
3380
+ [
3381
+ 14,
3382
+ 2.5
3383
+ ],
3384
+ [
3385
+ 20,
3386
+ 18
3387
+ ]
3388
+ ]
3389
+ }
3390
+ },
3391
+ source: "openmaptiles",
3392
+ "source-layer": "transportation",
3393
+ type: "line"
3394
+ },
3395
+ {
3396
+ filter: [
3397
+ "all",
3398
+ [
3399
+ "==",
3400
+ "brunnel",
3401
+ "bridge"
3402
+ ],
3403
+ [
3404
+ "in",
3405
+ "class",
3406
+ "secondary",
3407
+ "tertiary"
3408
+ ]
3409
+ ],
3410
+ id: "bridge_secondary_tertiary",
3411
+ layout: {
3412
+ "line-join": "round"
3413
+ },
3414
+ metadata: {
3415
+ },
3416
+ paint: {
3417
+ "line-color": "rgb(255, 255, 255)",
3418
+ "line-width": {
3419
+ base: 1.2,
3420
+ stops: [
3421
+ [
3422
+ 6.5,
3423
+ 0
3424
+ ],
3425
+ [
3426
+ 8,
3427
+ 0.5
3428
+ ],
3429
+ [
3430
+ 20,
3431
+ 13
3432
+ ]
3433
+ ]
3434
+ }
3435
+ },
3436
+ source: "openmaptiles",
3437
+ "source-layer": "transportation",
3438
+ type: "line"
3439
+ },
3440
+ {
3441
+ filter: [
3442
+ "all",
3443
+ [
3444
+ "==",
3445
+ "brunnel",
3446
+ "bridge"
3447
+ ],
3448
+ [
3449
+ "in",
3450
+ "class",
3451
+ "primary",
3452
+ "trunk"
3453
+ ]
3454
+ ],
3455
+ id: "bridge_trunk_primary",
3456
+ layout: {
3457
+ "line-join": "round"
3458
+ },
3459
+ metadata: {
3460
+ },
3461
+ paint: {
3462
+ "line-color": "rgba(223, 219, 202, 1)",
3463
+ "line-width": {
3464
+ base: 1.2,
3465
+ stops: [
3466
+ [
3467
+ 5,
3468
+ 0
3469
+ ],
3470
+ [
3471
+ 7,
3472
+ 1
3473
+ ],
3474
+ [
3475
+ 20,
3476
+ 18
3477
+ ]
3478
+ ]
3479
+ }
3480
+ },
3481
+ source: "openmaptiles",
3482
+ "source-layer": "transportation",
3483
+ type: "line"
3484
+ },
3485
+ {
3486
+ filter: [
3487
+ "all",
3488
+ [
3489
+ "==",
3490
+ "class",
3491
+ "motorway"
3492
+ ],
3493
+ [
3494
+ "==",
3495
+ "brunnel",
3496
+ "bridge"
3497
+ ],
3498
+ [
3499
+ "!=",
3500
+ "ramp",
3501
+ 1
3502
+ ]
3503
+ ],
3504
+ id: "bridge_motorway",
3505
+ layout: {
3506
+ "line-join": "round"
3507
+ },
3508
+ metadata: {
3509
+ },
3510
+ paint: {
3511
+ "line-color": "rgba(223, 219, 202, 1)",
3512
+ "line-width": {
3513
+ base: 1.2,
3514
+ stops: [
3515
+ [
3516
+ 5,
3517
+ 0
3518
+ ],
3519
+ [
3520
+ 7,
3521
+ 1
3522
+ ],
3523
+ [
3524
+ 20,
3525
+ 18
3526
+ ]
3527
+ ]
3528
+ }
3529
+ },
3530
+ source: "openmaptiles",
3531
+ "source-layer": "transportation",
3532
+ type: "line"
3533
+ },
3534
+ {
3535
+ filter: [
3536
+ "all",
3537
+ [
3538
+ "==",
3539
+ "class",
3540
+ "rail"
3541
+ ],
3542
+ [
3543
+ "==",
3544
+ "brunnel",
3545
+ "bridge"
3546
+ ]
3547
+ ],
3548
+ id: "bridge_major_rail",
3549
+ metadata: {
3550
+ },
3551
+ paint: {
3552
+ "line-color": "rgb(208, 208, 208)",
3553
+ "line-width": {
3554
+ base: 1.4,
3555
+ stops: [
3556
+ [
3557
+ 14,
3558
+ 0.4
3559
+ ],
3560
+ [
3561
+ 15,
3562
+ 0.75
3563
+ ],
3564
+ [
3565
+ 20,
3566
+ 2
3567
+ ]
3568
+ ]
3569
+ }
3570
+ },
3571
+ source: "openmaptiles",
3572
+ "source-layer": "transportation",
3573
+ type: "line"
3574
+ },
3575
+ {
3576
+ filter: [
3577
+ "all",
3578
+ [
3579
+ "==",
3580
+ "class",
3581
+ "rail"
3582
+ ],
3583
+ [
3584
+ "==",
3585
+ "brunnel",
3586
+ "bridge"
3587
+ ]
3588
+ ],
3589
+ id: "bridge_major_rail_hatching",
3590
+ metadata: {
3591
+ },
3592
+ paint: {
3593
+ "line-color": "rgb(208, 208, 208)",
3594
+ "line-dasharray": [
3595
+ 0.2,
3596
+ 8
3597
+ ],
3598
+ "line-width": {
3599
+ base: 1.4,
3600
+ stops: [
3601
+ [
3602
+ 14.5,
3603
+ 0
3604
+ ],
3605
+ [
3606
+ 15,
3607
+ 3
3608
+ ],
3609
+ [
3610
+ 20,
3611
+ 8
3612
+ ]
3613
+ ]
3614
+ }
3615
+ },
3616
+ source: "openmaptiles",
3617
+ "source-layer": "transportation",
3618
+ type: "line"
3619
+ },
3620
+ {
3621
+ filter: [
3622
+ "==",
3623
+ "class",
3624
+ "cable_car"
3625
+ ],
3626
+ id: "cablecar",
3627
+ layout: {
3628
+ "line-cap": "round",
3629
+ visibility: "visible"
3630
+ },
3631
+ minzoom: 13,
3632
+ paint: {
3633
+ "line-color": "rgb(199, 199, 199)",
3634
+ "line-width": {
3635
+ base: 1,
3636
+ stops: [
3637
+ [
3638
+ 11,
3639
+ 1
3640
+ ],
3641
+ [
3642
+ 19,
3643
+ 2.5
3644
+ ]
3645
+ ]
3646
+ }
3647
+ },
3648
+ source: "openmaptiles",
3649
+ "source-layer": "transportation",
3650
+ type: "line"
3651
+ },
3652
+ {
3653
+ filter: [
3654
+ "==",
3655
+ "class",
3656
+ "cable_car"
3657
+ ],
3658
+ id: "cablecar-dash",
3659
+ layout: {
3660
+ "line-cap": "round",
3661
+ visibility: "visible"
3662
+ },
3663
+ minzoom: 13,
3664
+ paint: {
3665
+ "line-color": "rgb(199, 199, 199)",
3666
+ "line-dasharray": [
3667
+ 2,
3668
+ 3
3669
+ ],
3670
+ "line-width": {
3671
+ base: 1,
3672
+ stops: [
3673
+ [
3674
+ 11,
3675
+ 3
3676
+ ],
3677
+ [
3678
+ 19,
3679
+ 5.5
3680
+ ]
3681
+ ]
3682
+ }
3683
+ },
3684
+ source: "openmaptiles",
3685
+ "source-layer": "transportation",
3686
+ type: "line"
3687
+ },
3688
+ {
3689
+ filter: [
3690
+ "all",
3691
+ [
3692
+ "in",
3693
+ "admin_level",
3694
+ 3,
3695
+ 4
3696
+ ]
3697
+ ],
3698
+ id: "boundary_3",
3699
+ layout: {
3700
+ "line-join": "round",
3701
+ visibility: "visible"
3702
+ },
3703
+ metadata: {
3704
+ },
3705
+ paint: {
3706
+ "line-color": "rgb(255, 255, 255)",
3707
+ "line-dasharray": [
3708
+ 5,
3709
+ 3
3710
+ ],
3711
+ "line-width": {
3712
+ base: 1,
3713
+ stops: [
3714
+ [
3715
+ 4,
3716
+ 0.4
3717
+ ],
3718
+ [
3719
+ 5,
3720
+ 1
3721
+ ],
3722
+ [
3723
+ 12,
3724
+ 1.8
3725
+ ]
3726
+ ]
3727
+ }
3728
+ },
3729
+ source: "openmaptiles",
3730
+ "source-layer": "boundary",
3731
+ type: "line"
3732
+ },
3733
+ {
3734
+ filter: [
3735
+ "all",
3736
+ [
3737
+ "==",
3738
+ "admin_level",
3739
+ 2
3740
+ ]
3741
+ ],
3742
+ id: "boundary_2",
3743
+ layout: {
3744
+ "line-cap": "round",
3745
+ "line-join": "round"
3746
+ },
3747
+ metadata: {
3748
+ },
3749
+ paint: {
3750
+ "line-color": "rgb(197, 208, 216)",
3751
+ "line-opacity": {
3752
+ base: 1,
3753
+ stops: [
3754
+ [
3755
+ 0,
3756
+ 0.4
3757
+ ],
3758
+ [
3759
+ 4,
3760
+ 0.8
3761
+ ]
3762
+ ]
3763
+ },
3764
+ "line-width": {
3765
+ base: 1,
3766
+ stops: [
3767
+ [
3768
+ 3,
3769
+ 1
3770
+ ],
3771
+ [
3772
+ 5,
3773
+ 1.2
3774
+ ],
3775
+ [
3776
+ 12,
3777
+ 3
3778
+ ]
3779
+ ]
3780
+ }
3781
+ },
3782
+ source: "openmaptiles",
3783
+ "source-layer": "boundary",
3784
+ type: "line"
3785
+ },
3786
+ {
3787
+ filter: [
3788
+ "all",
3789
+ [
3790
+ "==",
3791
+ "$type",
3792
+ "LineString"
3793
+ ]
3794
+ ],
3795
+ id: "water_name_line",
3796
+ layout: {
3797
+ "symbol-placement": "line",
3798
+ "text-field": "{name_en}",
3799
+ "text-font": [
3800
+ "Open Sans Regular"
3801
+ ],
3802
+ "text-max-width": 5,
3803
+ "text-size": 12
3804
+ },
3805
+ metadata: {
3806
+ },
3807
+ minzoom: 0,
3808
+ paint: {
3809
+ "text-color": "rgb(178, 178, 178)",
3810
+ "text-halo-color": "rgba(255, 255, 255, 0.7)",
3811
+ "text-halo-width": 1
3812
+ },
3813
+ source: "openmaptiles",
3814
+ "source-layer": "water_name",
3815
+ type: "symbol"
3816
+ },
3817
+ {
3818
+ filter: [
3819
+ "all",
3820
+ [
3821
+ "==",
3822
+ "$type",
3823
+ "Point"
3824
+ ],
3825
+ [
3826
+ "!=",
3827
+ "class",
3828
+ "ocean"
3829
+ ]
3830
+ ],
3831
+ id: "water_name_point",
3832
+ layout: {
3833
+ "text-field": "{name_en}",
3834
+ "text-font": [
3835
+ "Open Sans Regular"
3836
+ ],
3837
+ "text-max-width": 5,
3838
+ "text-size": 12
3839
+ },
3840
+ maxzoom: 24,
3841
+ metadata: {
3842
+ },
3843
+ minzoom: 2,
3844
+ paint: {
3845
+ "text-color": "rgb(159, 178, 195)",
3846
+ "text-halo-color": "rgba(255, 255, 255, 0)",
3847
+ "text-halo-width": 1
3848
+ },
3849
+ source: "openmaptiles",
3850
+ "source-layer": "water_name",
3851
+ type: "symbol"
3852
+ },
3853
+ {
3854
+ filter: [
3855
+ "all",
3856
+ [
3857
+ "==",
3858
+ "$type",
3859
+ "Point"
3860
+ ],
3861
+ [
3862
+ "==",
3863
+ "class",
3864
+ "ocean"
3865
+ ]
3866
+ ],
3867
+ id: "water_ocean_name_point",
3868
+ layout: {
3869
+ "text-field": "{name_en}",
3870
+ "text-font": [
3871
+ "Open Sans Regular"
3872
+ ],
3873
+ "text-max-width": 5,
3874
+ "text-size": 12
3875
+ },
3876
+ metadata: {
3877
+ },
3878
+ minzoom: 0,
3879
+ paint: {
3880
+ "text-color": "rgb(159, 178, 195)",
3881
+ "text-halo-color": "rgba(255, 255, 255, 0)",
3882
+ "text-halo-width": 1
3883
+ },
3884
+ source: "openmaptiles",
3885
+ "source-layer": "water_name",
3886
+ type: "symbol"
3887
+ },
3888
+ {
3889
+ filter: [
3890
+ "all",
3891
+ [
3892
+ "==",
3893
+ "$type",
3894
+ "Point"
3895
+ ],
3896
+ [
3897
+ ">=",
3898
+ "rank",
3899
+ 20
3900
+ ],
3901
+ [
3902
+ "any",
3903
+ [
3904
+ "all",
3905
+ [
3906
+ "in",
3907
+ "class",
3908
+ "pitch"
3909
+ ],
3910
+ [
3911
+ "in",
3912
+ "subclass",
3913
+ "soccer",
3914
+ "tennis",
3915
+ "baseball",
3916
+ "basketball",
3917
+ "swimming",
3918
+ "golf"
3919
+ ]
3920
+ ]
3921
+ ],
3922
+ [
3923
+ "any",
3924
+ [
3925
+ "!has",
3926
+ "level"
3927
+ ],
3928
+ [
3929
+ "==",
3930
+ "level",
3931
+ 0
3932
+ ]
3933
+ ]
3934
+ ],
3935
+ id: "poi_z16_subclass",
3936
+ layout: {
3937
+ "text-anchor": "top",
3938
+ "text-field": "{name_en}",
3939
+ "text-font": [
3940
+ "Open Sans Italic"
3941
+ ],
3942
+ "text-max-width": 9,
3943
+ "text-offset": [
3944
+ 0,
3945
+ 0.6
3946
+ ],
3947
+ "text-padding": 2,
3948
+ "text-size": 12,
3949
+ visibility: "none"
3950
+ },
3951
+ metadata: {
3952
+ },
3953
+ minzoom: 16,
3954
+ paint: {
3955
+ "text-color": "#666",
3956
+ "text-halo-blur": 0.5,
3957
+ "text-halo-color": "#ffffff",
3958
+ "text-halo-width": 1
3959
+ },
3960
+ source: "openmaptiles",
3961
+ "source-layer": "poi",
3962
+ type: "symbol"
3963
+ },
3964
+ {
3965
+ filter: [
3966
+ "all",
3967
+ [
3968
+ "==",
3969
+ "$type",
3970
+ "Point"
3971
+ ],
3972
+ [
3973
+ ">=",
3974
+ "rank",
3975
+ 20
3976
+ ],
3977
+ [
3978
+ "none",
3979
+ [
3980
+ "all",
3981
+ [
3982
+ "in",
3983
+ "class",
3984
+ "pitch"
3985
+ ],
3986
+ [
3987
+ "in",
3988
+ "subclass",
3989
+ "soccer",
3990
+ "tennis",
3991
+ "baseball",
3992
+ "basketball",
3993
+ "swimming",
3994
+ "golf"
3995
+ ]
3996
+ ]
3997
+ ],
3998
+ [
3999
+ "any",
4000
+ [
4001
+ "!has",
4002
+ "level"
4003
+ ],
4004
+ [
4005
+ "==",
4006
+ "level",
4007
+ 0
4008
+ ]
4009
+ ]
4010
+ ],
4011
+ id: "poi_z16",
4012
+ layout: {
4013
+ "text-anchor": "top",
4014
+ "text-field": "{name_en}",
4015
+ "text-font": [
4016
+ "Open Sans Italic"
4017
+ ],
4018
+ "text-max-width": 9,
4019
+ "text-offset": [
4020
+ 0,
4021
+ 0.6
4022
+ ],
4023
+ "text-padding": 2,
4024
+ "text-size": 12,
4025
+ visibility: "none"
4026
+ },
4027
+ metadata: {
4028
+ },
4029
+ minzoom: 16,
4030
+ paint: {
4031
+ "text-color": "rgb(216, 220, 223)",
4032
+ "text-halo-blur": 0.5,
4033
+ "text-halo-color": "rgb(255, 255, 255)",
4034
+ "text-halo-width": 1
4035
+ },
4036
+ source: "openmaptiles",
4037
+ "source-layer": "poi",
4038
+ type: "symbol"
4039
+ },
4040
+ {
4041
+ filter: [
4042
+ "all",
4043
+ [
4044
+ "==",
4045
+ "$type",
4046
+ "Point"
4047
+ ],
4048
+ [
4049
+ ">=",
4050
+ "rank",
4051
+ 7
4052
+ ],
4053
+ [
4054
+ "<",
4055
+ "rank",
4056
+ 20
4057
+ ],
4058
+ [
4059
+ "any",
4060
+ [
4061
+ "!has",
4062
+ "level"
4063
+ ],
4064
+ [
4065
+ "==",
4066
+ "level",
4067
+ 0
4068
+ ]
4069
+ ]
4070
+ ],
4071
+ id: "poi_z15",
4072
+ layout: {
4073
+ "text-anchor": "top",
4074
+ "text-field": "{name_en}",
4075
+ "text-font": [
4076
+ "Open Sans Italic"
4077
+ ],
4078
+ "text-max-width": 9,
4079
+ "text-offset": [
4080
+ 0,
4081
+ 0.6
4082
+ ],
4083
+ "text-padding": 2,
4084
+ "text-size": 12,
4085
+ visibility: "none"
4086
+ },
4087
+ metadata: {
4088
+ },
4089
+ minzoom: 15,
4090
+ paint: {
4091
+ "text-color": "rgb(216, 220, 223)",
4092
+ "text-halo-blur": 0.5,
4093
+ "text-halo-color": "rgb(255, 255, 255)",
4094
+ "text-halo-width": 1
4095
+ },
4096
+ source: "openmaptiles",
4097
+ "source-layer": "poi",
4098
+ type: "symbol"
4099
+ },
4100
+ {
4101
+ filter: [
4102
+ "all",
4103
+ [
4104
+ "==",
4105
+ "$type",
4106
+ "Point"
4107
+ ],
4108
+ [
4109
+ "any",
4110
+ [
4111
+ "<",
4112
+ "rank",
4113
+ 7
4114
+ ]
4115
+ ],
4116
+ [
4117
+ "any",
4118
+ [
4119
+ "!has",
4120
+ "level"
4121
+ ],
4122
+ [
4123
+ "==",
4124
+ "level",
4125
+ 0
4126
+ ]
4127
+ ]
4128
+ ],
4129
+ id: "poi_z14",
4130
+ layout: {
4131
+ "icon-size": 0.9,
4132
+ "text-anchor": "top",
4133
+ "text-field": "{name_en}",
4134
+ "text-font": [
4135
+ "Open Sans Italic"
4136
+ ],
4137
+ "text-max-width": 9,
4138
+ "text-offset": [
4139
+ 0,
4140
+ 0.6
4141
+ ],
4142
+ "text-padding": 2,
4143
+ "text-size": 12,
4144
+ visibility: "none"
4145
+ },
4146
+ metadata: {
4147
+ },
4148
+ minzoom: 14.2,
4149
+ paint: {
4150
+ "text-color": "rgb(216, 220, 223)",
4151
+ "text-halo-blur": 0.5,
4152
+ "text-halo-color": "rgb(255, 255, 255)",
4153
+ "text-halo-width": 1
4154
+ },
4155
+ source: "openmaptiles",
4156
+ "source-layer": "poi",
4157
+ type: "symbol"
4158
+ },
4159
+ {
4160
+ filter: [
4161
+ "all",
4162
+ [
4163
+ "in",
4164
+ "class",
4165
+ "bus",
4166
+ "railway",
4167
+ "airport"
4168
+ ],
4169
+ [
4170
+ "==",
4171
+ "subclass",
4172
+ "station"
4173
+ ]
4174
+ ],
4175
+ id: "poi_transit",
4176
+ layout: {
4177
+ "icon-size": 0.9,
4178
+ "text-anchor": "left",
4179
+ "text-field": "{name_en}",
4180
+ "text-font": [
4181
+ "Open Sans Italic"
4182
+ ],
4183
+ "text-max-width": 9,
4184
+ "text-offset": [
4185
+ 0.9,
4186
+ 0
4187
+ ],
4188
+ "text-padding": 2,
4189
+ "text-size": 12,
4190
+ visibility: "visible"
4191
+ },
4192
+ metadata: {
4193
+ },
4194
+ minzoom: 15,
4195
+ paint: {
4196
+ "text-color": "rgb(216, 220, 223)",
4197
+ "text-halo-blur": 0.5,
4198
+ "text-halo-color": "rgb(255, 255, 255)",
4199
+ "text-halo-width": 1
4200
+ },
4201
+ source: "openmaptiles",
4202
+ "source-layer": "poi",
4203
+ type: "symbol"
4204
+ },
4205
+ {
4206
+ filter: [
4207
+ "all",
4208
+ [
4209
+ "==",
4210
+ "oneway",
4211
+ 1
4212
+ ],
4213
+ [
4214
+ "in",
4215
+ "class",
4216
+ "motorway",
4217
+ "trunk",
4218
+ "primary",
4219
+ "secondary",
4220
+ "tertiary",
4221
+ "minor",
4222
+ "service"
4223
+ ]
4224
+ ],
4225
+ id: "road_oneway",
4226
+ layout: {
4227
+ "icon-padding": 2,
4228
+ "icon-rotate": 90,
4229
+ "icon-rotation-alignment": "map",
4230
+ "icon-size": {
4231
+ stops: [
4232
+ [
4233
+ 15,
4234
+ 0.5
4235
+ ],
4236
+ [
4237
+ 19,
4238
+ 1
4239
+ ]
4240
+ ]
4241
+ },
4242
+ "symbol-placement": "line",
4243
+ "symbol-spacing": 75
4244
+ },
4245
+ minzoom: 15,
4246
+ paint: {
4247
+ "icon-opacity": 0.5
4248
+ },
4249
+ source: "openmaptiles",
4250
+ "source-layer": "transportation",
4251
+ type: "symbol"
4252
+ },
4253
+ {
4254
+ filter: [
4255
+ "all",
4256
+ [
4257
+ "==",
4258
+ "oneway",
4259
+ -1
4260
+ ],
4261
+ [
4262
+ "in",
4263
+ "class",
4264
+ "motorway",
4265
+ "trunk",
4266
+ "primary",
4267
+ "secondary",
4268
+ "tertiary",
4269
+ "minor",
4270
+ "service"
4271
+ ]
4272
+ ],
4273
+ id: "road_oneway_opposite",
4274
+ layout: {
4275
+ "icon-padding": 2,
4276
+ "icon-rotate": -90,
4277
+ "icon-rotation-alignment": "map",
4278
+ "icon-size": {
4279
+ stops: [
4280
+ [
4281
+ 15,
4282
+ 0.5
4283
+ ],
4284
+ [
4285
+ 19,
4286
+ 1
4287
+ ]
4288
+ ]
4289
+ },
4290
+ "symbol-placement": "line",
4291
+ "symbol-spacing": 75
4292
+ },
4293
+ minzoom: 15,
4294
+ paint: {
4295
+ "icon-opacity": 0.5
4296
+ },
4297
+ source: "openmaptiles",
4298
+ "source-layer": "transportation",
4299
+ type: "symbol"
4300
+ },
4301
+ {
4302
+ filter: [
4303
+ "all"
4304
+ ],
4305
+ id: "road_label",
4306
+ layout: {
4307
+ "symbol-placement": "line",
4308
+ "text-anchor": "center",
4309
+ "text-field": "{name_en} ",
4310
+ "text-font": [
4311
+ "Open Sans Regular"
4312
+ ],
4313
+ "text-offset": [
4314
+ 0,
4315
+ 0.15
4316
+ ],
4317
+ "text-size": {
4318
+ base: 1,
4319
+ stops: [
4320
+ [
4321
+ 13,
4322
+ 12
4323
+ ],
4324
+ [
4325
+ 14,
4326
+ 13
4327
+ ]
4328
+ ]
4329
+ }
4330
+ },
4331
+ metadata: {
4332
+ },
4333
+ paint: {
4334
+ "text-color": "rgba(161, 169, 176, 1)",
4335
+ "text-halo-blur": 0.5,
4336
+ "text-halo-width": 1
4337
+ },
4338
+ source: "openmaptiles",
4339
+ "source-layer": "transportation_name",
4340
+ type: "symbol"
4341
+ },
4342
+ {
4343
+ filter: [
4344
+ "all",
4345
+ [
4346
+ "<=",
4347
+ "ref_length",
4348
+ 6
4349
+ ],
4350
+ [
4351
+ "==",
4352
+ "$type",
4353
+ "LineString"
4354
+ ],
4355
+ [
4356
+ "!in",
4357
+ "network",
4358
+ "us-interstate",
4359
+ "us-highway",
4360
+ "us-state"
4361
+ ]
4362
+ ],
4363
+ id: "highway-shield",
4364
+ layout: {
4365
+ "icon-rotation-alignment": "viewport",
4366
+ "icon-size": 1,
4367
+ "symbol-avoid-edges": true,
4368
+ "symbol-placement": {
4369
+ base: 1,
4370
+ stops: [
4371
+ [
4372
+ 10,
4373
+ "point"
4374
+ ],
4375
+ [
4376
+ 11,
4377
+ "line"
4378
+ ]
4379
+ ]
4380
+ },
4381
+ "symbol-spacing": 200,
4382
+ "text-field": "{ref}",
4383
+ "text-font": [
4384
+ "Open Sans Regular"
4385
+ ],
4386
+ "text-rotation-alignment": "viewport",
4387
+ "text-size": 10,
4388
+ visibility: "none"
4389
+ },
4390
+ minzoom: 8,
4391
+ paint: {
4392
+ "icon-color": "rgba(161, 169, 176, 1)",
4393
+ "text-color": "rgba(161, 169, 176, 1)"
4394
+ },
4395
+ source: "openmaptiles",
4396
+ "source-layer": "transportation_name",
4397
+ type: "symbol"
4398
+ },
4399
+ {
4400
+ filter: [
4401
+ "all",
4402
+ [
4403
+ "<=",
4404
+ "ref_length",
4405
+ 6
4406
+ ],
4407
+ [
4408
+ "==",
4409
+ "$type",
4410
+ "LineString"
4411
+ ],
4412
+ [
4413
+ "in",
4414
+ "network",
4415
+ "us-interstate"
4416
+ ]
4417
+ ],
4418
+ id: "highway-shield-us-interstate",
4419
+ layout: {
4420
+ "icon-rotation-alignment": "viewport",
4421
+ "icon-size": 1,
4422
+ "symbol-avoid-edges": true,
4423
+ "symbol-placement": {
4424
+ base: 1,
4425
+ stops: [
4426
+ [
4427
+ 7,
4428
+ "point"
4429
+ ],
4430
+ [
4431
+ 7,
4432
+ "line"
4433
+ ],
4434
+ [
4435
+ 8,
4436
+ "line"
4437
+ ]
4438
+ ]
4439
+ },
4440
+ "symbol-spacing": 200,
4441
+ "text-field": "{ref}",
4442
+ "text-font": [
4443
+ "Open Sans Regular"
4444
+ ],
4445
+ "text-rotation-alignment": "viewport",
4446
+ "text-size": 9,
4447
+ visibility: "none"
4448
+ },
4449
+ minzoom: 7,
4450
+ paint: {
4451
+ "text-color": "rgb(255, 255, 255)"
4452
+ },
4453
+ source: "openmaptiles",
4454
+ "source-layer": "transportation_name",
4455
+ type: "symbol"
4456
+ },
4457
+ {
4458
+ filter: [
4459
+ "all",
4460
+ [
4461
+ "<=",
4462
+ "ref_length",
4463
+ 6
4464
+ ],
4465
+ [
4466
+ "==",
4467
+ "$type",
4468
+ "LineString"
4469
+ ],
4470
+ [
4471
+ "in",
4472
+ "network",
4473
+ "us-highway",
4474
+ "us-state"
4475
+ ]
4476
+ ],
4477
+ id: "highway-shield-us-other",
4478
+ layout: {
4479
+ "icon-rotation-alignment": "viewport",
4480
+ "icon-size": 1,
4481
+ "symbol-avoid-edges": true,
4482
+ "symbol-placement": {
4483
+ base: 1,
4484
+ stops: [
4485
+ [
4486
+ 10,
4487
+ "point"
4488
+ ],
4489
+ [
4490
+ 11,
4491
+ "line"
4492
+ ]
4493
+ ]
4494
+ },
4495
+ "symbol-spacing": 200,
4496
+ "text-field": "{ref}",
4497
+ "text-font": [
4498
+ "Open Sans Regular"
4499
+ ],
4500
+ "text-rotation-alignment": "viewport",
4501
+ "text-size": 9,
4502
+ visibility: "none"
4503
+ },
4504
+ minzoom: 9,
4505
+ paint: {
4506
+ "text-color": "rgb(57, 57, 57)"
4507
+ },
4508
+ source: "openmaptiles",
4509
+ "source-layer": "transportation_name",
4510
+ type: "symbol"
4511
+ },
4512
+ {
4513
+ filter: [
4514
+ "all",
4515
+ [
4516
+ "in",
4517
+ "class",
4518
+ "hamlet",
4519
+ "island",
4520
+ "islet",
4521
+ "neighbourhood",
4522
+ "suburb"
4523
+ ]
4524
+ ],
4525
+ id: "place_other",
4526
+ layout: {
4527
+ "text-field": "{name_en}",
4528
+ "text-font": [
4529
+ "Open Sans Italic"
4530
+ ],
4531
+ "text-letter-spacing": 0.1,
4532
+ "text-max-width": 9,
4533
+ "text-size": {
4534
+ base: 1.2,
4535
+ stops: [
4536
+ [
4537
+ 12,
4538
+ 10
4539
+ ],
4540
+ [
4541
+ 15,
4542
+ 14
4543
+ ]
4544
+ ]
4545
+ },
4546
+ "text-transform": "uppercase",
4547
+ visibility: "visible"
4548
+ },
4549
+ metadata: {
4550
+ },
4551
+ paint: {
4552
+ "text-color": "rgb(173, 182, 190)",
4553
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4554
+ "text-halo-width": 1.2
4555
+ },
4556
+ source: "openmaptiles",
4557
+ "source-layer": "place",
4558
+ type: "symbol"
4559
+ },
4560
+ {
4561
+ filter: [
4562
+ "all",
4563
+ [
4564
+ "==",
4565
+ "class",
4566
+ "village"
4567
+ ]
4568
+ ],
4569
+ id: "place_village",
4570
+ layout: {
4571
+ "text-field": "{name_en}",
4572
+ "text-font": [
4573
+ "Open Sans Regular"
4574
+ ],
4575
+ "text-max-width": 8,
4576
+ "text-size": {
4577
+ base: 1.2,
4578
+ stops: [
4579
+ [
4580
+ 10,
4581
+ 12
4582
+ ],
4583
+ [
4584
+ 15,
4585
+ 22
4586
+ ]
4587
+ ]
4588
+ },
4589
+ visibility: "none"
4590
+ },
4591
+ metadata: {
4592
+ },
4593
+ paint: {
4594
+ "text-color": "rgb(161, 169, 176)",
4595
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4596
+ "text-halo-width": 1.2
4597
+ },
4598
+ source: "openmaptiles",
4599
+ "source-layer": "place",
4600
+ type: "symbol"
4601
+ },
4602
+ {
4603
+ filter: [
4604
+ "all",
4605
+ [
4606
+ "==",
4607
+ "class",
4608
+ "town"
4609
+ ]
4610
+ ],
4611
+ id: "place_town",
4612
+ layout: {
4613
+ "text-anchor": "bottom",
4614
+ "text-field": "{name_en}",
4615
+ "text-font": [
4616
+ "Open Sans Regular"
4617
+ ],
4618
+ "text-max-width": 8,
4619
+ "text-offset": [
4620
+ 0,
4621
+ 0
4622
+ ],
4623
+ "text-size": {
4624
+ base: 1.2,
4625
+ stops: [
4626
+ [
4627
+ 7,
4628
+ 12
4629
+ ],
4630
+ [
4631
+ 11,
4632
+ 16
4633
+ ]
4634
+ ]
4635
+ }
4636
+ },
4637
+ metadata: {
4638
+ },
4639
+ paint: {
4640
+ "text-color": "rgba(161, 169, 176, 0.8)",
4641
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4642
+ "text-halo-width": 1.2
4643
+ },
4644
+ source: "openmaptiles",
4645
+ "source-layer": "place",
4646
+ type: "symbol"
4647
+ },
4648
+ {
4649
+ filter: [
4650
+ "all",
4651
+ [
4652
+ "==",
4653
+ "class",
4654
+ "city"
4655
+ ]
4656
+ ],
4657
+ id: "place_city",
4658
+ layout: {
4659
+ "icon-allow-overlap": true,
4660
+ "icon-optional": false,
4661
+ "text-anchor": "bottom",
4662
+ "text-field": "{name_en}",
4663
+ "text-font": [
4664
+ "Open Sans Semibold"
4665
+ ],
4666
+ "text-max-width": 8,
4667
+ "text-offset": [
4668
+ 0,
4669
+ 0
4670
+ ],
4671
+ "text-size": {
4672
+ base: 1.2,
4673
+ stops: [
4674
+ [
4675
+ 7,
4676
+ 14
4677
+ ],
4678
+ [
4679
+ 11,
4680
+ 24
4681
+ ]
4682
+ ]
4683
+ }
4684
+ },
4685
+ metadata: {
4686
+ },
4687
+ minzoom: 5,
4688
+ paint: {
4689
+ "text-color": "rgba(161, 169, 176, 0.8)",
4690
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4691
+ "text-halo-width": 1.2
4692
+ },
4693
+ source: "openmaptiles",
4694
+ "source-layer": "place",
4695
+ type: "symbol"
4696
+ },
4697
+ {
4698
+ filter: [
4699
+ "all",
4700
+ [
4701
+ "==",
4702
+ "class",
4703
+ "state"
4704
+ ]
4705
+ ],
4706
+ id: "state",
4707
+ layout: {
4708
+ "text-field": "{name_en}",
4709
+ "text-font": [
4710
+ "Open Sans Semibold"
4711
+ ],
4712
+ "text-letter-spacing": 0.1,
4713
+ "text-padding": 2,
4714
+ "text-size": {
4715
+ stops: [
4716
+ [
4717
+ 4,
4718
+ 11
4719
+ ],
4720
+ [
4721
+ 6,
4722
+ 15
4723
+ ]
4724
+ ]
4725
+ },
4726
+ "text-transform": "uppercase",
4727
+ visibility: "visible"
4728
+ },
4729
+ maxzoom: 6,
4730
+ metadata: {
4731
+ },
4732
+ paint: {
4733
+ "text-color": "rgba(178, 188, 197, 0.6)",
4734
+ "text-halo-color": "rgba(255, 255, 255, 0.7)",
4735
+ "text-halo-width": 0.8
4736
+ },
4737
+ source: "openmaptiles",
4738
+ "source-layer": "place",
4739
+ type: "symbol"
4740
+ },
4741
+ {
4742
+ filter: [
4743
+ "all",
4744
+ [
4745
+ "==",
4746
+ "class",
4747
+ "country"
4748
+ ],
4749
+ [
4750
+ "!has",
4751
+ "iso_a2"
4752
+ ]
4753
+ ],
4754
+ id: "country_other",
4755
+ layout: {
4756
+ "text-field": "{name_en}",
4757
+ "text-font": [
4758
+ "Open Sans Italic"
4759
+ ],
4760
+ "text-max-width": 6.25,
4761
+ "text-size": {
4762
+ stops: [
4763
+ [
4764
+ 3,
4765
+ 9
4766
+ ],
4767
+ [
4768
+ 7,
4769
+ 15
4770
+ ]
4771
+ ]
4772
+ },
4773
+ "text-transform": "none"
4774
+ },
4775
+ metadata: {
4776
+ },
4777
+ paint: {
4778
+ "text-color": "rgba(159, 178, 195, 0.85)",
4779
+ "text-halo-blur": 1,
4780
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4781
+ "text-halo-width": 0.8
4782
+ },
4783
+ source: "openmaptiles",
4784
+ "source-layer": "place",
4785
+ type: "symbol"
4786
+ },
4787
+ {
4788
+ filter: [
4789
+ "all",
4790
+ [
4791
+ ">=",
4792
+ "rank",
4793
+ 3
4794
+ ],
4795
+ [
4796
+ "==",
4797
+ "class",
4798
+ "country"
4799
+ ],
4800
+ [
4801
+ "has",
4802
+ "iso_a2"
4803
+ ]
4804
+ ],
4805
+ id: "country_3",
4806
+ layout: {
4807
+ "text-field": "{name_en}",
4808
+ "text-font": [
4809
+ "Open Sans Italic"
4810
+ ],
4811
+ "text-max-width": 6.25,
4812
+ "text-size": {
4813
+ stops: [
4814
+ [
4815
+ 3,
4816
+ 11
4817
+ ],
4818
+ [
4819
+ 7,
4820
+ 17
4821
+ ]
4822
+ ]
4823
+ },
4824
+ "text-transform": "none"
4825
+ },
4826
+ metadata: {
4827
+ },
4828
+ minzoom: 3,
4829
+ paint: {
4830
+ "text-color": "rgba(159, 178, 195, 0.85)",
4831
+ "text-halo-blur": 1,
4832
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4833
+ "text-halo-width": 0.8
4834
+ },
4835
+ source: "openmaptiles",
4836
+ "source-layer": "place",
4837
+ type: "symbol"
4838
+ },
4839
+ {
4840
+ filter: [
4841
+ "all",
4842
+ [
4843
+ "==",
4844
+ "rank",
4845
+ 2
4846
+ ],
4847
+ [
4848
+ "==",
4849
+ "class",
4850
+ "country"
4851
+ ],
4852
+ [
4853
+ "has",
4854
+ "iso_a2"
4855
+ ]
4856
+ ],
4857
+ id: "country_2",
4858
+ layout: {
4859
+ "text-field": "{name_en}",
4860
+ "text-font": [
4861
+ "Open Sans Italic"
4862
+ ],
4863
+ "text-max-width": 6.25,
4864
+ "text-size": {
4865
+ stops: [
4866
+ [
4867
+ 2,
4868
+ 11
4869
+ ],
4870
+ [
4871
+ 5,
4872
+ 17
4873
+ ]
4874
+ ]
4875
+ },
4876
+ "text-transform": "none"
4877
+ },
4878
+ metadata: {
4879
+ },
4880
+ minzoom: 3,
4881
+ paint: {
4882
+ "text-color": "rgba(159, 178, 195, 0.85)",
4883
+ "text-halo-blur": 1,
4884
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4885
+ "text-halo-width": 0.8
4886
+ },
4887
+ source: "openmaptiles",
4888
+ "source-layer": "place",
4889
+ type: "symbol"
4890
+ },
4891
+ {
4892
+ filter: [
4893
+ "all",
4894
+ [
4895
+ "==",
4896
+ "rank",
4897
+ 1
4898
+ ],
4899
+ [
4900
+ "==",
4901
+ "class",
4902
+ "country"
4903
+ ],
4904
+ [
4905
+ "has",
4906
+ "iso_a2"
4907
+ ]
4908
+ ],
4909
+ id: "country_1",
4910
+ layout: {
4911
+ "text-field": "{name_en}",
4912
+ "text-font": [
4913
+ "Open Sans Italic"
4914
+ ],
4915
+ "text-max-width": 6.25,
4916
+ "text-size": {
4917
+ stops: [
4918
+ [
4919
+ 1,
4920
+ 11
4921
+ ],
4922
+ [
4923
+ 4,
4924
+ 17
4925
+ ]
4926
+ ]
4927
+ },
4928
+ "text-transform": "none"
4929
+ },
4930
+ metadata: {
4931
+ },
4932
+ minzoom: 3,
4933
+ paint: {
4934
+ "text-color": "rgba(159, 178, 195, 0.85)",
4935
+ "text-halo-blur": 1,
4936
+ "text-halo-color": "rgba(255, 255, 255, 0.8)",
4937
+ "text-halo-width": 0.8
4938
+ },
4939
+ source: "openmaptiles",
4940
+ "source-layer": "place",
4941
+ type: "symbol"
4942
+ },
4943
+ {
4944
+ filter: [
4945
+ "all",
4946
+ [
4947
+ "==",
4948
+ "class",
4949
+ "continent"
4950
+ ]
4951
+ ],
4952
+ id: "continent",
4953
+ layout: {
4954
+ "text-field": "{name_en}",
4955
+ "text-font": [
4956
+ "Open Sans Italic"
4957
+ ],
4958
+ "text-justify": "center",
4959
+ "text-size": 13,
4960
+ "text-transform": "uppercase"
4961
+ },
4962
+ maxzoom: 1,
4963
+ metadata: {
4964
+ },
4965
+ paint: {
4966
+ "text-color": "rgb(168, 196, 220)",
4967
+ "text-halo-color": "rgba(255, 255, 255, 0.7)",
4968
+ "text-halo-width": 1
4969
+ },
4970
+ source: "openmaptiles",
4971
+ "source-layer": "place",
4972
+ type: "symbol"
4973
+ }
4974
+ ];
4975
+ var name = "ves.io";
4976
+ var version = 8;
4977
+ var mapLibreBaseSettings = {
4978
+ bearing: bearing,
4979
+ glyphs: glyphs,
4980
+ sources: sources,
4981
+ layers: layers,
4982
+ name: name,
4983
+ version: version
4984
+ };
4985
+
4986
+ export { bearing, mapLibreBaseSettings as default, glyphs, layers, name, sources, version };
4987
+ //# sourceMappingURL=mapboxgl-settings.json.js.map