usgs / earthquake-eventpages

Web application for displaying earthquake event pages.
Other
28 stars 22 forks source link

Magnitude table render bug #510

Closed jmfee-usgs closed 8 years ago

jmfee-usgs commented 8 years ago

Magnitude elements may have a creationInfo without an agencyID. The view should check whether agencyID is defined, and otherwise use the default value: https://github.com/usgs/earthquake-eventpages/blob/master/src/htdocs/js/origin/MagnitudesView.js#L230

We should also update Attribution to handle empty values more gracefully.

jdbrown-USGS commented 8 years ago

https://github.com/usgs/quakeml-parser-js/pull/7