Compare commits

...

4 Commits

2 changed files with 75 additions and 0 deletions

View File

@ -32,6 +32,7 @@ export const scacLineSeries = buildLineSeries('ScacLine', [], '#fff', {
export const baseLineCtrlPoint = {
name: 'BaseLine_Ctrl_Point',
type: 'scatter',
symbolSize: 10,
data: [],
emphasis: {
disabled: true

View File

@ -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',