We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b03eb commit 739c223Copy full SHA for 739c223
explorer/explorer-map.js
@@ -29,7 +29,8 @@ async function initMap() {
29
function getGeophiresWebInterfaceDeeplinkUrl(params) {
30
let hashParams = new URLSearchParams()
31
hashParams.set('geophires_input_parameters', JSON.stringify(params))
32
- let url = new URL(`${location.origin}/geothermal/geophires`)
+ //let url = new URL(`${location.origin}/geothermal/geophires?noredirect`)
33
+ let url = new URL(`https://scientificwebservices.com/tools/geophires?noredirect`)
34
url.hash = btoa(hashParams.toString())
35
return url
36
}
0 commit comments