Loading old hash values
It looks like the magnitude/range portion of the parseHashFragment
is broken. The feed string is being split, but we have updated which values we use for range
and magnitude
.
#%7B"autoUpdate"%3A%5B"autoUpdate"%5D%2C"basemap"%3A"grayscale"%2C"feed"%3A"1day_m25"%2C"listFormat"%3A"default"%2C"mapposition"%3A%5B%5B-40.17887331434695%2C-134.296875%5D%2C%5B77.61770905279676%2C-55.54687499999999%5D%5D%2C"overlays"%3A%5B"plates"%5D%2C"restrictListToMap"%3A%5B"restrictListToMap"%5D%2C"search"%3Anull%2C"sort"%3A"newest"%2C"timezone"%3A"utc"%2C"viewModes"%3A%5B"map"%2C"list"%5D%2C"event"%3Anull%7D
Using the above hash will translate to ...range=1day&magnitude=m25
Using the above hash will also changes autoUpdate=false
, which is not true.
Edited by Edward J Hunter