ofrohn / d3-celestial

A star map with d3.js
BSD 3-Clause "New" or "Revised" License
632 stars 180 forks source link

mw.json is loaded even when mw:{show:false} in config #98

Closed oudeicrat closed 3 years ago

oudeicrat commented 4 years ago

why is mw.json loaded even when the config says mw:{show:false} ? A similar problem is with some other json files like constellations.border.json, dsos.bright.json, dsonames.json etc

ofrohn commented 4 years ago

That is not a bug but a feature, because you might decide to show the Milky Way after loading, therefore everything is loaded at the start and then easily switchable.