Compare commits
No commits in common. "76c525be63ca7930e5b47a567c554b231af9c418" and "1a7519324d39898625499b1616bf4fb4dc447693" have entirely different histories.
76c525be63
...
1a7519324d
|
@ -32,7 +32,6 @@ export const scacLineSeries = buildLineSeries('ScacLine', [], '#fff', {
|
||||||
export const baseLineCtrlPoint = {
|
export const baseLineCtrlPoint = {
|
||||||
name: 'BaseLine_Ctrl_Point',
|
name: 'BaseLine_Ctrl_Point',
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
symbolSize: 10,
|
|
||||||
data: [],
|
data: [],
|
||||||
emphasis: {
|
emphasis: {
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
|
@ -228,80 +228,6 @@ export default {
|
||||||
key: 'phdMetSoh'
|
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]: [
|
[MarkerType.NRL]: [
|
||||||
{
|
{
|
||||||
label: 'STATIONCODE',
|
label: 'STATIONCODE',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user