Skip to content

Commit 739c223

Browse files
Unbreak direct-use heat explorer deeplink to GEOPHIRES by specifying noredirect for now
1 parent 89b03eb commit 739c223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

explorer/explorer-map.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ async function initMap() {
2929
function getGeophiresWebInterfaceDeeplinkUrl(params) {
3030
let hashParams = new URLSearchParams()
3131
hashParams.set('geophires_input_parameters', JSON.stringify(params))
32-
let url = new URL(`${location.origin}/geothermal/geophires`)
32+
//let url = new URL(`${location.origin}/geothermal/geophires?noredirect`)
33+
let url = new URL(`https://scientificwebservices.com/tools/geophires?noredirect`)
3334
url.hash = btoa(hashParams.toString())
3435
return url
3536
}

0 commit comments

Comments
 (0)