File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ for(var col = 0; col < nCol; col++) {
194
194
row : row ,
195
195
column : col ,
196
196
} ,
197
+ showocean : usa ? false : true ,
197
198
projection : { type : name } ,
198
199
fitbounds : 'locations'
199
200
} ;
Original file line number Diff line number Diff line change 542
542
"row" : 0 ,
543
543
"column" : 0
544
544
},
545
+ "showocean" : true ,
545
546
"projection" : {
546
547
"type" : " aitoff"
547
548
},
552
553
"row" : 1 ,
553
554
"column" : 0
554
555
},
556
+ "showocean" : false ,
555
557
"projection" : {
556
558
"type" : " albers usa"
557
559
},
562
564
"row" : 2 ,
563
565
"column" : 0
564
566
},
567
+ "showocean" : true ,
565
568
"projection" : {
566
569
"type" : " azimuthal equal area"
567
570
},
572
575
"row" : 3 ,
573
576
"column" : 0
574
577
},
578
+ "showocean" : true ,
575
579
"projection" : {
576
580
"type" : " azimuthal equidistant"
577
581
},
582
586
"row" : 4 ,
583
587
"column" : 0
584
588
},
589
+ "showocean" : true ,
585
590
"projection" : {
586
591
"type" : " conic conformal"
587
592
},
592
597
"row" : 5 ,
593
598
"column" : 0
594
599
},
600
+ "showocean" : true ,
595
601
"projection" : {
596
602
"type" : " conic equal area"
597
603
},
602
608
"row" : 6 ,
603
609
"column" : 0
604
610
},
611
+ "showocean" : true ,
605
612
"projection" : {
606
613
"type" : " conic equidistant"
607
614
},
612
619
"row" : 7 ,
613
620
"column" : 0
614
621
},
622
+ "showocean" : true ,
615
623
"projection" : {
616
624
"type" : " eckert4"
617
625
},
622
630
"row" : 0 ,
623
631
"column" : 1
624
632
},
633
+ "showocean" : true ,
625
634
"projection" : {
626
635
"type" : " equirectangular"
627
636
},
632
641
"row" : 1 ,
633
642
"column" : 1
634
643
},
644
+ "showocean" : true ,
635
645
"projection" : {
636
646
"type" : " gnomonic"
637
647
},
642
652
"row" : 2 ,
643
653
"column" : 1
644
654
},
655
+ "showocean" : true ,
645
656
"projection" : {
646
657
"type" : " hammer"
647
658
},
652
663
"row" : 3 ,
653
664
"column" : 1
654
665
},
666
+ "showocean" : true ,
655
667
"projection" : {
656
668
"type" : " kavrayskiy7"
657
669
},
662
674
"row" : 4 ,
663
675
"column" : 1
664
676
},
677
+ "showocean" : true ,
665
678
"projection" : {
666
679
"type" : " mercator"
667
680
},
672
685
"row" : 5 ,
673
686
"column" : 1
674
687
},
688
+ "showocean" : true ,
675
689
"projection" : {
676
690
"type" : " miller"
677
691
},
682
696
"row" : 6 ,
683
697
"column" : 1
684
698
},
699
+ "showocean" : true ,
685
700
"projection" : {
686
701
"type" : " mollweide"
687
702
},
692
707
"row" : 7 ,
693
708
"column" : 1
694
709
},
710
+ "showocean" : true ,
695
711
"projection" : {
696
712
"type" : " natural earth"
697
713
},
702
718
"row" : 0 ,
703
719
"column" : 2
704
720
},
721
+ "showocean" : true ,
705
722
"projection" : {
706
723
"type" : " orthographic"
707
724
},
712
729
"row" : 1 ,
713
730
"column" : 2
714
731
},
732
+ "showocean" : true ,
715
733
"projection" : {
716
734
"type" : " robinson"
717
735
},
722
740
"row" : 2 ,
723
741
"column" : 2
724
742
},
743
+ "showocean" : true ,
725
744
"projection" : {
726
745
"type" : " sinusoidal"
727
746
},
732
751
"row" : 3 ,
733
752
"column" : 2
734
753
},
754
+ "showocean" : true ,
735
755
"projection" : {
736
756
"type" : " stereographic"
737
757
},
742
762
"row" : 4 ,
743
763
"column" : 2
744
764
},
765
+ "showocean" : true ,
745
766
"projection" : {
746
767
"type" : " transverse mercator"
747
768
},
752
773
"row" : 5 ,
753
774
"column" : 2
754
775
},
776
+ "showocean" : true ,
755
777
"projection" : {
756
778
"type" : " winkel tripel"
757
779
},
You can’t perform that action at this time.
0 commit comments