def create
    @map_overlay = MapOverlay.new resource_params
    if @map_overlay.save
      flash[:notice] = 'Added the new map overlay.'
      redirect_to action: :index