function OverlayLayersControll() {
  this.onAddToMap = function (my_map, position_control) {
  }

  this.onRemoveFromMap = function () {
  }
}

