The four modules in map.js have an issue right now with being interdependent. That is, two modules are aware of another's existence. All relationships should be evaluated and, if at all possible, rewritten using an events system to be made one-way or fully decoupled.
The four modules in map.js have an issue right now with being interdependent. That is, two modules are aware of another's existence. All relationships should be evaluated and, if at all possible, rewritten using an events system to be made one-way or fully decoupled.