1
0
forked from MTSR/mapserver
This commit is contained in:
Thomas Rudin 2019-11-30 17:33:19 +01:00
parent a99e9d48aa
commit ff34d7fbef

View File

@ -26,6 +26,7 @@ export function hashCompat(){
if (parts.length == 4) {
// #0/-1799.5/399/10
// #0/5405.875/11148/12
window.location.hash = `#!/map/${parts[0]}/${parts[3]}/${parts[1]}/${parts[2]}`;
}
}