Skip to content

Commit

Permalink
review commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert2407 committed Dec 4, 2023
1 parent 841ab0c commit 522dec6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ogc/features/templates/feature.go.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,9 @@ <h2 class="title">{{ .Config.Title }} - {{ if and .Params.Metadata .Params.Metad
document.getElementById('srs-select').value = crs;
viewer.setAttribute('projection', crs)
}
if (url.searchParams.get('bbox') !== null) {
document.getElementById('bbox').value = url.searchParams.get('bbox');
}

document.getElementById("body").hidden = ""

viewer.addEventListener('box', selectbox => {
document.getElementById('bbox').value = selectbox.detail
updateQueryString("bbox", selectbox.detail)
})
</script>
</div>

Expand Down

0 comments on commit 522dec6

Please sign in to comment.