Compare commits
4 Commits
1a7519324d
...
76c525be63
Author | SHA1 | Date | |
---|---|---|---|
|
76c525be63 | ||
|
52ae8de9e3 | ||
|
2b8ff170fa | ||
|
e2b43dd883 |
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user