@mapcomponents/react-maplibre 0.1.96 → 1.0.1

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 (233) hide show
  1. package/.eslintrc.cjs +32 -0
  2. package/CHANGELOG.md +6 -0
  3. package/dist/{index.esm.css → assets/index.cjs-Iqz0mZaU.css} +4 -4
  4. package/dist/assets/index.esm-Iqz0mZaU.css +98 -0
  5. package/dist/components/MapLibreMap/MapLibreMap.d.ts +30 -31
  6. package/dist/components/MapLibreMap/lib/MapLibreGlWrapper.d.ts +105 -105
  7. package/dist/components/MlCenterPosition/MlCenterPosition.d.ts +36 -36
  8. package/dist/components/MlComponentTemplate/MlComponentTemplate.d.ts +18 -18
  9. package/dist/components/MlCreatePdfButton/MlCreatePdfButton.d.ts +22 -22
  10. package/dist/components/MlCreatePdfForm/MlCreatePdfForm.d.ts +30 -30
  11. package/dist/components/MlCreatePdfForm/lib/PdfContext.d.ts +8 -8
  12. package/dist/components/MlCreatePdfForm/lib/PdfForm.d.ts +11 -11
  13. package/dist/components/MlCreatePdfForm/lib/PdfPreview.d.ts +26 -26
  14. package/dist/components/MlCreatePdfForm/lib/pdf.templates.d.ts +11 -11
  15. package/dist/components/MlCreatePngButton/MlCreatePngButton.d.ts +22 -22
  16. package/dist/components/MlFeatureEditor/MlFeatureEditor.d.ts +5 -5
  17. package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.d.ts +62 -62
  18. package/dist/components/MlFollowGps/MlFollowGps.d.ts +81 -81
  19. package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.d.ts +97 -97
  20. package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.d.ts +9 -2
  21. package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.d.ts +8 -2
  22. package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.d.ts +4 -4
  23. package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.d.ts +4 -4
  24. package/dist/components/MlGeoJsonLayer/util/getDefaultLayerTypeByGeometry.d.ts +2 -2
  25. package/dist/components/MlGeoJsonLayer/util/getDefaultPaintPropsByType.d.ts +5 -5
  26. package/dist/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.d.ts +23 -23
  27. package/dist/components/MlGpxViewer/MlGpxViewer.d.ts +31 -31
  28. package/dist/components/MlGpxViewer/util/GeoJsonContext.d.ts +10 -10
  29. package/dist/components/MlGpxViewer/util/GeoJsonProvider.d.ts +5 -5
  30. package/dist/components/MlGpxViewer/util/Metadata.d.ts +7 -7
  31. package/dist/components/MlGpxViewer/util/MlGpxDemoLoader.d.ts +11 -11
  32. package/dist/components/MlGpxViewer/util/MlGpxViewerInstructions.d.ts +4 -4
  33. package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.d.ts +39 -39
  34. package/dist/components/MlLayer/MlLayer.d.ts +33 -33
  35. package/dist/components/MlLayerMagnify/MlLayerMagnify.d.ts +33 -33
  36. package/dist/components/MlLayerSwipe/MlLayerSwipe.d.ts +26 -26
  37. package/dist/components/MlLayerSwitcher/MlLayerSwitcher.d.ts +29 -30
  38. package/dist/components/MlLayerSwitcher/components/LayerBox.d.ts +10 -6
  39. package/dist/components/MlMarker/MlMarker.d.ts +34 -34
  40. package/dist/components/MlMeasureTool/MlMeasureTool.d.ts +36 -36
  41. package/dist/components/MlMultiMeasureTool/MlMultiMeasureTool.d.ts +55 -55
  42. package/dist/components/MlNavigationCompass/MlNavigationCompass.d.ts +33 -33
  43. package/dist/components/MlNavigationTools/MlNavigationTools.d.ts +55 -55
  44. package/dist/components/MlOrderLayers/MlOrderLayers.d.ts +21 -21
  45. package/dist/components/MlScaleReference/MlScaleReference.d.ts +9 -9
  46. package/dist/components/MlShareMapState/MlShareMapState.d.ts +42 -42
  47. package/dist/components/MlSketchTool/MlSketchTool.d.ts +42 -42
  48. package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.d.ts +40 -40
  49. package/dist/components/MlSpatialElevationProfile/util/getElevationData.d.ts +12 -14
  50. package/dist/components/MlTemporalController/MlTemporalController.d.ts +181 -181
  51. package/dist/components/MlTemporalController/utils/MlTemporalControllerLabels.d.ts +20 -20
  52. package/dist/components/MlTemporalController/utils/TemporalControllerPlayer.d.ts +22 -22
  53. package/dist/components/MlTemporalController/utils/paintPicker.d.ts +59 -59
  54. package/dist/components/MlTemporalController/utils/useFilterData.d.ts +14 -14
  55. package/dist/components/MlTerrainLayer/MlTerrainLayer.d.ts +28 -28
  56. package/dist/components/MlThreeJsLayer/MlThreeJsLayer.d.ts +30 -30
  57. package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.d.ts +12 -10
  58. package/dist/components/MlUseMapDebugger/MlUseMapDebugger.d.ts +18 -22
  59. package/dist/components/MlVectorTileLayer/MlVectorTileLayer.d.ts +19 -19
  60. package/dist/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.d.ts +29 -22
  61. package/dist/components/MlWmsLayer/MlWmsLayer.d.ts +104 -104
  62. package/dist/components/MlWmsLoader/MlWmsLoader.d.ts +125 -125
  63. package/dist/components/MlWmsLoader/utils/MlWmsLoaderInstructions.d.ts +4 -4
  64. package/dist/components/MlWmsLoader/utils/WMSLinks.d.ts +8 -8
  65. package/dist/contexts/LayerContext.d.ts +59 -59
  66. package/dist/contexts/MapContext.d.ts +24 -24
  67. package/dist/contexts/SimpleDataContext.d.ts +4 -4
  68. package/dist/contexts/SimpleDataProvider.d.ts +18 -8
  69. package/dist/decorators/EmptyMapDecorator.d.ts +4 -2
  70. package/dist/decorators/GeoJsonMapDecorator.d.ts +4 -2
  71. package/dist/decorators/LowZoomDecorator.d.ts +4 -2
  72. package/dist/decorators/MapContextDecorator.d.ts +4 -2
  73. package/dist/decorators/MapContextDecoratorHooks.d.ts +4 -2
  74. package/dist/decorators/MultiMapContextDecorator.d.ts +4 -2
  75. package/dist/decorators/NoNavToolsDecorator.d.ts +4 -2
  76. package/dist/decorators/ThemeDecorator.d.ts +5 -2
  77. package/dist/hooks/useAddImage/useAddImage.d.ts +20 -20
  78. package/dist/hooks/useAddProtocol/useAddProtocol.d.ts +23 -23
  79. package/dist/hooks/useCameraFollowPath/useCameraFollowPath.d.ts +35 -35
  80. package/dist/hooks/useExportMap/index.d.ts +11 -11
  81. package/dist/hooks/useExportMap/lib.d.ts +51 -51
  82. package/dist/hooks/useFeatureEditor/useFeatureEditor.d.ts +46 -46
  83. package/dist/hooks/useFeatureEditor/utils/FeatureEditorStyle.d.ts +88 -88
  84. package/dist/hooks/useFitLayerBounds.d.ts +8 -8
  85. package/dist/hooks/useGpx/useGpx.d.ts +26 -26
  86. package/dist/hooks/useLayer.d.ts +36 -36
  87. package/dist/hooks/useLayerContext.d.ts +2 -2
  88. package/dist/hooks/useLayerFilter/useLayerFilter.d.ts +8 -8
  89. package/dist/hooks/useLayerHoverPopup/{useLayerHoverPopup.d.ts → LayerHoverPopup.d.ts} +23 -24
  90. package/dist/hooks/useMap.d.ts +14 -14
  91. package/dist/hooks/useMapState.d.ts +62 -62
  92. package/dist/hooks/useSource.d.ts +17 -17
  93. package/dist/hooks/useWms.d.ts +26 -26
  94. package/dist/index.cjs.js +21050 -0
  95. package/dist/index.cjs.js.map +1 -0
  96. package/dist/index.d.ts +87 -89
  97. package/dist/index.esm.js +19882 -20200
  98. package/dist/index.esm.js.map +1 -1
  99. package/dist/omt_styles/bright.d.ts +2495 -2495
  100. package/dist/omt_styles/config.d.ts +7 -7
  101. package/dist/omt_styles/gruvbox.d.ts +2420 -2420
  102. package/dist/omt_styles/medieval_kingdom.d.ts +2420 -2420
  103. package/dist/omt_styles/monokai.d.ts +2420 -2420
  104. package/dist/omt_styles/oceanic_next.d.ts +2420 -2420
  105. package/dist/omt_styles/solarized.d.ts +2420 -2420
  106. package/dist/protocol_handlers/csv.d.ts +8 -8
  107. package/dist/protocol_handlers/mbtiles.d.ts +33 -33
  108. package/dist/protocol_handlers/osm.d.ts +11 -11
  109. package/dist/protocol_handlers/topojson.d.ts +9 -9
  110. package/dist/protocol_handlers/utils/getProtocolData.d.ts +1 -1
  111. package/dist/protocol_handlers/utils/protocolPathParser.d.ts +7 -7
  112. package/dist/protocol_handlers/xml.d.ts +10 -10
  113. package/dist/ui_components/AddLayerButton/AddLayerButton.d.ts +17 -17
  114. package/dist/ui_components/AddLayerButton/AddLayerPopup.d.ts +15 -15
  115. package/dist/ui_components/AddLayerButton/LayerConfigForms/GeoJsonLayerForm.d.ts +8 -8
  116. package/dist/ui_components/AddLayerButton/LayerConfigForms/LayerTypeForm.d.ts +10 -10
  117. package/dist/ui_components/AddLayerButton/LayerConfigForms/MbtilesLayerForm.d.ts +13 -13
  118. package/dist/ui_components/AddLayerButton/LayerConfigForms/ProtocolHandlerLayerForm.d.ts +10 -10
  119. package/dist/ui_components/AddLayerButton/LayerConfigForms/WmsLayerForm.d.ts +10 -10
  120. package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/CSVOptionsFomular.d.ts +6 -6
  121. package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/MbtilesLayerPropFormular.d.ts +7 -7
  122. package/dist/ui_components/AddLayerButton/LayerConfigForms/utils/OsmOptionsFomular.d.ts +6 -6
  123. package/dist/ui_components/ColorPicker/ColorPicker.d.ts +17 -17
  124. package/dist/ui_components/ColorPicker/transformers.d.ts +10 -10
  125. package/dist/ui_components/ConfirmDialog.d.ts +16 -16
  126. package/dist/ui_components/DemoDescriptions.d.ts +12 -12
  127. package/dist/ui_components/Dropzone.d.ts +6 -6
  128. package/dist/ui_components/ImageLoader.d.ts +10 -10
  129. package/dist/ui_components/LayerList/LayerList.d.ts +7 -7
  130. package/dist/ui_components/LayerList/LayerListFolder.d.ts +9 -9
  131. package/dist/ui_components/LayerList/LayerListItem.d.ts +26 -26
  132. package/dist/ui_components/LayerList/LayerListItemFactory.d.ts +18 -18
  133. package/dist/ui_components/LayerList/util/LayerListItemVectorLayer.d.ts +23 -36
  134. package/dist/ui_components/LayerList/util/LayerPropertyForm.d.ts +10 -10
  135. package/dist/ui_components/LayerList/util/SortableContainer.d.ts +7 -7
  136. package/dist/ui_components/LayerList/util/input/ColorPicker.d.ts +10 -10
  137. package/dist/ui_components/LoadingOverlayContext.d.ts +10 -10
  138. package/dist/ui_components/MapcomponentsTheme.d.ts +35 -35
  139. package/dist/ui_components/SelectStyleButton/SelectStyleButton.d.ts +20 -20
  140. package/dist/ui_components/SelectStyleButton/SelectStylePopup.d.ts +18 -18
  141. package/dist/ui_components/Sidebar.d.ts +12 -12
  142. package/dist/ui_components/SpeedDial/SpeedDial.d.ts +14 -14
  143. package/dist/ui_components/TopToolbar.d.ts +9 -9
  144. package/dist/ui_components/UploadButton.d.ts +8 -8
  145. package/dist/util/BubbleForInstructions.d.ts +16 -2
  146. package/dist/util/Instructions.d.ts +14 -14
  147. package/package.json +207 -208
  148. package/rollup.config.mjs +62 -0
  149. package/dist/components/MapLibreMap/MapLibreMap.stories.d.ts +0 -20
  150. package/dist/components/MapLibreMap/MapLibreMap.test.d.ts +0 -1
  151. package/dist/components/MapLibreMap/lib/MapLibreGlWrapper.test.d.ts +0 -1
  152. package/dist/components/MlBasicComponent.d.ts +0 -5
  153. package/dist/components/MlCenterPosition/MlCenterPosition.stories.d.ts +0 -21
  154. package/dist/components/MlComponentTemplate/MlComponentTemplate.stories.d.ts +0 -14
  155. package/dist/components/MlCreatePdfButton/MlCreatePdfButton.stories.d.ts +0 -14
  156. package/dist/components/MlCreatePdfForm/MlCreatePdfForm.cy.d.ts +0 -1
  157. package/dist/components/MlCreatePdfForm/MlCreatePdfForm.stories.d.ts +0 -15
  158. package/dist/components/MlCreatePdfForm/lib/_PdfPreview.d.ts +0 -14
  159. package/dist/components/MlCreatePngButton/MlCreatePngButton.stories.d.ts +0 -14
  160. package/dist/components/MlFeatureEditor/MlFeatureEditor.stories.d.ts +0 -16
  161. package/dist/components/MlFeatureEditor/MlFeatureEditor.test.d.ts +0 -1
  162. package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.stories.d.ts +0 -27
  163. package/dist/components/MlFillExtrusionLayer/MlFillExtrusionLayer.test.d.ts +0 -1
  164. package/dist/components/MlFollowGps/MlFollowGps.stories.d.ts +0 -11
  165. package/dist/components/MlFollowGps/MlFollowGps.test.d.ts +0 -1
  166. package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.d.ts +0 -18
  167. package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.test.d.ts +0 -1
  168. package/dist/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.stories.d.ts +0 -14
  169. package/dist/components/MlGpxViewer/MlGpxViewer.stories.d.ts +0 -18
  170. package/dist/components/MlGpxViewer/MlGpxViewer.test.d.ts +0 -1
  171. package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.d.ts +0 -9
  172. package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.test.d.ts +0 -1
  173. package/dist/components/MlLayer/MlLayer.test.d.ts +0 -1
  174. package/dist/components/MlLayerMagnify/MlLayerMagnify.stories.d.ts +0 -15
  175. package/dist/components/MlLayerMagnify/MlLayerMagnify.test.d.ts +0 -1
  176. package/dist/components/MlLayerSwipe/MlLayerSwipe.stories.d.ts +0 -14
  177. package/dist/components/MlLayerSwipe/MlLayerSwipe.test.d.ts +0 -1
  178. package/dist/components/MlLayerSwitcher/MlLayerSwitcher.stories.d.ts +0 -13
  179. package/dist/components/MlMarker/MlMarker.stories.d.ts +0 -9
  180. package/dist/components/MlMeasureTool/MlMeasureTool.stories.d.ts +0 -12
  181. package/dist/components/MlMultiMeasureTool/MlMultiMeasureTool.stories.d.ts +0 -16
  182. package/dist/components/MlNavigationCompass/MlNavigationCompass.stories.d.ts +0 -10
  183. package/dist/components/MlNavigationCompass/MlNavigationCompass.test.d.ts +0 -1
  184. package/dist/components/MlNavigationTools/MlNavigationTools.stories.d.ts +0 -29
  185. package/dist/components/MlOrderLayers/MlOrderLayers.stories.d.ts +0 -15
  186. package/dist/components/MlOsmLayer/MlOsmLayer.d.ts +0 -18
  187. package/dist/components/MlOsmLayer/MlOsmLayer.stories_.d.ts +0 -16
  188. package/dist/components/MlOsmLayer/MlOsmLayer.test.d.ts +0 -1
  189. package/dist/components/MlScaleReference/MlScaleReference.stories.d.ts +0 -15
  190. package/dist/components/MlShareMapState/MlShareMapState.stories.d.ts +0 -17
  191. package/dist/components/MlSketchTool/MlSketchTool.stories.d.ts +0 -15
  192. package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.d.ts +0 -20
  193. package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.test.d.ts +0 -1
  194. package/dist/components/MlTemporalController/MlTemporalController.stories.d.ts +0 -34
  195. package/dist/components/MlTerrainLayer/MlTerrainLayer.cy.d.ts +0 -1
  196. package/dist/components/MlTerrainLayer/MlTerrainLayer.stories.d.ts +0 -14
  197. package/dist/components/MlThreeJsLayer/MlThreeJsLayer.stories.d.ts +0 -22
  198. package/dist/components/MlThreeJsLayer/MlThreeJsLayer.test.d.ts +0 -1
  199. package/dist/components/MlThreeJsLayer/lib/GLTFLoader.d.ts +0 -18
  200. package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.stories.d.ts +0 -13
  201. package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.test.d.ts +0 -1
  202. package/dist/components/MlTransitionGeoJsonLayer/util/transitionFunctions.d.ts +0 -2
  203. package/dist/components/MlUseMapDebugger/MlUseMapDebugger.stories.d.ts +0 -13
  204. package/dist/components/MlVectorTileLayer/MlVectorTileLayer.stories.d.ts +0 -13
  205. package/dist/components/MlVectorTileLayer/MlVectorTileLayer.test.d.ts +0 -1
  206. package/dist/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.stories.d.ts +0 -22
  207. package/dist/components/MlWmsLayer/MlWmsLayer.stories.d.ts +0 -13
  208. package/dist/components/MlWmsLayer/MlWmsLayer.test.d.ts +0 -1
  209. package/dist/components/MlWmsLoader/MlWmsLoader.stories.d.ts +0 -30
  210. package/dist/contexts/MapComponentsProvider.test.d.ts +0 -1
  211. package/dist/contexts/SimpleDataProvider.test.d.ts +0 -1
  212. package/dist/hooks/useAddImage/useAddImage.stories.d.ts +0 -14
  213. package/dist/hooks/useAddImage/useaddImage.cy.d.ts +0 -1
  214. package/dist/hooks/useAddProtocol/useAddProtocol.stories.d.ts +0 -22
  215. package/dist/hooks/useCameraFollowPath/useCameraFollowPath.stories.d.ts +0 -18
  216. package/dist/hooks/useGpx/lib/gpxConverter.d.ts +0 -11
  217. package/dist/hooks/useGpx/useGpx.stories.d.ts +0 -10
  218. package/dist/hooks/useLayer.test.d.ts +0 -1
  219. package/dist/hooks/useLayerEvent.d.ts +0 -2
  220. package/dist/hooks/useLayerFilter/useLayerFilter.stories.d.ts +0 -10
  221. package/dist/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.d.ts +0 -10
  222. package/dist/hooks/useMap.test.d.ts +0 -1
  223. package/dist/hooks/useMapState.stories.d.ts +0 -14
  224. package/dist/hooks/useSources.stories.d.ts +0 -13
  225. package/dist/setupTests.d.ts +0 -13
  226. package/dist/stories/components/Readme.d.ts +0 -2
  227. package/dist/ui_components/AddLayerButton/AddLayerButton.stories.d.ts +0 -13
  228. package/dist/ui_components/LayerList/LayerList.stories.d.ts +0 -15
  229. package/dist/ui_components/SelectStyleButton/SelectStyleButton.stories.d.ts +0 -15
  230. package/dist/ui_components/SpeedDial/SpeedDial.stories.d.ts +0 -21
  231. package/dist/util/index.d.ts +0 -3
  232. package/dist/util/layerRemovalTest.d.ts +0 -2
  233. package/dist/util/sourceRemovalTest.d.ts +0 -2
@@ -1,2495 +1,2495 @@
1
- declare const _default: {
2
- version: number;
3
- name: string;
4
- metadata: {
5
- "mapbox:type": string;
6
- "mapbox:groups": {
7
- "1444849364238.8171": {
8
- collapsed: boolean;
9
- name: string;
10
- };
11
- "1444849354174.1904": {
12
- collapsed: boolean;
13
- name: string;
14
- };
15
- "1444849388993.3071": {
16
- collapsed: boolean;
17
- name: string;
18
- };
19
- "1444849242106.713": {
20
- collapsed: boolean;
21
- name: string;
22
- };
23
- "1444849382550.77": {
24
- collapsed: boolean;
25
- name: string;
26
- };
27
- "1444849345966.4436": {
28
- collapsed: boolean;
29
- name: string;
30
- };
31
- "1444849334699.1902": {
32
- collapsed: boolean;
33
- name: string;
34
- };
35
- };
36
- "mapbox:autocomposite": boolean;
37
- "openmaptiles:version": string;
38
- "openmaptiles:mapbox:owner": string;
39
- "openmaptiles:mapbox:source:url": string;
40
- };
41
- center: number[];
42
- zoom: number;
43
- bearing: number;
44
- pitch: number;
45
- sources: {
46
- openmaptiles: {
47
- type: string;
48
- url: string[];
49
- };
50
- };
51
- sprite: string;
52
- glyphs: string;
53
- layers: ({
54
- id: string;
55
- type: string;
56
- paint: {
57
- "background-color": string;
58
- "fill-color"?: undefined;
59
- "fill-opacity"?: undefined;
60
- "line-color"?: undefined;
61
- "line-dasharray"?: undefined;
62
- "fill-outline-color"?: undefined;
63
- "fill-antialias"?: undefined;
64
- "line-width"?: undefined;
65
- "fill-translate"?: undefined;
66
- "fill-pattern"?: undefined;
67
- "line-opacity"?: undefined;
68
- "text-color"?: undefined;
69
- "text-halo-width"?: undefined;
70
- "text-halo-color"?: undefined;
71
- "text-halo-blur"?: undefined;
72
- };
73
- metadata?: undefined;
74
- source?: undefined;
75
- "source-layer"?: undefined;
76
- filter?: undefined;
77
- layout?: undefined;
78
- maxzoom?: undefined;
79
- minzoom?: undefined;
80
- } | {
81
- id: string;
82
- type: string;
83
- metadata: {
84
- "mapbox:group": string;
85
- };
86
- source: string;
87
- "source-layer": string;
88
- filter: string[];
89
- layout: {
90
- visibility: string;
91
- "line-cap"?: undefined;
92
- "line-join"?: undefined;
93
- "text-font"?: undefined;
94
- "text-size"?: undefined;
95
- "text-field"?: undefined;
96
- "text-max-width"?: undefined;
97
- "text-rotation-alignment"?: undefined;
98
- "symbol-placement"?: undefined;
99
- "text-letter-spacing"?: undefined;
100
- "symbol-spacing"?: undefined;
101
- "text-padding"?: undefined;
102
- "text-anchor"?: undefined;
103
- "icon-image"?: undefined;
104
- "text-offset"?: undefined;
105
- "icon-rotation-alignment"?: undefined;
106
- "icon-size"?: undefined;
107
- "text-transform"?: undefined;
108
- };
109
- paint: {
110
- "fill-color": string;
111
- "fill-opacity": {
112
- base: number;
113
- stops: number[][];
114
- };
115
- "background-color"?: undefined;
116
- "line-color"?: undefined;
117
- "line-dasharray"?: undefined;
118
- "fill-outline-color"?: undefined;
119
- "fill-antialias"?: undefined;
120
- "line-width"?: undefined;
121
- "fill-translate"?: undefined;
122
- "fill-pattern"?: undefined;
123
- "line-opacity"?: undefined;
124
- "text-color"?: undefined;
125
- "text-halo-width"?: undefined;
126
- "text-halo-color"?: undefined;
127
- "text-halo-blur"?: undefined;
128
- };
129
- maxzoom?: undefined;
130
- minzoom?: undefined;
131
- } | {
132
- id: string;
133
- type: string;
134
- metadata: {
135
- "mapbox:group": string;
136
- };
137
- source: string;
138
- "source-layer": string;
139
- filter: string[];
140
- paint: {
141
- "fill-color": {
142
- base: number;
143
- stops: (string | number)[][];
144
- };
145
- "background-color"?: undefined;
146
- "fill-opacity"?: undefined;
147
- "line-color"?: undefined;
148
- "line-dasharray"?: undefined;
149
- "fill-outline-color"?: undefined;
150
- "fill-antialias"?: undefined;
151
- "line-width"?: undefined;
152
- "fill-translate"?: undefined;
153
- "fill-pattern"?: undefined;
154
- "line-opacity"?: undefined;
155
- "text-color"?: undefined;
156
- "text-halo-width"?: undefined;
157
- "text-halo-color"?: undefined;
158
- "text-halo-blur"?: undefined;
159
- };
160
- layout?: undefined;
161
- maxzoom?: undefined;
162
- minzoom?: undefined;
163
- } | {
164
- id: string;
165
- type: string;
166
- metadata: {
167
- "mapbox:group": string;
168
- };
169
- source: string;
170
- "source-layer": string;
171
- filter: (string | string[])[];
172
- paint: {
173
- "fill-color": string;
174
- "background-color"?: undefined;
175
- "fill-opacity"?: undefined;
176
- "line-color"?: undefined;
177
- "line-dasharray"?: undefined;
178
- "fill-outline-color"?: undefined;
179
- "fill-antialias"?: undefined;
180
- "line-width"?: undefined;
181
- "fill-translate"?: undefined;
182
- "fill-pattern"?: undefined;
183
- "line-opacity"?: undefined;
184
- "text-color"?: undefined;
185
- "text-halo-width"?: undefined;
186
- "text-halo-color"?: undefined;
187
- "text-halo-blur"?: undefined;
188
- };
189
- layout?: undefined;
190
- maxzoom?: undefined;
191
- minzoom?: undefined;
192
- } | {
193
- id: string;
194
- type: string;
195
- metadata: {
196
- "mapbox:group": string;
197
- };
198
- source: string;
199
- "source-layer": string;
200
- filter: string[];
201
- paint: {
202
- "fill-color": string;
203
- "fill-opacity": {
204
- base: number;
205
- stops: number[][];
206
- };
207
- "background-color"?: undefined;
208
- "line-color"?: undefined;
209
- "line-dasharray"?: undefined;
210
- "fill-outline-color"?: undefined;
211
- "fill-antialias"?: undefined;
212
- "line-width"?: undefined;
213
- "fill-translate"?: undefined;
214
- "fill-pattern"?: undefined;
215
- "line-opacity"?: undefined;
216
- "text-color"?: undefined;
217
- "text-halo-width"?: undefined;
218
- "text-halo-color"?: undefined;
219
- "text-halo-blur"?: undefined;
220
- };
221
- layout?: undefined;
222
- maxzoom?: undefined;
223
- minzoom?: undefined;
224
- } | {
225
- id: string;
226
- type: string;
227
- metadata: {
228
- "mapbox:group": string;
229
- };
230
- source: string;
231
- "source-layer": string;
232
- filter: string[];
233
- layout: {
234
- visibility?: undefined;
235
- "line-cap"?: undefined;
236
- "line-join"?: undefined;
237
- "text-font"?: undefined;
238
- "text-size"?: undefined;
239
- "text-field"?: undefined;
240
- "text-max-width"?: undefined;
241
- "text-rotation-alignment"?: undefined;
242
- "symbol-placement"?: undefined;
243
- "text-letter-spacing"?: undefined;
244
- "symbol-spacing"?: undefined;
245
- "text-padding"?: undefined;
246
- "text-anchor"?: undefined;
247
- "icon-image"?: undefined;
248
- "text-offset"?: undefined;
249
- "icon-rotation-alignment"?: undefined;
250
- "icon-size"?: undefined;
251
- "text-transform"?: undefined;
252
- };
253
- paint: {
254
- "line-color": {
255
- base: number;
256
- stops: (string | number)[][];
257
- };
258
- "line-dasharray": number[];
259
- "background-color"?: undefined;
260
- "fill-color"?: undefined;
261
- "fill-opacity"?: undefined;
262
- "fill-outline-color"?: undefined;
263
- "fill-antialias"?: undefined;
264
- "line-width"?: undefined;
265
- "fill-translate"?: undefined;
266
- "fill-pattern"?: undefined;
267
- "line-opacity"?: undefined;
268
- "text-color"?: undefined;
269
- "text-halo-width"?: undefined;
270
- "text-halo-color"?: undefined;
271
- "text-halo-blur"?: undefined;
272
- };
273
- maxzoom?: undefined;
274
- minzoom?: undefined;
275
- } | {
276
- id: string;
277
- type: string;
278
- metadata: {
279
- "mapbox:group": string;
280
- };
281
- source: string;
282
- "source-layer": string;
283
- filter: string[];
284
- paint: {
285
- "fill-color": string;
286
- "fill-opacity": number;
287
- "fill-outline-color": string;
288
- "fill-antialias": {
289
- base: number;
290
- stops: (number | boolean)[][];
291
- };
292
- "background-color"?: undefined;
293
- "line-color"?: undefined;
294
- "line-dasharray"?: undefined;
295
- "line-width"?: undefined;
296
- "fill-translate"?: undefined;
297
- "fill-pattern"?: undefined;
298
- "line-opacity"?: undefined;
299
- "text-color"?: undefined;
300
- "text-halo-width"?: undefined;
301
- "text-halo-color"?: undefined;
302
- "text-halo-blur"?: undefined;
303
- };
304
- layout?: undefined;
305
- maxzoom?: undefined;
306
- minzoom?: undefined;
307
- } | {
308
- id: string;
309
- type: string;
310
- metadata: {
311
- "mapbox:group": string;
312
- };
313
- source: string;
314
- "source-layer": string;
315
- filter: string[];
316
- paint: {
317
- "fill-color": string;
318
- "fill-opacity": number;
319
- "background-color"?: undefined;
320
- "line-color"?: undefined;
321
- "line-dasharray"?: undefined;
322
- "fill-outline-color"?: undefined;
323
- "fill-antialias"?: undefined;
324
- "line-width"?: undefined;
325
- "fill-translate"?: undefined;
326
- "fill-pattern"?: undefined;
327
- "line-opacity"?: undefined;
328
- "text-color"?: undefined;
329
- "text-halo-width"?: undefined;
330
- "text-halo-color"?: undefined;
331
- "text-halo-blur"?: undefined;
332
- };
333
- layout?: undefined;
334
- maxzoom?: undefined;
335
- minzoom?: undefined;
336
- } | {
337
- id: string;
338
- type: string;
339
- metadata: {
340
- "mapbox:group": string;
341
- };
342
- source: string;
343
- "source-layer": string;
344
- filter: string[];
345
- layout: {
346
- "line-cap": string;
347
- visibility?: undefined;
348
- "line-join"?: undefined;
349
- "text-font"?: undefined;
350
- "text-size"?: undefined;
351
- "text-field"?: undefined;
352
- "text-max-width"?: undefined;
353
- "text-rotation-alignment"?: undefined;
354
- "symbol-placement"?: undefined;
355
- "text-letter-spacing"?: undefined;
356
- "symbol-spacing"?: undefined;
357
- "text-padding"?: undefined;
358
- "text-anchor"?: undefined;
359
- "icon-image"?: undefined;
360
- "text-offset"?: undefined;
361
- "icon-rotation-alignment"?: undefined;
362
- "icon-size"?: undefined;
363
- "text-transform"?: undefined;
364
- };
365
- paint: {
366
- "line-color": string;
367
- "line-width": {
368
- base: number;
369
- stops: number[][];
370
- };
371
- "background-color"?: undefined;
372
- "fill-color"?: undefined;
373
- "fill-opacity"?: undefined;
374
- "line-dasharray"?: undefined;
375
- "fill-outline-color"?: undefined;
376
- "fill-antialias"?: undefined;
377
- "fill-translate"?: undefined;
378
- "fill-pattern"?: undefined;
379
- "line-opacity"?: undefined;
380
- "text-color"?: undefined;
381
- "text-halo-width"?: undefined;
382
- "text-halo-color"?: undefined;
383
- "text-halo-blur"?: undefined;
384
- };
385
- maxzoom?: undefined;
386
- minzoom?: undefined;
387
- } | {
388
- id: string;
389
- type: string;
390
- metadata: {
391
- "mapbox:group": string;
392
- };
393
- source: string;
394
- "source-layer": string;
395
- maxzoom: number;
396
- filter: string[];
397
- layout: {
398
- visibility: string;
399
- "line-cap"?: undefined;
400
- "line-join"?: undefined;
401
- "text-font"?: undefined;
402
- "text-size"?: undefined;
403
- "text-field"?: undefined;
404
- "text-max-width"?: undefined;
405
- "text-rotation-alignment"?: undefined;
406
- "symbol-placement"?: undefined;
407
- "text-letter-spacing"?: undefined;
408
- "symbol-spacing"?: undefined;
409
- "text-padding"?: undefined;
410
- "text-anchor"?: undefined;
411
- "icon-image"?: undefined;
412
- "text-offset"?: undefined;
413
- "icon-rotation-alignment"?: undefined;
414
- "icon-size"?: undefined;
415
- "text-transform"?: undefined;
416
- };
417
- paint: {
418
- "fill-opacity": number;
419
- "fill-color": string;
420
- "fill-translate": {
421
- base: number;
422
- stops: (number | number[])[][];
423
- };
424
- "background-color"?: undefined;
425
- "line-color"?: undefined;
426
- "line-dasharray"?: undefined;
427
- "fill-outline-color"?: undefined;
428
- "fill-antialias"?: undefined;
429
- "line-width"?: undefined;
430
- "fill-pattern"?: undefined;
431
- "line-opacity"?: undefined;
432
- "text-color"?: undefined;
433
- "text-halo-width"?: undefined;
434
- "text-halo-color"?: undefined;
435
- "text-halo-blur"?: undefined;
436
- };
437
- minzoom?: undefined;
438
- } | {
439
- id: string;
440
- type: string;
441
- metadata: {
442
- "mapbox:group": string;
443
- };
444
- source: string;
445
- "source-layer": string;
446
- layout: {
447
- visibility: string;
448
- "line-cap"?: undefined;
449
- "line-join"?: undefined;
450
- "text-font"?: undefined;
451
- "text-size"?: undefined;
452
- "text-field"?: undefined;
453
- "text-max-width"?: undefined;
454
- "text-rotation-alignment"?: undefined;
455
- "symbol-placement"?: undefined;
456
- "text-letter-spacing"?: undefined;
457
- "symbol-spacing"?: undefined;
458
- "text-padding"?: undefined;
459
- "text-anchor"?: undefined;
460
- "icon-image"?: undefined;
461
- "text-offset"?: undefined;
462
- "icon-rotation-alignment"?: undefined;
463
- "icon-size"?: undefined;
464
- "text-transform"?: undefined;
465
- };
466
- paint: {
467
- "fill-color": string;
468
- "background-color"?: undefined;
469
- "fill-opacity"?: undefined;
470
- "line-color"?: undefined;
471
- "line-dasharray"?: undefined;
472
- "fill-outline-color"?: undefined;
473
- "fill-antialias"?: undefined;
474
- "line-width"?: undefined;
475
- "fill-translate"?: undefined;
476
- "fill-pattern"?: undefined;
477
- "line-opacity"?: undefined;
478
- "text-color"?: undefined;
479
- "text-halo-width"?: undefined;
480
- "text-halo-color"?: undefined;
481
- "text-halo-blur"?: undefined;
482
- };
483
- filter?: undefined;
484
- maxzoom?: undefined;
485
- minzoom?: undefined;
486
- } | {
487
- id: string;
488
- type: string;
489
- metadata: {
490
- "mapbox:group": string;
491
- };
492
- source: string;
493
- "source-layer": string;
494
- layout: {
495
- visibility: string;
496
- "line-cap"?: undefined;
497
- "line-join"?: undefined;
498
- "text-font"?: undefined;
499
- "text-size"?: undefined;
500
- "text-field"?: undefined;
501
- "text-max-width"?: undefined;
502
- "text-rotation-alignment"?: undefined;
503
- "symbol-placement"?: undefined;
504
- "text-letter-spacing"?: undefined;
505
- "symbol-spacing"?: undefined;
506
- "text-padding"?: undefined;
507
- "text-anchor"?: undefined;
508
- "icon-image"?: undefined;
509
- "text-offset"?: undefined;
510
- "icon-rotation-alignment"?: undefined;
511
- "icon-size"?: undefined;
512
- "text-transform"?: undefined;
513
- };
514
- paint: {
515
- "fill-translate": number[];
516
- "fill-pattern": string;
517
- "background-color"?: undefined;
518
- "fill-color"?: undefined;
519
- "fill-opacity"?: undefined;
520
- "line-color"?: undefined;
521
- "line-dasharray"?: undefined;
522
- "fill-outline-color"?: undefined;
523
- "fill-antialias"?: undefined;
524
- "line-width"?: undefined;
525
- "line-opacity"?: undefined;
526
- "text-color"?: undefined;
527
- "text-halo-width"?: undefined;
528
- "text-halo-color"?: undefined;
529
- "text-halo-blur"?: undefined;
530
- };
531
- filter?: undefined;
532
- maxzoom?: undefined;
533
- minzoom?: undefined;
534
- } | {
535
- id: string;
536
- type: string;
537
- metadata: {
538
- "mapbox:group": string;
539
- };
540
- source: string;
541
- "source-layer": string;
542
- paint: {
543
- "fill-color": {
544
- base: number;
545
- stops: (string | number)[][];
546
- };
547
- "fill-antialias": boolean;
548
- "background-color"?: undefined;
549
- "fill-opacity"?: undefined;
550
- "line-color"?: undefined;
551
- "line-dasharray"?: undefined;
552
- "fill-outline-color"?: undefined;
553
- "line-width"?: undefined;
554
- "fill-translate"?: undefined;
555
- "fill-pattern"?: undefined;
556
- "line-opacity"?: undefined;
557
- "text-color"?: undefined;
558
- "text-halo-width"?: undefined;
559
- "text-halo-color"?: undefined;
560
- "text-halo-blur"?: undefined;
561
- };
562
- filter?: undefined;
563
- layout?: undefined;
564
- maxzoom?: undefined;
565
- minzoom?: undefined;
566
- } | {
567
- id: string;
568
- type: string;
569
- metadata: {
570
- "mapbox:group": string;
571
- };
572
- source: string;
573
- "source-layer": string;
574
- layout: {
575
- visibility: string;
576
- "line-cap"?: undefined;
577
- "line-join"?: undefined;
578
- "text-font"?: undefined;
579
- "text-size"?: undefined;
580
- "text-field"?: undefined;
581
- "text-max-width"?: undefined;
582
- "text-rotation-alignment"?: undefined;
583
- "symbol-placement"?: undefined;
584
- "text-letter-spacing"?: undefined;
585
- "symbol-spacing"?: undefined;
586
- "text-padding"?: undefined;
587
- "text-anchor"?: undefined;
588
- "icon-image"?: undefined;
589
- "text-offset"?: undefined;
590
- "icon-rotation-alignment"?: undefined;
591
- "icon-size"?: undefined;
592
- "text-transform"?: undefined;
593
- };
594
- paint: {
595
- "fill-translate": {
596
- base: number;
597
- stops: (number | number[])[][];
598
- };
599
- "fill-outline-color": string;
600
- "fill-color": string;
601
- "fill-opacity": {
602
- base: number;
603
- stops: number[][];
604
- };
605
- "background-color"?: undefined;
606
- "line-color"?: undefined;
607
- "line-dasharray"?: undefined;
608
- "fill-antialias"?: undefined;
609
- "line-width"?: undefined;
610
- "fill-pattern"?: undefined;
611
- "line-opacity"?: undefined;
612
- "text-color"?: undefined;
613
- "text-halo-width"?: undefined;
614
- "text-halo-color"?: undefined;
615
- "text-halo-blur"?: undefined;
616
- };
617
- filter?: undefined;
618
- maxzoom?: undefined;
619
- minzoom?: undefined;
620
- } | {
621
- id: string;
622
- type: string;
623
- metadata: {
624
- "mapbox:group": string;
625
- };
626
- source: string;
627
- "source-layer": string;
628
- filter: (string | string[])[];
629
- layout: {
630
- "line-join": string;
631
- visibility?: undefined;
632
- "line-cap"?: undefined;
633
- "text-font"?: undefined;
634
- "text-size"?: undefined;
635
- "text-field"?: undefined;
636
- "text-max-width"?: undefined;
637
- "text-rotation-alignment"?: undefined;
638
- "symbol-placement"?: undefined;
639
- "text-letter-spacing"?: undefined;
640
- "symbol-spacing"?: undefined;
641
- "text-padding"?: undefined;
642
- "text-anchor"?: undefined;
643
- "icon-image"?: undefined;
644
- "text-offset"?: undefined;
645
- "icon-rotation-alignment"?: undefined;
646
- "icon-size"?: undefined;
647
- "text-transform"?: undefined;
648
- };
649
- paint: {
650
- "line-color": string;
651
- "line-dasharray": number[];
652
- "line-width": {
653
- base: number;
654
- stops: number[][];
655
- };
656
- "background-color"?: undefined;
657
- "fill-color"?: undefined;
658
- "fill-opacity"?: undefined;
659
- "fill-outline-color"?: undefined;
660
- "fill-antialias"?: undefined;
661
- "fill-translate"?: undefined;
662
- "fill-pattern"?: undefined;
663
- "line-opacity"?: undefined;
664
- "text-color"?: undefined;
665
- "text-halo-width"?: undefined;
666
- "text-halo-color"?: undefined;
667
- "text-halo-blur"?: undefined;
668
- };
669
- maxzoom?: undefined;
670
- minzoom?: undefined;
671
- } | {
672
- id: string;
673
- type: string;
674
- metadata: {
675
- "mapbox:group": string;
676
- };
677
- source: string;
678
- "source-layer": string;
679
- filter: (string | string[])[];
680
- layout: {
681
- "line-join": string;
682
- visibility?: undefined;
683
- "line-cap"?: undefined;
684
- "text-font"?: undefined;
685
- "text-size"?: undefined;
686
- "text-field"?: undefined;
687
- "text-max-width"?: undefined;
688
- "text-rotation-alignment"?: undefined;
689
- "symbol-placement"?: undefined;
690
- "text-letter-spacing"?: undefined;
691
- "symbol-spacing"?: undefined;
692
- "text-padding"?: undefined;
693
- "text-anchor"?: undefined;
694
- "icon-image"?: undefined;
695
- "text-offset"?: undefined;
696
- "icon-rotation-alignment"?: undefined;
697
- "icon-size"?: undefined;
698
- "text-transform"?: undefined;
699
- };
700
- paint: {
701
- "line-color": string;
702
- "line-opacity": {
703
- stops: number[][];
704
- base?: undefined;
705
- };
706
- "line-width": {
707
- base: number;
708
- stops: number[][];
709
- };
710
- "background-color"?: undefined;
711
- "fill-color"?: undefined;
712
- "fill-opacity"?: undefined;
713
- "line-dasharray"?: undefined;
714
- "fill-outline-color"?: undefined;
715
- "fill-antialias"?: undefined;
716
- "fill-translate"?: undefined;
717
- "fill-pattern"?: undefined;
718
- "text-color"?: undefined;
719
- "text-halo-width"?: undefined;
720
- "text-halo-color"?: undefined;
721
- "text-halo-blur"?: undefined;
722
- };
723
- maxzoom?: undefined;
724
- minzoom?: undefined;
725
- } | {
726
- id: string;
727
- type: string;
728
- metadata: {
729
- "mapbox:group": string;
730
- };
731
- source: string;
732
- "source-layer": string;
733
- filter: (string | string[])[];
734
- layout: {
735
- "line-join": string;
736
- visibility?: undefined;
737
- "line-cap"?: undefined;
738
- "text-font"?: undefined;
739
- "text-size"?: undefined;
740
- "text-field"?: undefined;
741
- "text-max-width"?: undefined;
742
- "text-rotation-alignment"?: undefined;
743
- "symbol-placement"?: undefined;
744
- "text-letter-spacing"?: undefined;
745
- "symbol-spacing"?: undefined;
746
- "text-padding"?: undefined;
747
- "text-anchor"?: undefined;
748
- "icon-image"?: undefined;
749
- "text-offset"?: undefined;
750
- "icon-rotation-alignment"?: undefined;
751
- "icon-size"?: undefined;
752
- "text-transform"?: undefined;
753
- };
754
- paint: {
755
- "line-color": string;
756
- "line-opacity": number;
757
- "line-width": {
758
- base: number;
759
- stops: number[][];
760
- };
761
- "background-color"?: undefined;
762
- "fill-color"?: undefined;
763
- "fill-opacity"?: undefined;
764
- "line-dasharray"?: undefined;
765
- "fill-outline-color"?: undefined;
766
- "fill-antialias"?: undefined;
767
- "fill-translate"?: undefined;
768
- "fill-pattern"?: undefined;
769
- "text-color"?: undefined;
770
- "text-halo-width"?: undefined;
771
- "text-halo-color"?: undefined;
772
- "text-halo-blur"?: undefined;
773
- };
774
- maxzoom?: undefined;
775
- minzoom?: undefined;
776
- } | {
777
- id: string;
778
- type: string;
779
- metadata: {
780
- "mapbox:group": string;
781
- };
782
- source: string;
783
- "source-layer": string;
784
- filter: (string | string[])[];
785
- layout: {
786
- "line-join": string;
787
- visibility?: undefined;
788
- "line-cap"?: undefined;
789
- "text-font"?: undefined;
790
- "text-size"?: undefined;
791
- "text-field"?: undefined;
792
- "text-max-width"?: undefined;
793
- "text-rotation-alignment"?: undefined;
794
- "symbol-placement"?: undefined;
795
- "text-letter-spacing"?: undefined;
796
- "symbol-spacing"?: undefined;
797
- "text-padding"?: undefined;
798
- "text-anchor"?: undefined;
799
- "icon-image"?: undefined;
800
- "text-offset"?: undefined;
801
- "icon-rotation-alignment"?: undefined;
802
- "icon-size"?: undefined;
803
- "text-transform"?: undefined;
804
- };
805
- paint: {
806
- "line-color": string;
807
- "line-width": {
808
- base: number;
809
- stops: number[][];
810
- };
811
- "background-color"?: undefined;
812
- "fill-color"?: undefined;
813
- "fill-opacity"?: undefined;
814
- "line-dasharray"?: undefined;
815
- "fill-outline-color"?: undefined;
816
- "fill-antialias"?: undefined;
817
- "fill-translate"?: undefined;
818
- "fill-pattern"?: undefined;
819
- "line-opacity"?: undefined;
820
- "text-color"?: undefined;
821
- "text-halo-width"?: undefined;
822
- "text-halo-color"?: undefined;
823
- "text-halo-blur"?: undefined;
824
- };
825
- maxzoom?: undefined;
826
- minzoom?: undefined;
827
- } | {
828
- id: string;
829
- type: string;
830
- metadata: {
831
- "mapbox:group": string;
832
- };
833
- source: string;
834
- "source-layer": string;
835
- filter: (string | string[])[];
836
- layout: {
837
- "line-join": string;
838
- visibility: string;
839
- "line-cap"?: undefined;
840
- "text-font"?: undefined;
841
- "text-size"?: undefined;
842
- "text-field"?: undefined;
843
- "text-max-width"?: undefined;
844
- "text-rotation-alignment"?: undefined;
845
- "symbol-placement"?: undefined;
846
- "text-letter-spacing"?: undefined;
847
- "symbol-spacing"?: undefined;
848
- "text-padding"?: undefined;
849
- "text-anchor"?: undefined;
850
- "icon-image"?: undefined;
851
- "text-offset"?: undefined;
852
- "icon-rotation-alignment"?: undefined;
853
- "icon-size"?: undefined;
854
- "text-transform"?: undefined;
855
- };
856
- paint: {
857
- "line-color": string;
858
- "line-dasharray": number[];
859
- "line-width": {
860
- base: number;
861
- stops: number[][];
862
- };
863
- "background-color"?: undefined;
864
- "fill-color"?: undefined;
865
- "fill-opacity"?: undefined;
866
- "fill-outline-color"?: undefined;
867
- "fill-antialias"?: undefined;
868
- "fill-translate"?: undefined;
869
- "fill-pattern"?: undefined;
870
- "line-opacity"?: undefined;
871
- "text-color"?: undefined;
872
- "text-halo-width"?: undefined;
873
- "text-halo-color"?: undefined;
874
- "text-halo-blur"?: undefined;
875
- };
876
- maxzoom?: undefined;
877
- minzoom?: undefined;
878
- } | {
879
- id: string;
880
- type: string;
881
- metadata: {
882
- "mapbox:group": string;
883
- };
884
- source: string;
885
- "source-layer": string;
886
- filter: (string | (string | string[])[])[];
887
- paint: {
888
- "line-color": string;
889
- "line-dasharray": number[];
890
- "line-width": {
891
- base: number;
892
- stops: number[][];
893
- };
894
- "background-color"?: undefined;
895
- "fill-color"?: undefined;
896
- "fill-opacity"?: undefined;
897
- "fill-outline-color"?: undefined;
898
- "fill-antialias"?: undefined;
899
- "fill-translate"?: undefined;
900
- "fill-pattern"?: undefined;
901
- "line-opacity"?: undefined;
902
- "text-color"?: undefined;
903
- "text-halo-width"?: undefined;
904
- "text-halo-color"?: undefined;
905
- "text-halo-blur"?: undefined;
906
- };
907
- layout?: undefined;
908
- maxzoom?: undefined;
909
- minzoom?: undefined;
910
- } | {
911
- id: string;
912
- type: string;
913
- metadata: {
914
- "mapbox:group": string;
915
- };
916
- source: string;
917
- "source-layer": string;
918
- filter: (string | string[])[];
919
- layout: {
920
- "line-join": string;
921
- visibility: string;
922
- "line-cap"?: undefined;
923
- "text-font"?: undefined;
924
- "text-size"?: undefined;
925
- "text-field"?: undefined;
926
- "text-max-width"?: undefined;
927
- "text-rotation-alignment"?: undefined;
928
- "symbol-placement"?: undefined;
929
- "text-letter-spacing"?: undefined;
930
- "symbol-spacing"?: undefined;
931
- "text-padding"?: undefined;
932
- "text-anchor"?: undefined;
933
- "icon-image"?: undefined;
934
- "text-offset"?: undefined;
935
- "icon-rotation-alignment"?: undefined;
936
- "icon-size"?: undefined;
937
- "text-transform"?: undefined;
938
- };
939
- paint: {
940
- "line-color": string;
941
- "line-width": {
942
- base: number;
943
- stops: number[][];
944
- };
945
- "background-color"?: undefined;
946
- "fill-color"?: undefined;
947
- "fill-opacity"?: undefined;
948
- "line-dasharray"?: undefined;
949
- "fill-outline-color"?: undefined;
950
- "fill-antialias"?: undefined;
951
- "fill-translate"?: undefined;
952
- "fill-pattern"?: undefined;
953
- "line-opacity"?: undefined;
954
- "text-color"?: undefined;
955
- "text-halo-width"?: undefined;
956
- "text-halo-color"?: undefined;
957
- "text-halo-blur"?: undefined;
958
- };
959
- maxzoom?: undefined;
960
- minzoom?: undefined;
961
- } | {
962
- id: string;
963
- type: string;
964
- metadata: {
965
- "mapbox:group": string;
966
- };
967
- source: string;
968
- "source-layer": string;
969
- minzoom: number;
970
- filter: (string | string[])[];
971
- layout: {
972
- "line-cap": string;
973
- "line-join": string;
974
- visibility: string;
975
- "text-font"?: undefined;
976
- "text-size"?: undefined;
977
- "text-field"?: undefined;
978
- "text-max-width"?: undefined;
979
- "text-rotation-alignment"?: undefined;
980
- "symbol-placement"?: undefined;
981
- "text-letter-spacing"?: undefined;
982
- "symbol-spacing"?: undefined;
983
- "text-padding"?: undefined;
984
- "text-anchor"?: undefined;
985
- "icon-image"?: undefined;
986
- "text-offset"?: undefined;
987
- "icon-rotation-alignment"?: undefined;
988
- "icon-size"?: undefined;
989
- "text-transform"?: undefined;
990
- };
991
- paint: {
992
- "line-color": string;
993
- "line-width": {
994
- base: number;
995
- stops: number[][];
996
- };
997
- "line-opacity": number;
998
- "background-color"?: undefined;
999
- "fill-color"?: undefined;
1000
- "fill-opacity"?: undefined;
1001
- "line-dasharray"?: undefined;
1002
- "fill-outline-color"?: undefined;
1003
- "fill-antialias"?: undefined;
1004
- "fill-translate"?: undefined;
1005
- "fill-pattern"?: undefined;
1006
- "text-color"?: undefined;
1007
- "text-halo-width"?: undefined;
1008
- "text-halo-color"?: undefined;
1009
- "text-halo-blur"?: undefined;
1010
- };
1011
- maxzoom?: undefined;
1012
- } | {
1013
- id: string;
1014
- type: string;
1015
- metadata: {
1016
- "mapbox:group": string;
1017
- };
1018
- source: string;
1019
- "source-layer": string;
1020
- minzoom: number;
1021
- filter: (string | string[])[];
1022
- layout: {
1023
- visibility: string;
1024
- "line-cap"?: undefined;
1025
- "line-join"?: undefined;
1026
- "text-font"?: undefined;
1027
- "text-size"?: undefined;
1028
- "text-field"?: undefined;
1029
- "text-max-width"?: undefined;
1030
- "text-rotation-alignment"?: undefined;
1031
- "symbol-placement"?: undefined;
1032
- "text-letter-spacing"?: undefined;
1033
- "symbol-spacing"?: undefined;
1034
- "text-padding"?: undefined;
1035
- "text-anchor"?: undefined;
1036
- "icon-image"?: undefined;
1037
- "text-offset"?: undefined;
1038
- "icon-rotation-alignment"?: undefined;
1039
- "icon-size"?: undefined;
1040
- "text-transform"?: undefined;
1041
- };
1042
- paint: {
1043
- "fill-opacity": {
1044
- base: number;
1045
- stops: number[][];
1046
- };
1047
- "fill-color": string;
1048
- "background-color"?: undefined;
1049
- "line-color"?: undefined;
1050
- "line-dasharray"?: undefined;
1051
- "fill-outline-color"?: undefined;
1052
- "fill-antialias"?: undefined;
1053
- "line-width"?: undefined;
1054
- "fill-translate"?: undefined;
1055
- "fill-pattern"?: undefined;
1056
- "line-opacity"?: undefined;
1057
- "text-color"?: undefined;
1058
- "text-halo-width"?: undefined;
1059
- "text-halo-color"?: undefined;
1060
- "text-halo-blur"?: undefined;
1061
- };
1062
- maxzoom?: undefined;
1063
- } | {
1064
- id: string;
1065
- type: string;
1066
- metadata: {
1067
- "mapbox:group": string;
1068
- };
1069
- source: string;
1070
- "source-layer": string;
1071
- minzoom: number;
1072
- filter: (string | string[])[];
1073
- layout: {
1074
- "line-cap": string;
1075
- "line-join": string;
1076
- visibility: string;
1077
- "text-font"?: undefined;
1078
- "text-size"?: undefined;
1079
- "text-field"?: undefined;
1080
- "text-max-width"?: undefined;
1081
- "text-rotation-alignment"?: undefined;
1082
- "symbol-placement"?: undefined;
1083
- "text-letter-spacing"?: undefined;
1084
- "symbol-spacing"?: undefined;
1085
- "text-padding"?: undefined;
1086
- "text-anchor"?: undefined;
1087
- "icon-image"?: undefined;
1088
- "text-offset"?: undefined;
1089
- "icon-rotation-alignment"?: undefined;
1090
- "icon-size"?: undefined;
1091
- "text-transform"?: undefined;
1092
- };
1093
- paint: {
1094
- "line-color": string;
1095
- "line-width": {
1096
- base: number;
1097
- stops: number[][];
1098
- };
1099
- "line-opacity": {
1100
- base: number;
1101
- stops: number[][];
1102
- };
1103
- "background-color"?: undefined;
1104
- "fill-color"?: undefined;
1105
- "fill-opacity"?: undefined;
1106
- "line-dasharray"?: undefined;
1107
- "fill-outline-color"?: undefined;
1108
- "fill-antialias"?: undefined;
1109
- "fill-translate"?: undefined;
1110
- "fill-pattern"?: undefined;
1111
- "text-color"?: undefined;
1112
- "text-halo-width"?: undefined;
1113
- "text-halo-color"?: undefined;
1114
- "text-halo-blur"?: undefined;
1115
- };
1116
- maxzoom?: undefined;
1117
- } | {
1118
- id: string;
1119
- type: string;
1120
- metadata: {
1121
- "mapbox:group": string;
1122
- };
1123
- source: string;
1124
- "source-layer": string;
1125
- filter: string[];
1126
- layout: {
1127
- visibility: string;
1128
- "line-cap"?: undefined;
1129
- "line-join"?: undefined;
1130
- "text-font"?: undefined;
1131
- "text-size"?: undefined;
1132
- "text-field"?: undefined;
1133
- "text-max-width"?: undefined;
1134
- "text-rotation-alignment"?: undefined;
1135
- "symbol-placement"?: undefined;
1136
- "text-letter-spacing"?: undefined;
1137
- "symbol-spacing"?: undefined;
1138
- "text-padding"?: undefined;
1139
- "text-anchor"?: undefined;
1140
- "icon-image"?: undefined;
1141
- "text-offset"?: undefined;
1142
- "icon-rotation-alignment"?: undefined;
1143
- "icon-size"?: undefined;
1144
- "text-transform"?: undefined;
1145
- };
1146
- paint: {
1147
- "fill-color": string;
1148
- "fill-outline-color": string;
1149
- "fill-opacity": number;
1150
- "fill-antialias": boolean;
1151
- "background-color"?: undefined;
1152
- "line-color"?: undefined;
1153
- "line-dasharray"?: undefined;
1154
- "line-width"?: undefined;
1155
- "fill-translate"?: undefined;
1156
- "fill-pattern"?: undefined;
1157
- "line-opacity"?: undefined;
1158
- "text-color"?: undefined;
1159
- "text-halo-width"?: undefined;
1160
- "text-halo-color"?: undefined;
1161
- "text-halo-blur"?: undefined;
1162
- };
1163
- maxzoom?: undefined;
1164
- minzoom?: undefined;
1165
- } | {
1166
- id: string;
1167
- type: string;
1168
- metadata: {
1169
- "mapbox:group": string;
1170
- };
1171
- source: string;
1172
- "source-layer": string;
1173
- minzoom: number;
1174
- filter: (string | string[])[];
1175
- layout: {
1176
- "line-cap": string;
1177
- "line-join": string;
1178
- visibility?: undefined;
1179
- "text-font"?: undefined;
1180
- "text-size"?: undefined;
1181
- "text-field"?: undefined;
1182
- "text-max-width"?: undefined;
1183
- "text-rotation-alignment"?: undefined;
1184
- "symbol-placement"?: undefined;
1185
- "text-letter-spacing"?: undefined;
1186
- "symbol-spacing"?: undefined;
1187
- "text-padding"?: undefined;
1188
- "text-anchor"?: undefined;
1189
- "icon-image"?: undefined;
1190
- "text-offset"?: undefined;
1191
- "icon-rotation-alignment"?: undefined;
1192
- "icon-size"?: undefined;
1193
- "text-transform"?: undefined;
1194
- };
1195
- paint: {
1196
- "line-color": string;
1197
- "line-opacity": number;
1198
- "line-width": {
1199
- base: number;
1200
- stops: number[][];
1201
- };
1202
- "background-color"?: undefined;
1203
- "fill-color"?: undefined;
1204
- "fill-opacity"?: undefined;
1205
- "line-dasharray"?: undefined;
1206
- "fill-outline-color"?: undefined;
1207
- "fill-antialias"?: undefined;
1208
- "fill-translate"?: undefined;
1209
- "fill-pattern"?: undefined;
1210
- "text-color"?: undefined;
1211
- "text-halo-width"?: undefined;
1212
- "text-halo-color"?: undefined;
1213
- "text-halo-blur"?: undefined;
1214
- };
1215
- maxzoom?: undefined;
1216
- } | {
1217
- id: string;
1218
- type: string;
1219
- metadata: {
1220
- "mapbox:group": string;
1221
- };
1222
- source: string;
1223
- "source-layer": string;
1224
- filter: (string | (string | string[])[])[];
1225
- layout: {
1226
- "line-cap": string;
1227
- "line-join": string;
1228
- visibility?: undefined;
1229
- "text-font"?: undefined;
1230
- "text-size"?: undefined;
1231
- "text-field"?: undefined;
1232
- "text-max-width"?: undefined;
1233
- "text-rotation-alignment"?: undefined;
1234
- "symbol-placement"?: undefined;
1235
- "text-letter-spacing"?: undefined;
1236
- "symbol-spacing"?: undefined;
1237
- "text-padding"?: undefined;
1238
- "text-anchor"?: undefined;
1239
- "icon-image"?: undefined;
1240
- "text-offset"?: undefined;
1241
- "icon-rotation-alignment"?: undefined;
1242
- "icon-size"?: undefined;
1243
- "text-transform"?: undefined;
1244
- };
1245
- paint: {
1246
- "line-color": string;
1247
- "line-opacity": {
1248
- stops: number[][];
1249
- base?: undefined;
1250
- };
1251
- "line-width": {
1252
- base: number;
1253
- stops: number[][];
1254
- };
1255
- "background-color"?: undefined;
1256
- "fill-color"?: undefined;
1257
- "fill-opacity"?: undefined;
1258
- "line-dasharray"?: undefined;
1259
- "fill-outline-color"?: undefined;
1260
- "fill-antialias"?: undefined;
1261
- "fill-translate"?: undefined;
1262
- "fill-pattern"?: undefined;
1263
- "text-color"?: undefined;
1264
- "text-halo-width"?: undefined;
1265
- "text-halo-color"?: undefined;
1266
- "text-halo-blur"?: undefined;
1267
- };
1268
- maxzoom?: undefined;
1269
- minzoom?: undefined;
1270
- } | {
1271
- id: string;
1272
- type: string;
1273
- metadata: {
1274
- "mapbox:group": string;
1275
- };
1276
- source: string;
1277
- "source-layer": string;
1278
- filter: (string | string[])[];
1279
- layout: {
1280
- "line-cap": string;
1281
- "line-join": string;
1282
- visibility: string;
1283
- "text-font"?: undefined;
1284
- "text-size"?: undefined;
1285
- "text-field"?: undefined;
1286
- "text-max-width"?: undefined;
1287
- "text-rotation-alignment"?: undefined;
1288
- "symbol-placement"?: undefined;
1289
- "text-letter-spacing"?: undefined;
1290
- "symbol-spacing"?: undefined;
1291
- "text-padding"?: undefined;
1292
- "text-anchor"?: undefined;
1293
- "icon-image"?: undefined;
1294
- "text-offset"?: undefined;
1295
- "icon-rotation-alignment"?: undefined;
1296
- "icon-size"?: undefined;
1297
- "text-transform"?: undefined;
1298
- };
1299
- paint: {
1300
- "line-color": string;
1301
- "line-opacity": number;
1302
- "line-width": {
1303
- base: number;
1304
- stops: number[][];
1305
- };
1306
- "background-color"?: undefined;
1307
- "fill-color"?: undefined;
1308
- "fill-opacity"?: undefined;
1309
- "line-dasharray"?: undefined;
1310
- "fill-outline-color"?: undefined;
1311
- "fill-antialias"?: undefined;
1312
- "fill-translate"?: undefined;
1313
- "fill-pattern"?: undefined;
1314
- "text-color"?: undefined;
1315
- "text-halo-width"?: undefined;
1316
- "text-halo-color"?: undefined;
1317
- "text-halo-blur"?: undefined;
1318
- };
1319
- maxzoom?: undefined;
1320
- minzoom?: undefined;
1321
- } | {
1322
- id: string;
1323
- type: string;
1324
- metadata: {
1325
- "mapbox:group": string;
1326
- };
1327
- source: string;
1328
- "source-layer": string;
1329
- minzoom: number;
1330
- filter: (string | string[])[];
1331
- layout: {
1332
- "line-cap": string;
1333
- "line-join": string;
1334
- visibility: string;
1335
- "text-font"?: undefined;
1336
- "text-size"?: undefined;
1337
- "text-field"?: undefined;
1338
- "text-max-width"?: undefined;
1339
- "text-rotation-alignment"?: undefined;
1340
- "symbol-placement"?: undefined;
1341
- "text-letter-spacing"?: undefined;
1342
- "symbol-spacing"?: undefined;
1343
- "text-padding"?: undefined;
1344
- "text-anchor"?: undefined;
1345
- "icon-image"?: undefined;
1346
- "text-offset"?: undefined;
1347
- "icon-rotation-alignment"?: undefined;
1348
- "icon-size"?: undefined;
1349
- "text-transform"?: undefined;
1350
- };
1351
- paint: {
1352
- "line-color": string;
1353
- "line-opacity": {
1354
- stops: number[][];
1355
- base?: undefined;
1356
- };
1357
- "line-width": {
1358
- base: number;
1359
- stops: number[][];
1360
- };
1361
- "background-color"?: undefined;
1362
- "fill-color"?: undefined;
1363
- "fill-opacity"?: undefined;
1364
- "line-dasharray"?: undefined;
1365
- "fill-outline-color"?: undefined;
1366
- "fill-antialias"?: undefined;
1367
- "fill-translate"?: undefined;
1368
- "fill-pattern"?: undefined;
1369
- "text-color"?: undefined;
1370
- "text-halo-width"?: undefined;
1371
- "text-halo-color"?: undefined;
1372
- "text-halo-blur"?: undefined;
1373
- };
1374
- maxzoom?: undefined;
1375
- } | {
1376
- id: string;
1377
- type: string;
1378
- metadata: {
1379
- "mapbox:group": string;
1380
- };
1381
- source: string;
1382
- "source-layer": string;
1383
- minzoom: number;
1384
- filter: (string | string[])[];
1385
- layout: {
1386
- "line-cap": string;
1387
- "line-join": string;
1388
- visibility?: undefined;
1389
- "text-font"?: undefined;
1390
- "text-size"?: undefined;
1391
- "text-field"?: undefined;
1392
- "text-max-width"?: undefined;
1393
- "text-rotation-alignment"?: undefined;
1394
- "symbol-placement"?: undefined;
1395
- "text-letter-spacing"?: undefined;
1396
- "symbol-spacing"?: undefined;
1397
- "text-padding"?: undefined;
1398
- "text-anchor"?: undefined;
1399
- "icon-image"?: undefined;
1400
- "text-offset"?: undefined;
1401
- "icon-rotation-alignment"?: undefined;
1402
- "icon-size"?: undefined;
1403
- "text-transform"?: undefined;
1404
- };
1405
- paint: {
1406
- "line-color": string;
1407
- "line-width": {
1408
- base: number;
1409
- stops: number[][];
1410
- };
1411
- "background-color"?: undefined;
1412
- "fill-color"?: undefined;
1413
- "fill-opacity"?: undefined;
1414
- "line-dasharray"?: undefined;
1415
- "fill-outline-color"?: undefined;
1416
- "fill-antialias"?: undefined;
1417
- "fill-translate"?: undefined;
1418
- "fill-pattern"?: undefined;
1419
- "line-opacity"?: undefined;
1420
- "text-color"?: undefined;
1421
- "text-halo-width"?: undefined;
1422
- "text-halo-color"?: undefined;
1423
- "text-halo-blur"?: undefined;
1424
- };
1425
- maxzoom?: undefined;
1426
- } | {
1427
- id: string;
1428
- type: string;
1429
- metadata: {
1430
- "mapbox:group": string;
1431
- };
1432
- source: string;
1433
- "source-layer": string;
1434
- filter: (string | (string | string[])[])[];
1435
- layout: {
1436
- "line-cap": string;
1437
- "line-join": string;
1438
- visibility?: undefined;
1439
- "text-font"?: undefined;
1440
- "text-size"?: undefined;
1441
- "text-field"?: undefined;
1442
- "text-max-width"?: undefined;
1443
- "text-rotation-alignment"?: undefined;
1444
- "symbol-placement"?: undefined;
1445
- "text-letter-spacing"?: undefined;
1446
- "symbol-spacing"?: undefined;
1447
- "text-padding"?: undefined;
1448
- "text-anchor"?: undefined;
1449
- "icon-image"?: undefined;
1450
- "text-offset"?: undefined;
1451
- "icon-rotation-alignment"?: undefined;
1452
- "icon-size"?: undefined;
1453
- "text-transform"?: undefined;
1454
- };
1455
- paint: {
1456
- "line-color": string;
1457
- "line-opacity": number;
1458
- "line-width": {
1459
- base: number;
1460
- stops: number[][];
1461
- };
1462
- "background-color"?: undefined;
1463
- "fill-color"?: undefined;
1464
- "fill-opacity"?: undefined;
1465
- "line-dasharray"?: undefined;
1466
- "fill-outline-color"?: undefined;
1467
- "fill-antialias"?: undefined;
1468
- "fill-translate"?: undefined;
1469
- "fill-pattern"?: undefined;
1470
- "text-color"?: undefined;
1471
- "text-halo-width"?: undefined;
1472
- "text-halo-color"?: undefined;
1473
- "text-halo-blur"?: undefined;
1474
- };
1475
- maxzoom?: undefined;
1476
- minzoom?: undefined;
1477
- } | {
1478
- id: string;
1479
- type: string;
1480
- metadata: {
1481
- "mapbox:group": string;
1482
- };
1483
- source: string;
1484
- "source-layer": string;
1485
- filter: (string | (string | string[])[])[];
1486
- layout: {
1487
- "line-cap": string;
1488
- "line-join": string;
1489
- visibility: string;
1490
- "text-font"?: undefined;
1491
- "text-size"?: undefined;
1492
- "text-field"?: undefined;
1493
- "text-max-width"?: undefined;
1494
- "text-rotation-alignment"?: undefined;
1495
- "symbol-placement"?: undefined;
1496
- "text-letter-spacing"?: undefined;
1497
- "symbol-spacing"?: undefined;
1498
- "text-padding"?: undefined;
1499
- "text-anchor"?: undefined;
1500
- "icon-image"?: undefined;
1501
- "text-offset"?: undefined;
1502
- "icon-rotation-alignment"?: undefined;
1503
- "icon-size"?: undefined;
1504
- "text-transform"?: undefined;
1505
- };
1506
- paint: {
1507
- "line-color": string;
1508
- "line-width": {
1509
- base: number;
1510
- stops: number[][];
1511
- };
1512
- "background-color"?: undefined;
1513
- "fill-color"?: undefined;
1514
- "fill-opacity"?: undefined;
1515
- "line-dasharray"?: undefined;
1516
- "fill-outline-color"?: undefined;
1517
- "fill-antialias"?: undefined;
1518
- "fill-translate"?: undefined;
1519
- "fill-pattern"?: undefined;
1520
- "line-opacity"?: undefined;
1521
- "text-color"?: undefined;
1522
- "text-halo-width"?: undefined;
1523
- "text-halo-color"?: undefined;
1524
- "text-halo-blur"?: undefined;
1525
- };
1526
- maxzoom?: undefined;
1527
- minzoom?: undefined;
1528
- } | {
1529
- id: string;
1530
- type: string;
1531
- metadata: {
1532
- "mapbox:group": string;
1533
- };
1534
- source: string;
1535
- "source-layer": string;
1536
- minzoom: number;
1537
- filter: (string | (string | string[])[])[];
1538
- layout: {
1539
- "line-cap": string;
1540
- "line-join": string;
1541
- visibility: string;
1542
- "text-font"?: undefined;
1543
- "text-size"?: undefined;
1544
- "text-field"?: undefined;
1545
- "text-max-width"?: undefined;
1546
- "text-rotation-alignment"?: undefined;
1547
- "symbol-placement"?: undefined;
1548
- "text-letter-spacing"?: undefined;
1549
- "symbol-spacing"?: undefined;
1550
- "text-padding"?: undefined;
1551
- "text-anchor"?: undefined;
1552
- "icon-image"?: undefined;
1553
- "text-offset"?: undefined;
1554
- "icon-rotation-alignment"?: undefined;
1555
- "icon-size"?: undefined;
1556
- "text-transform"?: undefined;
1557
- };
1558
- paint: {
1559
- "line-color": string;
1560
- "line-width": {
1561
- base: number;
1562
- stops: number[][];
1563
- };
1564
- "background-color"?: undefined;
1565
- "fill-color"?: undefined;
1566
- "fill-opacity"?: undefined;
1567
- "line-dasharray"?: undefined;
1568
- "fill-outline-color"?: undefined;
1569
- "fill-antialias"?: undefined;
1570
- "fill-translate"?: undefined;
1571
- "fill-pattern"?: undefined;
1572
- "line-opacity"?: undefined;
1573
- "text-color"?: undefined;
1574
- "text-halo-width"?: undefined;
1575
- "text-halo-color"?: undefined;
1576
- "text-halo-blur"?: undefined;
1577
- };
1578
- maxzoom?: undefined;
1579
- } | {
1580
- id: string;
1581
- type: string;
1582
- metadata: {
1583
- "mapbox:group": string;
1584
- };
1585
- source: string;
1586
- "source-layer": string;
1587
- filter: (string | (string | string[])[])[];
1588
- paint: {
1589
- "line-color": string;
1590
- "line-width": {
1591
- base: number;
1592
- stops: number[][];
1593
- };
1594
- "background-color"?: undefined;
1595
- "fill-color"?: undefined;
1596
- "fill-opacity"?: undefined;
1597
- "line-dasharray"?: undefined;
1598
- "fill-outline-color"?: undefined;
1599
- "fill-antialias"?: undefined;
1600
- "fill-translate"?: undefined;
1601
- "fill-pattern"?: undefined;
1602
- "line-opacity"?: undefined;
1603
- "text-color"?: undefined;
1604
- "text-halo-width"?: undefined;
1605
- "text-halo-color"?: undefined;
1606
- "text-halo-blur"?: undefined;
1607
- };
1608
- layout?: undefined;
1609
- maxzoom?: undefined;
1610
- minzoom?: undefined;
1611
- } | {
1612
- id: string;
1613
- type: string;
1614
- metadata: {
1615
- "mapbox:group": string;
1616
- };
1617
- source: string;
1618
- "source-layer": string;
1619
- filter: (string | (string | string[])[])[];
1620
- layout: {
1621
- visibility: string;
1622
- "line-cap"?: undefined;
1623
- "line-join"?: undefined;
1624
- "text-font"?: undefined;
1625
- "text-size"?: undefined;
1626
- "text-field"?: undefined;
1627
- "text-max-width"?: undefined;
1628
- "text-rotation-alignment"?: undefined;
1629
- "symbol-placement"?: undefined;
1630
- "text-letter-spacing"?: undefined;
1631
- "symbol-spacing"?: undefined;
1632
- "text-padding"?: undefined;
1633
- "text-anchor"?: undefined;
1634
- "icon-image"?: undefined;
1635
- "text-offset"?: undefined;
1636
- "icon-rotation-alignment"?: undefined;
1637
- "icon-size"?: undefined;
1638
- "text-transform"?: undefined;
1639
- };
1640
- paint: {
1641
- "line-color": string;
1642
- "line-dasharray": number[];
1643
- "line-width": {
1644
- base: number;
1645
- stops: number[][];
1646
- };
1647
- "background-color"?: undefined;
1648
- "fill-color"?: undefined;
1649
- "fill-opacity"?: undefined;
1650
- "fill-outline-color"?: undefined;
1651
- "fill-antialias"?: undefined;
1652
- "fill-translate"?: undefined;
1653
- "fill-pattern"?: undefined;
1654
- "line-opacity"?: undefined;
1655
- "text-color"?: undefined;
1656
- "text-halo-width"?: undefined;
1657
- "text-halo-color"?: undefined;
1658
- "text-halo-blur"?: undefined;
1659
- };
1660
- maxzoom?: undefined;
1661
- minzoom?: undefined;
1662
- } | {
1663
- id: string;
1664
- type: string;
1665
- source: string;
1666
- "source-layer": string;
1667
- filter: (string | (string | number)[])[];
1668
- layout: {
1669
- "line-join": string;
1670
- visibility?: undefined;
1671
- "line-cap"?: undefined;
1672
- "text-font"?: undefined;
1673
- "text-size"?: undefined;
1674
- "text-field"?: undefined;
1675
- "text-max-width"?: undefined;
1676
- "text-rotation-alignment"?: undefined;
1677
- "symbol-placement"?: undefined;
1678
- "text-letter-spacing"?: undefined;
1679
- "symbol-spacing"?: undefined;
1680
- "text-padding"?: undefined;
1681
- "text-anchor"?: undefined;
1682
- "icon-image"?: undefined;
1683
- "text-offset"?: undefined;
1684
- "icon-rotation-alignment"?: undefined;
1685
- "icon-size"?: undefined;
1686
- "text-transform"?: undefined;
1687
- };
1688
- paint: {
1689
- "line-color": string;
1690
- "line-dasharray": number[];
1691
- "line-width": {
1692
- base: number;
1693
- stops: number[][];
1694
- };
1695
- "background-color"?: undefined;
1696
- "fill-color"?: undefined;
1697
- "fill-opacity"?: undefined;
1698
- "fill-outline-color"?: undefined;
1699
- "fill-antialias"?: undefined;
1700
- "fill-translate"?: undefined;
1701
- "fill-pattern"?: undefined;
1702
- "line-opacity"?: undefined;
1703
- "text-color"?: undefined;
1704
- "text-halo-width"?: undefined;
1705
- "text-halo-color"?: undefined;
1706
- "text-halo-blur"?: undefined;
1707
- };
1708
- metadata?: undefined;
1709
- maxzoom?: undefined;
1710
- minzoom?: undefined;
1711
- } | {
1712
- id: string;
1713
- type: string;
1714
- source: string;
1715
- "source-layer": string;
1716
- filter: (string | (string | number)[])[];
1717
- layout: {
1718
- "line-cap": string;
1719
- "line-join": string;
1720
- visibility?: undefined;
1721
- "text-font"?: undefined;
1722
- "text-size"?: undefined;
1723
- "text-field"?: undefined;
1724
- "text-max-width"?: undefined;
1725
- "text-rotation-alignment"?: undefined;
1726
- "symbol-placement"?: undefined;
1727
- "text-letter-spacing"?: undefined;
1728
- "symbol-spacing"?: undefined;
1729
- "text-padding"?: undefined;
1730
- "text-anchor"?: undefined;
1731
- "icon-image"?: undefined;
1732
- "text-offset"?: undefined;
1733
- "icon-rotation-alignment"?: undefined;
1734
- "icon-size"?: undefined;
1735
- "text-transform"?: undefined;
1736
- };
1737
- paint: {
1738
- "line-color": string;
1739
- "line-width": {
1740
- base: number;
1741
- stops: number[][];
1742
- };
1743
- "background-color"?: undefined;
1744
- "fill-color"?: undefined;
1745
- "fill-opacity"?: undefined;
1746
- "line-dasharray"?: undefined;
1747
- "fill-outline-color"?: undefined;
1748
- "fill-antialias"?: undefined;
1749
- "fill-translate"?: undefined;
1750
- "fill-pattern"?: undefined;
1751
- "line-opacity"?: undefined;
1752
- "text-color"?: undefined;
1753
- "text-halo-width"?: undefined;
1754
- "text-halo-color"?: undefined;
1755
- "text-halo-blur"?: undefined;
1756
- };
1757
- metadata?: undefined;
1758
- maxzoom?: undefined;
1759
- minzoom?: undefined;
1760
- } | {
1761
- id: string;
1762
- type: string;
1763
- source: string;
1764
- "source-layer": string;
1765
- filter: (string | (string | number)[])[];
1766
- layout: {
1767
- "line-cap": string;
1768
- "line-join": string;
1769
- visibility?: undefined;
1770
- "text-font"?: undefined;
1771
- "text-size"?: undefined;
1772
- "text-field"?: undefined;
1773
- "text-max-width"?: undefined;
1774
- "text-rotation-alignment"?: undefined;
1775
- "symbol-placement"?: undefined;
1776
- "text-letter-spacing"?: undefined;
1777
- "symbol-spacing"?: undefined;
1778
- "text-padding"?: undefined;
1779
- "text-anchor"?: undefined;
1780
- "icon-image"?: undefined;
1781
- "text-offset"?: undefined;
1782
- "icon-rotation-alignment"?: undefined;
1783
- "icon-size"?: undefined;
1784
- "text-transform"?: undefined;
1785
- };
1786
- paint: {
1787
- "line-color": string;
1788
- "line-width": {
1789
- base: number;
1790
- stops: number[][];
1791
- };
1792
- "line-opacity": {
1793
- stops: number[][];
1794
- base?: undefined;
1795
- };
1796
- "background-color"?: undefined;
1797
- "fill-color"?: undefined;
1798
- "fill-opacity"?: undefined;
1799
- "line-dasharray"?: undefined;
1800
- "fill-outline-color"?: undefined;
1801
- "fill-antialias"?: undefined;
1802
- "fill-translate"?: undefined;
1803
- "fill-pattern"?: undefined;
1804
- "text-color"?: undefined;
1805
- "text-halo-width"?: undefined;
1806
- "text-halo-color"?: undefined;
1807
- "text-halo-blur"?: undefined;
1808
- };
1809
- metadata?: undefined;
1810
- maxzoom?: undefined;
1811
- minzoom?: undefined;
1812
- } | {
1813
- id: string;
1814
- type: string;
1815
- source: string;
1816
- "source-layer": string;
1817
- minzoom: number;
1818
- filter: (string | string[])[];
1819
- layout: {
1820
- "text-font": string[];
1821
- "text-size": number;
1822
- "text-field": string;
1823
- "text-max-width": number;
1824
- "text-rotation-alignment": string;
1825
- "symbol-placement": string;
1826
- "text-letter-spacing": number;
1827
- "symbol-spacing": number;
1828
- visibility?: undefined;
1829
- "line-cap"?: undefined;
1830
- "line-join"?: undefined;
1831
- "text-padding"?: undefined;
1832
- "text-anchor"?: undefined;
1833
- "icon-image"?: undefined;
1834
- "text-offset"?: undefined;
1835
- "icon-rotation-alignment"?: undefined;
1836
- "icon-size"?: undefined;
1837
- "text-transform"?: undefined;
1838
- };
1839
- paint: {
1840
- "text-color": string;
1841
- "text-halo-width": number;
1842
- "text-halo-color": string;
1843
- "background-color"?: undefined;
1844
- "fill-color"?: undefined;
1845
- "fill-opacity"?: undefined;
1846
- "line-color"?: undefined;
1847
- "line-dasharray"?: undefined;
1848
- "fill-outline-color"?: undefined;
1849
- "fill-antialias"?: undefined;
1850
- "line-width"?: undefined;
1851
- "fill-translate"?: undefined;
1852
- "fill-pattern"?: undefined;
1853
- "line-opacity"?: undefined;
1854
- "text-halo-blur"?: undefined;
1855
- };
1856
- metadata?: undefined;
1857
- maxzoom?: undefined;
1858
- } | {
1859
- id: string;
1860
- type: string;
1861
- source: string;
1862
- "source-layer": string;
1863
- filter: (string | string[])[];
1864
- layout: {
1865
- "text-font": string[];
1866
- "text-size": number;
1867
- "text-field": string;
1868
- "text-max-width": number;
1869
- "text-rotation-alignment": string;
1870
- "symbol-placement": string;
1871
- "symbol-spacing": number;
1872
- "text-letter-spacing": number;
1873
- visibility?: undefined;
1874
- "line-cap"?: undefined;
1875
- "line-join"?: undefined;
1876
- "text-padding"?: undefined;
1877
- "text-anchor"?: undefined;
1878
- "icon-image"?: undefined;
1879
- "text-offset"?: undefined;
1880
- "icon-rotation-alignment"?: undefined;
1881
- "icon-size"?: undefined;
1882
- "text-transform"?: undefined;
1883
- };
1884
- paint: {
1885
- "text-color": string;
1886
- "text-halo-width": number;
1887
- "text-halo-color": string;
1888
- "background-color"?: undefined;
1889
- "fill-color"?: undefined;
1890
- "fill-opacity"?: undefined;
1891
- "line-color"?: undefined;
1892
- "line-dasharray"?: undefined;
1893
- "fill-outline-color"?: undefined;
1894
- "fill-antialias"?: undefined;
1895
- "line-width"?: undefined;
1896
- "fill-translate"?: undefined;
1897
- "fill-pattern"?: undefined;
1898
- "line-opacity"?: undefined;
1899
- "text-halo-blur"?: undefined;
1900
- };
1901
- metadata?: undefined;
1902
- maxzoom?: undefined;
1903
- minzoom?: undefined;
1904
- } | {
1905
- id: string;
1906
- type: string;
1907
- source: string;
1908
- "source-layer": string;
1909
- filter: (string | string[])[];
1910
- layout: {
1911
- "text-font": string[];
1912
- "text-size": {
1913
- stops: number[][];
1914
- base?: undefined;
1915
- };
1916
- "text-field": string;
1917
- "text-max-width": number;
1918
- "text-rotation-alignment": string;
1919
- "symbol-placement": string;
1920
- "symbol-spacing": number;
1921
- "text-letter-spacing": number;
1922
- visibility: string;
1923
- "line-cap"?: undefined;
1924
- "line-join"?: undefined;
1925
- "text-padding"?: undefined;
1926
- "text-anchor"?: undefined;
1927
- "icon-image"?: undefined;
1928
- "text-offset"?: undefined;
1929
- "icon-rotation-alignment"?: undefined;
1930
- "icon-size"?: undefined;
1931
- "text-transform"?: undefined;
1932
- };
1933
- paint: {
1934
- "text-color": string;
1935
- "text-halo-width": number;
1936
- "text-halo-color": string;
1937
- "background-color"?: undefined;
1938
- "fill-color"?: undefined;
1939
- "fill-opacity"?: undefined;
1940
- "line-color"?: undefined;
1941
- "line-dasharray"?: undefined;
1942
- "fill-outline-color"?: undefined;
1943
- "fill-antialias"?: undefined;
1944
- "line-width"?: undefined;
1945
- "fill-translate"?: undefined;
1946
- "fill-pattern"?: undefined;
1947
- "line-opacity"?: undefined;
1948
- "text-halo-blur"?: undefined;
1949
- };
1950
- metadata?: undefined;
1951
- maxzoom?: undefined;
1952
- minzoom?: undefined;
1953
- } | {
1954
- id: string;
1955
- type: string;
1956
- source: string;
1957
- "source-layer": string;
1958
- minzoom: number;
1959
- filter: (string | (string | number)[])[];
1960
- layout: {
1961
- "text-padding": number;
1962
- "text-font": string[];
1963
- "text-anchor": string;
1964
- "icon-image": string;
1965
- "text-field": string;
1966
- "text-offset": number[];
1967
- "text-size": number;
1968
- "text-max-width": number;
1969
- visibility?: undefined;
1970
- "line-cap"?: undefined;
1971
- "line-join"?: undefined;
1972
- "text-rotation-alignment"?: undefined;
1973
- "symbol-placement"?: undefined;
1974
- "text-letter-spacing"?: undefined;
1975
- "symbol-spacing"?: undefined;
1976
- "icon-rotation-alignment"?: undefined;
1977
- "icon-size"?: undefined;
1978
- "text-transform"?: undefined;
1979
- };
1980
- paint: {
1981
- "text-halo-blur": number;
1982
- "text-color": string;
1983
- "text-halo-width": number;
1984
- "text-halo-color": string;
1985
- "background-color"?: undefined;
1986
- "fill-color"?: undefined;
1987
- "fill-opacity"?: undefined;
1988
- "line-color"?: undefined;
1989
- "line-dasharray"?: undefined;
1990
- "fill-outline-color"?: undefined;
1991
- "fill-antialias"?: undefined;
1992
- "line-width"?: undefined;
1993
- "fill-translate"?: undefined;
1994
- "fill-pattern"?: undefined;
1995
- "line-opacity"?: undefined;
1996
- };
1997
- metadata?: undefined;
1998
- maxzoom?: undefined;
1999
- } | {
2000
- id: string;
2001
- type: string;
2002
- source: string;
2003
- "source-layer": string;
2004
- minzoom: number;
2005
- filter: (string | (string | (string | number)[])[])[];
2006
- layout: {
2007
- "text-padding": number;
2008
- "text-font": string[];
2009
- "text-anchor": string;
2010
- "icon-image": string;
2011
- "text-field": string;
2012
- "text-offset": number[];
2013
- "text-size": number;
2014
- "text-max-width": number;
2015
- visibility?: undefined;
2016
- "line-cap"?: undefined;
2017
- "line-join"?: undefined;
2018
- "text-rotation-alignment"?: undefined;
2019
- "symbol-placement"?: undefined;
2020
- "text-letter-spacing"?: undefined;
2021
- "symbol-spacing"?: undefined;
2022
- "icon-rotation-alignment"?: undefined;
2023
- "icon-size"?: undefined;
2024
- "text-transform"?: undefined;
2025
- };
2026
- paint: {
2027
- "text-halo-blur": number;
2028
- "text-color": string;
2029
- "text-halo-width": number;
2030
- "text-halo-color": string;
2031
- "background-color"?: undefined;
2032
- "fill-color"?: undefined;
2033
- "fill-opacity"?: undefined;
2034
- "line-color"?: undefined;
2035
- "line-dasharray"?: undefined;
2036
- "fill-outline-color"?: undefined;
2037
- "fill-antialias"?: undefined;
2038
- "line-width"?: undefined;
2039
- "fill-translate"?: undefined;
2040
- "fill-pattern"?: undefined;
2041
- "line-opacity"?: undefined;
2042
- };
2043
- metadata?: undefined;
2044
- maxzoom?: undefined;
2045
- } | {
2046
- id: string;
2047
- type: string;
2048
- source: string;
2049
- "source-layer": string;
2050
- minzoom: number;
2051
- filter: (string | string[])[];
2052
- layout: {
2053
- "text-size": {
2054
- base: number;
2055
- stops: number[][];
2056
- };
2057
- "text-font": string[];
2058
- "text-field": string;
2059
- "symbol-placement": string;
2060
- "text-rotation-alignment": string;
2061
- visibility?: undefined;
2062
- "line-cap"?: undefined;
2063
- "line-join"?: undefined;
2064
- "text-max-width"?: undefined;
2065
- "text-letter-spacing"?: undefined;
2066
- "symbol-spacing"?: undefined;
2067
- "text-padding"?: undefined;
2068
- "text-anchor"?: undefined;
2069
- "icon-image"?: undefined;
2070
- "text-offset"?: undefined;
2071
- "icon-rotation-alignment"?: undefined;
2072
- "icon-size"?: undefined;
2073
- "text-transform"?: undefined;
2074
- };
2075
- paint: {
2076
- "text-halo-color": string;
2077
- "text-color": string;
2078
- "text-halo-width": number;
2079
- "background-color"?: undefined;
2080
- "fill-color"?: undefined;
2081
- "fill-opacity"?: undefined;
2082
- "line-color"?: undefined;
2083
- "line-dasharray"?: undefined;
2084
- "fill-outline-color"?: undefined;
2085
- "fill-antialias"?: undefined;
2086
- "line-width"?: undefined;
2087
- "fill-translate"?: undefined;
2088
- "fill-pattern"?: undefined;
2089
- "line-opacity"?: undefined;
2090
- "text-halo-blur"?: undefined;
2091
- };
2092
- metadata?: undefined;
2093
- maxzoom?: undefined;
2094
- } | {
2095
- id: string;
2096
- type: string;
2097
- source: string;
2098
- "source-layer": string;
2099
- minzoom: number;
2100
- filter: (string | string[])[];
2101
- layout: {
2102
- "text-size": {
2103
- base: number;
2104
- stops: number[][];
2105
- };
2106
- "text-font": string[];
2107
- "text-field": string;
2108
- "symbol-placement": string;
2109
- "text-rotation-alignment": string;
2110
- visibility?: undefined;
2111
- "line-cap"?: undefined;
2112
- "line-join"?: undefined;
2113
- "text-max-width"?: undefined;
2114
- "text-letter-spacing"?: undefined;
2115
- "symbol-spacing"?: undefined;
2116
- "text-padding"?: undefined;
2117
- "text-anchor"?: undefined;
2118
- "icon-image"?: undefined;
2119
- "text-offset"?: undefined;
2120
- "icon-rotation-alignment"?: undefined;
2121
- "icon-size"?: undefined;
2122
- "text-transform"?: undefined;
2123
- };
2124
- paint: {
2125
- "text-halo-blur": number;
2126
- "text-color": string;
2127
- "text-halo-width": number;
2128
- "background-color"?: undefined;
2129
- "fill-color"?: undefined;
2130
- "fill-opacity"?: undefined;
2131
- "line-color"?: undefined;
2132
- "line-dasharray"?: undefined;
2133
- "fill-outline-color"?: undefined;
2134
- "fill-antialias"?: undefined;
2135
- "line-width"?: undefined;
2136
- "fill-translate"?: undefined;
2137
- "fill-pattern"?: undefined;
2138
- "line-opacity"?: undefined;
2139
- "text-halo-color"?: undefined;
2140
- };
2141
- metadata?: undefined;
2142
- maxzoom?: undefined;
2143
- } | {
2144
- id: string;
2145
- type: string;
2146
- source: string;
2147
- "source-layer": string;
2148
- minzoom: number;
2149
- filter: (string | (string | number)[])[];
2150
- layout: {
2151
- "text-size": number;
2152
- "icon-image": string;
2153
- "icon-rotation-alignment": string;
2154
- "symbol-spacing": number;
2155
- "text-font": string[];
2156
- "symbol-placement": {
2157
- base: number;
2158
- stops: (string | number)[][];
2159
- };
2160
- "text-rotation-alignment": string;
2161
- "icon-size": number;
2162
- "text-field": string;
2163
- visibility?: undefined;
2164
- "line-cap"?: undefined;
2165
- "line-join"?: undefined;
2166
- "text-max-width"?: undefined;
2167
- "text-letter-spacing"?: undefined;
2168
- "text-padding"?: undefined;
2169
- "text-anchor"?: undefined;
2170
- "text-offset"?: undefined;
2171
- "text-transform"?: undefined;
2172
- };
2173
- paint: {
2174
- "background-color"?: undefined;
2175
- "fill-color"?: undefined;
2176
- "fill-opacity"?: undefined;
2177
- "line-color"?: undefined;
2178
- "line-dasharray"?: undefined;
2179
- "fill-outline-color"?: undefined;
2180
- "fill-antialias"?: undefined;
2181
- "line-width"?: undefined;
2182
- "fill-translate"?: undefined;
2183
- "fill-pattern"?: undefined;
2184
- "line-opacity"?: undefined;
2185
- "text-color"?: undefined;
2186
- "text-halo-width"?: undefined;
2187
- "text-halo-color"?: undefined;
2188
- "text-halo-blur"?: undefined;
2189
- };
2190
- metadata?: undefined;
2191
- maxzoom?: undefined;
2192
- } | {
2193
- id: string;
2194
- type: string;
2195
- source: string;
2196
- "source-layer": string;
2197
- minzoom: number;
2198
- filter: (string | (string | number)[])[];
2199
- layout: {
2200
- "text-size": number;
2201
- "icon-image": string;
2202
- "icon-rotation-alignment": string;
2203
- "symbol-spacing": number;
2204
- "text-font": string[];
2205
- "symbol-placement": {
2206
- base: number;
2207
- stops: (string | number)[][];
2208
- };
2209
- "text-rotation-alignment": string;
2210
- "icon-size": number;
2211
- "text-field": string;
2212
- visibility?: undefined;
2213
- "line-cap"?: undefined;
2214
- "line-join"?: undefined;
2215
- "text-max-width"?: undefined;
2216
- "text-letter-spacing"?: undefined;
2217
- "text-padding"?: undefined;
2218
- "text-anchor"?: undefined;
2219
- "text-offset"?: undefined;
2220
- "text-transform"?: undefined;
2221
- };
2222
- paint: {
2223
- "text-color": string;
2224
- "background-color"?: undefined;
2225
- "fill-color"?: undefined;
2226
- "fill-opacity"?: undefined;
2227
- "line-color"?: undefined;
2228
- "line-dasharray"?: undefined;
2229
- "fill-outline-color"?: undefined;
2230
- "fill-antialias"?: undefined;
2231
- "line-width"?: undefined;
2232
- "fill-translate"?: undefined;
2233
- "fill-pattern"?: undefined;
2234
- "line-opacity"?: undefined;
2235
- "text-halo-width"?: undefined;
2236
- "text-halo-color"?: undefined;
2237
- "text-halo-blur"?: undefined;
2238
- };
2239
- metadata?: undefined;
2240
- maxzoom?: undefined;
2241
- } | {
2242
- id: string;
2243
- type: string;
2244
- metadata: {
2245
- "mapbox:group": string;
2246
- };
2247
- source: string;
2248
- "source-layer": string;
2249
- filter: (string | string[])[];
2250
- layout: {
2251
- "text-letter-spacing": number;
2252
- "text-size": {
2253
- base: number;
2254
- stops: number[][];
2255
- };
2256
- "text-font": string[];
2257
- "text-field": string;
2258
- "text-transform": string;
2259
- "text-max-width": number;
2260
- visibility?: undefined;
2261
- "line-cap"?: undefined;
2262
- "line-join"?: undefined;
2263
- "text-rotation-alignment"?: undefined;
2264
- "symbol-placement"?: undefined;
2265
- "symbol-spacing"?: undefined;
2266
- "text-padding"?: undefined;
2267
- "text-anchor"?: undefined;
2268
- "icon-image"?: undefined;
2269
- "text-offset"?: undefined;
2270
- "icon-rotation-alignment"?: undefined;
2271
- "icon-size"?: undefined;
2272
- };
2273
- paint: {
2274
- "text-color": string;
2275
- "text-halo-width": number;
2276
- "text-halo-color": string;
2277
- "background-color"?: undefined;
2278
- "fill-color"?: undefined;
2279
- "fill-opacity"?: undefined;
2280
- "line-color"?: undefined;
2281
- "line-dasharray"?: undefined;
2282
- "fill-outline-color"?: undefined;
2283
- "fill-antialias"?: undefined;
2284
- "line-width"?: undefined;
2285
- "fill-translate"?: undefined;
2286
- "fill-pattern"?: undefined;
2287
- "line-opacity"?: undefined;
2288
- "text-halo-blur"?: undefined;
2289
- };
2290
- maxzoom?: undefined;
2291
- minzoom?: undefined;
2292
- } | {
2293
- id: string;
2294
- type: string;
2295
- metadata: {
2296
- "mapbox:group": string;
2297
- };
2298
- source: string;
2299
- "source-layer": string;
2300
- filter: (string | (string | number)[])[];
2301
- layout: {
2302
- "text-font": string[];
2303
- "text-size": {
2304
- base: number;
2305
- stops: number[][];
2306
- };
2307
- "text-field": string;
2308
- "text-max-width": number;
2309
- visibility?: undefined;
2310
- "line-cap"?: undefined;
2311
- "line-join"?: undefined;
2312
- "text-rotation-alignment"?: undefined;
2313
- "symbol-placement"?: undefined;
2314
- "text-letter-spacing"?: undefined;
2315
- "symbol-spacing"?: undefined;
2316
- "text-padding"?: undefined;
2317
- "text-anchor"?: undefined;
2318
- "icon-image"?: undefined;
2319
- "text-offset"?: undefined;
2320
- "icon-rotation-alignment"?: undefined;
2321
- "icon-size"?: undefined;
2322
- "text-transform"?: undefined;
2323
- };
2324
- paint: {
2325
- "text-color": string;
2326
- "text-halo-width": number;
2327
- "text-halo-color": string;
2328
- "background-color"?: undefined;
2329
- "fill-color"?: undefined;
2330
- "fill-opacity"?: undefined;
2331
- "line-color"?: undefined;
2332
- "line-dasharray"?: undefined;
2333
- "fill-outline-color"?: undefined;
2334
- "fill-antialias"?: undefined;
2335
- "line-width"?: undefined;
2336
- "fill-translate"?: undefined;
2337
- "fill-pattern"?: undefined;
2338
- "line-opacity"?: undefined;
2339
- "text-halo-blur"?: undefined;
2340
- };
2341
- maxzoom?: undefined;
2342
- minzoom?: undefined;
2343
- } | {
2344
- id: string;
2345
- type: string;
2346
- metadata: {
2347
- "mapbox:group": string;
2348
- };
2349
- source: string;
2350
- "source-layer": string;
2351
- filter: (string | (string | number)[])[];
2352
- layout: {
2353
- "text-font": string[];
2354
- "text-size": {
2355
- base: number;
2356
- stops: number[][];
2357
- };
2358
- "text-field": string;
2359
- "text-max-width": number;
2360
- "icon-image": string;
2361
- "text-offset": number[];
2362
- "icon-size": number;
2363
- "text-anchor": string;
2364
- visibility?: undefined;
2365
- "line-cap"?: undefined;
2366
- "line-join"?: undefined;
2367
- "text-rotation-alignment"?: undefined;
2368
- "symbol-placement"?: undefined;
2369
- "text-letter-spacing"?: undefined;
2370
- "symbol-spacing"?: undefined;
2371
- "text-padding"?: undefined;
2372
- "icon-rotation-alignment"?: undefined;
2373
- "text-transform"?: undefined;
2374
- };
2375
- paint: {
2376
- "text-color": string;
2377
- "text-halo-width": number;
2378
- "text-halo-color": string;
2379
- "background-color"?: undefined;
2380
- "fill-color"?: undefined;
2381
- "fill-opacity"?: undefined;
2382
- "line-color"?: undefined;
2383
- "line-dasharray"?: undefined;
2384
- "fill-outline-color"?: undefined;
2385
- "fill-antialias"?: undefined;
2386
- "line-width"?: undefined;
2387
- "fill-translate"?: undefined;
2388
- "fill-pattern"?: undefined;
2389
- "line-opacity"?: undefined;
2390
- "text-halo-blur"?: undefined;
2391
- };
2392
- maxzoom?: undefined;
2393
- minzoom?: undefined;
2394
- } | {
2395
- id: string;
2396
- type: string;
2397
- metadata: {
2398
- "mapbox:group": string;
2399
- };
2400
- source: string;
2401
- "source-layer": string;
2402
- filter: (string | (string | number)[])[];
2403
- layout: {
2404
- "text-font": string[];
2405
- "text-field": string;
2406
- "text-size": {
2407
- stops: number[][];
2408
- base?: undefined;
2409
- };
2410
- "text-transform": string;
2411
- "text-max-width": number;
2412
- visibility?: undefined;
2413
- "line-cap"?: undefined;
2414
- "line-join"?: undefined;
2415
- "text-rotation-alignment"?: undefined;
2416
- "symbol-placement"?: undefined;
2417
- "text-letter-spacing"?: undefined;
2418
- "symbol-spacing"?: undefined;
2419
- "text-padding"?: undefined;
2420
- "text-anchor"?: undefined;
2421
- "icon-image"?: undefined;
2422
- "text-offset"?: undefined;
2423
- "icon-rotation-alignment"?: undefined;
2424
- "icon-size"?: undefined;
2425
- };
2426
- paint: {
2427
- "text-halo-blur": number;
2428
- "text-color": string;
2429
- "text-halo-width": number;
2430
- "text-halo-color": string;
2431
- "background-color"?: undefined;
2432
- "fill-color"?: undefined;
2433
- "fill-opacity"?: undefined;
2434
- "line-color"?: undefined;
2435
- "line-dasharray"?: undefined;
2436
- "fill-outline-color"?: undefined;
2437
- "fill-antialias"?: undefined;
2438
- "line-width"?: undefined;
2439
- "fill-translate"?: undefined;
2440
- "fill-pattern"?: undefined;
2441
- "line-opacity"?: undefined;
2442
- };
2443
- maxzoom?: undefined;
2444
- minzoom?: undefined;
2445
- } | {
2446
- id: string;
2447
- type: string;
2448
- metadata: {
2449
- "mapbox:group": string;
2450
- };
2451
- source: string;
2452
- "source-layer": string;
2453
- maxzoom: number;
2454
- filter: (string | string[])[];
2455
- layout: {
2456
- "text-font": string[];
2457
- "text-field": string;
2458
- "text-size": number;
2459
- "text-max-width": number;
2460
- "text-transform": string;
2461
- visibility?: undefined;
2462
- "line-cap"?: undefined;
2463
- "line-join"?: undefined;
2464
- "text-rotation-alignment"?: undefined;
2465
- "symbol-placement"?: undefined;
2466
- "text-letter-spacing"?: undefined;
2467
- "symbol-spacing"?: undefined;
2468
- "text-padding"?: undefined;
2469
- "text-anchor"?: undefined;
2470
- "icon-image"?: undefined;
2471
- "text-offset"?: undefined;
2472
- "icon-rotation-alignment"?: undefined;
2473
- "icon-size"?: undefined;
2474
- };
2475
- paint: {
2476
- "text-halo-blur": number;
2477
- "text-color": string;
2478
- "text-halo-width": number;
2479
- "text-halo-color": string;
2480
- "background-color"?: undefined;
2481
- "fill-color"?: undefined;
2482
- "fill-opacity"?: undefined;
2483
- "line-color"?: undefined;
2484
- "line-dasharray"?: undefined;
2485
- "fill-outline-color"?: undefined;
2486
- "fill-antialias"?: undefined;
2487
- "line-width"?: undefined;
2488
- "fill-translate"?: undefined;
2489
- "fill-pattern"?: undefined;
2490
- "line-opacity"?: undefined;
2491
- };
2492
- minzoom?: undefined;
2493
- })[];
2494
- };
2495
- export default _default;
1
+ declare const _default: {
2
+ version: number;
3
+ name: string;
4
+ metadata: {
5
+ "mapbox:type": string;
6
+ "mapbox:groups": {
7
+ "1444849364238.8171": {
8
+ collapsed: boolean;
9
+ name: string;
10
+ };
11
+ "1444849354174.1904": {
12
+ collapsed: boolean;
13
+ name: string;
14
+ };
15
+ "1444849388993.3071": {
16
+ collapsed: boolean;
17
+ name: string;
18
+ };
19
+ "1444849242106.713": {
20
+ collapsed: boolean;
21
+ name: string;
22
+ };
23
+ "1444849382550.77": {
24
+ collapsed: boolean;
25
+ name: string;
26
+ };
27
+ "1444849345966.4436": {
28
+ collapsed: boolean;
29
+ name: string;
30
+ };
31
+ "1444849334699.1902": {
32
+ collapsed: boolean;
33
+ name: string;
34
+ };
35
+ };
36
+ "mapbox:autocomposite": boolean;
37
+ "openmaptiles:version": string;
38
+ "openmaptiles:mapbox:owner": string;
39
+ "openmaptiles:mapbox:source:url": string;
40
+ };
41
+ center: number[];
42
+ zoom: number;
43
+ bearing: number;
44
+ pitch: number;
45
+ sources: {
46
+ openmaptiles: {
47
+ type: string;
48
+ url: string[];
49
+ };
50
+ };
51
+ sprite: string;
52
+ glyphs: string;
53
+ layers: ({
54
+ id: string;
55
+ type: string;
56
+ paint: {
57
+ "background-color": string;
58
+ "fill-color"?: undefined;
59
+ "fill-opacity"?: undefined;
60
+ "line-color"?: undefined;
61
+ "line-dasharray"?: undefined;
62
+ "fill-outline-color"?: undefined;
63
+ "fill-antialias"?: undefined;
64
+ "line-width"?: undefined;
65
+ "fill-translate"?: undefined;
66
+ "fill-pattern"?: undefined;
67
+ "line-opacity"?: undefined;
68
+ "text-color"?: undefined;
69
+ "text-halo-width"?: undefined;
70
+ "text-halo-color"?: undefined;
71
+ "text-halo-blur"?: undefined;
72
+ };
73
+ metadata?: undefined;
74
+ source?: undefined;
75
+ "source-layer"?: undefined;
76
+ filter?: undefined;
77
+ layout?: undefined;
78
+ maxzoom?: undefined;
79
+ minzoom?: undefined;
80
+ } | {
81
+ id: string;
82
+ type: string;
83
+ metadata: {
84
+ "mapbox:group": string;
85
+ };
86
+ source: string;
87
+ "source-layer": string;
88
+ filter: string[];
89
+ layout: {
90
+ visibility: string;
91
+ "line-cap"?: undefined;
92
+ "line-join"?: undefined;
93
+ "text-font"?: undefined;
94
+ "text-size"?: undefined;
95
+ "text-field"?: undefined;
96
+ "text-max-width"?: undefined;
97
+ "text-rotation-alignment"?: undefined;
98
+ "symbol-placement"?: undefined;
99
+ "text-letter-spacing"?: undefined;
100
+ "symbol-spacing"?: undefined;
101
+ "text-padding"?: undefined;
102
+ "text-anchor"?: undefined;
103
+ "icon-image"?: undefined;
104
+ "text-offset"?: undefined;
105
+ "icon-rotation-alignment"?: undefined;
106
+ "icon-size"?: undefined;
107
+ "text-transform"?: undefined;
108
+ };
109
+ paint: {
110
+ "fill-color": string;
111
+ "fill-opacity": {
112
+ base: number;
113
+ stops: number[][];
114
+ };
115
+ "background-color"?: undefined;
116
+ "line-color"?: undefined;
117
+ "line-dasharray"?: undefined;
118
+ "fill-outline-color"?: undefined;
119
+ "fill-antialias"?: undefined;
120
+ "line-width"?: undefined;
121
+ "fill-translate"?: undefined;
122
+ "fill-pattern"?: undefined;
123
+ "line-opacity"?: undefined;
124
+ "text-color"?: undefined;
125
+ "text-halo-width"?: undefined;
126
+ "text-halo-color"?: undefined;
127
+ "text-halo-blur"?: undefined;
128
+ };
129
+ maxzoom?: undefined;
130
+ minzoom?: undefined;
131
+ } | {
132
+ id: string;
133
+ type: string;
134
+ metadata: {
135
+ "mapbox:group": string;
136
+ };
137
+ source: string;
138
+ "source-layer": string;
139
+ filter: string[];
140
+ paint: {
141
+ "fill-color": {
142
+ base: number;
143
+ stops: (string | number)[][];
144
+ };
145
+ "background-color"?: undefined;
146
+ "fill-opacity"?: undefined;
147
+ "line-color"?: undefined;
148
+ "line-dasharray"?: undefined;
149
+ "fill-outline-color"?: undefined;
150
+ "fill-antialias"?: undefined;
151
+ "line-width"?: undefined;
152
+ "fill-translate"?: undefined;
153
+ "fill-pattern"?: undefined;
154
+ "line-opacity"?: undefined;
155
+ "text-color"?: undefined;
156
+ "text-halo-width"?: undefined;
157
+ "text-halo-color"?: undefined;
158
+ "text-halo-blur"?: undefined;
159
+ };
160
+ layout?: undefined;
161
+ maxzoom?: undefined;
162
+ minzoom?: undefined;
163
+ } | {
164
+ id: string;
165
+ type: string;
166
+ metadata: {
167
+ "mapbox:group": string;
168
+ };
169
+ source: string;
170
+ "source-layer": string;
171
+ filter: (string | string[])[];
172
+ paint: {
173
+ "fill-color": string;
174
+ "background-color"?: undefined;
175
+ "fill-opacity"?: undefined;
176
+ "line-color"?: undefined;
177
+ "line-dasharray"?: undefined;
178
+ "fill-outline-color"?: undefined;
179
+ "fill-antialias"?: undefined;
180
+ "line-width"?: undefined;
181
+ "fill-translate"?: undefined;
182
+ "fill-pattern"?: undefined;
183
+ "line-opacity"?: undefined;
184
+ "text-color"?: undefined;
185
+ "text-halo-width"?: undefined;
186
+ "text-halo-color"?: undefined;
187
+ "text-halo-blur"?: undefined;
188
+ };
189
+ layout?: undefined;
190
+ maxzoom?: undefined;
191
+ minzoom?: undefined;
192
+ } | {
193
+ id: string;
194
+ type: string;
195
+ metadata: {
196
+ "mapbox:group": string;
197
+ };
198
+ source: string;
199
+ "source-layer": string;
200
+ filter: string[];
201
+ paint: {
202
+ "fill-color": string;
203
+ "fill-opacity": {
204
+ base: number;
205
+ stops: number[][];
206
+ };
207
+ "background-color"?: undefined;
208
+ "line-color"?: undefined;
209
+ "line-dasharray"?: undefined;
210
+ "fill-outline-color"?: undefined;
211
+ "fill-antialias"?: undefined;
212
+ "line-width"?: undefined;
213
+ "fill-translate"?: undefined;
214
+ "fill-pattern"?: undefined;
215
+ "line-opacity"?: undefined;
216
+ "text-color"?: undefined;
217
+ "text-halo-width"?: undefined;
218
+ "text-halo-color"?: undefined;
219
+ "text-halo-blur"?: undefined;
220
+ };
221
+ layout?: undefined;
222
+ maxzoom?: undefined;
223
+ minzoom?: undefined;
224
+ } | {
225
+ id: string;
226
+ type: string;
227
+ metadata: {
228
+ "mapbox:group": string;
229
+ };
230
+ source: string;
231
+ "source-layer": string;
232
+ filter: string[];
233
+ layout: {
234
+ visibility?: undefined;
235
+ "line-cap"?: undefined;
236
+ "line-join"?: undefined;
237
+ "text-font"?: undefined;
238
+ "text-size"?: undefined;
239
+ "text-field"?: undefined;
240
+ "text-max-width"?: undefined;
241
+ "text-rotation-alignment"?: undefined;
242
+ "symbol-placement"?: undefined;
243
+ "text-letter-spacing"?: undefined;
244
+ "symbol-spacing"?: undefined;
245
+ "text-padding"?: undefined;
246
+ "text-anchor"?: undefined;
247
+ "icon-image"?: undefined;
248
+ "text-offset"?: undefined;
249
+ "icon-rotation-alignment"?: undefined;
250
+ "icon-size"?: undefined;
251
+ "text-transform"?: undefined;
252
+ };
253
+ paint: {
254
+ "line-color": {
255
+ base: number;
256
+ stops: (string | number)[][];
257
+ };
258
+ "line-dasharray": number[];
259
+ "background-color"?: undefined;
260
+ "fill-color"?: undefined;
261
+ "fill-opacity"?: undefined;
262
+ "fill-outline-color"?: undefined;
263
+ "fill-antialias"?: undefined;
264
+ "line-width"?: undefined;
265
+ "fill-translate"?: undefined;
266
+ "fill-pattern"?: undefined;
267
+ "line-opacity"?: undefined;
268
+ "text-color"?: undefined;
269
+ "text-halo-width"?: undefined;
270
+ "text-halo-color"?: undefined;
271
+ "text-halo-blur"?: undefined;
272
+ };
273
+ maxzoom?: undefined;
274
+ minzoom?: undefined;
275
+ } | {
276
+ id: string;
277
+ type: string;
278
+ metadata: {
279
+ "mapbox:group": string;
280
+ };
281
+ source: string;
282
+ "source-layer": string;
283
+ filter: string[];
284
+ paint: {
285
+ "fill-color": string;
286
+ "fill-opacity": number;
287
+ "fill-outline-color": string;
288
+ "fill-antialias": {
289
+ base: number;
290
+ stops: (number | boolean)[][];
291
+ };
292
+ "background-color"?: undefined;
293
+ "line-color"?: undefined;
294
+ "line-dasharray"?: undefined;
295
+ "line-width"?: undefined;
296
+ "fill-translate"?: undefined;
297
+ "fill-pattern"?: undefined;
298
+ "line-opacity"?: undefined;
299
+ "text-color"?: undefined;
300
+ "text-halo-width"?: undefined;
301
+ "text-halo-color"?: undefined;
302
+ "text-halo-blur"?: undefined;
303
+ };
304
+ layout?: undefined;
305
+ maxzoom?: undefined;
306
+ minzoom?: undefined;
307
+ } | {
308
+ id: string;
309
+ type: string;
310
+ metadata: {
311
+ "mapbox:group": string;
312
+ };
313
+ source: string;
314
+ "source-layer": string;
315
+ filter: string[];
316
+ paint: {
317
+ "fill-color": string;
318
+ "fill-opacity": number;
319
+ "background-color"?: undefined;
320
+ "line-color"?: undefined;
321
+ "line-dasharray"?: undefined;
322
+ "fill-outline-color"?: undefined;
323
+ "fill-antialias"?: undefined;
324
+ "line-width"?: undefined;
325
+ "fill-translate"?: undefined;
326
+ "fill-pattern"?: undefined;
327
+ "line-opacity"?: undefined;
328
+ "text-color"?: undefined;
329
+ "text-halo-width"?: undefined;
330
+ "text-halo-color"?: undefined;
331
+ "text-halo-blur"?: undefined;
332
+ };
333
+ layout?: undefined;
334
+ maxzoom?: undefined;
335
+ minzoom?: undefined;
336
+ } | {
337
+ id: string;
338
+ type: string;
339
+ metadata: {
340
+ "mapbox:group": string;
341
+ };
342
+ source: string;
343
+ "source-layer": string;
344
+ filter: string[];
345
+ layout: {
346
+ "line-cap": string;
347
+ visibility?: undefined;
348
+ "line-join"?: undefined;
349
+ "text-font"?: undefined;
350
+ "text-size"?: undefined;
351
+ "text-field"?: undefined;
352
+ "text-max-width"?: undefined;
353
+ "text-rotation-alignment"?: undefined;
354
+ "symbol-placement"?: undefined;
355
+ "text-letter-spacing"?: undefined;
356
+ "symbol-spacing"?: undefined;
357
+ "text-padding"?: undefined;
358
+ "text-anchor"?: undefined;
359
+ "icon-image"?: undefined;
360
+ "text-offset"?: undefined;
361
+ "icon-rotation-alignment"?: undefined;
362
+ "icon-size"?: undefined;
363
+ "text-transform"?: undefined;
364
+ };
365
+ paint: {
366
+ "line-color": string;
367
+ "line-width": {
368
+ base: number;
369
+ stops: number[][];
370
+ };
371
+ "background-color"?: undefined;
372
+ "fill-color"?: undefined;
373
+ "fill-opacity"?: undefined;
374
+ "line-dasharray"?: undefined;
375
+ "fill-outline-color"?: undefined;
376
+ "fill-antialias"?: undefined;
377
+ "fill-translate"?: undefined;
378
+ "fill-pattern"?: undefined;
379
+ "line-opacity"?: undefined;
380
+ "text-color"?: undefined;
381
+ "text-halo-width"?: undefined;
382
+ "text-halo-color"?: undefined;
383
+ "text-halo-blur"?: undefined;
384
+ };
385
+ maxzoom?: undefined;
386
+ minzoom?: undefined;
387
+ } | {
388
+ id: string;
389
+ type: string;
390
+ metadata: {
391
+ "mapbox:group": string;
392
+ };
393
+ source: string;
394
+ "source-layer": string;
395
+ maxzoom: number;
396
+ filter: string[];
397
+ layout: {
398
+ visibility: string;
399
+ "line-cap"?: undefined;
400
+ "line-join"?: undefined;
401
+ "text-font"?: undefined;
402
+ "text-size"?: undefined;
403
+ "text-field"?: undefined;
404
+ "text-max-width"?: undefined;
405
+ "text-rotation-alignment"?: undefined;
406
+ "symbol-placement"?: undefined;
407
+ "text-letter-spacing"?: undefined;
408
+ "symbol-spacing"?: undefined;
409
+ "text-padding"?: undefined;
410
+ "text-anchor"?: undefined;
411
+ "icon-image"?: undefined;
412
+ "text-offset"?: undefined;
413
+ "icon-rotation-alignment"?: undefined;
414
+ "icon-size"?: undefined;
415
+ "text-transform"?: undefined;
416
+ };
417
+ paint: {
418
+ "fill-opacity": number;
419
+ "fill-color": string;
420
+ "fill-translate": {
421
+ base: number;
422
+ stops: (number | number[])[][];
423
+ };
424
+ "background-color"?: undefined;
425
+ "line-color"?: undefined;
426
+ "line-dasharray"?: undefined;
427
+ "fill-outline-color"?: undefined;
428
+ "fill-antialias"?: undefined;
429
+ "line-width"?: undefined;
430
+ "fill-pattern"?: undefined;
431
+ "line-opacity"?: undefined;
432
+ "text-color"?: undefined;
433
+ "text-halo-width"?: undefined;
434
+ "text-halo-color"?: undefined;
435
+ "text-halo-blur"?: undefined;
436
+ };
437
+ minzoom?: undefined;
438
+ } | {
439
+ id: string;
440
+ type: string;
441
+ metadata: {
442
+ "mapbox:group": string;
443
+ };
444
+ source: string;
445
+ "source-layer": string;
446
+ layout: {
447
+ visibility: string;
448
+ "line-cap"?: undefined;
449
+ "line-join"?: undefined;
450
+ "text-font"?: undefined;
451
+ "text-size"?: undefined;
452
+ "text-field"?: undefined;
453
+ "text-max-width"?: undefined;
454
+ "text-rotation-alignment"?: undefined;
455
+ "symbol-placement"?: undefined;
456
+ "text-letter-spacing"?: undefined;
457
+ "symbol-spacing"?: undefined;
458
+ "text-padding"?: undefined;
459
+ "text-anchor"?: undefined;
460
+ "icon-image"?: undefined;
461
+ "text-offset"?: undefined;
462
+ "icon-rotation-alignment"?: undefined;
463
+ "icon-size"?: undefined;
464
+ "text-transform"?: undefined;
465
+ };
466
+ paint: {
467
+ "fill-color": string;
468
+ "background-color"?: undefined;
469
+ "fill-opacity"?: undefined;
470
+ "line-color"?: undefined;
471
+ "line-dasharray"?: undefined;
472
+ "fill-outline-color"?: undefined;
473
+ "fill-antialias"?: undefined;
474
+ "line-width"?: undefined;
475
+ "fill-translate"?: undefined;
476
+ "fill-pattern"?: undefined;
477
+ "line-opacity"?: undefined;
478
+ "text-color"?: undefined;
479
+ "text-halo-width"?: undefined;
480
+ "text-halo-color"?: undefined;
481
+ "text-halo-blur"?: undefined;
482
+ };
483
+ filter?: undefined;
484
+ maxzoom?: undefined;
485
+ minzoom?: undefined;
486
+ } | {
487
+ id: string;
488
+ type: string;
489
+ metadata: {
490
+ "mapbox:group": string;
491
+ };
492
+ source: string;
493
+ "source-layer": string;
494
+ layout: {
495
+ visibility: string;
496
+ "line-cap"?: undefined;
497
+ "line-join"?: undefined;
498
+ "text-font"?: undefined;
499
+ "text-size"?: undefined;
500
+ "text-field"?: undefined;
501
+ "text-max-width"?: undefined;
502
+ "text-rotation-alignment"?: undefined;
503
+ "symbol-placement"?: undefined;
504
+ "text-letter-spacing"?: undefined;
505
+ "symbol-spacing"?: undefined;
506
+ "text-padding"?: undefined;
507
+ "text-anchor"?: undefined;
508
+ "icon-image"?: undefined;
509
+ "text-offset"?: undefined;
510
+ "icon-rotation-alignment"?: undefined;
511
+ "icon-size"?: undefined;
512
+ "text-transform"?: undefined;
513
+ };
514
+ paint: {
515
+ "fill-translate": number[];
516
+ "fill-pattern": string;
517
+ "background-color"?: undefined;
518
+ "fill-color"?: undefined;
519
+ "fill-opacity"?: undefined;
520
+ "line-color"?: undefined;
521
+ "line-dasharray"?: undefined;
522
+ "fill-outline-color"?: undefined;
523
+ "fill-antialias"?: undefined;
524
+ "line-width"?: undefined;
525
+ "line-opacity"?: undefined;
526
+ "text-color"?: undefined;
527
+ "text-halo-width"?: undefined;
528
+ "text-halo-color"?: undefined;
529
+ "text-halo-blur"?: undefined;
530
+ };
531
+ filter?: undefined;
532
+ maxzoom?: undefined;
533
+ minzoom?: undefined;
534
+ } | {
535
+ id: string;
536
+ type: string;
537
+ metadata: {
538
+ "mapbox:group": string;
539
+ };
540
+ source: string;
541
+ "source-layer": string;
542
+ paint: {
543
+ "fill-color": {
544
+ base: number;
545
+ stops: (string | number)[][];
546
+ };
547
+ "fill-antialias": boolean;
548
+ "background-color"?: undefined;
549
+ "fill-opacity"?: undefined;
550
+ "line-color"?: undefined;
551
+ "line-dasharray"?: undefined;
552
+ "fill-outline-color"?: undefined;
553
+ "line-width"?: undefined;
554
+ "fill-translate"?: undefined;
555
+ "fill-pattern"?: undefined;
556
+ "line-opacity"?: undefined;
557
+ "text-color"?: undefined;
558
+ "text-halo-width"?: undefined;
559
+ "text-halo-color"?: undefined;
560
+ "text-halo-blur"?: undefined;
561
+ };
562
+ filter?: undefined;
563
+ layout?: undefined;
564
+ maxzoom?: undefined;
565
+ minzoom?: undefined;
566
+ } | {
567
+ id: string;
568
+ type: string;
569
+ metadata: {
570
+ "mapbox:group": string;
571
+ };
572
+ source: string;
573
+ "source-layer": string;
574
+ layout: {
575
+ visibility: string;
576
+ "line-cap"?: undefined;
577
+ "line-join"?: undefined;
578
+ "text-font"?: undefined;
579
+ "text-size"?: undefined;
580
+ "text-field"?: undefined;
581
+ "text-max-width"?: undefined;
582
+ "text-rotation-alignment"?: undefined;
583
+ "symbol-placement"?: undefined;
584
+ "text-letter-spacing"?: undefined;
585
+ "symbol-spacing"?: undefined;
586
+ "text-padding"?: undefined;
587
+ "text-anchor"?: undefined;
588
+ "icon-image"?: undefined;
589
+ "text-offset"?: undefined;
590
+ "icon-rotation-alignment"?: undefined;
591
+ "icon-size"?: undefined;
592
+ "text-transform"?: undefined;
593
+ };
594
+ paint: {
595
+ "fill-translate": {
596
+ base: number;
597
+ stops: (number | number[])[][];
598
+ };
599
+ "fill-outline-color": string;
600
+ "fill-color": string;
601
+ "fill-opacity": {
602
+ base: number;
603
+ stops: number[][];
604
+ };
605
+ "background-color"?: undefined;
606
+ "line-color"?: undefined;
607
+ "line-dasharray"?: undefined;
608
+ "fill-antialias"?: undefined;
609
+ "line-width"?: undefined;
610
+ "fill-pattern"?: undefined;
611
+ "line-opacity"?: undefined;
612
+ "text-color"?: undefined;
613
+ "text-halo-width"?: undefined;
614
+ "text-halo-color"?: undefined;
615
+ "text-halo-blur"?: undefined;
616
+ };
617
+ filter?: undefined;
618
+ maxzoom?: undefined;
619
+ minzoom?: undefined;
620
+ } | {
621
+ id: string;
622
+ type: string;
623
+ metadata: {
624
+ "mapbox:group": string;
625
+ };
626
+ source: string;
627
+ "source-layer": string;
628
+ filter: (string | string[])[];
629
+ layout: {
630
+ "line-join": string;
631
+ visibility?: undefined;
632
+ "line-cap"?: undefined;
633
+ "text-font"?: undefined;
634
+ "text-size"?: undefined;
635
+ "text-field"?: undefined;
636
+ "text-max-width"?: undefined;
637
+ "text-rotation-alignment"?: undefined;
638
+ "symbol-placement"?: undefined;
639
+ "text-letter-spacing"?: undefined;
640
+ "symbol-spacing"?: undefined;
641
+ "text-padding"?: undefined;
642
+ "text-anchor"?: undefined;
643
+ "icon-image"?: undefined;
644
+ "text-offset"?: undefined;
645
+ "icon-rotation-alignment"?: undefined;
646
+ "icon-size"?: undefined;
647
+ "text-transform"?: undefined;
648
+ };
649
+ paint: {
650
+ "line-color": string;
651
+ "line-dasharray": number[];
652
+ "line-width": {
653
+ base: number;
654
+ stops: number[][];
655
+ };
656
+ "background-color"?: undefined;
657
+ "fill-color"?: undefined;
658
+ "fill-opacity"?: undefined;
659
+ "fill-outline-color"?: undefined;
660
+ "fill-antialias"?: undefined;
661
+ "fill-translate"?: undefined;
662
+ "fill-pattern"?: undefined;
663
+ "line-opacity"?: undefined;
664
+ "text-color"?: undefined;
665
+ "text-halo-width"?: undefined;
666
+ "text-halo-color"?: undefined;
667
+ "text-halo-blur"?: undefined;
668
+ };
669
+ maxzoom?: undefined;
670
+ minzoom?: undefined;
671
+ } | {
672
+ id: string;
673
+ type: string;
674
+ metadata: {
675
+ "mapbox:group": string;
676
+ };
677
+ source: string;
678
+ "source-layer": string;
679
+ filter: (string | string[])[];
680
+ layout: {
681
+ "line-join": string;
682
+ visibility?: undefined;
683
+ "line-cap"?: undefined;
684
+ "text-font"?: undefined;
685
+ "text-size"?: undefined;
686
+ "text-field"?: undefined;
687
+ "text-max-width"?: undefined;
688
+ "text-rotation-alignment"?: undefined;
689
+ "symbol-placement"?: undefined;
690
+ "text-letter-spacing"?: undefined;
691
+ "symbol-spacing"?: undefined;
692
+ "text-padding"?: undefined;
693
+ "text-anchor"?: undefined;
694
+ "icon-image"?: undefined;
695
+ "text-offset"?: undefined;
696
+ "icon-rotation-alignment"?: undefined;
697
+ "icon-size"?: undefined;
698
+ "text-transform"?: undefined;
699
+ };
700
+ paint: {
701
+ "line-color": string;
702
+ "line-opacity": {
703
+ stops: number[][];
704
+ base?: undefined;
705
+ };
706
+ "line-width": {
707
+ base: number;
708
+ stops: number[][];
709
+ };
710
+ "background-color"?: undefined;
711
+ "fill-color"?: undefined;
712
+ "fill-opacity"?: undefined;
713
+ "line-dasharray"?: undefined;
714
+ "fill-outline-color"?: undefined;
715
+ "fill-antialias"?: undefined;
716
+ "fill-translate"?: undefined;
717
+ "fill-pattern"?: undefined;
718
+ "text-color"?: undefined;
719
+ "text-halo-width"?: undefined;
720
+ "text-halo-color"?: undefined;
721
+ "text-halo-blur"?: undefined;
722
+ };
723
+ maxzoom?: undefined;
724
+ minzoom?: undefined;
725
+ } | {
726
+ id: string;
727
+ type: string;
728
+ metadata: {
729
+ "mapbox:group": string;
730
+ };
731
+ source: string;
732
+ "source-layer": string;
733
+ filter: (string | string[])[];
734
+ layout: {
735
+ "line-join": string;
736
+ visibility?: undefined;
737
+ "line-cap"?: undefined;
738
+ "text-font"?: undefined;
739
+ "text-size"?: undefined;
740
+ "text-field"?: undefined;
741
+ "text-max-width"?: undefined;
742
+ "text-rotation-alignment"?: undefined;
743
+ "symbol-placement"?: undefined;
744
+ "text-letter-spacing"?: undefined;
745
+ "symbol-spacing"?: undefined;
746
+ "text-padding"?: undefined;
747
+ "text-anchor"?: undefined;
748
+ "icon-image"?: undefined;
749
+ "text-offset"?: undefined;
750
+ "icon-rotation-alignment"?: undefined;
751
+ "icon-size"?: undefined;
752
+ "text-transform"?: undefined;
753
+ };
754
+ paint: {
755
+ "line-color": string;
756
+ "line-opacity": number;
757
+ "line-width": {
758
+ base: number;
759
+ stops: number[][];
760
+ };
761
+ "background-color"?: undefined;
762
+ "fill-color"?: undefined;
763
+ "fill-opacity"?: undefined;
764
+ "line-dasharray"?: undefined;
765
+ "fill-outline-color"?: undefined;
766
+ "fill-antialias"?: undefined;
767
+ "fill-translate"?: undefined;
768
+ "fill-pattern"?: undefined;
769
+ "text-color"?: undefined;
770
+ "text-halo-width"?: undefined;
771
+ "text-halo-color"?: undefined;
772
+ "text-halo-blur"?: undefined;
773
+ };
774
+ maxzoom?: undefined;
775
+ minzoom?: undefined;
776
+ } | {
777
+ id: string;
778
+ type: string;
779
+ metadata: {
780
+ "mapbox:group": string;
781
+ };
782
+ source: string;
783
+ "source-layer": string;
784
+ filter: (string | string[])[];
785
+ layout: {
786
+ "line-join": string;
787
+ visibility?: undefined;
788
+ "line-cap"?: undefined;
789
+ "text-font"?: undefined;
790
+ "text-size"?: undefined;
791
+ "text-field"?: undefined;
792
+ "text-max-width"?: undefined;
793
+ "text-rotation-alignment"?: undefined;
794
+ "symbol-placement"?: undefined;
795
+ "text-letter-spacing"?: undefined;
796
+ "symbol-spacing"?: undefined;
797
+ "text-padding"?: undefined;
798
+ "text-anchor"?: undefined;
799
+ "icon-image"?: undefined;
800
+ "text-offset"?: undefined;
801
+ "icon-rotation-alignment"?: undefined;
802
+ "icon-size"?: undefined;
803
+ "text-transform"?: undefined;
804
+ };
805
+ paint: {
806
+ "line-color": string;
807
+ "line-width": {
808
+ base: number;
809
+ stops: number[][];
810
+ };
811
+ "background-color"?: undefined;
812
+ "fill-color"?: undefined;
813
+ "fill-opacity"?: undefined;
814
+ "line-dasharray"?: undefined;
815
+ "fill-outline-color"?: undefined;
816
+ "fill-antialias"?: undefined;
817
+ "fill-translate"?: undefined;
818
+ "fill-pattern"?: undefined;
819
+ "line-opacity"?: undefined;
820
+ "text-color"?: undefined;
821
+ "text-halo-width"?: undefined;
822
+ "text-halo-color"?: undefined;
823
+ "text-halo-blur"?: undefined;
824
+ };
825
+ maxzoom?: undefined;
826
+ minzoom?: undefined;
827
+ } | {
828
+ id: string;
829
+ type: string;
830
+ metadata: {
831
+ "mapbox:group": string;
832
+ };
833
+ source: string;
834
+ "source-layer": string;
835
+ filter: (string | string[])[];
836
+ layout: {
837
+ "line-join": string;
838
+ visibility: string;
839
+ "line-cap"?: undefined;
840
+ "text-font"?: undefined;
841
+ "text-size"?: undefined;
842
+ "text-field"?: undefined;
843
+ "text-max-width"?: undefined;
844
+ "text-rotation-alignment"?: undefined;
845
+ "symbol-placement"?: undefined;
846
+ "text-letter-spacing"?: undefined;
847
+ "symbol-spacing"?: undefined;
848
+ "text-padding"?: undefined;
849
+ "text-anchor"?: undefined;
850
+ "icon-image"?: undefined;
851
+ "text-offset"?: undefined;
852
+ "icon-rotation-alignment"?: undefined;
853
+ "icon-size"?: undefined;
854
+ "text-transform"?: undefined;
855
+ };
856
+ paint: {
857
+ "line-color": string;
858
+ "line-dasharray": number[];
859
+ "line-width": {
860
+ base: number;
861
+ stops: number[][];
862
+ };
863
+ "background-color"?: undefined;
864
+ "fill-color"?: undefined;
865
+ "fill-opacity"?: undefined;
866
+ "fill-outline-color"?: undefined;
867
+ "fill-antialias"?: undefined;
868
+ "fill-translate"?: undefined;
869
+ "fill-pattern"?: undefined;
870
+ "line-opacity"?: undefined;
871
+ "text-color"?: undefined;
872
+ "text-halo-width"?: undefined;
873
+ "text-halo-color"?: undefined;
874
+ "text-halo-blur"?: undefined;
875
+ };
876
+ maxzoom?: undefined;
877
+ minzoom?: undefined;
878
+ } | {
879
+ id: string;
880
+ type: string;
881
+ metadata: {
882
+ "mapbox:group": string;
883
+ };
884
+ source: string;
885
+ "source-layer": string;
886
+ filter: (string | (string | string[])[])[];
887
+ paint: {
888
+ "line-color": string;
889
+ "line-dasharray": number[];
890
+ "line-width": {
891
+ base: number;
892
+ stops: number[][];
893
+ };
894
+ "background-color"?: undefined;
895
+ "fill-color"?: undefined;
896
+ "fill-opacity"?: undefined;
897
+ "fill-outline-color"?: undefined;
898
+ "fill-antialias"?: undefined;
899
+ "fill-translate"?: undefined;
900
+ "fill-pattern"?: undefined;
901
+ "line-opacity"?: undefined;
902
+ "text-color"?: undefined;
903
+ "text-halo-width"?: undefined;
904
+ "text-halo-color"?: undefined;
905
+ "text-halo-blur"?: undefined;
906
+ };
907
+ layout?: undefined;
908
+ maxzoom?: undefined;
909
+ minzoom?: undefined;
910
+ } | {
911
+ id: string;
912
+ type: string;
913
+ metadata: {
914
+ "mapbox:group": string;
915
+ };
916
+ source: string;
917
+ "source-layer": string;
918
+ filter: (string | string[])[];
919
+ layout: {
920
+ "line-join": string;
921
+ visibility: string;
922
+ "line-cap"?: undefined;
923
+ "text-font"?: undefined;
924
+ "text-size"?: undefined;
925
+ "text-field"?: undefined;
926
+ "text-max-width"?: undefined;
927
+ "text-rotation-alignment"?: undefined;
928
+ "symbol-placement"?: undefined;
929
+ "text-letter-spacing"?: undefined;
930
+ "symbol-spacing"?: undefined;
931
+ "text-padding"?: undefined;
932
+ "text-anchor"?: undefined;
933
+ "icon-image"?: undefined;
934
+ "text-offset"?: undefined;
935
+ "icon-rotation-alignment"?: undefined;
936
+ "icon-size"?: undefined;
937
+ "text-transform"?: undefined;
938
+ };
939
+ paint: {
940
+ "line-color": string;
941
+ "line-width": {
942
+ base: number;
943
+ stops: number[][];
944
+ };
945
+ "background-color"?: undefined;
946
+ "fill-color"?: undefined;
947
+ "fill-opacity"?: undefined;
948
+ "line-dasharray"?: undefined;
949
+ "fill-outline-color"?: undefined;
950
+ "fill-antialias"?: undefined;
951
+ "fill-translate"?: undefined;
952
+ "fill-pattern"?: undefined;
953
+ "line-opacity"?: undefined;
954
+ "text-color"?: undefined;
955
+ "text-halo-width"?: undefined;
956
+ "text-halo-color"?: undefined;
957
+ "text-halo-blur"?: undefined;
958
+ };
959
+ maxzoom?: undefined;
960
+ minzoom?: undefined;
961
+ } | {
962
+ id: string;
963
+ type: string;
964
+ metadata: {
965
+ "mapbox:group": string;
966
+ };
967
+ source: string;
968
+ "source-layer": string;
969
+ minzoom: number;
970
+ filter: (string | string[])[];
971
+ layout: {
972
+ "line-cap": string;
973
+ "line-join": string;
974
+ visibility: string;
975
+ "text-font"?: undefined;
976
+ "text-size"?: undefined;
977
+ "text-field"?: undefined;
978
+ "text-max-width"?: undefined;
979
+ "text-rotation-alignment"?: undefined;
980
+ "symbol-placement"?: undefined;
981
+ "text-letter-spacing"?: undefined;
982
+ "symbol-spacing"?: undefined;
983
+ "text-padding"?: undefined;
984
+ "text-anchor"?: undefined;
985
+ "icon-image"?: undefined;
986
+ "text-offset"?: undefined;
987
+ "icon-rotation-alignment"?: undefined;
988
+ "icon-size"?: undefined;
989
+ "text-transform"?: undefined;
990
+ };
991
+ paint: {
992
+ "line-color": string;
993
+ "line-width": {
994
+ base: number;
995
+ stops: number[][];
996
+ };
997
+ "line-opacity": number;
998
+ "background-color"?: undefined;
999
+ "fill-color"?: undefined;
1000
+ "fill-opacity"?: undefined;
1001
+ "line-dasharray"?: undefined;
1002
+ "fill-outline-color"?: undefined;
1003
+ "fill-antialias"?: undefined;
1004
+ "fill-translate"?: undefined;
1005
+ "fill-pattern"?: undefined;
1006
+ "text-color"?: undefined;
1007
+ "text-halo-width"?: undefined;
1008
+ "text-halo-color"?: undefined;
1009
+ "text-halo-blur"?: undefined;
1010
+ };
1011
+ maxzoom?: undefined;
1012
+ } | {
1013
+ id: string;
1014
+ type: string;
1015
+ metadata: {
1016
+ "mapbox:group": string;
1017
+ };
1018
+ source: string;
1019
+ "source-layer": string;
1020
+ minzoom: number;
1021
+ filter: (string | string[])[];
1022
+ layout: {
1023
+ visibility: string;
1024
+ "line-cap"?: undefined;
1025
+ "line-join"?: undefined;
1026
+ "text-font"?: undefined;
1027
+ "text-size"?: undefined;
1028
+ "text-field"?: undefined;
1029
+ "text-max-width"?: undefined;
1030
+ "text-rotation-alignment"?: undefined;
1031
+ "symbol-placement"?: undefined;
1032
+ "text-letter-spacing"?: undefined;
1033
+ "symbol-spacing"?: undefined;
1034
+ "text-padding"?: undefined;
1035
+ "text-anchor"?: undefined;
1036
+ "icon-image"?: undefined;
1037
+ "text-offset"?: undefined;
1038
+ "icon-rotation-alignment"?: undefined;
1039
+ "icon-size"?: undefined;
1040
+ "text-transform"?: undefined;
1041
+ };
1042
+ paint: {
1043
+ "fill-opacity": {
1044
+ base: number;
1045
+ stops: number[][];
1046
+ };
1047
+ "fill-color": string;
1048
+ "background-color"?: undefined;
1049
+ "line-color"?: undefined;
1050
+ "line-dasharray"?: undefined;
1051
+ "fill-outline-color"?: undefined;
1052
+ "fill-antialias"?: undefined;
1053
+ "line-width"?: undefined;
1054
+ "fill-translate"?: undefined;
1055
+ "fill-pattern"?: undefined;
1056
+ "line-opacity"?: undefined;
1057
+ "text-color"?: undefined;
1058
+ "text-halo-width"?: undefined;
1059
+ "text-halo-color"?: undefined;
1060
+ "text-halo-blur"?: undefined;
1061
+ };
1062
+ maxzoom?: undefined;
1063
+ } | {
1064
+ id: string;
1065
+ type: string;
1066
+ metadata: {
1067
+ "mapbox:group": string;
1068
+ };
1069
+ source: string;
1070
+ "source-layer": string;
1071
+ minzoom: number;
1072
+ filter: (string | string[])[];
1073
+ layout: {
1074
+ "line-cap": string;
1075
+ "line-join": string;
1076
+ visibility: string;
1077
+ "text-font"?: undefined;
1078
+ "text-size"?: undefined;
1079
+ "text-field"?: undefined;
1080
+ "text-max-width"?: undefined;
1081
+ "text-rotation-alignment"?: undefined;
1082
+ "symbol-placement"?: undefined;
1083
+ "text-letter-spacing"?: undefined;
1084
+ "symbol-spacing"?: undefined;
1085
+ "text-padding"?: undefined;
1086
+ "text-anchor"?: undefined;
1087
+ "icon-image"?: undefined;
1088
+ "text-offset"?: undefined;
1089
+ "icon-rotation-alignment"?: undefined;
1090
+ "icon-size"?: undefined;
1091
+ "text-transform"?: undefined;
1092
+ };
1093
+ paint: {
1094
+ "line-color": string;
1095
+ "line-width": {
1096
+ base: number;
1097
+ stops: number[][];
1098
+ };
1099
+ "line-opacity": {
1100
+ base: number;
1101
+ stops: number[][];
1102
+ };
1103
+ "background-color"?: undefined;
1104
+ "fill-color"?: undefined;
1105
+ "fill-opacity"?: undefined;
1106
+ "line-dasharray"?: undefined;
1107
+ "fill-outline-color"?: undefined;
1108
+ "fill-antialias"?: undefined;
1109
+ "fill-translate"?: undefined;
1110
+ "fill-pattern"?: undefined;
1111
+ "text-color"?: undefined;
1112
+ "text-halo-width"?: undefined;
1113
+ "text-halo-color"?: undefined;
1114
+ "text-halo-blur"?: undefined;
1115
+ };
1116
+ maxzoom?: undefined;
1117
+ } | {
1118
+ id: string;
1119
+ type: string;
1120
+ metadata: {
1121
+ "mapbox:group": string;
1122
+ };
1123
+ source: string;
1124
+ "source-layer": string;
1125
+ filter: string[];
1126
+ layout: {
1127
+ visibility: string;
1128
+ "line-cap"?: undefined;
1129
+ "line-join"?: undefined;
1130
+ "text-font"?: undefined;
1131
+ "text-size"?: undefined;
1132
+ "text-field"?: undefined;
1133
+ "text-max-width"?: undefined;
1134
+ "text-rotation-alignment"?: undefined;
1135
+ "symbol-placement"?: undefined;
1136
+ "text-letter-spacing"?: undefined;
1137
+ "symbol-spacing"?: undefined;
1138
+ "text-padding"?: undefined;
1139
+ "text-anchor"?: undefined;
1140
+ "icon-image"?: undefined;
1141
+ "text-offset"?: undefined;
1142
+ "icon-rotation-alignment"?: undefined;
1143
+ "icon-size"?: undefined;
1144
+ "text-transform"?: undefined;
1145
+ };
1146
+ paint: {
1147
+ "fill-color": string;
1148
+ "fill-outline-color": string;
1149
+ "fill-opacity": number;
1150
+ "fill-antialias": boolean;
1151
+ "background-color"?: undefined;
1152
+ "line-color"?: undefined;
1153
+ "line-dasharray"?: undefined;
1154
+ "line-width"?: undefined;
1155
+ "fill-translate"?: undefined;
1156
+ "fill-pattern"?: undefined;
1157
+ "line-opacity"?: undefined;
1158
+ "text-color"?: undefined;
1159
+ "text-halo-width"?: undefined;
1160
+ "text-halo-color"?: undefined;
1161
+ "text-halo-blur"?: undefined;
1162
+ };
1163
+ maxzoom?: undefined;
1164
+ minzoom?: undefined;
1165
+ } | {
1166
+ id: string;
1167
+ type: string;
1168
+ metadata: {
1169
+ "mapbox:group": string;
1170
+ };
1171
+ source: string;
1172
+ "source-layer": string;
1173
+ minzoom: number;
1174
+ filter: (string | string[])[];
1175
+ layout: {
1176
+ "line-cap": string;
1177
+ "line-join": string;
1178
+ visibility?: undefined;
1179
+ "text-font"?: undefined;
1180
+ "text-size"?: undefined;
1181
+ "text-field"?: undefined;
1182
+ "text-max-width"?: undefined;
1183
+ "text-rotation-alignment"?: undefined;
1184
+ "symbol-placement"?: undefined;
1185
+ "text-letter-spacing"?: undefined;
1186
+ "symbol-spacing"?: undefined;
1187
+ "text-padding"?: undefined;
1188
+ "text-anchor"?: undefined;
1189
+ "icon-image"?: undefined;
1190
+ "text-offset"?: undefined;
1191
+ "icon-rotation-alignment"?: undefined;
1192
+ "icon-size"?: undefined;
1193
+ "text-transform"?: undefined;
1194
+ };
1195
+ paint: {
1196
+ "line-color": string;
1197
+ "line-opacity": number;
1198
+ "line-width": {
1199
+ base: number;
1200
+ stops: number[][];
1201
+ };
1202
+ "background-color"?: undefined;
1203
+ "fill-color"?: undefined;
1204
+ "fill-opacity"?: undefined;
1205
+ "line-dasharray"?: undefined;
1206
+ "fill-outline-color"?: undefined;
1207
+ "fill-antialias"?: undefined;
1208
+ "fill-translate"?: undefined;
1209
+ "fill-pattern"?: undefined;
1210
+ "text-color"?: undefined;
1211
+ "text-halo-width"?: undefined;
1212
+ "text-halo-color"?: undefined;
1213
+ "text-halo-blur"?: undefined;
1214
+ };
1215
+ maxzoom?: undefined;
1216
+ } | {
1217
+ id: string;
1218
+ type: string;
1219
+ metadata: {
1220
+ "mapbox:group": string;
1221
+ };
1222
+ source: string;
1223
+ "source-layer": string;
1224
+ filter: (string | (string | string[])[])[];
1225
+ layout: {
1226
+ "line-cap": string;
1227
+ "line-join": string;
1228
+ visibility?: undefined;
1229
+ "text-font"?: undefined;
1230
+ "text-size"?: undefined;
1231
+ "text-field"?: undefined;
1232
+ "text-max-width"?: undefined;
1233
+ "text-rotation-alignment"?: undefined;
1234
+ "symbol-placement"?: undefined;
1235
+ "text-letter-spacing"?: undefined;
1236
+ "symbol-spacing"?: undefined;
1237
+ "text-padding"?: undefined;
1238
+ "text-anchor"?: undefined;
1239
+ "icon-image"?: undefined;
1240
+ "text-offset"?: undefined;
1241
+ "icon-rotation-alignment"?: undefined;
1242
+ "icon-size"?: undefined;
1243
+ "text-transform"?: undefined;
1244
+ };
1245
+ paint: {
1246
+ "line-color": string;
1247
+ "line-opacity": {
1248
+ stops: number[][];
1249
+ base?: undefined;
1250
+ };
1251
+ "line-width": {
1252
+ base: number;
1253
+ stops: number[][];
1254
+ };
1255
+ "background-color"?: undefined;
1256
+ "fill-color"?: undefined;
1257
+ "fill-opacity"?: undefined;
1258
+ "line-dasharray"?: undefined;
1259
+ "fill-outline-color"?: undefined;
1260
+ "fill-antialias"?: undefined;
1261
+ "fill-translate"?: undefined;
1262
+ "fill-pattern"?: undefined;
1263
+ "text-color"?: undefined;
1264
+ "text-halo-width"?: undefined;
1265
+ "text-halo-color"?: undefined;
1266
+ "text-halo-blur"?: undefined;
1267
+ };
1268
+ maxzoom?: undefined;
1269
+ minzoom?: undefined;
1270
+ } | {
1271
+ id: string;
1272
+ type: string;
1273
+ metadata: {
1274
+ "mapbox:group": string;
1275
+ };
1276
+ source: string;
1277
+ "source-layer": string;
1278
+ filter: (string | string[])[];
1279
+ layout: {
1280
+ "line-cap": string;
1281
+ "line-join": string;
1282
+ visibility: string;
1283
+ "text-font"?: undefined;
1284
+ "text-size"?: undefined;
1285
+ "text-field"?: undefined;
1286
+ "text-max-width"?: undefined;
1287
+ "text-rotation-alignment"?: undefined;
1288
+ "symbol-placement"?: undefined;
1289
+ "text-letter-spacing"?: undefined;
1290
+ "symbol-spacing"?: undefined;
1291
+ "text-padding"?: undefined;
1292
+ "text-anchor"?: undefined;
1293
+ "icon-image"?: undefined;
1294
+ "text-offset"?: undefined;
1295
+ "icon-rotation-alignment"?: undefined;
1296
+ "icon-size"?: undefined;
1297
+ "text-transform"?: undefined;
1298
+ };
1299
+ paint: {
1300
+ "line-color": string;
1301
+ "line-opacity": number;
1302
+ "line-width": {
1303
+ base: number;
1304
+ stops: number[][];
1305
+ };
1306
+ "background-color"?: undefined;
1307
+ "fill-color"?: undefined;
1308
+ "fill-opacity"?: undefined;
1309
+ "line-dasharray"?: undefined;
1310
+ "fill-outline-color"?: undefined;
1311
+ "fill-antialias"?: undefined;
1312
+ "fill-translate"?: undefined;
1313
+ "fill-pattern"?: undefined;
1314
+ "text-color"?: undefined;
1315
+ "text-halo-width"?: undefined;
1316
+ "text-halo-color"?: undefined;
1317
+ "text-halo-blur"?: undefined;
1318
+ };
1319
+ maxzoom?: undefined;
1320
+ minzoom?: undefined;
1321
+ } | {
1322
+ id: string;
1323
+ type: string;
1324
+ metadata: {
1325
+ "mapbox:group": string;
1326
+ };
1327
+ source: string;
1328
+ "source-layer": string;
1329
+ minzoom: number;
1330
+ filter: (string | string[])[];
1331
+ layout: {
1332
+ "line-cap": string;
1333
+ "line-join": string;
1334
+ visibility: string;
1335
+ "text-font"?: undefined;
1336
+ "text-size"?: undefined;
1337
+ "text-field"?: undefined;
1338
+ "text-max-width"?: undefined;
1339
+ "text-rotation-alignment"?: undefined;
1340
+ "symbol-placement"?: undefined;
1341
+ "text-letter-spacing"?: undefined;
1342
+ "symbol-spacing"?: undefined;
1343
+ "text-padding"?: undefined;
1344
+ "text-anchor"?: undefined;
1345
+ "icon-image"?: undefined;
1346
+ "text-offset"?: undefined;
1347
+ "icon-rotation-alignment"?: undefined;
1348
+ "icon-size"?: undefined;
1349
+ "text-transform"?: undefined;
1350
+ };
1351
+ paint: {
1352
+ "line-color": string;
1353
+ "line-opacity": {
1354
+ stops: number[][];
1355
+ base?: undefined;
1356
+ };
1357
+ "line-width": {
1358
+ base: number;
1359
+ stops: number[][];
1360
+ };
1361
+ "background-color"?: undefined;
1362
+ "fill-color"?: undefined;
1363
+ "fill-opacity"?: undefined;
1364
+ "line-dasharray"?: undefined;
1365
+ "fill-outline-color"?: undefined;
1366
+ "fill-antialias"?: undefined;
1367
+ "fill-translate"?: undefined;
1368
+ "fill-pattern"?: undefined;
1369
+ "text-color"?: undefined;
1370
+ "text-halo-width"?: undefined;
1371
+ "text-halo-color"?: undefined;
1372
+ "text-halo-blur"?: undefined;
1373
+ };
1374
+ maxzoom?: undefined;
1375
+ } | {
1376
+ id: string;
1377
+ type: string;
1378
+ metadata: {
1379
+ "mapbox:group": string;
1380
+ };
1381
+ source: string;
1382
+ "source-layer": string;
1383
+ minzoom: number;
1384
+ filter: (string | string[])[];
1385
+ layout: {
1386
+ "line-cap": string;
1387
+ "line-join": string;
1388
+ visibility?: undefined;
1389
+ "text-font"?: undefined;
1390
+ "text-size"?: undefined;
1391
+ "text-field"?: undefined;
1392
+ "text-max-width"?: undefined;
1393
+ "text-rotation-alignment"?: undefined;
1394
+ "symbol-placement"?: undefined;
1395
+ "text-letter-spacing"?: undefined;
1396
+ "symbol-spacing"?: undefined;
1397
+ "text-padding"?: undefined;
1398
+ "text-anchor"?: undefined;
1399
+ "icon-image"?: undefined;
1400
+ "text-offset"?: undefined;
1401
+ "icon-rotation-alignment"?: undefined;
1402
+ "icon-size"?: undefined;
1403
+ "text-transform"?: undefined;
1404
+ };
1405
+ paint: {
1406
+ "line-color": string;
1407
+ "line-width": {
1408
+ base: number;
1409
+ stops: number[][];
1410
+ };
1411
+ "background-color"?: undefined;
1412
+ "fill-color"?: undefined;
1413
+ "fill-opacity"?: undefined;
1414
+ "line-dasharray"?: undefined;
1415
+ "fill-outline-color"?: undefined;
1416
+ "fill-antialias"?: undefined;
1417
+ "fill-translate"?: undefined;
1418
+ "fill-pattern"?: undefined;
1419
+ "line-opacity"?: undefined;
1420
+ "text-color"?: undefined;
1421
+ "text-halo-width"?: undefined;
1422
+ "text-halo-color"?: undefined;
1423
+ "text-halo-blur"?: undefined;
1424
+ };
1425
+ maxzoom?: undefined;
1426
+ } | {
1427
+ id: string;
1428
+ type: string;
1429
+ metadata: {
1430
+ "mapbox:group": string;
1431
+ };
1432
+ source: string;
1433
+ "source-layer": string;
1434
+ filter: (string | (string | string[])[])[];
1435
+ layout: {
1436
+ "line-cap": string;
1437
+ "line-join": string;
1438
+ visibility?: undefined;
1439
+ "text-font"?: undefined;
1440
+ "text-size"?: undefined;
1441
+ "text-field"?: undefined;
1442
+ "text-max-width"?: undefined;
1443
+ "text-rotation-alignment"?: undefined;
1444
+ "symbol-placement"?: undefined;
1445
+ "text-letter-spacing"?: undefined;
1446
+ "symbol-spacing"?: undefined;
1447
+ "text-padding"?: undefined;
1448
+ "text-anchor"?: undefined;
1449
+ "icon-image"?: undefined;
1450
+ "text-offset"?: undefined;
1451
+ "icon-rotation-alignment"?: undefined;
1452
+ "icon-size"?: undefined;
1453
+ "text-transform"?: undefined;
1454
+ };
1455
+ paint: {
1456
+ "line-color": string;
1457
+ "line-opacity": number;
1458
+ "line-width": {
1459
+ base: number;
1460
+ stops: number[][];
1461
+ };
1462
+ "background-color"?: undefined;
1463
+ "fill-color"?: undefined;
1464
+ "fill-opacity"?: undefined;
1465
+ "line-dasharray"?: undefined;
1466
+ "fill-outline-color"?: undefined;
1467
+ "fill-antialias"?: undefined;
1468
+ "fill-translate"?: undefined;
1469
+ "fill-pattern"?: undefined;
1470
+ "text-color"?: undefined;
1471
+ "text-halo-width"?: undefined;
1472
+ "text-halo-color"?: undefined;
1473
+ "text-halo-blur"?: undefined;
1474
+ };
1475
+ maxzoom?: undefined;
1476
+ minzoom?: undefined;
1477
+ } | {
1478
+ id: string;
1479
+ type: string;
1480
+ metadata: {
1481
+ "mapbox:group": string;
1482
+ };
1483
+ source: string;
1484
+ "source-layer": string;
1485
+ filter: (string | (string | string[])[])[];
1486
+ layout: {
1487
+ "line-cap": string;
1488
+ "line-join": string;
1489
+ visibility: string;
1490
+ "text-font"?: undefined;
1491
+ "text-size"?: undefined;
1492
+ "text-field"?: undefined;
1493
+ "text-max-width"?: undefined;
1494
+ "text-rotation-alignment"?: undefined;
1495
+ "symbol-placement"?: undefined;
1496
+ "text-letter-spacing"?: undefined;
1497
+ "symbol-spacing"?: undefined;
1498
+ "text-padding"?: undefined;
1499
+ "text-anchor"?: undefined;
1500
+ "icon-image"?: undefined;
1501
+ "text-offset"?: undefined;
1502
+ "icon-rotation-alignment"?: undefined;
1503
+ "icon-size"?: undefined;
1504
+ "text-transform"?: undefined;
1505
+ };
1506
+ paint: {
1507
+ "line-color": string;
1508
+ "line-width": {
1509
+ base: number;
1510
+ stops: number[][];
1511
+ };
1512
+ "background-color"?: undefined;
1513
+ "fill-color"?: undefined;
1514
+ "fill-opacity"?: undefined;
1515
+ "line-dasharray"?: undefined;
1516
+ "fill-outline-color"?: undefined;
1517
+ "fill-antialias"?: undefined;
1518
+ "fill-translate"?: undefined;
1519
+ "fill-pattern"?: undefined;
1520
+ "line-opacity"?: undefined;
1521
+ "text-color"?: undefined;
1522
+ "text-halo-width"?: undefined;
1523
+ "text-halo-color"?: undefined;
1524
+ "text-halo-blur"?: undefined;
1525
+ };
1526
+ maxzoom?: undefined;
1527
+ minzoom?: undefined;
1528
+ } | {
1529
+ id: string;
1530
+ type: string;
1531
+ metadata: {
1532
+ "mapbox:group": string;
1533
+ };
1534
+ source: string;
1535
+ "source-layer": string;
1536
+ minzoom: number;
1537
+ filter: (string | (string | string[])[])[];
1538
+ layout: {
1539
+ "line-cap": string;
1540
+ "line-join": string;
1541
+ visibility: string;
1542
+ "text-font"?: undefined;
1543
+ "text-size"?: undefined;
1544
+ "text-field"?: undefined;
1545
+ "text-max-width"?: undefined;
1546
+ "text-rotation-alignment"?: undefined;
1547
+ "symbol-placement"?: undefined;
1548
+ "text-letter-spacing"?: undefined;
1549
+ "symbol-spacing"?: undefined;
1550
+ "text-padding"?: undefined;
1551
+ "text-anchor"?: undefined;
1552
+ "icon-image"?: undefined;
1553
+ "text-offset"?: undefined;
1554
+ "icon-rotation-alignment"?: undefined;
1555
+ "icon-size"?: undefined;
1556
+ "text-transform"?: undefined;
1557
+ };
1558
+ paint: {
1559
+ "line-color": string;
1560
+ "line-width": {
1561
+ base: number;
1562
+ stops: number[][];
1563
+ };
1564
+ "background-color"?: undefined;
1565
+ "fill-color"?: undefined;
1566
+ "fill-opacity"?: undefined;
1567
+ "line-dasharray"?: undefined;
1568
+ "fill-outline-color"?: undefined;
1569
+ "fill-antialias"?: undefined;
1570
+ "fill-translate"?: undefined;
1571
+ "fill-pattern"?: undefined;
1572
+ "line-opacity"?: undefined;
1573
+ "text-color"?: undefined;
1574
+ "text-halo-width"?: undefined;
1575
+ "text-halo-color"?: undefined;
1576
+ "text-halo-blur"?: undefined;
1577
+ };
1578
+ maxzoom?: undefined;
1579
+ } | {
1580
+ id: string;
1581
+ type: string;
1582
+ metadata: {
1583
+ "mapbox:group": string;
1584
+ };
1585
+ source: string;
1586
+ "source-layer": string;
1587
+ filter: (string | (string | string[])[])[];
1588
+ paint: {
1589
+ "line-color": string;
1590
+ "line-width": {
1591
+ base: number;
1592
+ stops: number[][];
1593
+ };
1594
+ "background-color"?: undefined;
1595
+ "fill-color"?: undefined;
1596
+ "fill-opacity"?: undefined;
1597
+ "line-dasharray"?: undefined;
1598
+ "fill-outline-color"?: undefined;
1599
+ "fill-antialias"?: undefined;
1600
+ "fill-translate"?: undefined;
1601
+ "fill-pattern"?: undefined;
1602
+ "line-opacity"?: undefined;
1603
+ "text-color"?: undefined;
1604
+ "text-halo-width"?: undefined;
1605
+ "text-halo-color"?: undefined;
1606
+ "text-halo-blur"?: undefined;
1607
+ };
1608
+ layout?: undefined;
1609
+ maxzoom?: undefined;
1610
+ minzoom?: undefined;
1611
+ } | {
1612
+ id: string;
1613
+ type: string;
1614
+ metadata: {
1615
+ "mapbox:group": string;
1616
+ };
1617
+ source: string;
1618
+ "source-layer": string;
1619
+ filter: (string | (string | string[])[])[];
1620
+ layout: {
1621
+ visibility: string;
1622
+ "line-cap"?: undefined;
1623
+ "line-join"?: undefined;
1624
+ "text-font"?: undefined;
1625
+ "text-size"?: undefined;
1626
+ "text-field"?: undefined;
1627
+ "text-max-width"?: undefined;
1628
+ "text-rotation-alignment"?: undefined;
1629
+ "symbol-placement"?: undefined;
1630
+ "text-letter-spacing"?: undefined;
1631
+ "symbol-spacing"?: undefined;
1632
+ "text-padding"?: undefined;
1633
+ "text-anchor"?: undefined;
1634
+ "icon-image"?: undefined;
1635
+ "text-offset"?: undefined;
1636
+ "icon-rotation-alignment"?: undefined;
1637
+ "icon-size"?: undefined;
1638
+ "text-transform"?: undefined;
1639
+ };
1640
+ paint: {
1641
+ "line-color": string;
1642
+ "line-dasharray": number[];
1643
+ "line-width": {
1644
+ base: number;
1645
+ stops: number[][];
1646
+ };
1647
+ "background-color"?: undefined;
1648
+ "fill-color"?: undefined;
1649
+ "fill-opacity"?: undefined;
1650
+ "fill-outline-color"?: undefined;
1651
+ "fill-antialias"?: undefined;
1652
+ "fill-translate"?: undefined;
1653
+ "fill-pattern"?: undefined;
1654
+ "line-opacity"?: undefined;
1655
+ "text-color"?: undefined;
1656
+ "text-halo-width"?: undefined;
1657
+ "text-halo-color"?: undefined;
1658
+ "text-halo-blur"?: undefined;
1659
+ };
1660
+ maxzoom?: undefined;
1661
+ minzoom?: undefined;
1662
+ } | {
1663
+ id: string;
1664
+ type: string;
1665
+ source: string;
1666
+ "source-layer": string;
1667
+ filter: (string | (string | number)[])[];
1668
+ layout: {
1669
+ "line-join": string;
1670
+ visibility?: undefined;
1671
+ "line-cap"?: undefined;
1672
+ "text-font"?: undefined;
1673
+ "text-size"?: undefined;
1674
+ "text-field"?: undefined;
1675
+ "text-max-width"?: undefined;
1676
+ "text-rotation-alignment"?: undefined;
1677
+ "symbol-placement"?: undefined;
1678
+ "text-letter-spacing"?: undefined;
1679
+ "symbol-spacing"?: undefined;
1680
+ "text-padding"?: undefined;
1681
+ "text-anchor"?: undefined;
1682
+ "icon-image"?: undefined;
1683
+ "text-offset"?: undefined;
1684
+ "icon-rotation-alignment"?: undefined;
1685
+ "icon-size"?: undefined;
1686
+ "text-transform"?: undefined;
1687
+ };
1688
+ paint: {
1689
+ "line-color": string;
1690
+ "line-dasharray": number[];
1691
+ "line-width": {
1692
+ base: number;
1693
+ stops: number[][];
1694
+ };
1695
+ "background-color"?: undefined;
1696
+ "fill-color"?: undefined;
1697
+ "fill-opacity"?: undefined;
1698
+ "fill-outline-color"?: undefined;
1699
+ "fill-antialias"?: undefined;
1700
+ "fill-translate"?: undefined;
1701
+ "fill-pattern"?: undefined;
1702
+ "line-opacity"?: undefined;
1703
+ "text-color"?: undefined;
1704
+ "text-halo-width"?: undefined;
1705
+ "text-halo-color"?: undefined;
1706
+ "text-halo-blur"?: undefined;
1707
+ };
1708
+ metadata?: undefined;
1709
+ maxzoom?: undefined;
1710
+ minzoom?: undefined;
1711
+ } | {
1712
+ id: string;
1713
+ type: string;
1714
+ source: string;
1715
+ "source-layer": string;
1716
+ filter: (string | (string | number)[])[];
1717
+ layout: {
1718
+ "line-cap": string;
1719
+ "line-join": string;
1720
+ visibility?: undefined;
1721
+ "text-font"?: undefined;
1722
+ "text-size"?: undefined;
1723
+ "text-field"?: undefined;
1724
+ "text-max-width"?: undefined;
1725
+ "text-rotation-alignment"?: undefined;
1726
+ "symbol-placement"?: undefined;
1727
+ "text-letter-spacing"?: undefined;
1728
+ "symbol-spacing"?: undefined;
1729
+ "text-padding"?: undefined;
1730
+ "text-anchor"?: undefined;
1731
+ "icon-image"?: undefined;
1732
+ "text-offset"?: undefined;
1733
+ "icon-rotation-alignment"?: undefined;
1734
+ "icon-size"?: undefined;
1735
+ "text-transform"?: undefined;
1736
+ };
1737
+ paint: {
1738
+ "line-color": string;
1739
+ "line-width": {
1740
+ base: number;
1741
+ stops: number[][];
1742
+ };
1743
+ "background-color"?: undefined;
1744
+ "fill-color"?: undefined;
1745
+ "fill-opacity"?: undefined;
1746
+ "line-dasharray"?: undefined;
1747
+ "fill-outline-color"?: undefined;
1748
+ "fill-antialias"?: undefined;
1749
+ "fill-translate"?: undefined;
1750
+ "fill-pattern"?: undefined;
1751
+ "line-opacity"?: undefined;
1752
+ "text-color"?: undefined;
1753
+ "text-halo-width"?: undefined;
1754
+ "text-halo-color"?: undefined;
1755
+ "text-halo-blur"?: undefined;
1756
+ };
1757
+ metadata?: undefined;
1758
+ maxzoom?: undefined;
1759
+ minzoom?: undefined;
1760
+ } | {
1761
+ id: string;
1762
+ type: string;
1763
+ source: string;
1764
+ "source-layer": string;
1765
+ filter: (string | (string | number)[])[];
1766
+ layout: {
1767
+ "line-cap": string;
1768
+ "line-join": string;
1769
+ visibility?: undefined;
1770
+ "text-font"?: undefined;
1771
+ "text-size"?: undefined;
1772
+ "text-field"?: undefined;
1773
+ "text-max-width"?: undefined;
1774
+ "text-rotation-alignment"?: undefined;
1775
+ "symbol-placement"?: undefined;
1776
+ "text-letter-spacing"?: undefined;
1777
+ "symbol-spacing"?: undefined;
1778
+ "text-padding"?: undefined;
1779
+ "text-anchor"?: undefined;
1780
+ "icon-image"?: undefined;
1781
+ "text-offset"?: undefined;
1782
+ "icon-rotation-alignment"?: undefined;
1783
+ "icon-size"?: undefined;
1784
+ "text-transform"?: undefined;
1785
+ };
1786
+ paint: {
1787
+ "line-color": string;
1788
+ "line-width": {
1789
+ base: number;
1790
+ stops: number[][];
1791
+ };
1792
+ "line-opacity": {
1793
+ stops: number[][];
1794
+ base?: undefined;
1795
+ };
1796
+ "background-color"?: undefined;
1797
+ "fill-color"?: undefined;
1798
+ "fill-opacity"?: undefined;
1799
+ "line-dasharray"?: undefined;
1800
+ "fill-outline-color"?: undefined;
1801
+ "fill-antialias"?: undefined;
1802
+ "fill-translate"?: undefined;
1803
+ "fill-pattern"?: undefined;
1804
+ "text-color"?: undefined;
1805
+ "text-halo-width"?: undefined;
1806
+ "text-halo-color"?: undefined;
1807
+ "text-halo-blur"?: undefined;
1808
+ };
1809
+ metadata?: undefined;
1810
+ maxzoom?: undefined;
1811
+ minzoom?: undefined;
1812
+ } | {
1813
+ id: string;
1814
+ type: string;
1815
+ source: string;
1816
+ "source-layer": string;
1817
+ minzoom: number;
1818
+ filter: (string | string[])[];
1819
+ layout: {
1820
+ "text-font": string[];
1821
+ "text-size": number;
1822
+ "text-field": string;
1823
+ "text-max-width": number;
1824
+ "text-rotation-alignment": string;
1825
+ "symbol-placement": string;
1826
+ "text-letter-spacing": number;
1827
+ "symbol-spacing": number;
1828
+ visibility?: undefined;
1829
+ "line-cap"?: undefined;
1830
+ "line-join"?: undefined;
1831
+ "text-padding"?: undefined;
1832
+ "text-anchor"?: undefined;
1833
+ "icon-image"?: undefined;
1834
+ "text-offset"?: undefined;
1835
+ "icon-rotation-alignment"?: undefined;
1836
+ "icon-size"?: undefined;
1837
+ "text-transform"?: undefined;
1838
+ };
1839
+ paint: {
1840
+ "text-color": string;
1841
+ "text-halo-width": number;
1842
+ "text-halo-color": string;
1843
+ "background-color"?: undefined;
1844
+ "fill-color"?: undefined;
1845
+ "fill-opacity"?: undefined;
1846
+ "line-color"?: undefined;
1847
+ "line-dasharray"?: undefined;
1848
+ "fill-outline-color"?: undefined;
1849
+ "fill-antialias"?: undefined;
1850
+ "line-width"?: undefined;
1851
+ "fill-translate"?: undefined;
1852
+ "fill-pattern"?: undefined;
1853
+ "line-opacity"?: undefined;
1854
+ "text-halo-blur"?: undefined;
1855
+ };
1856
+ metadata?: undefined;
1857
+ maxzoom?: undefined;
1858
+ } | {
1859
+ id: string;
1860
+ type: string;
1861
+ source: string;
1862
+ "source-layer": string;
1863
+ filter: (string | string[])[];
1864
+ layout: {
1865
+ "text-font": string[];
1866
+ "text-size": number;
1867
+ "text-field": string;
1868
+ "text-max-width": number;
1869
+ "text-rotation-alignment": string;
1870
+ "symbol-placement": string;
1871
+ "symbol-spacing": number;
1872
+ "text-letter-spacing": number;
1873
+ visibility?: undefined;
1874
+ "line-cap"?: undefined;
1875
+ "line-join"?: undefined;
1876
+ "text-padding"?: undefined;
1877
+ "text-anchor"?: undefined;
1878
+ "icon-image"?: undefined;
1879
+ "text-offset"?: undefined;
1880
+ "icon-rotation-alignment"?: undefined;
1881
+ "icon-size"?: undefined;
1882
+ "text-transform"?: undefined;
1883
+ };
1884
+ paint: {
1885
+ "text-color": string;
1886
+ "text-halo-width": number;
1887
+ "text-halo-color": string;
1888
+ "background-color"?: undefined;
1889
+ "fill-color"?: undefined;
1890
+ "fill-opacity"?: undefined;
1891
+ "line-color"?: undefined;
1892
+ "line-dasharray"?: undefined;
1893
+ "fill-outline-color"?: undefined;
1894
+ "fill-antialias"?: undefined;
1895
+ "line-width"?: undefined;
1896
+ "fill-translate"?: undefined;
1897
+ "fill-pattern"?: undefined;
1898
+ "line-opacity"?: undefined;
1899
+ "text-halo-blur"?: undefined;
1900
+ };
1901
+ metadata?: undefined;
1902
+ maxzoom?: undefined;
1903
+ minzoom?: undefined;
1904
+ } | {
1905
+ id: string;
1906
+ type: string;
1907
+ source: string;
1908
+ "source-layer": string;
1909
+ filter: (string | string[])[];
1910
+ layout: {
1911
+ "text-font": string[];
1912
+ "text-size": {
1913
+ stops: number[][];
1914
+ base?: undefined;
1915
+ };
1916
+ "text-field": string;
1917
+ "text-max-width": number;
1918
+ "text-rotation-alignment": string;
1919
+ "symbol-placement": string;
1920
+ "symbol-spacing": number;
1921
+ "text-letter-spacing": number;
1922
+ visibility: string;
1923
+ "line-cap"?: undefined;
1924
+ "line-join"?: undefined;
1925
+ "text-padding"?: undefined;
1926
+ "text-anchor"?: undefined;
1927
+ "icon-image"?: undefined;
1928
+ "text-offset"?: undefined;
1929
+ "icon-rotation-alignment"?: undefined;
1930
+ "icon-size"?: undefined;
1931
+ "text-transform"?: undefined;
1932
+ };
1933
+ paint: {
1934
+ "text-color": string;
1935
+ "text-halo-width": number;
1936
+ "text-halo-color": string;
1937
+ "background-color"?: undefined;
1938
+ "fill-color"?: undefined;
1939
+ "fill-opacity"?: undefined;
1940
+ "line-color"?: undefined;
1941
+ "line-dasharray"?: undefined;
1942
+ "fill-outline-color"?: undefined;
1943
+ "fill-antialias"?: undefined;
1944
+ "line-width"?: undefined;
1945
+ "fill-translate"?: undefined;
1946
+ "fill-pattern"?: undefined;
1947
+ "line-opacity"?: undefined;
1948
+ "text-halo-blur"?: undefined;
1949
+ };
1950
+ metadata?: undefined;
1951
+ maxzoom?: undefined;
1952
+ minzoom?: undefined;
1953
+ } | {
1954
+ id: string;
1955
+ type: string;
1956
+ source: string;
1957
+ "source-layer": string;
1958
+ minzoom: number;
1959
+ filter: (string | (string | number)[])[];
1960
+ layout: {
1961
+ "text-padding": number;
1962
+ "text-font": string[];
1963
+ "text-anchor": string;
1964
+ "icon-image": string;
1965
+ "text-field": string;
1966
+ "text-offset": number[];
1967
+ "text-size": number;
1968
+ "text-max-width": number;
1969
+ visibility?: undefined;
1970
+ "line-cap"?: undefined;
1971
+ "line-join"?: undefined;
1972
+ "text-rotation-alignment"?: undefined;
1973
+ "symbol-placement"?: undefined;
1974
+ "text-letter-spacing"?: undefined;
1975
+ "symbol-spacing"?: undefined;
1976
+ "icon-rotation-alignment"?: undefined;
1977
+ "icon-size"?: undefined;
1978
+ "text-transform"?: undefined;
1979
+ };
1980
+ paint: {
1981
+ "text-halo-blur": number;
1982
+ "text-color": string;
1983
+ "text-halo-width": number;
1984
+ "text-halo-color": string;
1985
+ "background-color"?: undefined;
1986
+ "fill-color"?: undefined;
1987
+ "fill-opacity"?: undefined;
1988
+ "line-color"?: undefined;
1989
+ "line-dasharray"?: undefined;
1990
+ "fill-outline-color"?: undefined;
1991
+ "fill-antialias"?: undefined;
1992
+ "line-width"?: undefined;
1993
+ "fill-translate"?: undefined;
1994
+ "fill-pattern"?: undefined;
1995
+ "line-opacity"?: undefined;
1996
+ };
1997
+ metadata?: undefined;
1998
+ maxzoom?: undefined;
1999
+ } | {
2000
+ id: string;
2001
+ type: string;
2002
+ source: string;
2003
+ "source-layer": string;
2004
+ minzoom: number;
2005
+ filter: (string | (string | (string | number)[])[])[];
2006
+ layout: {
2007
+ "text-padding": number;
2008
+ "text-font": string[];
2009
+ "text-anchor": string;
2010
+ "icon-image": string;
2011
+ "text-field": string;
2012
+ "text-offset": number[];
2013
+ "text-size": number;
2014
+ "text-max-width": number;
2015
+ visibility?: undefined;
2016
+ "line-cap"?: undefined;
2017
+ "line-join"?: undefined;
2018
+ "text-rotation-alignment"?: undefined;
2019
+ "symbol-placement"?: undefined;
2020
+ "text-letter-spacing"?: undefined;
2021
+ "symbol-spacing"?: undefined;
2022
+ "icon-rotation-alignment"?: undefined;
2023
+ "icon-size"?: undefined;
2024
+ "text-transform"?: undefined;
2025
+ };
2026
+ paint: {
2027
+ "text-halo-blur": number;
2028
+ "text-color": string;
2029
+ "text-halo-width": number;
2030
+ "text-halo-color": string;
2031
+ "background-color"?: undefined;
2032
+ "fill-color"?: undefined;
2033
+ "fill-opacity"?: undefined;
2034
+ "line-color"?: undefined;
2035
+ "line-dasharray"?: undefined;
2036
+ "fill-outline-color"?: undefined;
2037
+ "fill-antialias"?: undefined;
2038
+ "line-width"?: undefined;
2039
+ "fill-translate"?: undefined;
2040
+ "fill-pattern"?: undefined;
2041
+ "line-opacity"?: undefined;
2042
+ };
2043
+ metadata?: undefined;
2044
+ maxzoom?: undefined;
2045
+ } | {
2046
+ id: string;
2047
+ type: string;
2048
+ source: string;
2049
+ "source-layer": string;
2050
+ minzoom: number;
2051
+ filter: (string | string[])[];
2052
+ layout: {
2053
+ "text-size": {
2054
+ base: number;
2055
+ stops: number[][];
2056
+ };
2057
+ "text-font": string[];
2058
+ "text-field": string;
2059
+ "symbol-placement": string;
2060
+ "text-rotation-alignment": string;
2061
+ visibility?: undefined;
2062
+ "line-cap"?: undefined;
2063
+ "line-join"?: undefined;
2064
+ "text-max-width"?: undefined;
2065
+ "text-letter-spacing"?: undefined;
2066
+ "symbol-spacing"?: undefined;
2067
+ "text-padding"?: undefined;
2068
+ "text-anchor"?: undefined;
2069
+ "icon-image"?: undefined;
2070
+ "text-offset"?: undefined;
2071
+ "icon-rotation-alignment"?: undefined;
2072
+ "icon-size"?: undefined;
2073
+ "text-transform"?: undefined;
2074
+ };
2075
+ paint: {
2076
+ "text-halo-color": string;
2077
+ "text-color": string;
2078
+ "text-halo-width": number;
2079
+ "background-color"?: undefined;
2080
+ "fill-color"?: undefined;
2081
+ "fill-opacity"?: undefined;
2082
+ "line-color"?: undefined;
2083
+ "line-dasharray"?: undefined;
2084
+ "fill-outline-color"?: undefined;
2085
+ "fill-antialias"?: undefined;
2086
+ "line-width"?: undefined;
2087
+ "fill-translate"?: undefined;
2088
+ "fill-pattern"?: undefined;
2089
+ "line-opacity"?: undefined;
2090
+ "text-halo-blur"?: undefined;
2091
+ };
2092
+ metadata?: undefined;
2093
+ maxzoom?: undefined;
2094
+ } | {
2095
+ id: string;
2096
+ type: string;
2097
+ source: string;
2098
+ "source-layer": string;
2099
+ minzoom: number;
2100
+ filter: (string | string[])[];
2101
+ layout: {
2102
+ "text-size": {
2103
+ base: number;
2104
+ stops: number[][];
2105
+ };
2106
+ "text-font": string[];
2107
+ "text-field": string;
2108
+ "symbol-placement": string;
2109
+ "text-rotation-alignment": string;
2110
+ visibility?: undefined;
2111
+ "line-cap"?: undefined;
2112
+ "line-join"?: undefined;
2113
+ "text-max-width"?: undefined;
2114
+ "text-letter-spacing"?: undefined;
2115
+ "symbol-spacing"?: undefined;
2116
+ "text-padding"?: undefined;
2117
+ "text-anchor"?: undefined;
2118
+ "icon-image"?: undefined;
2119
+ "text-offset"?: undefined;
2120
+ "icon-rotation-alignment"?: undefined;
2121
+ "icon-size"?: undefined;
2122
+ "text-transform"?: undefined;
2123
+ };
2124
+ paint: {
2125
+ "text-halo-blur": number;
2126
+ "text-color": string;
2127
+ "text-halo-width": number;
2128
+ "background-color"?: undefined;
2129
+ "fill-color"?: undefined;
2130
+ "fill-opacity"?: undefined;
2131
+ "line-color"?: undefined;
2132
+ "line-dasharray"?: undefined;
2133
+ "fill-outline-color"?: undefined;
2134
+ "fill-antialias"?: undefined;
2135
+ "line-width"?: undefined;
2136
+ "fill-translate"?: undefined;
2137
+ "fill-pattern"?: undefined;
2138
+ "line-opacity"?: undefined;
2139
+ "text-halo-color"?: undefined;
2140
+ };
2141
+ metadata?: undefined;
2142
+ maxzoom?: undefined;
2143
+ } | {
2144
+ id: string;
2145
+ type: string;
2146
+ source: string;
2147
+ "source-layer": string;
2148
+ minzoom: number;
2149
+ filter: (string | (string | number)[])[];
2150
+ layout: {
2151
+ "text-size": number;
2152
+ "icon-image": string;
2153
+ "icon-rotation-alignment": string;
2154
+ "symbol-spacing": number;
2155
+ "text-font": string[];
2156
+ "symbol-placement": {
2157
+ base: number;
2158
+ stops: (string | number)[][];
2159
+ };
2160
+ "text-rotation-alignment": string;
2161
+ "icon-size": number;
2162
+ "text-field": string;
2163
+ visibility?: undefined;
2164
+ "line-cap"?: undefined;
2165
+ "line-join"?: undefined;
2166
+ "text-max-width"?: undefined;
2167
+ "text-letter-spacing"?: undefined;
2168
+ "text-padding"?: undefined;
2169
+ "text-anchor"?: undefined;
2170
+ "text-offset"?: undefined;
2171
+ "text-transform"?: undefined;
2172
+ };
2173
+ paint: {
2174
+ "background-color"?: undefined;
2175
+ "fill-color"?: undefined;
2176
+ "fill-opacity"?: undefined;
2177
+ "line-color"?: undefined;
2178
+ "line-dasharray"?: undefined;
2179
+ "fill-outline-color"?: undefined;
2180
+ "fill-antialias"?: undefined;
2181
+ "line-width"?: undefined;
2182
+ "fill-translate"?: undefined;
2183
+ "fill-pattern"?: undefined;
2184
+ "line-opacity"?: undefined;
2185
+ "text-color"?: undefined;
2186
+ "text-halo-width"?: undefined;
2187
+ "text-halo-color"?: undefined;
2188
+ "text-halo-blur"?: undefined;
2189
+ };
2190
+ metadata?: undefined;
2191
+ maxzoom?: undefined;
2192
+ } | {
2193
+ id: string;
2194
+ type: string;
2195
+ source: string;
2196
+ "source-layer": string;
2197
+ minzoom: number;
2198
+ filter: (string | (string | number)[])[];
2199
+ layout: {
2200
+ "text-size": number;
2201
+ "icon-image": string;
2202
+ "icon-rotation-alignment": string;
2203
+ "symbol-spacing": number;
2204
+ "text-font": string[];
2205
+ "symbol-placement": {
2206
+ base: number;
2207
+ stops: (string | number)[][];
2208
+ };
2209
+ "text-rotation-alignment": string;
2210
+ "icon-size": number;
2211
+ "text-field": string;
2212
+ visibility?: undefined;
2213
+ "line-cap"?: undefined;
2214
+ "line-join"?: undefined;
2215
+ "text-max-width"?: undefined;
2216
+ "text-letter-spacing"?: undefined;
2217
+ "text-padding"?: undefined;
2218
+ "text-anchor"?: undefined;
2219
+ "text-offset"?: undefined;
2220
+ "text-transform"?: undefined;
2221
+ };
2222
+ paint: {
2223
+ "text-color": string;
2224
+ "background-color"?: undefined;
2225
+ "fill-color"?: undefined;
2226
+ "fill-opacity"?: undefined;
2227
+ "line-color"?: undefined;
2228
+ "line-dasharray"?: undefined;
2229
+ "fill-outline-color"?: undefined;
2230
+ "fill-antialias"?: undefined;
2231
+ "line-width"?: undefined;
2232
+ "fill-translate"?: undefined;
2233
+ "fill-pattern"?: undefined;
2234
+ "line-opacity"?: undefined;
2235
+ "text-halo-width"?: undefined;
2236
+ "text-halo-color"?: undefined;
2237
+ "text-halo-blur"?: undefined;
2238
+ };
2239
+ metadata?: undefined;
2240
+ maxzoom?: undefined;
2241
+ } | {
2242
+ id: string;
2243
+ type: string;
2244
+ metadata: {
2245
+ "mapbox:group": string;
2246
+ };
2247
+ source: string;
2248
+ "source-layer": string;
2249
+ filter: (string | string[])[];
2250
+ layout: {
2251
+ "text-letter-spacing": number;
2252
+ "text-size": {
2253
+ base: number;
2254
+ stops: number[][];
2255
+ };
2256
+ "text-font": string[];
2257
+ "text-field": string;
2258
+ "text-transform": string;
2259
+ "text-max-width": number;
2260
+ visibility?: undefined;
2261
+ "line-cap"?: undefined;
2262
+ "line-join"?: undefined;
2263
+ "text-rotation-alignment"?: undefined;
2264
+ "symbol-placement"?: undefined;
2265
+ "symbol-spacing"?: undefined;
2266
+ "text-padding"?: undefined;
2267
+ "text-anchor"?: undefined;
2268
+ "icon-image"?: undefined;
2269
+ "text-offset"?: undefined;
2270
+ "icon-rotation-alignment"?: undefined;
2271
+ "icon-size"?: undefined;
2272
+ };
2273
+ paint: {
2274
+ "text-color": string;
2275
+ "text-halo-width": number;
2276
+ "text-halo-color": string;
2277
+ "background-color"?: undefined;
2278
+ "fill-color"?: undefined;
2279
+ "fill-opacity"?: undefined;
2280
+ "line-color"?: undefined;
2281
+ "line-dasharray"?: undefined;
2282
+ "fill-outline-color"?: undefined;
2283
+ "fill-antialias"?: undefined;
2284
+ "line-width"?: undefined;
2285
+ "fill-translate"?: undefined;
2286
+ "fill-pattern"?: undefined;
2287
+ "line-opacity"?: undefined;
2288
+ "text-halo-blur"?: undefined;
2289
+ };
2290
+ maxzoom?: undefined;
2291
+ minzoom?: undefined;
2292
+ } | {
2293
+ id: string;
2294
+ type: string;
2295
+ metadata: {
2296
+ "mapbox:group": string;
2297
+ };
2298
+ source: string;
2299
+ "source-layer": string;
2300
+ filter: (string | (string | number)[])[];
2301
+ layout: {
2302
+ "text-font": string[];
2303
+ "text-size": {
2304
+ base: number;
2305
+ stops: number[][];
2306
+ };
2307
+ "text-field": string;
2308
+ "text-max-width": number;
2309
+ visibility?: undefined;
2310
+ "line-cap"?: undefined;
2311
+ "line-join"?: undefined;
2312
+ "text-rotation-alignment"?: undefined;
2313
+ "symbol-placement"?: undefined;
2314
+ "text-letter-spacing"?: undefined;
2315
+ "symbol-spacing"?: undefined;
2316
+ "text-padding"?: undefined;
2317
+ "text-anchor"?: undefined;
2318
+ "icon-image"?: undefined;
2319
+ "text-offset"?: undefined;
2320
+ "icon-rotation-alignment"?: undefined;
2321
+ "icon-size"?: undefined;
2322
+ "text-transform"?: undefined;
2323
+ };
2324
+ paint: {
2325
+ "text-color": string;
2326
+ "text-halo-width": number;
2327
+ "text-halo-color": string;
2328
+ "background-color"?: undefined;
2329
+ "fill-color"?: undefined;
2330
+ "fill-opacity"?: undefined;
2331
+ "line-color"?: undefined;
2332
+ "line-dasharray"?: undefined;
2333
+ "fill-outline-color"?: undefined;
2334
+ "fill-antialias"?: undefined;
2335
+ "line-width"?: undefined;
2336
+ "fill-translate"?: undefined;
2337
+ "fill-pattern"?: undefined;
2338
+ "line-opacity"?: undefined;
2339
+ "text-halo-blur"?: undefined;
2340
+ };
2341
+ maxzoom?: undefined;
2342
+ minzoom?: undefined;
2343
+ } | {
2344
+ id: string;
2345
+ type: string;
2346
+ metadata: {
2347
+ "mapbox:group": string;
2348
+ };
2349
+ source: string;
2350
+ "source-layer": string;
2351
+ filter: (string | (string | number)[])[];
2352
+ layout: {
2353
+ "text-font": string[];
2354
+ "text-size": {
2355
+ base: number;
2356
+ stops: number[][];
2357
+ };
2358
+ "text-field": string;
2359
+ "text-max-width": number;
2360
+ "icon-image": string;
2361
+ "text-offset": number[];
2362
+ "icon-size": number;
2363
+ "text-anchor": string;
2364
+ visibility?: undefined;
2365
+ "line-cap"?: undefined;
2366
+ "line-join"?: undefined;
2367
+ "text-rotation-alignment"?: undefined;
2368
+ "symbol-placement"?: undefined;
2369
+ "text-letter-spacing"?: undefined;
2370
+ "symbol-spacing"?: undefined;
2371
+ "text-padding"?: undefined;
2372
+ "icon-rotation-alignment"?: undefined;
2373
+ "text-transform"?: undefined;
2374
+ };
2375
+ paint: {
2376
+ "text-color": string;
2377
+ "text-halo-width": number;
2378
+ "text-halo-color": string;
2379
+ "background-color"?: undefined;
2380
+ "fill-color"?: undefined;
2381
+ "fill-opacity"?: undefined;
2382
+ "line-color"?: undefined;
2383
+ "line-dasharray"?: undefined;
2384
+ "fill-outline-color"?: undefined;
2385
+ "fill-antialias"?: undefined;
2386
+ "line-width"?: undefined;
2387
+ "fill-translate"?: undefined;
2388
+ "fill-pattern"?: undefined;
2389
+ "line-opacity"?: undefined;
2390
+ "text-halo-blur"?: undefined;
2391
+ };
2392
+ maxzoom?: undefined;
2393
+ minzoom?: undefined;
2394
+ } | {
2395
+ id: string;
2396
+ type: string;
2397
+ metadata: {
2398
+ "mapbox:group": string;
2399
+ };
2400
+ source: string;
2401
+ "source-layer": string;
2402
+ filter: (string | (string | number)[])[];
2403
+ layout: {
2404
+ "text-font": string[];
2405
+ "text-field": string;
2406
+ "text-size": {
2407
+ stops: number[][];
2408
+ base?: undefined;
2409
+ };
2410
+ "text-transform": string;
2411
+ "text-max-width": number;
2412
+ visibility?: undefined;
2413
+ "line-cap"?: undefined;
2414
+ "line-join"?: undefined;
2415
+ "text-rotation-alignment"?: undefined;
2416
+ "symbol-placement"?: undefined;
2417
+ "text-letter-spacing"?: undefined;
2418
+ "symbol-spacing"?: undefined;
2419
+ "text-padding"?: undefined;
2420
+ "text-anchor"?: undefined;
2421
+ "icon-image"?: undefined;
2422
+ "text-offset"?: undefined;
2423
+ "icon-rotation-alignment"?: undefined;
2424
+ "icon-size"?: undefined;
2425
+ };
2426
+ paint: {
2427
+ "text-halo-blur": number;
2428
+ "text-color": string;
2429
+ "text-halo-width": number;
2430
+ "text-halo-color": string;
2431
+ "background-color"?: undefined;
2432
+ "fill-color"?: undefined;
2433
+ "fill-opacity"?: undefined;
2434
+ "line-color"?: undefined;
2435
+ "line-dasharray"?: undefined;
2436
+ "fill-outline-color"?: undefined;
2437
+ "fill-antialias"?: undefined;
2438
+ "line-width"?: undefined;
2439
+ "fill-translate"?: undefined;
2440
+ "fill-pattern"?: undefined;
2441
+ "line-opacity"?: undefined;
2442
+ };
2443
+ maxzoom?: undefined;
2444
+ minzoom?: undefined;
2445
+ } | {
2446
+ id: string;
2447
+ type: string;
2448
+ metadata: {
2449
+ "mapbox:group": string;
2450
+ };
2451
+ source: string;
2452
+ "source-layer": string;
2453
+ maxzoom: number;
2454
+ filter: (string | string[])[];
2455
+ layout: {
2456
+ "text-font": string[];
2457
+ "text-field": string;
2458
+ "text-size": number;
2459
+ "text-max-width": number;
2460
+ "text-transform": string;
2461
+ visibility?: undefined;
2462
+ "line-cap"?: undefined;
2463
+ "line-join"?: undefined;
2464
+ "text-rotation-alignment"?: undefined;
2465
+ "symbol-placement"?: undefined;
2466
+ "text-letter-spacing"?: undefined;
2467
+ "symbol-spacing"?: undefined;
2468
+ "text-padding"?: undefined;
2469
+ "text-anchor"?: undefined;
2470
+ "icon-image"?: undefined;
2471
+ "text-offset"?: undefined;
2472
+ "icon-rotation-alignment"?: undefined;
2473
+ "icon-size"?: undefined;
2474
+ };
2475
+ paint: {
2476
+ "text-halo-blur": number;
2477
+ "text-color": string;
2478
+ "text-halo-width": number;
2479
+ "text-halo-color": string;
2480
+ "background-color"?: undefined;
2481
+ "fill-color"?: undefined;
2482
+ "fill-opacity"?: undefined;
2483
+ "line-color"?: undefined;
2484
+ "line-dasharray"?: undefined;
2485
+ "fill-outline-color"?: undefined;
2486
+ "fill-antialias"?: undefined;
2487
+ "line-width"?: undefined;
2488
+ "fill-translate"?: undefined;
2489
+ "fill-pattern"?: undefined;
2490
+ "line-opacity"?: undefined;
2491
+ };
2492
+ minzoom?: undefined;
2493
+ })[];
2494
+ };
2495
+ export default _default;