diff --git a/x3dom/RidgeCrest_M7.1.html b/x3dom/RidgeCrest_M7.1.html index 756fa32..8f79e79 100644 --- a/x3dom/RidgeCrest_M7.1.html +++ b/x3dom/RidgeCrest_M7.1.html @@ -604,7 +604,7 @@

The 2019 M6.4 and M7.1 Ridgecrest sequence

eqGeo.appendChild(eqColor); eqShape.appendChild(eqGeo); const xmin = -130, xmax = -100, ymin = 20, ymax = 50, widthkm = 0.2, azi = -130*3.14/180; - const minMagnitude = isMobile ? 2 : 1.5; + const minMagnitude = isMobile ? 2 : 1.6; let EventsSourceUrl = 'https://earthquake.usgs.gov/fdsnws/event/1/query.geojson?starttime=2019-07-04%2000:00:00&maxlatitude=36.602&minlatitude=35.096&maxlongitude=-116.719&minlongitude=-118.438'; EventsSourceUrl += '&minmagnitude=' + minMagnitude; EventsSourceUrl += '&eventtype=earthquake&orderby=time';