Skip to content
Snippets Groups Projects
Commit 06d17e82 authored by Alessio's avatar Alessio
Browse files

fix for production

parent f52ebdc6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<p>
InputMap in embed in an iframe tag
</p>
<iframe title="input a location" width="600" height="600" src="src/index.html?domain=//inputmap.fldev.di.unito.it&lat=45.070312&lon=7.686856&zoom=12&contrast=false"></iframe>
<iframe title="input a location" width="600" height="600" src="src/index.html?domain=https://inputmap.fldev.di.unito.it&lat=45.070312&lon=7.686856&zoom=12&contrast=false"></iframe>
<!--<iframe title="input a location" width="600" height="600" src="src/index.html?domain=http://localhost:8080&lat=45.070312&lon=7.686856&zoom=12&contrast=false"></iframe>-->
<p></p>
<p>
......@@ -51,7 +51,7 @@
</div>
</body>
<script>
var iframeDomain = "//inputmap.fldev.di.unito.it";
var iframeDomain = "https://inputmap.fldev.di.unito.it";
// var iframeDomain = "http://localhost:8080";
window.addEventListener( "message",
function (e) {
......
......@@ -13,7 +13,7 @@ var pinIcon = L.divIcon({className: 'pointer',html:htmlIcon, iconSize:[30,30],ic
// vectorGrid
// var vectormapUrl = "//localhost:3095/tile/{z}/{x}/{y}";
var vectormapUrl = "//tiles.fldev.di.unito.it/tile/{z}/{x}/{y}";
var vectormapUrl = "https://tiles.fldev.di.unito.it/tile/{z}/{x}/{y}";
// recover search params
var params = (new URL(location)).searchParams;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment