ofrohn / d3-celestial

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

Call setPosition again when time changes #135

Open Prototype-R opened 2 years ago

Prototype-R commented 2 years ago

If you change the time, the API in setPosition has to be called again, otherwise a possible change from DST to regular time or reverse is not checked. Sorry for any mistakes, I am not good in programming.