protected function getmap()
 {
     $getMap = lizmapProxy::getMap($this->repository->getKey(), $this->project->getKey(), $this->params, $this->forceRequest);
     return (object) array('code' => $getMap[2], 'mime' => $getMap[1], 'data' => $getMap[0], 'cached' => False);
 }