Sun marker position render outside main view at any zoom level
问题 i have a Sun maker with a 30min update thanks to Leaflet.Realtime, but here the Sun render outside the main view, (you have to scroll right to see the Sun). i did try worldCopyJump: true, and things like: var lat = data.solar_lat; var lng = (data.solar_lon - 360); but i am stuck on this silly thing, full example with the leaflet playground bellow: https://playground-leaflet.rhcloud.com/haco/edit?html,js,output any help to make the Sun shine on earth "main view" ? 回答1: I guess it all depends