Closed matthojo closed 7 years ago
Currently removing an image tile causes ViziCities to error.
Removed sections of code that were causing the issues. I also moved the promise resolve into the setTimeout to prevent timing errors.
resolve
setTimeout
Description
Currently removing an image tile causes ViziCities to error.
Solution
Removed sections of code that were causing the issues. I also moved the promise
resolve
into thesetTimeout
to prevent timing errors.