Add relative WMS to sources

This commit is contained in:
Alessandro Pasotti 2021-05-10 12:54:39 +02:00
parent 144d6fe8df
commit d8a155b846

View File

@ -178,7 +178,7 @@ export default {
map.fitBounds(jl.getBounds());
}
WMS.overlay(`/project/${project.id}/?`, {
WMS.overlay(`./project/${project.id}/?`, {
layers: Utils.getAllLayers(project),
transparent: true,
format: "image/png",
@ -206,4 +206,4 @@ h4.loading {
.v-footer {
height: 1.5rem;
}
</style>
</style>