diff --git a/src/views/stationOperation/components/markerPopupColumns.js b/src/views/stationOperation/components/markerPopupColumns.js index 18cebca..b4c1ec5 100644 --- a/src/views/stationOperation/components/markerPopupColumns.js +++ b/src/views/stationOperation/components/markerPopupColumns.js @@ -228,6 +228,80 @@ export default { key: 'phdMetSoh' } ], + [MarkerType.GroudMonitoringStation]: [ + { + label: 'STATIONCODE', + key: 'stationCode' + }, + { + label: 'STATIONID', + key: 'stationId' + }, + { + label: 'COUNTRYCODE', + key: 'countryCode' + }, + { + label: 'DATEBEGIN', + key: 'dateBegin' + }, + { + label: 'DATEEND', + key: 'dateEnd' + }, + { + label: 'DESCRIPTION', + key: 'description' + }, + { + label: 'ELEVATION', + key: 'elevation' + }, + { + label: 'LATITUDE', + key: 'lat' + }, + { + label: 'LONGITUDE', + key: 'lon' + }, + { + label: 'MODDATE', + key: 'moddate' + }, + { + label: 'STATUS', + key: 'status' + }, + { + label: 'TYPE', + key: 'type' + }, + { + label: 'USED', + key: 'used' + }, + { + label: 'PHD', + key: 'phd' + }, + { + label: 'PHDF', + key: 'phdf' + }, + { + label: 'MET', + key: 'met' + }, + { + label: 'SOH', + key: 'soh' + }, + { + label: 'PHDF+MET+SOH', + key: 'phdMetSoh' + } + ], [MarkerType.NRL]: [ { label: 'STATIONCODE',