A wrapper object around the map engine, which currently is maplibre, that allows us to run custom logic in a sequence.
We had some issues maintaining all the state inside react, and also some timing issues from rerenders, so we descided to
encapsulate the logic within this object. The react application and this object should comunicate through the eventemitter.
A wrapper object around the map engine, which currently is maplibre, that allows us to run custom logic in a sequence. We had some issues maintaining all the state inside react, and also some timing issues from rerenders, so we descided to encapsulate the logic within this object. The react application and this object should comunicate through the eventemitter.