showConstellation not working as expected
Closed this issue · 1 comments
astroanu commented
according to the docs, something like Celestial.showConstellation("cam");
should center and zoom in to camelopardalis. But seems it drifts away to some place else. I hope i'm calling it correctly. I'm calling it after Celestial.display(config);
astroanu commented
Ok, needed to put a settimeout and it worked.