Old Bookmarks Not Working
We've had a few reports of old bookmarks not working, but Lisa finally provided us with an actual example from our own site.
This is an issue with all of the state searches that she has created:
https://www.usgs.gov/natural-hazards/earthquake-hazards/information-region
The links are on the nested page, under the link "M2.5+ Earthquakes Past 30 Days"
The values might have changed slightly when loaded in the legacy application, but these are the parameters. The important parameters that should be preserved are the map extents.
Alaska
{
"feed": "30day_m25",
"search": null,
"listFormat": "default",
"sort": "newest",
"basemap": "terrain",
"autoUpdate": true,
"restrictListToMap": true,
"timeZone": "utc",
"mapposition": [
[42.42345651793833, -187.998046875],
[73.09941313082075, -124.365234375]
],
"overlays": { "plates": true },
"viewModes": { "map": true, "list": true, "settings": false, "help": false }
}
California
{
"feed": "30day_m25",
"search": {
"id": "1462937439363",
"name": "Search Results",
"isSearch": true,
"params": {
"starttime": "2016-04-11 00:00:00",
"endtime": "2016-05-11 23:59:59",
"maxlatitude": 42.033,
"minlatitude": 32.456,
"maxlongitude": -114.082,
"minlongitude": -124.453,
"minmagnitude": 2.5,
"orderby": "time"
}
},
"listFormat": "default",
"sort": "newest",
"basemap": "terrain",
"autoUpdate": false,
"restrictListToMap": true,
"timeZone": "utc",
"mapposition": [
[30.524413269923986, -126.97998046875001],
[42.956422511073335, -111.37939453125]
],
"overlays": { "plates": true },
"viewModes": { "map": true, "list": true, "settings": false, "help": false }
}
Edited by Edward J Hunter