You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and what is the orientation in center: [lat, lng, orientation ] ?
i currently do like below but it dosnt work currectly :
set this on config :
center: null
geopos: [Mylat, Mylng]
and do this after Celestial.display :
Celestial.date(MyDate)
The text was updated successfully, but these errors were encountered:
i set the lat , lng and it works with 210 timezone at initalize
and when i get lat lang from LeafLet map (same location) the lat , lng is same but timezone is diffrent (300)
and this causes changes in sky map
i think if i can set the init timezone to 300 problem will be fixed
How set initialize Data Like :
datetime
lat , lng
and what is the orientation in center: [lat, lng, orientation ] ?
i currently do like below but it dosnt work currectly :
set this on config :
center: null
geopos: [Mylat, Mylng]
and do this after Celestial.display :
Celestial.date(MyDate)
The text was updated successfully, but these errors were encountered: