
    g                     J    d dl Z G d dej                  j                        Zy)    Nc                         e Zd Zd fd	Z xZS )ProjectionValidatorc           
      v    t        t        | 
  d|||j                  dd      |j                  dd      d| y )Ndata_class_str
Projection	data_docsu  
            distance
                For satellite projection type only. Sets the
                distance from the center of the sphere to the
                point of view as a proportion of the sphere’s
                radius.
            parallels
                For conic projection types only. Sets the
                parallels (tangent, secant) where the cone
                intersects the sphere.
            rotation
                :class:`plotly.graph_objects.layout.geo.project
                ion.Rotation` instance or dict with compatible
                properties
            scale
                Zooms in or out on the map view. A scale of 1
                corresponds to the largest zoom level that fits
                the map's lon and lat ranges.
            tilt
                For satellite projection type only. Sets the
                tilt angle of perspective projection.
            type
                Sets the projection type.
)plotly_nameparent_namer   r    )superr   __init__pop)selfr	   r
   kwargs	__class__s       e/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/plotly/validators/layout/geo/_projection.pyr   zProjectionValidator.__init__   sK    !41  	
##!::&6Ejj	 	
> ? 	
    )
projectionz
layout.geo)__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s    !
 !
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      s     #"
-66HH "
r   