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++) {
194194 row : row ,
195195 column : col ,
196196 } ,
197+ showocean : usa ? false : true ,
197198 projection : { type : name } ,
198199 fitbounds : 'locations'
199200 } ;
Original file line number Diff line number Diff line change 542542 "row" : 0 ,
543543 "column" : 0
544544 },
545+ "showocean" : true ,
545546 "projection" : {
546547 "type" : " aitoff"
547548 },
552553 "row" : 1 ,
553554 "column" : 0
554555 },
556+ "showocean" : false ,
555557 "projection" : {
556558 "type" : " albers usa"
557559 },
562564 "row" : 2 ,
563565 "column" : 0
564566 },
567+ "showocean" : true ,
565568 "projection" : {
566569 "type" : " azimuthal equal area"
567570 },
572575 "row" : 3 ,
573576 "column" : 0
574577 },
578+ "showocean" : true ,
575579 "projection" : {
576580 "type" : " azimuthal equidistant"
577581 },
582586 "row" : 4 ,
583587 "column" : 0
584588 },
589+ "showocean" : true ,
585590 "projection" : {
586591 "type" : " conic conformal"
587592 },
592597 "row" : 5 ,
593598 "column" : 0
594599 },
600+ "showocean" : true ,
595601 "projection" : {
596602 "type" : " conic equal area"
597603 },
602608 "row" : 6 ,
603609 "column" : 0
604610 },
611+ "showocean" : true ,
605612 "projection" : {
606613 "type" : " conic equidistant"
607614 },
612619 "row" : 7 ,
613620 "column" : 0
614621 },
622+ "showocean" : true ,
615623 "projection" : {
616624 "type" : " eckert4"
617625 },
622630 "row" : 0 ,
623631 "column" : 1
624632 },
633+ "showocean" : true ,
625634 "projection" : {
626635 "type" : " equirectangular"
627636 },
632641 "row" : 1 ,
633642 "column" : 1
634643 },
644+ "showocean" : true ,
635645 "projection" : {
636646 "type" : " gnomonic"
637647 },
642652 "row" : 2 ,
643653 "column" : 1
644654 },
655+ "showocean" : true ,
645656 "projection" : {
646657 "type" : " hammer"
647658 },
652663 "row" : 3 ,
653664 "column" : 1
654665 },
666+ "showocean" : true ,
655667 "projection" : {
656668 "type" : " kavrayskiy7"
657669 },
662674 "row" : 4 ,
663675 "column" : 1
664676 },
677+ "showocean" : true ,
665678 "projection" : {
666679 "type" : " mercator"
667680 },
672685 "row" : 5 ,
673686 "column" : 1
674687 },
688+ "showocean" : true ,
675689 "projection" : {
676690 "type" : " miller"
677691 },
682696 "row" : 6 ,
683697 "column" : 1
684698 },
699+ "showocean" : true ,
685700 "projection" : {
686701 "type" : " mollweide"
687702 },
692707 "row" : 7 ,
693708 "column" : 1
694709 },
710+ "showocean" : true ,
695711 "projection" : {
696712 "type" : " natural earth"
697713 },
702718 "row" : 0 ,
703719 "column" : 2
704720 },
721+ "showocean" : true ,
705722 "projection" : {
706723 "type" : " orthographic"
707724 },
712729 "row" : 1 ,
713730 "column" : 2
714731 },
732+ "showocean" : true ,
715733 "projection" : {
716734 "type" : " robinson"
717735 },
722740 "row" : 2 ,
723741 "column" : 2
724742 },
743+ "showocean" : true ,
725744 "projection" : {
726745 "type" : " sinusoidal"
727746 },
732751 "row" : 3 ,
733752 "column" : 2
734753 },
754+ "showocean" : true ,
735755 "projection" : {
736756 "type" : " stereographic"
737757 },
742762 "row" : 4 ,
743763 "column" : 2
744764 },
765+ "showocean" : true ,
745766 "projection" : {
746767 "type" : " transverse mercator"
747768 },
752773 "row" : 5 ,
753774 "column" : 2
754775 },
776+ "showocean" : true ,
755777 "projection" : {
756778 "type" : " winkel tripel"
757779 },
You can’t perform that action at this time.
0 commit comments