@idmwx/idmui-gl3 3.4.8 → 3.4.9

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.
@@ -159,3 +159,1498 @@ export declare class ParticleSchema {
159
159
  static screenFragmentSchema: string;
160
160
  static updateFragmentSchema: string;
161
161
  }
162
+ /**
163
+ * Mapbox辅助图层
164
+ */
165
+ export declare class MapboxHelper {
166
+ token: any;
167
+ mapboxCustomer: any;
168
+ i4: any;
169
+ hi: any;
170
+ td: any;
171
+ windy: any;
172
+ constructor(token?: string);
173
+ initialOnlineStyle(): {
174
+ version: number;
175
+ name: string;
176
+ metadata: {
177
+ 'mapbox:print': {
178
+ width: number;
179
+ height: number;
180
+ units: string;
181
+ format: string;
182
+ resolution: number;
183
+ };
184
+ 'mapbox:type': string;
185
+ 'mapbox:trackposition': boolean;
186
+ 'mapbox:autocomposite': boolean;
187
+ 'mapbox:sdk-support': {
188
+ android: string;
189
+ ios: string;
190
+ js: string;
191
+ };
192
+ 'mapbox:origin': string;
193
+ 'mapbox:groups': {
194
+ 'Terrain, terrain-labels': {
195
+ name: string;
196
+ collapsed: boolean;
197
+ };
198
+ 'Administrative boundaries, admin': {
199
+ name: string;
200
+ collapsed: boolean;
201
+ };
202
+ 'Land & water, built': {
203
+ name: string;
204
+ collapsed: boolean;
205
+ };
206
+ 'Terrain, surface': {
207
+ name: string;
208
+ collapsed: boolean;
209
+ };
210
+ 'Land & water, land': {
211
+ name: string;
212
+ collapsed: boolean;
213
+ };
214
+ 'Natural features, natural-labels': {
215
+ name: string;
216
+ collapsed: boolean;
217
+ };
218
+ 'Walking, cycling, etc., barriers-bridges': {
219
+ name: string;
220
+ collapsed: boolean;
221
+ };
222
+ 'Place labels, place-labels': {
223
+ name: string;
224
+ collapsed: boolean;
225
+ };
226
+ 'Transit, ferries': {
227
+ name: string;
228
+ collapsed: boolean;
229
+ };
230
+ 'Transit, elevated': {
231
+ name: string;
232
+ collapsed: boolean;
233
+ };
234
+ 'Walking, cycling, etc., tunnels': {
235
+ name: string;
236
+ collapsed: boolean;
237
+ };
238
+ 'Terrain, land': {
239
+ name: string;
240
+ collapsed: boolean;
241
+ };
242
+ 'Road network, tunnels-case': {
243
+ name: string;
244
+ collapsed: boolean;
245
+ };
246
+ 'Walking, cycling, etc., walking-cycling-labels': {
247
+ name: string;
248
+ collapsed: boolean;
249
+ };
250
+ 'Walking, cycling, etc., surface': {
251
+ name: string;
252
+ collapsed: boolean;
253
+ };
254
+ 'Road network, surface-icons': {
255
+ name: string;
256
+ collapsed: boolean;
257
+ };
258
+ 'Land & water, water': {
259
+ name: string;
260
+ collapsed: boolean;
261
+ };
262
+ };
263
+ };
264
+ lights: never[];
265
+ fog: {
266
+ color: string;
267
+ range: number[];
268
+ 'high-color': string;
269
+ 'space-color': (string | number | string[])[];
270
+ 'horizon-blend': (string | number | string[])[];
271
+ 'star-intensity': (string | number | string[])[];
272
+ 'vertical-range': number[];
273
+ };
274
+ center: number[];
275
+ zoom: number;
276
+ bearing: number;
277
+ pitch: number;
278
+ sprite: string;
279
+ glyphs: string;
280
+ projection: {
281
+ name: string;
282
+ };
283
+ sources: {
284
+ composite: {
285
+ type: string;
286
+ url: string;
287
+ data: {
288
+ attribution: string;
289
+ bounds: number[];
290
+ center: number[];
291
+ description: string;
292
+ format: string;
293
+ language_options: {
294
+ ar: string;
295
+ ca: string;
296
+ cs: string;
297
+ da: string;
298
+ de: string;
299
+ el: string;
300
+ en: string;
301
+ es: string;
302
+ fa: string;
303
+ fi: string;
304
+ fr: string;
305
+ he: string;
306
+ hu: string;
307
+ id: string;
308
+ it: string;
309
+ ja: string;
310
+ ka: string;
311
+ ko: string;
312
+ local: string;
313
+ lv: string;
314
+ ms: string;
315
+ nb: string;
316
+ nl: string;
317
+ no: string;
318
+ pl: string;
319
+ pt: string;
320
+ ro: string;
321
+ ru: string;
322
+ sk: string;
323
+ sl: string;
324
+ sr: string;
325
+ sv: string;
326
+ th: string;
327
+ tl: string;
328
+ tr: string;
329
+ uk: string;
330
+ vi: string;
331
+ 'zh-Hans': string;
332
+ 'zh-Hant': string;
333
+ };
334
+ mapbox_logo: boolean;
335
+ maskLevel: number;
336
+ maxzoom: number;
337
+ minzoom: number;
338
+ mts: boolean;
339
+ name: string;
340
+ scheme: string;
341
+ tilejson: string;
342
+ tiles: string[];
343
+ vector_layers: ({
344
+ id: string;
345
+ minzoom: number;
346
+ source: string;
347
+ maxzoom?: undefined;
348
+ } | {
349
+ id: string;
350
+ maxzoom: number;
351
+ minzoom: number;
352
+ source: string;
353
+ })[];
354
+ worldview_default: string;
355
+ worldview_options: {
356
+ AR: string;
357
+ CN: string;
358
+ IN: string;
359
+ JP: string;
360
+ MA: string;
361
+ RS: string;
362
+ RU: string;
363
+ TR: string;
364
+ US: string;
365
+ };
366
+ };
367
+ };
368
+ };
369
+ layers: ({
370
+ id: string;
371
+ type: string;
372
+ metadata: {
373
+ 'mapbox:featureComponent': string;
374
+ 'mapbox:group': string;
375
+ };
376
+ paint: {
377
+ 'background-color': string;
378
+ 'fill-color'?: undefined;
379
+ 'fill-opacity'?: undefined;
380
+ 'fill-antialias'?: undefined;
381
+ 'line-color'?: undefined;
382
+ 'line-width'?: undefined;
383
+ 'line-blur'?: undefined;
384
+ 'line-translate'?: undefined;
385
+ 'line-translate-anchor'?: undefined;
386
+ 'line-opacity'?: undefined;
387
+ 'fill-translate'?: undefined;
388
+ 'fill-translate-anchor'?: undefined;
389
+ 'fill-pattern'?: undefined;
390
+ 'line-dasharray'?: undefined;
391
+ 'text-color'?: undefined;
392
+ 'text-halo-color'?: undefined;
393
+ 'text-halo-width'?: undefined;
394
+ 'text-halo-blur'?: undefined;
395
+ 'icon-opacity'?: undefined;
396
+ 'text-opacity'?: undefined;
397
+ };
398
+ source?: undefined;
399
+ 'source-layer'?: undefined;
400
+ maxzoom?: undefined;
401
+ minzoom?: undefined;
402
+ filter?: undefined;
403
+ layout?: undefined;
404
+ } | {
405
+ id: string;
406
+ type: string;
407
+ source: string;
408
+ 'source-layer': string;
409
+ metadata: {
410
+ 'mapbox:featureComponent': string;
411
+ 'mapbox:group': string;
412
+ };
413
+ maxzoom: number;
414
+ paint: {
415
+ 'fill-color': (string | string[])[];
416
+ 'fill-opacity': (string | number | (string | number)[])[];
417
+ 'fill-antialias': boolean;
418
+ 'background-color'?: undefined;
419
+ 'line-color'?: undefined;
420
+ 'line-width'?: undefined;
421
+ 'line-blur'?: undefined;
422
+ 'line-translate'?: undefined;
423
+ 'line-translate-anchor'?: undefined;
424
+ 'line-opacity'?: undefined;
425
+ 'fill-translate'?: undefined;
426
+ 'fill-translate-anchor'?: undefined;
427
+ 'fill-pattern'?: undefined;
428
+ 'line-dasharray'?: undefined;
429
+ 'text-color'?: undefined;
430
+ 'text-halo-color'?: undefined;
431
+ 'text-halo-width'?: undefined;
432
+ 'text-halo-blur'?: undefined;
433
+ 'icon-opacity'?: undefined;
434
+ 'text-opacity'?: undefined;
435
+ };
436
+ minzoom?: undefined;
437
+ filter?: undefined;
438
+ layout?: undefined;
439
+ } | {
440
+ id: string;
441
+ type: string;
442
+ source: string;
443
+ 'source-layer': string;
444
+ metadata: {
445
+ 'mapbox:featureComponent': string;
446
+ 'mapbox:group': string;
447
+ };
448
+ minzoom: number;
449
+ filter: (string | string[])[];
450
+ paint: {
451
+ 'line-color': string;
452
+ 'line-width': (string | number | (string | number)[])[];
453
+ 'line-blur': (string | number | (string | number)[])[];
454
+ 'background-color'?: undefined;
455
+ 'fill-color'?: undefined;
456
+ 'fill-opacity'?: undefined;
457
+ 'fill-antialias'?: undefined;
458
+ 'line-translate'?: undefined;
459
+ 'line-translate-anchor'?: undefined;
460
+ 'line-opacity'?: undefined;
461
+ 'fill-translate'?: undefined;
462
+ 'fill-translate-anchor'?: undefined;
463
+ 'fill-pattern'?: undefined;
464
+ 'line-dasharray'?: undefined;
465
+ 'text-color'?: undefined;
466
+ 'text-halo-color'?: undefined;
467
+ 'text-halo-width'?: undefined;
468
+ 'text-halo-blur'?: undefined;
469
+ 'icon-opacity'?: undefined;
470
+ 'text-opacity'?: undefined;
471
+ };
472
+ maxzoom?: undefined;
473
+ layout?: undefined;
474
+ } | {
475
+ id: string;
476
+ type: string;
477
+ source: string;
478
+ 'source-layer': string;
479
+ metadata: {
480
+ 'mapbox:featureComponent': string;
481
+ 'mapbox:group': string;
482
+ };
483
+ minzoom: number;
484
+ filter: (string | (string | boolean | (string | number | boolean | (string | boolean | (string | number | string[])[])[])[])[] | (string | number | (string | (string | number | (string | number)[])[])[])[])[];
485
+ paint: {
486
+ 'fill-color': (string | number | (string | (string | string[])[])[])[];
487
+ 'fill-opacity': (string | number | (string | number | string[])[])[];
488
+ 'fill-antialias': boolean;
489
+ 'background-color'?: undefined;
490
+ 'line-color'?: undefined;
491
+ 'line-width'?: undefined;
492
+ 'line-blur'?: undefined;
493
+ 'line-translate'?: undefined;
494
+ 'line-translate-anchor'?: undefined;
495
+ 'line-opacity'?: undefined;
496
+ 'fill-translate'?: undefined;
497
+ 'fill-translate-anchor'?: undefined;
498
+ 'fill-pattern'?: undefined;
499
+ 'line-dasharray'?: undefined;
500
+ 'text-color'?: undefined;
501
+ 'text-halo-color'?: undefined;
502
+ 'text-halo-width'?: undefined;
503
+ 'text-halo-blur'?: undefined;
504
+ 'icon-opacity'?: undefined;
505
+ 'text-opacity'?: undefined;
506
+ };
507
+ maxzoom?: undefined;
508
+ layout?: undefined;
509
+ } | {
510
+ id: string;
511
+ type: string;
512
+ source: string;
513
+ 'source-layer': string;
514
+ metadata: {
515
+ 'mapbox:featureComponent': string;
516
+ 'mapbox:group': string;
517
+ };
518
+ minzoom: number;
519
+ filter: (string | string[])[];
520
+ paint: {
521
+ 'line-color': string;
522
+ 'background-color'?: undefined;
523
+ 'fill-color'?: undefined;
524
+ 'fill-opacity'?: undefined;
525
+ 'fill-antialias'?: undefined;
526
+ 'line-width'?: undefined;
527
+ 'line-blur'?: undefined;
528
+ 'line-translate'?: undefined;
529
+ 'line-translate-anchor'?: undefined;
530
+ 'line-opacity'?: undefined;
531
+ 'fill-translate'?: undefined;
532
+ 'fill-translate-anchor'?: undefined;
533
+ 'fill-pattern'?: undefined;
534
+ 'line-dasharray'?: undefined;
535
+ 'text-color'?: undefined;
536
+ 'text-halo-color'?: undefined;
537
+ 'text-halo-width'?: undefined;
538
+ 'text-halo-blur'?: undefined;
539
+ 'icon-opacity'?: undefined;
540
+ 'text-opacity'?: undefined;
541
+ };
542
+ maxzoom?: undefined;
543
+ layout?: undefined;
544
+ } | {
545
+ id: string;
546
+ type: string;
547
+ source: string;
548
+ 'source-layer': string;
549
+ metadata: {
550
+ 'mapbox:featureComponent': string;
551
+ 'mapbox:group': string;
552
+ };
553
+ minzoom: number;
554
+ layout: {
555
+ 'line-cap': (string | number | string[])[];
556
+ 'line-join': (string | number | string[])[];
557
+ 'text-font'?: undefined;
558
+ 'text-max-angle'?: undefined;
559
+ 'symbol-spacing'?: undefined;
560
+ 'text-size'?: undefined;
561
+ 'symbol-placement'?: undefined;
562
+ 'text-pitch-alignment'?: undefined;
563
+ 'text-field'?: undefined;
564
+ visibility?: undefined;
565
+ 'icon-image'?: undefined;
566
+ 'text-offset'?: undefined;
567
+ 'text-anchor'?: undefined;
568
+ 'text-letter-spacing'?: undefined;
569
+ 'text-line-height'?: undefined;
570
+ 'text-max-width'?: undefined;
571
+ 'text-transform'?: undefined;
572
+ 'text-padding'?: undefined;
573
+ 'text-radial-offset'?: undefined;
574
+ 'symbol-sort-key'?: undefined;
575
+ 'text-justify'?: undefined;
576
+ };
577
+ paint: {
578
+ 'line-color': string;
579
+ 'line-width': (string | number | (string | number | string[])[])[];
580
+ 'line-translate': (string | number | (string | number)[] | (string | number[])[])[];
581
+ 'line-translate-anchor': string;
582
+ 'line-opacity': (string | number | string[])[];
583
+ 'background-color'?: undefined;
584
+ 'fill-color'?: undefined;
585
+ 'fill-opacity'?: undefined;
586
+ 'fill-antialias'?: undefined;
587
+ 'line-blur'?: undefined;
588
+ 'fill-translate'?: undefined;
589
+ 'fill-translate-anchor'?: undefined;
590
+ 'fill-pattern'?: undefined;
591
+ 'line-dasharray'?: undefined;
592
+ 'text-color'?: undefined;
593
+ 'text-halo-color'?: undefined;
594
+ 'text-halo-width'?: undefined;
595
+ 'text-halo-blur'?: undefined;
596
+ 'icon-opacity'?: undefined;
597
+ 'text-opacity'?: undefined;
598
+ };
599
+ maxzoom?: undefined;
600
+ filter?: undefined;
601
+ } | {
602
+ id: string;
603
+ type: string;
604
+ source: string;
605
+ 'source-layer': string;
606
+ metadata: {
607
+ 'mapbox:featureComponent': string;
608
+ 'mapbox:group': string;
609
+ };
610
+ minzoom: number;
611
+ paint: {
612
+ 'fill-color': string;
613
+ 'fill-translate': (string | number | (string | number)[] | (string | number[])[])[];
614
+ 'fill-translate-anchor': string;
615
+ 'background-color'?: undefined;
616
+ 'fill-opacity'?: undefined;
617
+ 'fill-antialias'?: undefined;
618
+ 'line-color'?: undefined;
619
+ 'line-width'?: undefined;
620
+ 'line-blur'?: undefined;
621
+ 'line-translate'?: undefined;
622
+ 'line-translate-anchor'?: undefined;
623
+ 'line-opacity'?: undefined;
624
+ 'fill-pattern'?: undefined;
625
+ 'line-dasharray'?: undefined;
626
+ 'text-color'?: undefined;
627
+ 'text-halo-color'?: undefined;
628
+ 'text-halo-width'?: undefined;
629
+ 'text-halo-blur'?: undefined;
630
+ 'icon-opacity'?: undefined;
631
+ 'text-opacity'?: undefined;
632
+ };
633
+ maxzoom?: undefined;
634
+ filter?: undefined;
635
+ layout?: undefined;
636
+ } | {
637
+ id: string;
638
+ type: string;
639
+ source: string;
640
+ 'source-layer': string;
641
+ metadata: {
642
+ 'mapbox:featureComponent': string;
643
+ 'mapbox:group': string;
644
+ };
645
+ minzoom: number;
646
+ layout: {
647
+ 'line-cap': (string | number | string[])[];
648
+ 'line-join': (string | number | string[])[];
649
+ 'text-font'?: undefined;
650
+ 'text-max-angle'?: undefined;
651
+ 'symbol-spacing'?: undefined;
652
+ 'text-size'?: undefined;
653
+ 'symbol-placement'?: undefined;
654
+ 'text-pitch-alignment'?: undefined;
655
+ 'text-field'?: undefined;
656
+ visibility?: undefined;
657
+ 'icon-image'?: undefined;
658
+ 'text-offset'?: undefined;
659
+ 'text-anchor'?: undefined;
660
+ 'text-letter-spacing'?: undefined;
661
+ 'text-line-height'?: undefined;
662
+ 'text-max-width'?: undefined;
663
+ 'text-transform'?: undefined;
664
+ 'text-padding'?: undefined;
665
+ 'text-radial-offset'?: undefined;
666
+ 'symbol-sort-key'?: undefined;
667
+ 'text-justify'?: undefined;
668
+ };
669
+ paint: {
670
+ 'line-color': string;
671
+ 'line-width': (string | number | (string | number | string[])[])[];
672
+ 'line-opacity': (string | number | string[])[];
673
+ 'background-color'?: undefined;
674
+ 'fill-color'?: undefined;
675
+ 'fill-opacity'?: undefined;
676
+ 'fill-antialias'?: undefined;
677
+ 'line-blur'?: undefined;
678
+ 'line-translate'?: undefined;
679
+ 'line-translate-anchor'?: undefined;
680
+ 'fill-translate'?: undefined;
681
+ 'fill-translate-anchor'?: undefined;
682
+ 'fill-pattern'?: undefined;
683
+ 'line-dasharray'?: undefined;
684
+ 'text-color'?: undefined;
685
+ 'text-halo-color'?: undefined;
686
+ 'text-halo-width'?: undefined;
687
+ 'text-halo-blur'?: undefined;
688
+ 'icon-opacity'?: undefined;
689
+ 'text-opacity'?: undefined;
690
+ };
691
+ maxzoom?: undefined;
692
+ filter?: undefined;
693
+ } | {
694
+ id: string;
695
+ type: string;
696
+ source: string;
697
+ 'source-layer': string;
698
+ metadata: {
699
+ 'mapbox:featureComponent': string;
700
+ 'mapbox:group': string;
701
+ };
702
+ paint: {
703
+ 'fill-color': string;
704
+ 'background-color'?: undefined;
705
+ 'fill-opacity'?: undefined;
706
+ 'fill-antialias'?: undefined;
707
+ 'line-color'?: undefined;
708
+ 'line-width'?: undefined;
709
+ 'line-blur'?: undefined;
710
+ 'line-translate'?: undefined;
711
+ 'line-translate-anchor'?: undefined;
712
+ 'line-opacity'?: undefined;
713
+ 'fill-translate'?: undefined;
714
+ 'fill-translate-anchor'?: undefined;
715
+ 'fill-pattern'?: undefined;
716
+ 'line-dasharray'?: undefined;
717
+ 'text-color'?: undefined;
718
+ 'text-halo-color'?: undefined;
719
+ 'text-halo-width'?: undefined;
720
+ 'text-halo-blur'?: undefined;
721
+ 'icon-opacity'?: undefined;
722
+ 'text-opacity'?: undefined;
723
+ };
724
+ maxzoom?: undefined;
725
+ minzoom?: undefined;
726
+ filter?: undefined;
727
+ layout?: undefined;
728
+ } | {
729
+ id: string;
730
+ type: string;
731
+ source: string;
732
+ 'source-layer': string;
733
+ metadata: {
734
+ 'mapbox:featureComponent': string;
735
+ 'mapbox:group': string;
736
+ };
737
+ maxzoom: number;
738
+ paint: {
739
+ 'fill-antialias': boolean;
740
+ 'fill-color': (string | number | (string | number | string[])[])[];
741
+ 'background-color'?: undefined;
742
+ 'fill-opacity'?: undefined;
743
+ 'line-color'?: undefined;
744
+ 'line-width'?: undefined;
745
+ 'line-blur'?: undefined;
746
+ 'line-translate'?: undefined;
747
+ 'line-translate-anchor'?: undefined;
748
+ 'line-opacity'?: undefined;
749
+ 'fill-translate'?: undefined;
750
+ 'fill-translate-anchor'?: undefined;
751
+ 'fill-pattern'?: undefined;
752
+ 'line-dasharray'?: undefined;
753
+ 'text-color'?: undefined;
754
+ 'text-halo-color'?: undefined;
755
+ 'text-halo-width'?: undefined;
756
+ 'text-halo-blur'?: undefined;
757
+ 'icon-opacity'?: undefined;
758
+ 'text-opacity'?: undefined;
759
+ };
760
+ minzoom?: undefined;
761
+ filter?: undefined;
762
+ layout?: undefined;
763
+ } | {
764
+ id: string;
765
+ type: string;
766
+ source: string;
767
+ 'source-layer': string;
768
+ metadata: {
769
+ 'mapbox:featureComponent': string;
770
+ 'mapbox:group': string;
771
+ };
772
+ minzoom: number;
773
+ filter: (string | boolean | string[])[];
774
+ paint: {
775
+ 'fill-color': string;
776
+ 'fill-opacity': (string | number | string[])[];
777
+ 'background-color'?: undefined;
778
+ 'fill-antialias'?: undefined;
779
+ 'line-color'?: undefined;
780
+ 'line-width'?: undefined;
781
+ 'line-blur'?: undefined;
782
+ 'line-translate'?: undefined;
783
+ 'line-translate-anchor'?: undefined;
784
+ 'line-opacity'?: undefined;
785
+ 'fill-translate'?: undefined;
786
+ 'fill-translate-anchor'?: undefined;
787
+ 'fill-pattern'?: undefined;
788
+ 'line-dasharray'?: undefined;
789
+ 'text-color'?: undefined;
790
+ 'text-halo-color'?: undefined;
791
+ 'text-halo-width'?: undefined;
792
+ 'text-halo-blur'?: undefined;
793
+ 'icon-opacity'?: undefined;
794
+ 'text-opacity'?: undefined;
795
+ };
796
+ maxzoom?: undefined;
797
+ layout?: undefined;
798
+ } | {
799
+ id: string;
800
+ type: string;
801
+ source: string;
802
+ 'source-layer': string;
803
+ metadata: {
804
+ 'mapbox:featureComponent': string;
805
+ 'mapbox:group': string;
806
+ };
807
+ minzoom: number;
808
+ filter: (string | boolean | string[])[];
809
+ paint: {
810
+ 'fill-color': string;
811
+ 'fill-opacity': (string | number | string[])[];
812
+ 'fill-pattern': string;
813
+ 'fill-translate-anchor': string;
814
+ 'background-color'?: undefined;
815
+ 'fill-antialias'?: undefined;
816
+ 'line-color'?: undefined;
817
+ 'line-width'?: undefined;
818
+ 'line-blur'?: undefined;
819
+ 'line-translate'?: undefined;
820
+ 'line-translate-anchor'?: undefined;
821
+ 'line-opacity'?: undefined;
822
+ 'fill-translate'?: undefined;
823
+ 'line-dasharray'?: undefined;
824
+ 'text-color'?: undefined;
825
+ 'text-halo-color'?: undefined;
826
+ 'text-halo-width'?: undefined;
827
+ 'text-halo-blur'?: undefined;
828
+ 'icon-opacity'?: undefined;
829
+ 'text-opacity'?: undefined;
830
+ };
831
+ maxzoom?: undefined;
832
+ layout?: undefined;
833
+ } | {
834
+ id: string;
835
+ type: string;
836
+ source: string;
837
+ 'source-layer': string;
838
+ metadata: {
839
+ 'mapbox:featureComponent': string;
840
+ 'mapbox:group': string;
841
+ };
842
+ minzoom: number;
843
+ filter: (string | (string | string[])[])[];
844
+ paint: {
845
+ 'fill-color': string;
846
+ 'background-color'?: undefined;
847
+ 'fill-opacity'?: undefined;
848
+ 'fill-antialias'?: undefined;
849
+ 'line-color'?: undefined;
850
+ 'line-width'?: undefined;
851
+ 'line-blur'?: undefined;
852
+ 'line-translate'?: undefined;
853
+ 'line-translate-anchor'?: undefined;
854
+ 'line-opacity'?: undefined;
855
+ 'fill-translate'?: undefined;
856
+ 'fill-translate-anchor'?: undefined;
857
+ 'fill-pattern'?: undefined;
858
+ 'line-dasharray'?: undefined;
859
+ 'text-color'?: undefined;
860
+ 'text-halo-color'?: undefined;
861
+ 'text-halo-width'?: undefined;
862
+ 'text-halo-blur'?: undefined;
863
+ 'icon-opacity'?: undefined;
864
+ 'text-opacity'?: undefined;
865
+ };
866
+ maxzoom?: undefined;
867
+ layout?: undefined;
868
+ } | {
869
+ id: string;
870
+ type: string;
871
+ source: string;
872
+ 'source-layer': string;
873
+ metadata: {
874
+ 'mapbox:featureComponent': string;
875
+ 'mapbox:group': string;
876
+ };
877
+ minzoom: number;
878
+ filter: (string | (string | string[])[])[];
879
+ layout: {
880
+ 'line-cap': string;
881
+ 'line-join'?: undefined;
882
+ 'text-font'?: undefined;
883
+ 'text-max-angle'?: undefined;
884
+ 'symbol-spacing'?: undefined;
885
+ 'text-size'?: undefined;
886
+ 'symbol-placement'?: undefined;
887
+ 'text-pitch-alignment'?: undefined;
888
+ 'text-field'?: undefined;
889
+ visibility?: undefined;
890
+ 'icon-image'?: undefined;
891
+ 'text-offset'?: undefined;
892
+ 'text-anchor'?: undefined;
893
+ 'text-letter-spacing'?: undefined;
894
+ 'text-line-height'?: undefined;
895
+ 'text-max-width'?: undefined;
896
+ 'text-transform'?: undefined;
897
+ 'text-padding'?: undefined;
898
+ 'text-radial-offset'?: undefined;
899
+ 'symbol-sort-key'?: undefined;
900
+ 'text-justify'?: undefined;
901
+ };
902
+ paint: {
903
+ 'line-width': (string | number | (string | number)[])[];
904
+ 'line-color': string;
905
+ 'background-color'?: undefined;
906
+ 'fill-color'?: undefined;
907
+ 'fill-opacity'?: undefined;
908
+ 'fill-antialias'?: undefined;
909
+ 'line-blur'?: undefined;
910
+ 'line-translate'?: undefined;
911
+ 'line-translate-anchor'?: undefined;
912
+ 'line-opacity'?: undefined;
913
+ 'fill-translate'?: undefined;
914
+ 'fill-translate-anchor'?: undefined;
915
+ 'fill-pattern'?: undefined;
916
+ 'line-dasharray'?: undefined;
917
+ 'text-color'?: undefined;
918
+ 'text-halo-color'?: undefined;
919
+ 'text-halo-width'?: undefined;
920
+ 'text-halo-blur'?: undefined;
921
+ 'icon-opacity'?: undefined;
922
+ 'text-opacity'?: undefined;
923
+ };
924
+ maxzoom?: undefined;
925
+ } | {
926
+ id: string;
927
+ type: string;
928
+ source: string;
929
+ 'source-layer': string;
930
+ paint: {
931
+ 'fill-color': (string | number | string[])[];
932
+ 'background-color'?: undefined;
933
+ 'fill-opacity'?: undefined;
934
+ 'fill-antialias'?: undefined;
935
+ 'line-color'?: undefined;
936
+ 'line-width'?: undefined;
937
+ 'line-blur'?: undefined;
938
+ 'line-translate'?: undefined;
939
+ 'line-translate-anchor'?: undefined;
940
+ 'line-opacity'?: undefined;
941
+ 'fill-translate'?: undefined;
942
+ 'fill-translate-anchor'?: undefined;
943
+ 'fill-pattern'?: undefined;
944
+ 'line-dasharray'?: undefined;
945
+ 'text-color'?: undefined;
946
+ 'text-halo-color'?: undefined;
947
+ 'text-halo-width'?: undefined;
948
+ 'text-halo-blur'?: undefined;
949
+ 'icon-opacity'?: undefined;
950
+ 'text-opacity'?: undefined;
951
+ };
952
+ metadata?: undefined;
953
+ maxzoom?: undefined;
954
+ minzoom?: undefined;
955
+ filter?: undefined;
956
+ layout?: undefined;
957
+ } | {
958
+ id: string;
959
+ type: string;
960
+ source: string;
961
+ 'source-layer': string;
962
+ metadata: {
963
+ 'mapbox:featureComponent': string;
964
+ 'mapbox:group': string;
965
+ };
966
+ minzoom: number;
967
+ filter: (string | (string | number | string[])[] | (string | boolean | string[])[])[];
968
+ paint: {
969
+ 'line-width': (string | number | string[])[];
970
+ 'line-color': string;
971
+ 'line-opacity': (string | number | string[])[];
972
+ 'line-blur': (string | number | string[])[];
973
+ 'background-color'?: undefined;
974
+ 'fill-color'?: undefined;
975
+ 'fill-opacity'?: undefined;
976
+ 'fill-antialias'?: undefined;
977
+ 'line-translate'?: undefined;
978
+ 'line-translate-anchor'?: undefined;
979
+ 'fill-translate'?: undefined;
980
+ 'fill-translate-anchor'?: undefined;
981
+ 'fill-pattern'?: undefined;
982
+ 'line-dasharray'?: undefined;
983
+ 'text-color'?: undefined;
984
+ 'text-halo-color'?: undefined;
985
+ 'text-halo-width'?: undefined;
986
+ 'text-halo-blur'?: undefined;
987
+ 'icon-opacity'?: undefined;
988
+ 'text-opacity'?: undefined;
989
+ };
990
+ maxzoom?: undefined;
991
+ layout?: undefined;
992
+ } | {
993
+ id: string;
994
+ type: string;
995
+ source: string;
996
+ 'source-layer': string;
997
+ metadata: {
998
+ 'mapbox:featureComponent': string;
999
+ 'mapbox:group': string;
1000
+ };
1001
+ minzoom: number;
1002
+ filter: (string | (string | number | string[])[] | (string | boolean | string[])[])[];
1003
+ paint: {
1004
+ 'line-color': string;
1005
+ 'line-width': (string | number | string[])[];
1006
+ 'line-dasharray': (string | number | (string | number[])[])[];
1007
+ 'background-color'?: undefined;
1008
+ 'fill-color'?: undefined;
1009
+ 'fill-opacity'?: undefined;
1010
+ 'fill-antialias'?: undefined;
1011
+ 'line-blur'?: undefined;
1012
+ 'line-translate'?: undefined;
1013
+ 'line-translate-anchor'?: undefined;
1014
+ 'line-opacity'?: undefined;
1015
+ 'fill-translate'?: undefined;
1016
+ 'fill-translate-anchor'?: undefined;
1017
+ 'fill-pattern'?: undefined;
1018
+ 'text-color'?: undefined;
1019
+ 'text-halo-color'?: undefined;
1020
+ 'text-halo-width'?: undefined;
1021
+ 'text-halo-blur'?: undefined;
1022
+ 'icon-opacity'?: undefined;
1023
+ 'text-opacity'?: undefined;
1024
+ };
1025
+ maxzoom?: undefined;
1026
+ layout?: undefined;
1027
+ } | {
1028
+ id: string;
1029
+ type: string;
1030
+ source: string;
1031
+ 'source-layer': string;
1032
+ metadata: {
1033
+ 'mapbox:featureComponent': string;
1034
+ 'mapbox:group': string;
1035
+ };
1036
+ minzoom: number;
1037
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1038
+ layout: {
1039
+ 'text-font': string[];
1040
+ 'text-max-angle': number;
1041
+ 'symbol-spacing': (string | number | (string | number)[])[];
1042
+ 'text-size': (string | number | string[])[];
1043
+ 'symbol-placement': string;
1044
+ 'text-pitch-alignment': string;
1045
+ 'text-field': (string | string[])[];
1046
+ visibility: string;
1047
+ 'line-cap'?: undefined;
1048
+ 'line-join'?: undefined;
1049
+ 'icon-image'?: undefined;
1050
+ 'text-offset'?: undefined;
1051
+ 'text-anchor'?: undefined;
1052
+ 'text-letter-spacing'?: undefined;
1053
+ 'text-line-height'?: undefined;
1054
+ 'text-max-width'?: undefined;
1055
+ 'text-transform'?: undefined;
1056
+ 'text-padding'?: undefined;
1057
+ 'text-radial-offset'?: undefined;
1058
+ 'symbol-sort-key'?: undefined;
1059
+ 'text-justify'?: undefined;
1060
+ };
1061
+ paint: {
1062
+ 'text-color': string;
1063
+ 'text-halo-color': string;
1064
+ 'background-color'?: undefined;
1065
+ 'fill-color'?: undefined;
1066
+ 'fill-opacity'?: undefined;
1067
+ 'fill-antialias'?: undefined;
1068
+ 'line-color'?: undefined;
1069
+ 'line-width'?: undefined;
1070
+ 'line-blur'?: undefined;
1071
+ 'line-translate'?: undefined;
1072
+ 'line-translate-anchor'?: undefined;
1073
+ 'line-opacity'?: undefined;
1074
+ 'fill-translate'?: undefined;
1075
+ 'fill-translate-anchor'?: undefined;
1076
+ 'fill-pattern'?: undefined;
1077
+ 'line-dasharray'?: undefined;
1078
+ 'text-halo-width'?: undefined;
1079
+ 'text-halo-blur'?: undefined;
1080
+ 'icon-opacity'?: undefined;
1081
+ 'text-opacity'?: undefined;
1082
+ };
1083
+ maxzoom?: undefined;
1084
+ } | {
1085
+ id: string;
1086
+ type: string;
1087
+ source: string;
1088
+ 'source-layer': string;
1089
+ metadata: {
1090
+ 'mapbox:featureComponent': string;
1091
+ 'mapbox:group': string;
1092
+ };
1093
+ minzoom: number;
1094
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1095
+ layout: {
1096
+ 'text-size': (string | number | (string | number | string[])[])[];
1097
+ 'text-max-angle': number;
1098
+ 'text-field': (string | string[])[];
1099
+ 'text-font': string[];
1100
+ 'symbol-placement': string;
1101
+ 'text-pitch-alignment': string;
1102
+ visibility: string;
1103
+ 'line-cap'?: undefined;
1104
+ 'line-join'?: undefined;
1105
+ 'symbol-spacing'?: undefined;
1106
+ 'icon-image'?: undefined;
1107
+ 'text-offset'?: undefined;
1108
+ 'text-anchor'?: undefined;
1109
+ 'text-letter-spacing'?: undefined;
1110
+ 'text-line-height'?: undefined;
1111
+ 'text-max-width'?: undefined;
1112
+ 'text-transform'?: undefined;
1113
+ 'text-padding'?: undefined;
1114
+ 'text-radial-offset'?: undefined;
1115
+ 'symbol-sort-key'?: undefined;
1116
+ 'text-justify'?: undefined;
1117
+ };
1118
+ paint: {
1119
+ 'text-halo-width': number;
1120
+ 'text-halo-color': string;
1121
+ 'text-halo-blur': number;
1122
+ 'text-color': string;
1123
+ 'background-color'?: undefined;
1124
+ 'fill-color'?: undefined;
1125
+ 'fill-opacity'?: undefined;
1126
+ 'fill-antialias'?: undefined;
1127
+ 'line-color'?: undefined;
1128
+ 'line-width'?: undefined;
1129
+ 'line-blur'?: undefined;
1130
+ 'line-translate'?: undefined;
1131
+ 'line-translate-anchor'?: undefined;
1132
+ 'line-opacity'?: undefined;
1133
+ 'fill-translate'?: undefined;
1134
+ 'fill-translate-anchor'?: undefined;
1135
+ 'fill-pattern'?: undefined;
1136
+ 'line-dasharray'?: undefined;
1137
+ 'icon-opacity'?: undefined;
1138
+ 'text-opacity'?: undefined;
1139
+ };
1140
+ maxzoom?: undefined;
1141
+ } | {
1142
+ id: string;
1143
+ type: string;
1144
+ source: string;
1145
+ 'source-layer': string;
1146
+ metadata: {
1147
+ 'mapbox:featureComponent': string;
1148
+ 'mapbox:group': string;
1149
+ };
1150
+ minzoom: number;
1151
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1152
+ layout: {
1153
+ 'text-size': (string | number | (string | number | string[])[])[];
1154
+ 'icon-image': (string | (string | (string | string[])[])[])[];
1155
+ 'text-font': string[];
1156
+ 'text-offset': (string | number | (string | number | (string | number[])[])[])[];
1157
+ 'text-anchor': (string | number | (string | number | string[])[])[];
1158
+ 'text-field': (string | string[])[];
1159
+ visibility: string;
1160
+ 'line-cap'?: undefined;
1161
+ 'line-join'?: undefined;
1162
+ 'text-max-angle'?: undefined;
1163
+ 'symbol-spacing'?: undefined;
1164
+ 'symbol-placement'?: undefined;
1165
+ 'text-pitch-alignment'?: undefined;
1166
+ 'text-letter-spacing'?: undefined;
1167
+ 'text-line-height'?: undefined;
1168
+ 'text-max-width'?: undefined;
1169
+ 'text-transform'?: undefined;
1170
+ 'text-padding'?: undefined;
1171
+ 'text-radial-offset'?: undefined;
1172
+ 'symbol-sort-key'?: undefined;
1173
+ 'text-justify'?: undefined;
1174
+ };
1175
+ paint: {
1176
+ 'icon-opacity': (string | number | (string | number | string[])[])[];
1177
+ 'text-halo-color': string;
1178
+ 'text-halo-width': number;
1179
+ 'text-halo-blur': number;
1180
+ 'text-color': string;
1181
+ 'background-color'?: undefined;
1182
+ 'fill-color'?: undefined;
1183
+ 'fill-opacity'?: undefined;
1184
+ 'fill-antialias'?: undefined;
1185
+ 'line-color'?: undefined;
1186
+ 'line-width'?: undefined;
1187
+ 'line-blur'?: undefined;
1188
+ 'line-translate'?: undefined;
1189
+ 'line-translate-anchor'?: undefined;
1190
+ 'line-opacity'?: undefined;
1191
+ 'fill-translate'?: undefined;
1192
+ 'fill-translate-anchor'?: undefined;
1193
+ 'fill-pattern'?: undefined;
1194
+ 'line-dasharray'?: undefined;
1195
+ 'text-opacity'?: undefined;
1196
+ };
1197
+ maxzoom?: undefined;
1198
+ } | {
1199
+ id: string;
1200
+ type: string;
1201
+ source: string;
1202
+ 'source-layer': string;
1203
+ metadata: {
1204
+ 'mapbox:featureComponent': string;
1205
+ 'mapbox:group': string;
1206
+ };
1207
+ minzoom: number;
1208
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1209
+ layout: {
1210
+ 'text-size': (string | number | (string | number | (string | number | (string | string[])[])[])[])[];
1211
+ 'text-max-angle': number;
1212
+ 'text-letter-spacing': (string | number | string[])[];
1213
+ 'text-font': string[];
1214
+ 'symbol-placement': string;
1215
+ 'text-pitch-alignment': string;
1216
+ 'text-field': (string | string[])[];
1217
+ visibility: string;
1218
+ 'line-cap'?: undefined;
1219
+ 'line-join'?: undefined;
1220
+ 'symbol-spacing'?: undefined;
1221
+ 'icon-image'?: undefined;
1222
+ 'text-offset'?: undefined;
1223
+ 'text-anchor'?: undefined;
1224
+ 'text-line-height'?: undefined;
1225
+ 'text-max-width'?: undefined;
1226
+ 'text-transform'?: undefined;
1227
+ 'text-padding'?: undefined;
1228
+ 'text-radial-offset'?: undefined;
1229
+ 'symbol-sort-key'?: undefined;
1230
+ 'text-justify'?: undefined;
1231
+ };
1232
+ paint: {
1233
+ 'text-color': (string | string[])[];
1234
+ 'text-halo-color': string;
1235
+ 'background-color'?: undefined;
1236
+ 'fill-color'?: undefined;
1237
+ 'fill-opacity'?: undefined;
1238
+ 'fill-antialias'?: undefined;
1239
+ 'line-color'?: undefined;
1240
+ 'line-width'?: undefined;
1241
+ 'line-blur'?: undefined;
1242
+ 'line-translate'?: undefined;
1243
+ 'line-translate-anchor'?: undefined;
1244
+ 'line-opacity'?: undefined;
1245
+ 'fill-translate'?: undefined;
1246
+ 'fill-translate-anchor'?: undefined;
1247
+ 'fill-pattern'?: undefined;
1248
+ 'line-dasharray'?: undefined;
1249
+ 'text-halo-width'?: undefined;
1250
+ 'text-halo-blur'?: undefined;
1251
+ 'icon-opacity'?: undefined;
1252
+ 'text-opacity'?: undefined;
1253
+ };
1254
+ maxzoom?: undefined;
1255
+ } | {
1256
+ id: string;
1257
+ type: string;
1258
+ source: string;
1259
+ 'source-layer': string;
1260
+ metadata: {
1261
+ 'mapbox:featureComponent': string;
1262
+ 'mapbox:group': string;
1263
+ };
1264
+ minzoom: number;
1265
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1266
+ layout: {
1267
+ 'text-line-height': number;
1268
+ 'text-size': (string | number | (string | number | (string | number | (string | string[])[])[])[])[];
1269
+ 'text-font': string[];
1270
+ 'text-field': (string | string[])[];
1271
+ 'text-letter-spacing': (string | number | string[])[];
1272
+ 'text-max-width': (string | number | string[])[];
1273
+ visibility: string;
1274
+ 'line-cap'?: undefined;
1275
+ 'line-join'?: undefined;
1276
+ 'text-max-angle'?: undefined;
1277
+ 'symbol-spacing'?: undefined;
1278
+ 'symbol-placement'?: undefined;
1279
+ 'text-pitch-alignment'?: undefined;
1280
+ 'icon-image'?: undefined;
1281
+ 'text-offset'?: undefined;
1282
+ 'text-anchor'?: undefined;
1283
+ 'text-transform'?: undefined;
1284
+ 'text-padding'?: undefined;
1285
+ 'text-radial-offset'?: undefined;
1286
+ 'symbol-sort-key'?: undefined;
1287
+ 'text-justify'?: undefined;
1288
+ };
1289
+ paint: {
1290
+ 'text-color': (string | string[])[];
1291
+ 'text-halo-color': string;
1292
+ 'background-color'?: undefined;
1293
+ 'fill-color'?: undefined;
1294
+ 'fill-opacity'?: undefined;
1295
+ 'fill-antialias'?: undefined;
1296
+ 'line-color'?: undefined;
1297
+ 'line-width'?: undefined;
1298
+ 'line-blur'?: undefined;
1299
+ 'line-translate'?: undefined;
1300
+ 'line-translate-anchor'?: undefined;
1301
+ 'line-opacity'?: undefined;
1302
+ 'fill-translate'?: undefined;
1303
+ 'fill-translate-anchor'?: undefined;
1304
+ 'fill-pattern'?: undefined;
1305
+ 'line-dasharray'?: undefined;
1306
+ 'text-halo-width'?: undefined;
1307
+ 'text-halo-blur'?: undefined;
1308
+ 'icon-opacity'?: undefined;
1309
+ 'text-opacity'?: undefined;
1310
+ };
1311
+ maxzoom?: undefined;
1312
+ } | {
1313
+ id: string;
1314
+ type: string;
1315
+ source: string;
1316
+ 'source-layer': string;
1317
+ metadata: {
1318
+ 'mapbox:featureComponent': string;
1319
+ 'mapbox:group': string;
1320
+ };
1321
+ minzoom: number;
1322
+ maxzoom: number;
1323
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1324
+ layout: {
1325
+ 'text-field': (string | string[])[];
1326
+ 'text-transform': string;
1327
+ 'text-font': string[];
1328
+ 'text-letter-spacing': (string | number | string[])[];
1329
+ 'text-max-width': number;
1330
+ 'text-padding': number;
1331
+ 'text-size': (string | number | (string | number | string[])[])[];
1332
+ visibility: string;
1333
+ 'line-cap'?: undefined;
1334
+ 'line-join'?: undefined;
1335
+ 'text-max-angle'?: undefined;
1336
+ 'symbol-spacing'?: undefined;
1337
+ 'symbol-placement'?: undefined;
1338
+ 'text-pitch-alignment'?: undefined;
1339
+ 'icon-image'?: undefined;
1340
+ 'text-offset'?: undefined;
1341
+ 'text-anchor'?: undefined;
1342
+ 'text-line-height'?: undefined;
1343
+ 'text-radial-offset'?: undefined;
1344
+ 'symbol-sort-key'?: undefined;
1345
+ 'text-justify'?: undefined;
1346
+ };
1347
+ paint: {
1348
+ 'text-halo-color': string;
1349
+ 'text-halo-width': number;
1350
+ 'text-color': string;
1351
+ 'text-halo-blur': number;
1352
+ 'background-color'?: undefined;
1353
+ 'fill-color'?: undefined;
1354
+ 'fill-opacity'?: undefined;
1355
+ 'fill-antialias'?: undefined;
1356
+ 'line-color'?: undefined;
1357
+ 'line-width'?: undefined;
1358
+ 'line-blur'?: undefined;
1359
+ 'line-translate'?: undefined;
1360
+ 'line-translate-anchor'?: undefined;
1361
+ 'line-opacity'?: undefined;
1362
+ 'fill-translate'?: undefined;
1363
+ 'fill-translate-anchor'?: undefined;
1364
+ 'fill-pattern'?: undefined;
1365
+ 'line-dasharray'?: undefined;
1366
+ 'icon-opacity'?: undefined;
1367
+ 'text-opacity'?: undefined;
1368
+ };
1369
+ } | {
1370
+ id: string;
1371
+ type: string;
1372
+ source: string;
1373
+ 'source-layer': string;
1374
+ metadata: {
1375
+ 'mapbox:featureComponent': string;
1376
+ 'mapbox:group': string;
1377
+ };
1378
+ minzoom: number;
1379
+ maxzoom: number;
1380
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1381
+ layout: {
1382
+ 'text-line-height': number;
1383
+ 'text-size': (string | number | (string | number | string[])[])[];
1384
+ 'text-radial-offset': (string | number | (string | number | string[])[])[];
1385
+ 'symbol-sort-key': string[];
1386
+ 'icon-image': (string | number | (string | (string | number | string[])[])[])[];
1387
+ 'text-font': string[];
1388
+ 'text-justify': string;
1389
+ visibility: string;
1390
+ 'text-anchor': (string | number | string[])[];
1391
+ 'text-field': (string | string[])[];
1392
+ 'text-max-width': number;
1393
+ 'line-cap'?: undefined;
1394
+ 'line-join'?: undefined;
1395
+ 'text-max-angle'?: undefined;
1396
+ 'symbol-spacing'?: undefined;
1397
+ 'symbol-placement'?: undefined;
1398
+ 'text-pitch-alignment'?: undefined;
1399
+ 'text-offset'?: undefined;
1400
+ 'text-letter-spacing'?: undefined;
1401
+ 'text-transform'?: undefined;
1402
+ 'text-padding'?: undefined;
1403
+ };
1404
+ paint: {
1405
+ 'text-color': string;
1406
+ 'text-halo-color': string;
1407
+ 'text-halo-width': number;
1408
+ 'text-halo-blur': number;
1409
+ 'background-color'?: undefined;
1410
+ 'fill-color'?: undefined;
1411
+ 'fill-opacity'?: undefined;
1412
+ 'fill-antialias'?: undefined;
1413
+ 'line-color'?: undefined;
1414
+ 'line-width'?: undefined;
1415
+ 'line-blur'?: undefined;
1416
+ 'line-translate'?: undefined;
1417
+ 'line-translate-anchor'?: undefined;
1418
+ 'line-opacity'?: undefined;
1419
+ 'fill-translate'?: undefined;
1420
+ 'fill-translate-anchor'?: undefined;
1421
+ 'fill-pattern'?: undefined;
1422
+ 'line-dasharray'?: undefined;
1423
+ 'icon-opacity'?: undefined;
1424
+ 'text-opacity'?: undefined;
1425
+ };
1426
+ } | {
1427
+ id: string;
1428
+ type: string;
1429
+ source: string;
1430
+ 'source-layer': string;
1431
+ metadata: {
1432
+ 'mapbox:featureComponent': string;
1433
+ 'mapbox:group': string;
1434
+ };
1435
+ minzoom: number;
1436
+ maxzoom: number;
1437
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1438
+ layout: {
1439
+ 'text-line-height': number;
1440
+ 'text-size': (string | number | (string | number | string[])[])[];
1441
+ 'text-radial-offset': (string | number | (string | number | string[])[])[];
1442
+ 'symbol-sort-key': string[];
1443
+ 'icon-image': (string | number | (string | (string | number | string[])[])[])[];
1444
+ 'text-font': string[];
1445
+ 'text-justify': (string | number | (string | string[])[])[];
1446
+ visibility: string;
1447
+ 'text-anchor': (string | number | string[])[];
1448
+ 'text-field': (string | string[])[];
1449
+ 'text-max-width': number;
1450
+ 'line-cap'?: undefined;
1451
+ 'line-join'?: undefined;
1452
+ 'text-max-angle'?: undefined;
1453
+ 'symbol-spacing'?: undefined;
1454
+ 'symbol-placement'?: undefined;
1455
+ 'text-pitch-alignment'?: undefined;
1456
+ 'text-offset'?: undefined;
1457
+ 'text-letter-spacing'?: undefined;
1458
+ 'text-transform'?: undefined;
1459
+ 'text-padding'?: undefined;
1460
+ };
1461
+ paint: {
1462
+ 'text-color': string;
1463
+ 'text-halo-color': string;
1464
+ 'text-halo-width': number;
1465
+ 'text-halo-blur': number;
1466
+ 'background-color'?: undefined;
1467
+ 'fill-color'?: undefined;
1468
+ 'fill-opacity'?: undefined;
1469
+ 'fill-antialias'?: undefined;
1470
+ 'line-color'?: undefined;
1471
+ 'line-width'?: undefined;
1472
+ 'line-blur'?: undefined;
1473
+ 'line-translate'?: undefined;
1474
+ 'line-translate-anchor'?: undefined;
1475
+ 'line-opacity'?: undefined;
1476
+ 'fill-translate'?: undefined;
1477
+ 'fill-translate-anchor'?: undefined;
1478
+ 'fill-pattern'?: undefined;
1479
+ 'line-dasharray'?: undefined;
1480
+ 'icon-opacity'?: undefined;
1481
+ 'text-opacity'?: undefined;
1482
+ };
1483
+ } | {
1484
+ id: string;
1485
+ type: string;
1486
+ source: string;
1487
+ 'source-layer': string;
1488
+ metadata: {
1489
+ 'mapbox:featureComponent': string;
1490
+ 'mapbox:group': string;
1491
+ };
1492
+ minzoom: number;
1493
+ maxzoom: number;
1494
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1495
+ layout: {
1496
+ 'text-size': (string | number | (string | number | string[])[])[];
1497
+ 'text-transform': string;
1498
+ 'text-font': string[];
1499
+ 'text-field': (string | string[])[];
1500
+ 'text-letter-spacing': number;
1501
+ 'text-max-width': number;
1502
+ visibility: string;
1503
+ 'line-cap'?: undefined;
1504
+ 'line-join'?: undefined;
1505
+ 'text-max-angle'?: undefined;
1506
+ 'symbol-spacing'?: undefined;
1507
+ 'symbol-placement'?: undefined;
1508
+ 'text-pitch-alignment'?: undefined;
1509
+ 'icon-image'?: undefined;
1510
+ 'text-offset'?: undefined;
1511
+ 'text-anchor'?: undefined;
1512
+ 'text-line-height'?: undefined;
1513
+ 'text-padding'?: undefined;
1514
+ 'text-radial-offset'?: undefined;
1515
+ 'symbol-sort-key'?: undefined;
1516
+ 'text-justify'?: undefined;
1517
+ };
1518
+ paint: {
1519
+ 'text-color': string;
1520
+ 'text-halo-color': string;
1521
+ 'text-halo-width': number;
1522
+ 'text-opacity': number;
1523
+ 'background-color'?: undefined;
1524
+ 'fill-color'?: undefined;
1525
+ 'fill-opacity'?: undefined;
1526
+ 'fill-antialias'?: undefined;
1527
+ 'line-color'?: undefined;
1528
+ 'line-width'?: undefined;
1529
+ 'line-blur'?: undefined;
1530
+ 'line-translate'?: undefined;
1531
+ 'line-translate-anchor'?: undefined;
1532
+ 'line-opacity'?: undefined;
1533
+ 'fill-translate'?: undefined;
1534
+ 'fill-translate-anchor'?: undefined;
1535
+ 'fill-pattern'?: undefined;
1536
+ 'line-dasharray'?: undefined;
1537
+ 'text-halo-blur'?: undefined;
1538
+ 'icon-opacity'?: undefined;
1539
+ };
1540
+ } | {
1541
+ id: string;
1542
+ type: string;
1543
+ source: string;
1544
+ 'source-layer': string;
1545
+ metadata: {
1546
+ 'mapbox:featureComponent': string;
1547
+ 'mapbox:group': string;
1548
+ };
1549
+ minzoom: number;
1550
+ maxzoom: number;
1551
+ filter: (string | (string | boolean | (string | boolean | string[])[])[] | (string | number | boolean | (string | number | string[])[])[])[];
1552
+ layout: {
1553
+ 'text-field': (string | string[])[];
1554
+ 'text-line-height': number;
1555
+ 'text-max-width': number;
1556
+ 'text-font': string[];
1557
+ 'text-radial-offset': (string | number | string[])[];
1558
+ 'text-justify': (string | number | (string | string[])[])[];
1559
+ 'text-size': (string | number | (string | number | string[])[])[];
1560
+ 'line-cap'?: undefined;
1561
+ 'line-join'?: undefined;
1562
+ 'text-max-angle'?: undefined;
1563
+ 'symbol-spacing'?: undefined;
1564
+ 'symbol-placement'?: undefined;
1565
+ 'text-pitch-alignment'?: undefined;
1566
+ visibility?: undefined;
1567
+ 'icon-image'?: undefined;
1568
+ 'text-offset'?: undefined;
1569
+ 'text-anchor'?: undefined;
1570
+ 'text-letter-spacing'?: undefined;
1571
+ 'text-transform'?: undefined;
1572
+ 'text-padding'?: undefined;
1573
+ 'symbol-sort-key'?: undefined;
1574
+ };
1575
+ paint: {
1576
+ 'icon-opacity': (string | number | (string | number | string[])[])[];
1577
+ 'text-color': string;
1578
+ 'text-halo-color': (string | number | string[])[];
1579
+ 'text-halo-width': number;
1580
+ 'background-color'?: undefined;
1581
+ 'fill-color'?: undefined;
1582
+ 'fill-opacity'?: undefined;
1583
+ 'fill-antialias'?: undefined;
1584
+ 'line-color'?: undefined;
1585
+ 'line-width'?: undefined;
1586
+ 'line-blur'?: undefined;
1587
+ 'line-translate'?: undefined;
1588
+ 'line-translate-anchor'?: undefined;
1589
+ 'line-opacity'?: undefined;
1590
+ 'fill-translate'?: undefined;
1591
+ 'fill-translate-anchor'?: undefined;
1592
+ 'fill-pattern'?: undefined;
1593
+ 'line-dasharray'?: undefined;
1594
+ 'text-halo-blur'?: undefined;
1595
+ 'text-opacity'?: undefined;
1596
+ };
1597
+ } | {
1598
+ id: string;
1599
+ type: string;
1600
+ source: string;
1601
+ 'source-layer': string;
1602
+ metadata: {
1603
+ 'mapbox:featureComponent': string;
1604
+ 'mapbox:group': string;
1605
+ };
1606
+ minzoom: number;
1607
+ maxzoom: number;
1608
+ filter: (string | string[])[];
1609
+ layout: {
1610
+ 'text-field': (string | string[])[];
1611
+ 'text-line-height': number;
1612
+ 'text-max-width': number;
1613
+ 'text-font': string[];
1614
+ 'text-size': (string | number | (string | number)[])[];
1615
+ 'text-transform': string;
1616
+ 'text-letter-spacing': number;
1617
+ visibility: string;
1618
+ 'line-cap'?: undefined;
1619
+ 'line-join'?: undefined;
1620
+ 'text-max-angle'?: undefined;
1621
+ 'symbol-spacing'?: undefined;
1622
+ 'symbol-placement'?: undefined;
1623
+ 'text-pitch-alignment'?: undefined;
1624
+ 'icon-image'?: undefined;
1625
+ 'text-offset'?: undefined;
1626
+ 'text-anchor'?: undefined;
1627
+ 'text-padding'?: undefined;
1628
+ 'text-radial-offset'?: undefined;
1629
+ 'symbol-sort-key'?: undefined;
1630
+ 'text-justify'?: undefined;
1631
+ };
1632
+ paint: {
1633
+ 'text-color': string;
1634
+ 'text-halo-color': (string | number | string[])[];
1635
+ 'text-halo-width': number;
1636
+ 'text-opacity': (string | number | string[])[];
1637
+ 'background-color'?: undefined;
1638
+ 'fill-color'?: undefined;
1639
+ 'fill-opacity'?: undefined;
1640
+ 'fill-antialias'?: undefined;
1641
+ 'line-color'?: undefined;
1642
+ 'line-width'?: undefined;
1643
+ 'line-blur'?: undefined;
1644
+ 'line-translate'?: undefined;
1645
+ 'line-translate-anchor'?: undefined;
1646
+ 'line-opacity'?: undefined;
1647
+ 'fill-translate'?: undefined;
1648
+ 'fill-translate-anchor'?: undefined;
1649
+ 'fill-pattern'?: undefined;
1650
+ 'line-dasharray'?: undefined;
1651
+ 'text-halo-blur'?: undefined;
1652
+ 'icon-opacity'?: undefined;
1653
+ };
1654
+ })[];
1655
+ };
1656
+ }