Skip to content

Commit

Permalink
Add relative WMS to sources
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed May 10, 2021
1 parent 144d6fe commit d8a155b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/server/src/landingpage/src/views/Catalog.vue
Expand Up @@ -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",
Expand Down Expand Up @@ -206,4 +206,4 @@ h4.loading {
.v-footer {
height: 1.5rem;
}
</style>
</style>

0 comments on commit d8a155b

Please sign in to comment.