mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -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());
|
||||
}
|
||||
|
||||
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user