@idmwx/idmui-gl3 5.6.2 → 5.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export interface ParticleOptions {
9
9
  scale: number;
10
10
  }
11
11
  export declare class Viewport {
12
- private map;
12
+ map: mapboxgl.Map;
13
13
  private mercator;
14
14
  rampColorLayer: string;
15
15
  rampColorSource: string;
@@ -384,28 +384,28 @@ export declare class MapboxHelper {
384
384
  };
385
385
  paint: {
386
386
  'background-color': string;
387
- "fill-color"?: undefined;
388
- "fill-opacity"?: undefined;
387
+ 'fill-color'?: undefined;
388
+ 'fill-opacity'?: undefined;
389
389
  'fill-antialias'?: undefined;
390
- "line-color"?: undefined;
391
- "line-width"?: undefined;
390
+ 'line-color'?: undefined;
391
+ 'line-width'?: undefined;
392
392
  'line-blur'?: undefined;
393
- "line-translate"?: undefined;
393
+ 'line-translate'?: undefined;
394
394
  'line-translate-anchor'?: undefined;
395
- "line-opacity"?: undefined;
395
+ 'line-opacity'?: undefined;
396
396
  'fill-translate'?: undefined;
397
397
  'fill-translate-anchor'?: undefined;
398
398
  'fill-pattern'?: undefined;
399
399
  'line-dasharray'?: undefined;
400
- "text-color"?: undefined;
401
- "text-halo-color"?: undefined;
402
- "text-halo-width"?: undefined;
403
- "text-halo-blur"?: undefined;
400
+ 'text-color'?: undefined;
401
+ 'text-halo-color'?: undefined;
402
+ 'text-halo-width'?: undefined;
403
+ 'text-halo-blur'?: undefined;
404
404
  'icon-opacity'?: undefined;
405
405
  'text-opacity'?: undefined;
406
406
  };
407
407
  source?: undefined;
408
- "source-layer"?: undefined;
408
+ 'source-layer'?: undefined;
409
409
  maxzoom?: undefined;
410
410
  minzoom?: undefined;
411
411
  filter?: undefined;
@@ -425,20 +425,20 @@ export declare class MapboxHelper {
425
425
  'fill-opacity': (string | number | (string | number)[])[];
426
426
  'fill-antialias': boolean;
427
427
  'background-color'?: undefined;
428
- "line-color"?: undefined;
429
- "line-width"?: undefined;
428
+ 'line-color'?: undefined;
429
+ 'line-width'?: undefined;
430
430
  'line-blur'?: undefined;
431
- "line-translate"?: undefined;
431
+ 'line-translate'?: undefined;
432
432
  'line-translate-anchor'?: undefined;
433
- "line-opacity"?: undefined;
433
+ 'line-opacity'?: undefined;
434
434
  'fill-translate'?: undefined;
435
435
  'fill-translate-anchor'?: undefined;
436
436
  'fill-pattern'?: undefined;
437
437
  'line-dasharray'?: undefined;
438
- "text-color"?: undefined;
439
- "text-halo-color"?: undefined;
440
- "text-halo-width"?: undefined;
441
- "text-halo-blur"?: undefined;
438
+ 'text-color'?: undefined;
439
+ 'text-halo-color'?: undefined;
440
+ 'text-halo-width'?: undefined;
441
+ 'text-halo-blur'?: undefined;
442
442
  'icon-opacity'?: undefined;
443
443
  'text-opacity'?: undefined;
444
444
  };
@@ -461,20 +461,20 @@ export declare class MapboxHelper {
461
461
  'line-width': (string | number | (string | number)[])[];
462
462
  'line-blur': (string | number | (string | number)[])[];
463
463
  'background-color'?: undefined;
464
- "fill-color"?: undefined;
465
- "fill-opacity"?: undefined;
464
+ 'fill-color'?: undefined;
465
+ 'fill-opacity'?: undefined;
466
466
  'fill-antialias'?: undefined;
467
- "line-translate"?: undefined;
467
+ 'line-translate'?: undefined;
468
468
  'line-translate-anchor'?: undefined;
469
- "line-opacity"?: undefined;
469
+ 'line-opacity'?: undefined;
470
470
  'fill-translate'?: undefined;
471
471
  'fill-translate-anchor'?: undefined;
472
472
  'fill-pattern'?: undefined;
473
473
  'line-dasharray'?: undefined;
474
- "text-color"?: undefined;
475
- "text-halo-color"?: undefined;
476
- "text-halo-width"?: undefined;
477
- "text-halo-blur"?: undefined;
474
+ 'text-color'?: undefined;
475
+ 'text-halo-color'?: undefined;
476
+ 'text-halo-width'?: undefined;
477
+ 'text-halo-blur'?: undefined;
478
478
  'icon-opacity'?: undefined;
479
479
  'text-opacity'?: undefined;
480
480
  };
@@ -496,20 +496,20 @@ export declare class MapboxHelper {
496
496
  'fill-opacity': (string | number | (string | number | string[])[])[];
497
497
  'fill-antialias': boolean;
498
498
  'background-color'?: undefined;
499
- "line-color"?: undefined;
500
- "line-width"?: undefined;
499
+ 'line-color'?: undefined;
500
+ 'line-width'?: undefined;
501
501
  'line-blur'?: undefined;
502
- "line-translate"?: undefined;
502
+ 'line-translate'?: undefined;
503
503
  'line-translate-anchor'?: undefined;
504
- "line-opacity"?: undefined;
504
+ 'line-opacity'?: undefined;
505
505
  'fill-translate'?: undefined;
506
506
  'fill-translate-anchor'?: undefined;
507
507
  'fill-pattern'?: undefined;
508
508
  'line-dasharray'?: undefined;
509
- "text-color"?: undefined;
510
- "text-halo-color"?: undefined;
511
- "text-halo-width"?: undefined;
512
- "text-halo-blur"?: undefined;
509
+ 'text-color'?: undefined;
510
+ 'text-halo-color'?: undefined;
511
+ 'text-halo-width'?: undefined;
512
+ 'text-halo-blur'?: undefined;
513
513
  'icon-opacity'?: undefined;
514
514
  'text-opacity'?: undefined;
515
515
  };
@@ -529,22 +529,22 @@ export declare class MapboxHelper {
529
529
  paint: {
530
530
  'line-color': string;
531
531
  'background-color'?: undefined;
532
- "fill-color"?: undefined;
533
- "fill-opacity"?: undefined;
532
+ 'fill-color'?: undefined;
533
+ 'fill-opacity'?: undefined;
534
534
  'fill-antialias'?: undefined;
535
- "line-width"?: undefined;
535
+ 'line-width'?: undefined;
536
536
  'line-blur'?: undefined;
537
- "line-translate"?: undefined;
537
+ 'line-translate'?: undefined;
538
538
  'line-translate-anchor'?: undefined;
539
- "line-opacity"?: undefined;
539
+ 'line-opacity'?: undefined;
540
540
  'fill-translate'?: undefined;
541
541
  'fill-translate-anchor'?: undefined;
542
542
  'fill-pattern'?: undefined;
543
543
  'line-dasharray'?: undefined;
544
- "text-color"?: undefined;
545
- "text-halo-color"?: undefined;
546
- "text-halo-width"?: undefined;
547
- "text-halo-blur"?: undefined;
544
+ 'text-color'?: undefined;
545
+ 'text-halo-color'?: undefined;
546
+ 'text-halo-width'?: undefined;
547
+ 'text-halo-blur'?: undefined;
548
548
  'icon-opacity'?: undefined;
549
549
  'text-opacity'?: undefined;
550
550
  };
@@ -566,10 +566,10 @@ export declare class MapboxHelper {
566
566
  'text-font'?: undefined;
567
567
  'text-max-angle'?: undefined;
568
568
  'symbol-spacing'?: undefined;
569
- "text-size"?: undefined;
569
+ 'text-size'?: undefined;
570
570
  'symbol-placement'?: undefined;
571
571
  'text-pitch-alignment'?: undefined;
572
- "text-field"?: undefined;
572
+ 'text-field'?: undefined;
573
573
  visibility?: undefined;
574
574
  'icon-image'?: undefined;
575
575
  'text-offset'?: undefined;
@@ -590,18 +590,18 @@ export declare class MapboxHelper {
590
590
  'line-translate-anchor': string;
591
591
  'line-opacity': (string | number | string[])[];
592
592
  'background-color'?: undefined;
593
- "fill-color"?: undefined;
594
- "fill-opacity"?: undefined;
593
+ 'fill-color'?: undefined;
594
+ 'fill-opacity'?: undefined;
595
595
  'fill-antialias'?: undefined;
596
596
  'line-blur'?: undefined;
597
597
  'fill-translate'?: undefined;
598
598
  'fill-translate-anchor'?: undefined;
599
599
  'fill-pattern'?: undefined;
600
600
  'line-dasharray'?: undefined;
601
- "text-color"?: undefined;
602
- "text-halo-color"?: undefined;
603
- "text-halo-width"?: undefined;
604
- "text-halo-blur"?: undefined;
601
+ 'text-color'?: undefined;
602
+ 'text-halo-color'?: undefined;
603
+ 'text-halo-width'?: undefined;
604
+ 'text-halo-blur'?: undefined;
605
605
  'icon-opacity'?: undefined;
606
606
  'text-opacity'?: undefined;
607
607
  };
@@ -622,20 +622,20 @@ export declare class MapboxHelper {
622
622
  'fill-translate': (string | number | (string | number)[] | (string | number[])[])[];
623
623
  'fill-translate-anchor': string;
624
624
  'background-color'?: undefined;
625
- "fill-opacity"?: undefined;
625
+ 'fill-opacity'?: undefined;
626
626
  'fill-antialias'?: undefined;
627
- "line-color"?: undefined;
628
- "line-width"?: undefined;
627
+ 'line-color'?: undefined;
628
+ 'line-width'?: undefined;
629
629
  'line-blur'?: undefined;
630
- "line-translate"?: undefined;
630
+ 'line-translate'?: undefined;
631
631
  'line-translate-anchor'?: undefined;
632
- "line-opacity"?: undefined;
632
+ 'line-opacity'?: undefined;
633
633
  'fill-pattern'?: undefined;
634
634
  'line-dasharray'?: undefined;
635
- "text-color"?: undefined;
636
- "text-halo-color"?: undefined;
637
- "text-halo-width"?: undefined;
638
- "text-halo-blur"?: undefined;
635
+ 'text-color'?: undefined;
636
+ 'text-halo-color'?: undefined;
637
+ 'text-halo-width'?: undefined;
638
+ 'text-halo-blur'?: undefined;
639
639
  'icon-opacity'?: undefined;
640
640
  'text-opacity'?: undefined;
641
641
  };
@@ -658,10 +658,10 @@ export declare class MapboxHelper {
658
658
  'text-font'?: undefined;
659
659
  'text-max-angle'?: undefined;
660
660
  'symbol-spacing'?: undefined;
661
- "text-size"?: undefined;
661
+ 'text-size'?: undefined;
662
662
  'symbol-placement'?: undefined;
663
663
  'text-pitch-alignment'?: undefined;
664
- "text-field"?: undefined;
664
+ 'text-field'?: undefined;
665
665
  visibility?: undefined;
666
666
  'icon-image'?: undefined;
667
667
  'text-offset'?: undefined;
@@ -680,20 +680,20 @@ export declare class MapboxHelper {
680
680
  'line-width': (string | number | (string | number | string[])[])[];
681
681
  'line-opacity': (string | number | string[])[];
682
682
  'background-color'?: undefined;
683
- "fill-color"?: undefined;
684
- "fill-opacity"?: undefined;
683
+ 'fill-color'?: undefined;
684
+ 'fill-opacity'?: undefined;
685
685
  'fill-antialias'?: undefined;
686
686
  'line-blur'?: undefined;
687
- "line-translate"?: undefined;
687
+ 'line-translate'?: undefined;
688
688
  'line-translate-anchor'?: undefined;
689
689
  'fill-translate'?: undefined;
690
690
  'fill-translate-anchor'?: undefined;
691
691
  'fill-pattern'?: undefined;
692
692
  'line-dasharray'?: undefined;
693
- "text-color"?: undefined;
694
- "text-halo-color"?: undefined;
695
- "text-halo-width"?: undefined;
696
- "text-halo-blur"?: undefined;
693
+ 'text-color'?: undefined;
694
+ 'text-halo-color'?: undefined;
695
+ 'text-halo-width'?: undefined;
696
+ 'text-halo-blur'?: undefined;
697
697
  'icon-opacity'?: undefined;
698
698
  'text-opacity'?: undefined;
699
699
  };
@@ -711,22 +711,22 @@ export declare class MapboxHelper {
711
711
  paint: {
712
712
  'fill-color': string;
713
713
  'background-color'?: undefined;
714
- "fill-opacity"?: undefined;
714
+ 'fill-opacity'?: undefined;
715
715
  'fill-antialias'?: undefined;
716
- "line-color"?: undefined;
717
- "line-width"?: undefined;
716
+ 'line-color'?: undefined;
717
+ 'line-width'?: undefined;
718
718
  'line-blur'?: undefined;
719
- "line-translate"?: undefined;
719
+ 'line-translate'?: undefined;
720
720
  'line-translate-anchor'?: undefined;
721
- "line-opacity"?: undefined;
721
+ 'line-opacity'?: undefined;
722
722
  'fill-translate'?: undefined;
723
723
  'fill-translate-anchor'?: undefined;
724
724
  'fill-pattern'?: undefined;
725
725
  'line-dasharray'?: undefined;
726
- "text-color"?: undefined;
727
- "text-halo-color"?: undefined;
728
- "text-halo-width"?: undefined;
729
- "text-halo-blur"?: undefined;
726
+ 'text-color'?: undefined;
727
+ 'text-halo-color'?: undefined;
728
+ 'text-halo-width'?: undefined;
729
+ 'text-halo-blur'?: undefined;
730
730
  'icon-opacity'?: undefined;
731
731
  'text-opacity'?: undefined;
732
732
  };
@@ -748,21 +748,21 @@ export declare class MapboxHelper {
748
748
  'fill-antialias': boolean;
749
749
  'fill-color': (string | number | (string | number | string[])[])[];
750
750
  'background-color'?: undefined;
751
- "fill-opacity"?: undefined;
752
- "line-color"?: undefined;
753
- "line-width"?: undefined;
751
+ 'fill-opacity'?: undefined;
752
+ 'line-color'?: undefined;
753
+ 'line-width'?: undefined;
754
754
  'line-blur'?: undefined;
755
- "line-translate"?: undefined;
755
+ 'line-translate'?: undefined;
756
756
  'line-translate-anchor'?: undefined;
757
- "line-opacity"?: undefined;
757
+ 'line-opacity'?: undefined;
758
758
  'fill-translate'?: undefined;
759
759
  'fill-translate-anchor'?: undefined;
760
760
  'fill-pattern'?: undefined;
761
761
  'line-dasharray'?: undefined;
762
- "text-color"?: undefined;
763
- "text-halo-color"?: undefined;
764
- "text-halo-width"?: undefined;
765
- "text-halo-blur"?: undefined;
762
+ 'text-color'?: undefined;
763
+ 'text-halo-color'?: undefined;
764
+ 'text-halo-width'?: undefined;
765
+ 'text-halo-blur'?: undefined;
766
766
  'icon-opacity'?: undefined;
767
767
  'text-opacity'?: undefined;
768
768
  };
@@ -785,20 +785,20 @@ export declare class MapboxHelper {
785
785
  'fill-opacity': (string | number | string[])[];
786
786
  'background-color'?: undefined;
787
787
  'fill-antialias'?: undefined;
788
- "line-color"?: undefined;
789
- "line-width"?: undefined;
788
+ 'line-color'?: undefined;
789
+ 'line-width'?: undefined;
790
790
  'line-blur'?: undefined;
791
- "line-translate"?: undefined;
791
+ 'line-translate'?: undefined;
792
792
  'line-translate-anchor'?: undefined;
793
- "line-opacity"?: undefined;
793
+ 'line-opacity'?: undefined;
794
794
  'fill-translate'?: undefined;
795
795
  'fill-translate-anchor'?: undefined;
796
796
  'fill-pattern'?: undefined;
797
797
  'line-dasharray'?: undefined;
798
- "text-color"?: undefined;
799
- "text-halo-color"?: undefined;
800
- "text-halo-width"?: undefined;
801
- "text-halo-blur"?: undefined;
798
+ 'text-color'?: undefined;
799
+ 'text-halo-color'?: undefined;
800
+ 'text-halo-width'?: undefined;
801
+ 'text-halo-blur'?: undefined;
802
802
  'icon-opacity'?: undefined;
803
803
  'text-opacity'?: undefined;
804
804
  };
@@ -822,18 +822,18 @@ export declare class MapboxHelper {
822
822
  'fill-translate-anchor': string;
823
823
  'background-color'?: undefined;
824
824
  'fill-antialias'?: undefined;
825
- "line-color"?: undefined;
826
- "line-width"?: undefined;
825
+ 'line-color'?: undefined;
826
+ 'line-width'?: undefined;
827
827
  'line-blur'?: undefined;
828
- "line-translate"?: undefined;
828
+ 'line-translate'?: undefined;
829
829
  'line-translate-anchor'?: undefined;
830
- "line-opacity"?: undefined;
830
+ 'line-opacity'?: undefined;
831
831
  'fill-translate'?: undefined;
832
832
  'line-dasharray'?: undefined;
833
- "text-color"?: undefined;
834
- "text-halo-color"?: undefined;
835
- "text-halo-width"?: undefined;
836
- "text-halo-blur"?: undefined;
833
+ 'text-color'?: undefined;
834
+ 'text-halo-color'?: undefined;
835
+ 'text-halo-width'?: undefined;
836
+ 'text-halo-blur'?: undefined;
837
837
  'icon-opacity'?: undefined;
838
838
  'text-opacity'?: undefined;
839
839
  };
@@ -853,22 +853,22 @@ export declare class MapboxHelper {
853
853
  paint: {
854
854
  'fill-color': string;
855
855
  'background-color'?: undefined;
856
- "fill-opacity"?: undefined;
856
+ 'fill-opacity'?: undefined;
857
857
  'fill-antialias'?: undefined;
858
- "line-color"?: undefined;
859
- "line-width"?: undefined;
858
+ 'line-color'?: undefined;
859
+ 'line-width'?: undefined;
860
860
  'line-blur'?: undefined;
861
- "line-translate"?: undefined;
861
+ 'line-translate'?: undefined;
862
862
  'line-translate-anchor'?: undefined;
863
- "line-opacity"?: undefined;
863
+ 'line-opacity'?: undefined;
864
864
  'fill-translate'?: undefined;
865
865
  'fill-translate-anchor'?: undefined;
866
866
  'fill-pattern'?: undefined;
867
867
  'line-dasharray'?: undefined;
868
- "text-color"?: undefined;
869
- "text-halo-color"?: undefined;
870
- "text-halo-width"?: undefined;
871
- "text-halo-blur"?: undefined;
868
+ 'text-color'?: undefined;
869
+ 'text-halo-color'?: undefined;
870
+ 'text-halo-width'?: undefined;
871
+ 'text-halo-blur'?: undefined;
872
872
  'icon-opacity'?: undefined;
873
873
  'text-opacity'?: undefined;
874
874
  };
@@ -887,14 +887,14 @@ export declare class MapboxHelper {
887
887
  filter: (string | (string | string[])[])[];
888
888
  layout: {
889
889
  'line-cap': string;
890
- "line-join"?: undefined;
890
+ 'line-join'?: undefined;
891
891
  'text-font'?: undefined;
892
892
  'text-max-angle'?: undefined;
893
893
  'symbol-spacing'?: undefined;
894
- "text-size"?: undefined;
894
+ 'text-size'?: undefined;
895
895
  'symbol-placement'?: undefined;
896
896
  'text-pitch-alignment'?: undefined;
897
- "text-field"?: undefined;
897
+ 'text-field'?: undefined;
898
898
  visibility?: undefined;
899
899
  'icon-image'?: undefined;
900
900
  'text-offset'?: undefined;
@@ -912,21 +912,21 @@ export declare class MapboxHelper {
912
912
  'line-width': (string | number | (string | number)[])[];
913
913
  'line-color': string;
914
914
  'background-color'?: undefined;
915
- "fill-color"?: undefined;
916
- "fill-opacity"?: undefined;
915
+ 'fill-color'?: undefined;
916
+ 'fill-opacity'?: undefined;
917
917
  'fill-antialias'?: undefined;
918
918
  'line-blur'?: undefined;
919
- "line-translate"?: undefined;
919
+ 'line-translate'?: undefined;
920
920
  'line-translate-anchor'?: undefined;
921
- "line-opacity"?: undefined;
921
+ 'line-opacity'?: undefined;
922
922
  'fill-translate'?: undefined;
923
923
  'fill-translate-anchor'?: undefined;
924
924
  'fill-pattern'?: undefined;
925
925
  'line-dasharray'?: undefined;
926
- "text-color"?: undefined;
927
- "text-halo-color"?: undefined;
928
- "text-halo-width"?: undefined;
929
- "text-halo-blur"?: undefined;
926
+ 'text-color'?: undefined;
927
+ 'text-halo-color'?: undefined;
928
+ 'text-halo-width'?: undefined;
929
+ 'text-halo-blur'?: undefined;
930
930
  'icon-opacity'?: undefined;
931
931
  'text-opacity'?: undefined;
932
932
  };
@@ -939,22 +939,22 @@ export declare class MapboxHelper {
939
939
  paint: {
940
940
  'fill-color': (string | number | string[])[];
941
941
  'background-color'?: undefined;
942
- "fill-opacity"?: undefined;
942
+ 'fill-opacity'?: undefined;
943
943
  'fill-antialias'?: undefined;
944
- "line-color"?: undefined;
945
- "line-width"?: undefined;
944
+ 'line-color'?: undefined;
945
+ 'line-width'?: undefined;
946
946
  'line-blur'?: undefined;
947
- "line-translate"?: undefined;
947
+ 'line-translate'?: undefined;
948
948
  'line-translate-anchor'?: undefined;
949
- "line-opacity"?: undefined;
949
+ 'line-opacity'?: undefined;
950
950
  'fill-translate'?: undefined;
951
951
  'fill-translate-anchor'?: undefined;
952
952
  'fill-pattern'?: undefined;
953
953
  'line-dasharray'?: undefined;
954
- "text-color"?: undefined;
955
- "text-halo-color"?: undefined;
956
- "text-halo-width"?: undefined;
957
- "text-halo-blur"?: undefined;
954
+ 'text-color'?: undefined;
955
+ 'text-halo-color'?: undefined;
956
+ 'text-halo-width'?: undefined;
957
+ 'text-halo-blur'?: undefined;
958
958
  'icon-opacity'?: undefined;
959
959
  'text-opacity'?: undefined;
960
960
  };
@@ -980,19 +980,19 @@ export declare class MapboxHelper {
980
980
  'line-opacity': (string | number | string[])[];
981
981
  'line-blur': (string | number | string[])[];
982
982
  'background-color'?: undefined;
983
- "fill-color"?: undefined;
984
- "fill-opacity"?: undefined;
983
+ 'fill-color'?: undefined;
984
+ 'fill-opacity'?: undefined;
985
985
  'fill-antialias'?: undefined;
986
- "line-translate"?: undefined;
986
+ 'line-translate'?: undefined;
987
987
  'line-translate-anchor'?: undefined;
988
988
  'fill-translate'?: undefined;
989
989
  'fill-translate-anchor'?: undefined;
990
990
  'fill-pattern'?: undefined;
991
991
  'line-dasharray'?: undefined;
992
- "text-color"?: undefined;
993
- "text-halo-color"?: undefined;
994
- "text-halo-width"?: undefined;
995
- "text-halo-blur"?: undefined;
992
+ 'text-color'?: undefined;
993
+ 'text-halo-color'?: undefined;
994
+ 'text-halo-width'?: undefined;
995
+ 'text-halo-blur'?: undefined;
996
996
  'icon-opacity'?: undefined;
997
997
  'text-opacity'?: undefined;
998
998
  };
@@ -1014,20 +1014,20 @@ export declare class MapboxHelper {
1014
1014
  'line-width': (string | number | string[])[];
1015
1015
  'line-dasharray': (string | number | (string | number[])[])[];
1016
1016
  'background-color'?: undefined;
1017
- "fill-color"?: undefined;
1018
- "fill-opacity"?: undefined;
1017
+ 'fill-color'?: undefined;
1018
+ 'fill-opacity'?: undefined;
1019
1019
  'fill-antialias'?: undefined;
1020
1020
  'line-blur'?: undefined;
1021
- "line-translate"?: undefined;
1021
+ 'line-translate'?: undefined;
1022
1022
  'line-translate-anchor'?: undefined;
1023
- "line-opacity"?: undefined;
1023
+ 'line-opacity'?: undefined;
1024
1024
  'fill-translate'?: undefined;
1025
1025
  'fill-translate-anchor'?: undefined;
1026
1026
  'fill-pattern'?: undefined;
1027
- "text-color"?: undefined;
1028
- "text-halo-color"?: undefined;
1029
- "text-halo-width"?: undefined;
1030
- "text-halo-blur"?: undefined;
1027
+ 'text-color'?: undefined;
1028
+ 'text-halo-color'?: undefined;
1029
+ 'text-halo-width'?: undefined;
1030
+ 'text-halo-blur'?: undefined;
1031
1031
  'icon-opacity'?: undefined;
1032
1032
  'text-opacity'?: undefined;
1033
1033
  };
@@ -1054,7 +1054,7 @@ export declare class MapboxHelper {
1054
1054
  'text-field': (string | string[])[];
1055
1055
  visibility: string;
1056
1056
  'line-cap'?: undefined;
1057
- "line-join"?: undefined;
1057
+ 'line-join'?: undefined;
1058
1058
  'icon-image'?: undefined;
1059
1059
  'text-offset'?: undefined;
1060
1060
  'text-anchor'?: undefined;
@@ -1071,21 +1071,21 @@ export declare class MapboxHelper {
1071
1071
  'text-color': string;
1072
1072
  'text-halo-color': string;
1073
1073
  'background-color'?: undefined;
1074
- "fill-color"?: undefined;
1075
- "fill-opacity"?: undefined;
1074
+ 'fill-color'?: undefined;
1075
+ 'fill-opacity'?: undefined;
1076
1076
  'fill-antialias'?: undefined;
1077
- "line-color"?: undefined;
1078
- "line-width"?: undefined;
1077
+ 'line-color'?: undefined;
1078
+ 'line-width'?: undefined;
1079
1079
  'line-blur'?: undefined;
1080
- "line-translate"?: undefined;
1080
+ 'line-translate'?: undefined;
1081
1081
  'line-translate-anchor'?: undefined;
1082
- "line-opacity"?: undefined;
1082
+ 'line-opacity'?: undefined;
1083
1083
  'fill-translate'?: undefined;
1084
1084
  'fill-translate-anchor'?: undefined;
1085
1085
  'fill-pattern'?: undefined;
1086
1086
  'line-dasharray'?: undefined;
1087
- "text-halo-width"?: undefined;
1088
- "text-halo-blur"?: undefined;
1087
+ 'text-halo-width'?: undefined;
1088
+ 'text-halo-blur'?: undefined;
1089
1089
  'icon-opacity'?: undefined;
1090
1090
  'text-opacity'?: undefined;
1091
1091
  };
@@ -1110,7 +1110,7 @@ export declare class MapboxHelper {
1110
1110
  'text-pitch-alignment': string;
1111
1111
  visibility: string;
1112
1112
  'line-cap'?: undefined;
1113
- "line-join"?: undefined;
1113
+ 'line-join'?: undefined;
1114
1114
  'symbol-spacing'?: undefined;
1115
1115
  'icon-image'?: undefined;
1116
1116
  'text-offset'?: undefined;
@@ -1130,15 +1130,15 @@ export declare class MapboxHelper {
1130
1130
  'text-halo-blur': number;
1131
1131
  'text-color': string;
1132
1132
  'background-color'?: undefined;
1133
- "fill-color"?: undefined;
1134
- "fill-opacity"?: undefined;
1133
+ 'fill-color'?: undefined;
1134
+ 'fill-opacity'?: undefined;
1135
1135
  'fill-antialias'?: undefined;
1136
- "line-color"?: undefined;
1137
- "line-width"?: undefined;
1136
+ 'line-color'?: undefined;
1137
+ 'line-width'?: undefined;
1138
1138
  'line-blur'?: undefined;
1139
- "line-translate"?: undefined;
1139
+ 'line-translate'?: undefined;
1140
1140
  'line-translate-anchor'?: undefined;
1141
- "line-opacity"?: undefined;
1141
+ 'line-opacity'?: undefined;
1142
1142
  'fill-translate'?: undefined;
1143
1143
  'fill-translate-anchor'?: undefined;
1144
1144
  'fill-pattern'?: undefined;
@@ -1167,7 +1167,7 @@ export declare class MapboxHelper {
1167
1167
  'text-field': (string | string[])[];
1168
1168
  visibility: string;
1169
1169
  'line-cap'?: undefined;
1170
- "line-join"?: undefined;
1170
+ 'line-join'?: undefined;
1171
1171
  'text-max-angle'?: undefined;
1172
1172
  'symbol-spacing'?: undefined;
1173
1173
  'symbol-placement'?: undefined;
@@ -1188,15 +1188,15 @@ export declare class MapboxHelper {
1188
1188
  'text-halo-blur': number;
1189
1189
  'text-color': string;
1190
1190
  'background-color'?: undefined;
1191
- "fill-color"?: undefined;
1192
- "fill-opacity"?: undefined;
1191
+ 'fill-color'?: undefined;
1192
+ 'fill-opacity'?: undefined;
1193
1193
  'fill-antialias'?: undefined;
1194
- "line-color"?: undefined;
1195
- "line-width"?: undefined;
1194
+ 'line-color'?: undefined;
1195
+ 'line-width'?: undefined;
1196
1196
  'line-blur'?: undefined;
1197
- "line-translate"?: undefined;
1197
+ 'line-translate'?: undefined;
1198
1198
  'line-translate-anchor'?: undefined;
1199
- "line-opacity"?: undefined;
1199
+ 'line-opacity'?: undefined;
1200
1200
  'fill-translate'?: undefined;
1201
1201
  'fill-translate-anchor'?: undefined;
1202
1202
  'fill-pattern'?: undefined;
@@ -1225,7 +1225,7 @@ export declare class MapboxHelper {
1225
1225
  'text-field': (string | string[])[];
1226
1226
  visibility: string;
1227
1227
  'line-cap'?: undefined;
1228
- "line-join"?: undefined;
1228
+ 'line-join'?: undefined;
1229
1229
  'symbol-spacing'?: undefined;
1230
1230
  'icon-image'?: undefined;
1231
1231
  'text-offset'?: undefined;
@@ -1242,21 +1242,21 @@ export declare class MapboxHelper {
1242
1242
  'text-color': (string | string[])[];
1243
1243
  'text-halo-color': string;
1244
1244
  'background-color'?: undefined;
1245
- "fill-color"?: undefined;
1246
- "fill-opacity"?: undefined;
1245
+ 'fill-color'?: undefined;
1246
+ 'fill-opacity'?: undefined;
1247
1247
  'fill-antialias'?: undefined;
1248
- "line-color"?: undefined;
1249
- "line-width"?: undefined;
1248
+ 'line-color'?: undefined;
1249
+ 'line-width'?: undefined;
1250
1250
  'line-blur'?: undefined;
1251
- "line-translate"?: undefined;
1251
+ 'line-translate'?: undefined;
1252
1252
  'line-translate-anchor'?: undefined;
1253
- "line-opacity"?: undefined;
1253
+ 'line-opacity'?: undefined;
1254
1254
  'fill-translate'?: undefined;
1255
1255
  'fill-translate-anchor'?: undefined;
1256
1256
  'fill-pattern'?: undefined;
1257
1257
  'line-dasharray'?: undefined;
1258
- "text-halo-width"?: undefined;
1259
- "text-halo-blur"?: undefined;
1258
+ 'text-halo-width'?: undefined;
1259
+ 'text-halo-blur'?: undefined;
1260
1260
  'icon-opacity'?: undefined;
1261
1261
  'text-opacity'?: undefined;
1262
1262
  };
@@ -1281,7 +1281,7 @@ export declare class MapboxHelper {
1281
1281
  'text-max-width': (string | number | string[])[];
1282
1282
  visibility: string;
1283
1283
  'line-cap'?: undefined;
1284
- "line-join"?: undefined;
1284
+ 'line-join'?: undefined;
1285
1285
  'text-max-angle'?: undefined;
1286
1286
  'symbol-spacing'?: undefined;
1287
1287
  'symbol-placement'?: undefined;
@@ -1299,21 +1299,21 @@ export declare class MapboxHelper {
1299
1299
  'text-color': (string | string[])[];
1300
1300
  'text-halo-color': string;
1301
1301
  'background-color'?: undefined;
1302
- "fill-color"?: undefined;
1303
- "fill-opacity"?: undefined;
1302
+ 'fill-color'?: undefined;
1303
+ 'fill-opacity'?: undefined;
1304
1304
  'fill-antialias'?: undefined;
1305
- "line-color"?: undefined;
1306
- "line-width"?: undefined;
1305
+ 'line-color'?: undefined;
1306
+ 'line-width'?: undefined;
1307
1307
  'line-blur'?: undefined;
1308
- "line-translate"?: undefined;
1308
+ 'line-translate'?: undefined;
1309
1309
  'line-translate-anchor'?: undefined;
1310
- "line-opacity"?: undefined;
1310
+ 'line-opacity'?: undefined;
1311
1311
  'fill-translate'?: undefined;
1312
1312
  'fill-translate-anchor'?: undefined;
1313
1313
  'fill-pattern'?: undefined;
1314
1314
  'line-dasharray'?: undefined;
1315
- "text-halo-width"?: undefined;
1316
- "text-halo-blur"?: undefined;
1315
+ 'text-halo-width'?: undefined;
1316
+ 'text-halo-blur'?: undefined;
1317
1317
  'icon-opacity'?: undefined;
1318
1318
  'text-opacity'?: undefined;
1319
1319
  };
@@ -1340,7 +1340,7 @@ export declare class MapboxHelper {
1340
1340
  'text-size': (string | number | (string | number | string[])[])[];
1341
1341
  visibility: string;
1342
1342
  'line-cap'?: undefined;
1343
- "line-join"?: undefined;
1343
+ 'line-join'?: undefined;
1344
1344
  'text-max-angle'?: undefined;
1345
1345
  'symbol-spacing'?: undefined;
1346
1346
  'symbol-placement'?: undefined;
@@ -1359,15 +1359,15 @@ export declare class MapboxHelper {
1359
1359
  'text-color': string;
1360
1360
  'text-halo-blur': number;
1361
1361
  'background-color'?: undefined;
1362
- "fill-color"?: undefined;
1363
- "fill-opacity"?: undefined;
1362
+ 'fill-color'?: undefined;
1363
+ 'fill-opacity'?: undefined;
1364
1364
  'fill-antialias'?: undefined;
1365
- "line-color"?: undefined;
1366
- "line-width"?: undefined;
1365
+ 'line-color'?: undefined;
1366
+ 'line-width'?: undefined;
1367
1367
  'line-blur'?: undefined;
1368
- "line-translate"?: undefined;
1368
+ 'line-translate'?: undefined;
1369
1369
  'line-translate-anchor'?: undefined;
1370
- "line-opacity"?: undefined;
1370
+ 'line-opacity'?: undefined;
1371
1371
  'fill-translate'?: undefined;
1372
1372
  'fill-translate-anchor'?: undefined;
1373
1373
  'fill-pattern'?: undefined;
@@ -1400,7 +1400,7 @@ export declare class MapboxHelper {
1400
1400
  'text-field': (string | string[])[];
1401
1401
  'text-max-width': number;
1402
1402
  'line-cap'?: undefined;
1403
- "line-join"?: undefined;
1403
+ 'line-join'?: undefined;
1404
1404
  'text-max-angle'?: undefined;
1405
1405
  'symbol-spacing'?: undefined;
1406
1406
  'symbol-placement'?: undefined;
@@ -1416,15 +1416,15 @@ export declare class MapboxHelper {
1416
1416
  'text-halo-width': number;
1417
1417
  'text-halo-blur': number;
1418
1418
  'background-color'?: undefined;
1419
- "fill-color"?: undefined;
1420
- "fill-opacity"?: undefined;
1419
+ 'fill-color'?: undefined;
1420
+ 'fill-opacity'?: undefined;
1421
1421
  'fill-antialias'?: undefined;
1422
- "line-color"?: undefined;
1423
- "line-width"?: undefined;
1422
+ 'line-color'?: undefined;
1423
+ 'line-width'?: undefined;
1424
1424
  'line-blur'?: undefined;
1425
- "line-translate"?: undefined;
1425
+ 'line-translate'?: undefined;
1426
1426
  'line-translate-anchor'?: undefined;
1427
- "line-opacity"?: undefined;
1427
+ 'line-opacity'?: undefined;
1428
1428
  'fill-translate'?: undefined;
1429
1429
  'fill-translate-anchor'?: undefined;
1430
1430
  'fill-pattern'?: undefined;
@@ -1457,7 +1457,7 @@ export declare class MapboxHelper {
1457
1457
  'text-field': (string | string[])[];
1458
1458
  'text-max-width': number;
1459
1459
  'line-cap'?: undefined;
1460
- "line-join"?: undefined;
1460
+ 'line-join'?: undefined;
1461
1461
  'text-max-angle'?: undefined;
1462
1462
  'symbol-spacing'?: undefined;
1463
1463
  'symbol-placement'?: undefined;
@@ -1473,15 +1473,15 @@ export declare class MapboxHelper {
1473
1473
  'text-halo-width': number;
1474
1474
  'text-halo-blur': number;
1475
1475
  'background-color'?: undefined;
1476
- "fill-color"?: undefined;
1477
- "fill-opacity"?: undefined;
1476
+ 'fill-color'?: undefined;
1477
+ 'fill-opacity'?: undefined;
1478
1478
  'fill-antialias'?: undefined;
1479
- "line-color"?: undefined;
1480
- "line-width"?: undefined;
1479
+ 'line-color'?: undefined;
1480
+ 'line-width'?: undefined;
1481
1481
  'line-blur'?: undefined;
1482
- "line-translate"?: undefined;
1482
+ 'line-translate'?: undefined;
1483
1483
  'line-translate-anchor'?: undefined;
1484
- "line-opacity"?: undefined;
1484
+ 'line-opacity'?: undefined;
1485
1485
  'fill-translate'?: undefined;
1486
1486
  'fill-translate-anchor'?: undefined;
1487
1487
  'fill-pattern'?: undefined;
@@ -1510,7 +1510,7 @@ export declare class MapboxHelper {
1510
1510
  'text-max-width': number;
1511
1511
  visibility: string;
1512
1512
  'line-cap'?: undefined;
1513
- "line-join"?: undefined;
1513
+ 'line-join'?: undefined;
1514
1514
  'text-max-angle'?: undefined;
1515
1515
  'symbol-spacing'?: undefined;
1516
1516
  'symbol-placement'?: undefined;
@@ -1530,20 +1530,20 @@ export declare class MapboxHelper {
1530
1530
  'text-halo-width': number;
1531
1531
  'text-opacity': number;
1532
1532
  'background-color'?: undefined;
1533
- "fill-color"?: undefined;
1534
- "fill-opacity"?: undefined;
1533
+ 'fill-color'?: undefined;
1534
+ 'fill-opacity'?: undefined;
1535
1535
  'fill-antialias'?: undefined;
1536
- "line-color"?: undefined;
1537
- "line-width"?: undefined;
1536
+ 'line-color'?: undefined;
1537
+ 'line-width'?: undefined;
1538
1538
  'line-blur'?: undefined;
1539
- "line-translate"?: undefined;
1539
+ 'line-translate'?: undefined;
1540
1540
  'line-translate-anchor'?: undefined;
1541
- "line-opacity"?: undefined;
1541
+ 'line-opacity'?: undefined;
1542
1542
  'fill-translate'?: undefined;
1543
1543
  'fill-translate-anchor'?: undefined;
1544
1544
  'fill-pattern'?: undefined;
1545
1545
  'line-dasharray'?: undefined;
1546
- "text-halo-blur"?: undefined;
1546
+ 'text-halo-blur'?: undefined;
1547
1547
  'icon-opacity'?: undefined;
1548
1548
  };
1549
1549
  } | {
@@ -1567,7 +1567,7 @@ export declare class MapboxHelper {
1567
1567
  'text-justify': (string | number | (string | string[])[])[];
1568
1568
  'text-size': (string | number | (string | number | string[])[])[];
1569
1569
  'line-cap'?: undefined;
1570
- "line-join"?: undefined;
1570
+ 'line-join'?: undefined;
1571
1571
  'text-max-angle'?: undefined;
1572
1572
  'symbol-spacing'?: undefined;
1573
1573
  'symbol-placement'?: undefined;
@@ -1587,20 +1587,20 @@ export declare class MapboxHelper {
1587
1587
  'text-halo-color': (string | number | string[])[];
1588
1588
  'text-halo-width': number;
1589
1589
  'background-color'?: undefined;
1590
- "fill-color"?: undefined;
1591
- "fill-opacity"?: undefined;
1590
+ 'fill-color'?: undefined;
1591
+ 'fill-opacity'?: undefined;
1592
1592
  'fill-antialias'?: undefined;
1593
- "line-color"?: undefined;
1594
- "line-width"?: undefined;
1593
+ 'line-color'?: undefined;
1594
+ 'line-width'?: undefined;
1595
1595
  'line-blur'?: undefined;
1596
- "line-translate"?: undefined;
1596
+ 'line-translate'?: undefined;
1597
1597
  'line-translate-anchor'?: undefined;
1598
- "line-opacity"?: undefined;
1598
+ 'line-opacity'?: undefined;
1599
1599
  'fill-translate'?: undefined;
1600
1600
  'fill-translate-anchor'?: undefined;
1601
1601
  'fill-pattern'?: undefined;
1602
1602
  'line-dasharray'?: undefined;
1603
- "text-halo-blur"?: undefined;
1603
+ 'text-halo-blur'?: undefined;
1604
1604
  'text-opacity'?: undefined;
1605
1605
  };
1606
1606
  } | {
@@ -1625,7 +1625,7 @@ export declare class MapboxHelper {
1625
1625
  'text-letter-spacing': number;
1626
1626
  visibility: string;
1627
1627
  'line-cap'?: undefined;
1628
- "line-join"?: undefined;
1628
+ 'line-join'?: undefined;
1629
1629
  'text-max-angle'?: undefined;
1630
1630
  'symbol-spacing'?: undefined;
1631
1631
  'symbol-placement'?: undefined;
@@ -1644,39 +1644,39 @@ export declare class MapboxHelper {
1644
1644
  'text-halo-width': number;
1645
1645
  'text-opacity': (string | number | string[])[];
1646
1646
  'background-color'?: undefined;
1647
- "fill-color"?: undefined;
1648
- "fill-opacity"?: undefined;
1647
+ 'fill-color'?: undefined;
1648
+ 'fill-opacity'?: undefined;
1649
1649
  'fill-antialias'?: undefined;
1650
- "line-color"?: undefined;
1651
- "line-width"?: undefined;
1650
+ 'line-color'?: undefined;
1651
+ 'line-width'?: undefined;
1652
1652
  'line-blur'?: undefined;
1653
- "line-translate"?: undefined;
1653
+ 'line-translate'?: undefined;
1654
1654
  'line-translate-anchor'?: undefined;
1655
- "line-opacity"?: undefined;
1655
+ 'line-opacity'?: undefined;
1656
1656
  'fill-translate'?: undefined;
1657
1657
  'fill-translate-anchor'?: undefined;
1658
1658
  'fill-pattern'?: undefined;
1659
1659
  'line-dasharray'?: undefined;
1660
- "text-halo-blur"?: undefined;
1660
+ 'text-halo-blur'?: undefined;
1661
1661
  'icon-opacity'?: undefined;
1662
1662
  };
1663
1663
  } | {
1664
1664
  id: string;
1665
1665
  type: string;
1666
1666
  source: string;
1667
- "source-layer": string;
1667
+ 'source-layer': string;
1668
1668
  minzoom: number;
1669
1669
  layout: {
1670
- "line-join": string;
1670
+ 'line-join': string;
1671
1671
  visibility: string;
1672
1672
  'line-cap'?: undefined;
1673
1673
  'text-font'?: undefined;
1674
1674
  'text-max-angle'?: undefined;
1675
1675
  'symbol-spacing'?: undefined;
1676
- "text-size"?: undefined;
1676
+ 'text-size'?: undefined;
1677
1677
  'symbol-placement'?: undefined;
1678
1678
  'text-pitch-alignment'?: undefined;
1679
- "text-field"?: undefined;
1679
+ 'text-field'?: undefined;
1680
1680
  'icon-image'?: undefined;
1681
1681
  'text-offset'?: undefined;
1682
1682
  'text-anchor'?: undefined;
@@ -1690,13 +1690,13 @@ export declare class MapboxHelper {
1690
1690
  'text-justify'?: undefined;
1691
1691
  };
1692
1692
  paint: {
1693
- "line-color": string;
1694
- "line-opacity": number;
1695
- "line-width": (string | number | string[])[];
1696
- "line-translate": number[];
1693
+ 'line-color': string;
1694
+ 'line-opacity': number;
1695
+ 'line-width': (string | number | string[])[];
1696
+ 'line-translate': number[];
1697
1697
  'background-color'?: undefined;
1698
- "fill-color"?: undefined;
1699
- "fill-opacity"?: undefined;
1698
+ 'fill-color'?: undefined;
1699
+ 'fill-opacity'?: undefined;
1700
1700
  'fill-antialias'?: undefined;
1701
1701
  'line-blur'?: undefined;
1702
1702
  'line-translate-anchor'?: undefined;
@@ -1704,10 +1704,10 @@ export declare class MapboxHelper {
1704
1704
  'fill-translate-anchor'?: undefined;
1705
1705
  'fill-pattern'?: undefined;
1706
1706
  'line-dasharray'?: undefined;
1707
- "text-color"?: undefined;
1708
- "text-halo-color"?: undefined;
1709
- "text-halo-width"?: undefined;
1710
- "text-halo-blur"?: undefined;
1707
+ 'text-color'?: undefined;
1708
+ 'text-halo-color'?: undefined;
1709
+ 'text-halo-width'?: undefined;
1710
+ 'text-halo-blur'?: undefined;
1711
1711
  'icon-opacity'?: undefined;
1712
1712
  'text-opacity'?: undefined;
1713
1713
  };
@@ -1718,18 +1718,18 @@ export declare class MapboxHelper {
1718
1718
  id: string;
1719
1719
  type: string;
1720
1720
  source: string;
1721
- "source-layer": string;
1721
+ 'source-layer': string;
1722
1722
  layout: {
1723
- "line-join": string;
1723
+ 'line-join': string;
1724
1724
  visibility: string;
1725
1725
  'line-cap'?: undefined;
1726
1726
  'text-font'?: undefined;
1727
1727
  'text-max-angle'?: undefined;
1728
1728
  'symbol-spacing'?: undefined;
1729
- "text-size"?: undefined;
1729
+ 'text-size'?: undefined;
1730
1730
  'symbol-placement'?: undefined;
1731
1731
  'text-pitch-alignment'?: undefined;
1732
- "text-field"?: undefined;
1732
+ 'text-field'?: undefined;
1733
1733
  'icon-image'?: undefined;
1734
1734
  'text-offset'?: undefined;
1735
1735
  'text-anchor'?: undefined;
@@ -1743,24 +1743,24 @@ export declare class MapboxHelper {
1743
1743
  'text-justify'?: undefined;
1744
1744
  };
1745
1745
  paint: {
1746
- "line-color": string;
1747
- "line-opacity": number;
1748
- "line-width": (string | number | string[])[];
1746
+ 'line-color': string;
1747
+ 'line-opacity': number;
1748
+ 'line-width': (string | number | string[])[];
1749
1749
  'background-color'?: undefined;
1750
- "fill-color"?: undefined;
1751
- "fill-opacity"?: undefined;
1750
+ 'fill-color'?: undefined;
1751
+ 'fill-opacity'?: undefined;
1752
1752
  'fill-antialias'?: undefined;
1753
1753
  'line-blur'?: undefined;
1754
- "line-translate"?: undefined;
1754
+ 'line-translate'?: undefined;
1755
1755
  'line-translate-anchor'?: undefined;
1756
1756
  'fill-translate'?: undefined;
1757
1757
  'fill-translate-anchor'?: undefined;
1758
1758
  'fill-pattern'?: undefined;
1759
1759
  'line-dasharray'?: undefined;
1760
- "text-color"?: undefined;
1761
- "text-halo-color"?: undefined;
1762
- "text-halo-width"?: undefined;
1763
- "text-halo-blur"?: undefined;
1760
+ 'text-color'?: undefined;
1761
+ 'text-halo-color'?: undefined;
1762
+ 'text-halo-width'?: undefined;
1763
+ 'text-halo-blur'?: undefined;
1764
1764
  'icon-opacity'?: undefined;
1765
1765
  'text-opacity'?: undefined;
1766
1766
  };
@@ -1772,18 +1772,18 @@ export declare class MapboxHelper {
1772
1772
  id: string;
1773
1773
  type: string;
1774
1774
  source: string;
1775
- "source-layer": string;
1775
+ 'source-layer': string;
1776
1776
  layout: {
1777
1777
  visibility: string;
1778
1778
  'line-cap'?: undefined;
1779
- "line-join"?: undefined;
1779
+ 'line-join'?: undefined;
1780
1780
  'text-font'?: undefined;
1781
1781
  'text-max-angle'?: undefined;
1782
1782
  'symbol-spacing'?: undefined;
1783
- "text-size"?: undefined;
1783
+ 'text-size'?: undefined;
1784
1784
  'symbol-placement'?: undefined;
1785
1785
  'text-pitch-alignment'?: undefined;
1786
- "text-field"?: undefined;
1786
+ 'text-field'?: undefined;
1787
1787
  'icon-image'?: undefined;
1788
1788
  'text-offset'?: undefined;
1789
1789
  'text-anchor'?: undefined;
@@ -1797,24 +1797,24 @@ export declare class MapboxHelper {
1797
1797
  'text-justify'?: undefined;
1798
1798
  };
1799
1799
  paint: {
1800
- "line-color": string;
1800
+ 'line-color': string;
1801
1801
  'background-color'?: undefined;
1802
- "fill-color"?: undefined;
1803
- "fill-opacity"?: undefined;
1802
+ 'fill-color'?: undefined;
1803
+ 'fill-opacity'?: undefined;
1804
1804
  'fill-antialias'?: undefined;
1805
- "line-width"?: undefined;
1805
+ 'line-width'?: undefined;
1806
1806
  'line-blur'?: undefined;
1807
- "line-translate"?: undefined;
1807
+ 'line-translate'?: undefined;
1808
1808
  'line-translate-anchor'?: undefined;
1809
- "line-opacity"?: undefined;
1809
+ 'line-opacity'?: undefined;
1810
1810
  'fill-translate'?: undefined;
1811
1811
  'fill-translate-anchor'?: undefined;
1812
1812
  'fill-pattern'?: undefined;
1813
1813
  'line-dasharray'?: undefined;
1814
- "text-color"?: undefined;
1815
- "text-halo-color"?: undefined;
1816
- "text-halo-width"?: undefined;
1817
- "text-halo-blur"?: undefined;
1814
+ 'text-color'?: undefined;
1815
+ 'text-halo-color'?: undefined;
1816
+ 'text-halo-width'?: undefined;
1817
+ 'text-halo-blur'?: undefined;
1818
1818
  'icon-opacity'?: undefined;
1819
1819
  'text-opacity'?: undefined;
1820
1820
  };
@@ -1826,13 +1826,13 @@ export declare class MapboxHelper {
1826
1826
  id: string;
1827
1827
  type: string;
1828
1828
  source: string;
1829
- "source-layer": string;
1829
+ 'source-layer': string;
1830
1830
  layout: {
1831
- "text-field": (string | string[])[];
1832
- "text-size": number;
1831
+ 'text-field': (string | string[])[];
1832
+ 'text-size': number;
1833
1833
  visibility: string;
1834
1834
  'line-cap'?: undefined;
1835
- "line-join"?: undefined;
1835
+ 'line-join'?: undefined;
1836
1836
  'text-font'?: undefined;
1837
1837
  'text-max-angle'?: undefined;
1838
1838
  'symbol-spacing'?: undefined;
@@ -1851,24 +1851,24 @@ export declare class MapboxHelper {
1851
1851
  'text-justify'?: undefined;
1852
1852
  };
1853
1853
  paint: {
1854
- "text-halo-color": string;
1855
- "text-halo-width": number;
1856
- "text-halo-blur": number;
1854
+ 'text-halo-color': string;
1855
+ 'text-halo-width': number;
1856
+ 'text-halo-blur': number;
1857
1857
  'background-color'?: undefined;
1858
- "fill-color"?: undefined;
1859
- "fill-opacity"?: undefined;
1858
+ 'fill-color'?: undefined;
1859
+ 'fill-opacity'?: undefined;
1860
1860
  'fill-antialias'?: undefined;
1861
- "line-color"?: undefined;
1862
- "line-width"?: undefined;
1861
+ 'line-color'?: undefined;
1862
+ 'line-width'?: undefined;
1863
1863
  'line-blur'?: undefined;
1864
- "line-translate"?: undefined;
1864
+ 'line-translate'?: undefined;
1865
1865
  'line-translate-anchor'?: undefined;
1866
- "line-opacity"?: undefined;
1866
+ 'line-opacity'?: undefined;
1867
1867
  'fill-translate'?: undefined;
1868
1868
  'fill-translate-anchor'?: undefined;
1869
1869
  'fill-pattern'?: undefined;
1870
1870
  'line-dasharray'?: undefined;
1871
- "text-color"?: undefined;
1871
+ 'text-color'?: undefined;
1872
1872
  'icon-opacity'?: undefined;
1873
1873
  'text-opacity'?: undefined;
1874
1874
  };
@@ -1880,18 +1880,18 @@ export declare class MapboxHelper {
1880
1880
  id: string;
1881
1881
  type: string;
1882
1882
  source: string;
1883
- "source-layer": string;
1883
+ 'source-layer': string;
1884
1884
  layout: {
1885
1885
  visibility: string;
1886
1886
  'line-cap'?: undefined;
1887
- "line-join"?: undefined;
1887
+ 'line-join'?: undefined;
1888
1888
  'text-font'?: undefined;
1889
1889
  'text-max-angle'?: undefined;
1890
1890
  'symbol-spacing'?: undefined;
1891
- "text-size"?: undefined;
1891
+ 'text-size'?: undefined;
1892
1892
  'symbol-placement'?: undefined;
1893
1893
  'text-pitch-alignment'?: undefined;
1894
- "text-field"?: undefined;
1894
+ 'text-field'?: undefined;
1895
1895
  'icon-image'?: undefined;
1896
1896
  'text-offset'?: undefined;
1897
1897
  'text-anchor'?: undefined;
@@ -1905,24 +1905,24 @@ export declare class MapboxHelper {
1905
1905
  'text-justify'?: undefined;
1906
1906
  };
1907
1907
  paint: {
1908
- "line-color": (string | number | string[])[];
1909
- "line-width": number;
1908
+ 'line-color': (string | number | string[])[];
1909
+ 'line-width': number;
1910
1910
  'background-color'?: undefined;
1911
- "fill-color"?: undefined;
1912
- "fill-opacity"?: undefined;
1911
+ 'fill-color'?: undefined;
1912
+ 'fill-opacity'?: undefined;
1913
1913
  'fill-antialias'?: undefined;
1914
1914
  'line-blur'?: undefined;
1915
- "line-translate"?: undefined;
1915
+ 'line-translate'?: undefined;
1916
1916
  'line-translate-anchor'?: undefined;
1917
- "line-opacity"?: undefined;
1917
+ 'line-opacity'?: undefined;
1918
1918
  'fill-translate'?: undefined;
1919
1919
  'fill-translate-anchor'?: undefined;
1920
1920
  'fill-pattern'?: undefined;
1921
1921
  'line-dasharray'?: undefined;
1922
- "text-color"?: undefined;
1923
- "text-halo-color"?: undefined;
1924
- "text-halo-width"?: undefined;
1925
- "text-halo-blur"?: undefined;
1922
+ 'text-color'?: undefined;
1923
+ 'text-halo-color'?: undefined;
1924
+ 'text-halo-width'?: undefined;
1925
+ 'text-halo-blur'?: undefined;
1926
1926
  'icon-opacity'?: undefined;
1927
1927
  'text-opacity'?: undefined;
1928
1928
  };
@@ -1934,19 +1934,19 @@ export declare class MapboxHelper {
1934
1934
  id: string;
1935
1935
  type: string;
1936
1936
  source: string;
1937
- "source-layer": string;
1937
+ 'source-layer': string;
1938
1938
  filter: (string | boolean | string[])[];
1939
1939
  layout: {
1940
1940
  visibility: string;
1941
1941
  'line-cap'?: undefined;
1942
- "line-join"?: undefined;
1942
+ 'line-join'?: undefined;
1943
1943
  'text-font'?: undefined;
1944
1944
  'text-max-angle'?: undefined;
1945
1945
  'symbol-spacing'?: undefined;
1946
- "text-size"?: undefined;
1946
+ 'text-size'?: undefined;
1947
1947
  'symbol-placement'?: undefined;
1948
1948
  'text-pitch-alignment'?: undefined;
1949
- "text-field"?: undefined;
1949
+ 'text-field'?: undefined;
1950
1950
  'icon-image'?: undefined;
1951
1951
  'text-offset'?: undefined;
1952
1952
  'text-anchor'?: undefined;
@@ -1960,24 +1960,24 @@ export declare class MapboxHelper {
1960
1960
  'text-justify'?: undefined;
1961
1961
  };
1962
1962
  paint: {
1963
- "fill-color": string;
1964
- "fill-opacity": number;
1963
+ 'fill-color': string;
1964
+ 'fill-opacity': number;
1965
1965
  'background-color'?: undefined;
1966
1966
  'fill-antialias'?: undefined;
1967
- "line-color"?: undefined;
1968
- "line-width"?: undefined;
1967
+ 'line-color'?: undefined;
1968
+ 'line-width'?: undefined;
1969
1969
  'line-blur'?: undefined;
1970
- "line-translate"?: undefined;
1970
+ 'line-translate'?: undefined;
1971
1971
  'line-translate-anchor'?: undefined;
1972
- "line-opacity"?: undefined;
1972
+ 'line-opacity'?: undefined;
1973
1973
  'fill-translate'?: undefined;
1974
1974
  'fill-translate-anchor'?: undefined;
1975
1975
  'fill-pattern'?: undefined;
1976
1976
  'line-dasharray'?: undefined;
1977
- "text-color"?: undefined;
1978
- "text-halo-color"?: undefined;
1979
- "text-halo-width"?: undefined;
1980
- "text-halo-blur"?: undefined;
1977
+ 'text-color'?: undefined;
1978
+ 'text-halo-color'?: undefined;
1979
+ 'text-halo-width'?: undefined;
1980
+ 'text-halo-blur'?: undefined;
1981
1981
  'icon-opacity'?: undefined;
1982
1982
  'text-opacity'?: undefined;
1983
1983
  };
@@ -1988,13 +1988,13 @@ export declare class MapboxHelper {
1988
1988
  id: string;
1989
1989
  type: string;
1990
1990
  source: string;
1991
- "source-layer": string;
1991
+ 'source-layer': string;
1992
1992
  layout: {
1993
- "text-field": (string | string[])[];
1994
- "text-size": number;
1993
+ 'text-field': (string | string[])[];
1994
+ 'text-size': number;
1995
1995
  visibility: string;
1996
1996
  'line-cap'?: undefined;
1997
- "line-join"?: undefined;
1997
+ 'line-join'?: undefined;
1998
1998
  'text-font'?: undefined;
1999
1999
  'text-max-angle'?: undefined;
2000
2000
  'symbol-spacing'?: undefined;
@@ -2013,24 +2013,24 @@ export declare class MapboxHelper {
2013
2013
  'text-justify'?: undefined;
2014
2014
  };
2015
2015
  paint: {
2016
- "text-halo-color": string;
2017
- "text-halo-width": number;
2018
- "text-color": string;
2016
+ 'text-halo-color': string;
2017
+ 'text-halo-width': number;
2018
+ 'text-color': string;
2019
2019
  'background-color'?: undefined;
2020
- "fill-color"?: undefined;
2021
- "fill-opacity"?: undefined;
2020
+ 'fill-color'?: undefined;
2021
+ 'fill-opacity'?: undefined;
2022
2022
  'fill-antialias'?: undefined;
2023
- "line-color"?: undefined;
2024
- "line-width"?: undefined;
2023
+ 'line-color'?: undefined;
2024
+ 'line-width'?: undefined;
2025
2025
  'line-blur'?: undefined;
2026
- "line-translate"?: undefined;
2026
+ 'line-translate'?: undefined;
2027
2027
  'line-translate-anchor'?: undefined;
2028
- "line-opacity"?: undefined;
2028
+ 'line-opacity'?: undefined;
2029
2029
  'fill-translate'?: undefined;
2030
2030
  'fill-translate-anchor'?: undefined;
2031
2031
  'fill-pattern'?: undefined;
2032
2032
  'line-dasharray'?: undefined;
2033
- "text-halo-blur"?: undefined;
2033
+ 'text-halo-blur'?: undefined;
2034
2034
  'icon-opacity'?: undefined;
2035
2035
  'text-opacity'?: undefined;
2036
2036
  };