kopia lustrzana https://github.com/FacilMap/facilmap
Properly send bbox after reconnect
rodzic
6c87a5b6d9
commit
2343cb8e7d
|
@ -149,7 +149,7 @@
|
|||
fmSocket.disconnected = false; // Otherwise it gets set when padData arrives
|
||||
|
||||
if(fmSocket.bbox)
|
||||
fmSocket.emit("updateBbox", fmSocket.bbox);
|
||||
fmSocket.updateBbox(fmSocket.bbox);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue