|
@@ -34,7 +34,7 @@ class GeoserverService
|
|
$this->port = $this->serviceContainer->getParameter("geoserver_port");
|
|
$this->port = $this->serviceContainer->getParameter("geoserver_port");
|
|
|
|
|
|
$this->pathShapes = $this->serviceContainer->getParameter("geoserver_path_shapes");
|
|
$this->pathShapes = $this->serviceContainer->getParameter("geoserver_path_shapes");
|
|
- $this->url = "http://{$this->host}/geoserver";
|
|
|
|
|
|
+ $this->url = "https://{$this->host}/geoserver";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|