Skip to content

Commit

Permalink
up min magnitude to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasplesch authored Nov 15, 2023
1 parent 6791b83 commit 631d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x3dom/RidgeCrest_M7.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ <h2>The 2019 M6.4 and M7.1 Ridgecrest sequence</h2>
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';
Expand Down

0 comments on commit 631d2a9

Please sign in to comment.