forked from MTSR/mapserver
coords
This commit is contained in:
parent
a99e9d48aa
commit
ff34d7fbef
@ -26,6 +26,7 @@ export function hashCompat(){
|
|||||||
|
|
||||||
if (parts.length == 4) {
|
if (parts.length == 4) {
|
||||||
// #0/-1799.5/399/10
|
// #0/-1799.5/399/10
|
||||||
|
// #0/5405.875/11148/12
|
||||||
window.location.hash = `#!/map/${parts[0]}/${parts[3]}/${parts[1]}/${parts[2]}`;
|
window.location.hash = `#!/map/${parts[0]}/${parts[3]}/${parts[1]}/${parts[2]}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user