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
{{ message }}
This repository was archived by the owner on Feb 8, 2019. It is now read-only.
Using the date picker to select a year earlier than 100 will cause the date picker and currentDate to loop back to 1999, and the address to the intended /map/0099/.... However changing the date picker again will cause the URL to update back to /map/1998/.... Manually entering a year earlier than 100 in the address bar will cause the date picker and currentDate to be 19XX, where XX is the entered year.
Using the date picker to select a year earlier than 100 will cause the date picker and
currentDateto loop back to 1999, and the address to the intended/map/0099/.... However changing the date picker again will cause the URL to update back to/map/1998/.... Manually entering a year earlier than 100 in the address bar will cause the date picker andcurrentDateto be 19XX, where XX is the entered year.