Closed jmfee-usgs closed 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.
https://github.com/usgs/quakeml-parser-js/pull/7
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.