new MOL(header, optionsopt) → {MOL}
Mollweide's (pseudo-cylindrical, equal-area) projection.
Parameters
- 
            
                header
            
            
                
    
        objectJSON representation of the image header. 
- 
            
                options
            
            
                
    
        projParam<optional>
 Projection options: see Cylindrical.
Returns
- 
            
                MOLInstance of a MOL projection. 
Source
Methods
    privatestatic
    
    _phiRToRed(phiR) → {leaflet.Point}
Convert MOL (phi,R) coordinates to reduced coordinates.
Parameters
- 
            
                phiR
            
            
                
    
        leaflet.LatLng(phi,R) MOL coordinates in degrees. 
Returns
- 
            
                leaflet.PointReduced coordinates. 
Source
    privatestatic
    
    _redToPhiR(red) → {leaflet.LatLng}
Convert reduced coordinates to MOL (phi,R) coordinates.
Parameters
- 
            
                red
            
            
                
    
        leaflet.PointReduced coordinates. 
Returns
- 
            
                leaflet.LatLng(phi,R) MOL coordinates in degrees.