Changing time ordering of request after FDSNWS bug fix.
This commit is contained in:
parent
23ab30907f
commit
5433cb606a
Notes:
subgit
2018-03-07 17:59:09 +01:00
r821 www/trunk
@ -88,7 +88,7 @@ function ajaxLoadEvents(stime, etime, eventid, url, target) {
|
||||
} else {
|
||||
request_data = {
|
||||
starttime: sprintf("%d-%02d-%02d", rtime.getFullYear(), rtime.getMonth()+1, rtime.getDate()),
|
||||
orderby: 'time-asc',
|
||||
orderby: 'time',
|
||||
minlat: sprintf('%.2f', mapBounds.getSouth()-config['map']['latlngDelta']),
|
||||
maxlat: sprintf('%.2f', mapBounds.getNorth()+config['map']['latlngDelta']),
|
||||
minlon: sprintf('%.2f', mapBounds.getWest()-config['map']['latlngDelta']),
|
||||
|
Loading…
Reference in New Issue
Block a user