src/pyams_gis/interfaces/configuration.py
changeset 83 8ee2396eecd1
parent 78 808bd0bc9d86
equal deleted inserted replaced
82:5d36f450143b 83:8ee2396eecd1
    49     zoom_level = Int(title=_("Initial zoom level"),
    49     zoom_level = Int(title=_("Initial zoom level"),
    50                      description=_("Zoom level at which to display map, if auto-adjust is "
    50                      description=_("Zoom level at which to display map, if auto-adjust is "
    51                                    "disabled or if there is only one marker"),
    51                                    "disabled or if there is only one marker"),
    52                      min=0,
    52                      min=0,
    53                      max=18,
    53                      max=18,
       
    54                      default=11,
    54                      required=False)
    55                      required=False)
    55 
    56 
    56     initial_bounds = GeoAreaField(title=_("Initial bounds"),
    57     initial_bounds = GeoAreaField(title=_("Initial bounds"),
    57                                   description=_("Initial map location bounds, if auto-adjust or "
    58                                   description=_("Initial map location bounds, if auto-adjust or "
    58                                                 "initial center are disabled"),
    59                                                 "initial center are disabled"),