1
0
forked from MTSR/mapserver

fix coord reversal

This commit is contained in:
Thomas Rudin 2019-12-07 15:40:25 +01:00
parent d2dff6d73d
commit 914311593c

View File

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