mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
Add relative WMS to sources
This commit is contained in:
parent
144d6fe8df
commit
d8a155b846
@ -178,7 +178,7 @@ export default {
|
|||||||
map.fitBounds(jl.getBounds());
|
map.fitBounds(jl.getBounds());
|
||||||
}
|
}
|
||||||
|
|
||||||
WMS.overlay(`/project/${project.id}/?`, {
|
WMS.overlay(`./project/${project.id}/?`, {
|
||||||
layers: Utils.getAllLayers(project),
|
layers: Utils.getAllLayers(project),
|
||||||
transparent: true,
|
transparent: true,
|
||||||
format: "image/png",
|
format: "image/png",
|
||||||
@ -206,4 +206,4 @@ h4.loading {
|
|||||||
.v-footer {
|
.v-footer {
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user