|
@@ -897,32 +897,32 @@
|
|
|
maxZoom: 18,
|
|
|
defaultMapType: 'MT_SEA', //默认海图
|
|
|
// 公司版权信息( 支持html ),默认Elane Inc.
|
|
|
- attribution: {
|
|
|
- isShow: false,
|
|
|
- emptyString: '©2019 <a class="shipxy_small"></a> <a>WinSea Inc.</a>'
|
|
|
- },
|
|
|
- measureCtrl: {
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- mousePostionCtrl: {
|
|
|
- isShow: false
|
|
|
- },
|
|
|
- zoomControlElane: {
|
|
|
- isShow: true,
|
|
|
- position: 'bottomright'
|
|
|
- },
|
|
|
- zoomviewControl: {
|
|
|
- isShow: false,
|
|
|
- position: 'bottomright'
|
|
|
- },
|
|
|
- basemapsControl: {
|
|
|
- isShow: false,
|
|
|
- position: 'topright'
|
|
|
- },
|
|
|
- scaleCtrl: {
|
|
|
- isShow: true,
|
|
|
- position: 'bottomleft'
|
|
|
- }
|
|
|
+ // attribution: {
|
|
|
+ // isShow: false,
|
|
|
+ // emptyString: '©2019 <a class="shipxy_small"></a> <a>WinSea Inc.</a>'
|
|
|
+ // },
|
|
|
+ // measureCtrl: {
|
|
|
+ // isShow: false
|
|
|
+ // },
|
|
|
+ // mousePostionCtrl: {
|
|
|
+ // isShow: false
|
|
|
+ // },
|
|
|
+ // zoomControlElane: {
|
|
|
+ // isShow: true,
|
|
|
+ // position: 'bottomright'
|
|
|
+ // },
|
|
|
+ // zoomviewControl: {
|
|
|
+ // isShow: false,
|
|
|
+ // position: 'bottomright'
|
|
|
+ // },
|
|
|
+ // basemapsControl: {
|
|
|
+ // isShow: false,
|
|
|
+ // position: 'topright'
|
|
|
+ // },
|
|
|
+ // scaleCtrl: {
|
|
|
+ // isShow: true,
|
|
|
+ // position: 'bottomleft'
|
|
|
+ // }
|
|
|
}
|
|
|
// 创建地图示例
|
|
|
// eslint-disable-next-line no-undef
|
|
@@ -935,10 +935,10 @@
|
|
|
// delayTime: 5000,
|
|
|
lableFont: ['500 12px Arial', '500 12px 宋体'], // 船舶名称,文字字体,默认值:["600 12px Arial", "500 12px Arial"]
|
|
|
lableTxtColor: ['#fff', '#fff'], // 船舶名称,文字颜色,默认值:["#000","#fff"]
|
|
|
- lableLineColor: ['rgba(1, 30, 62, 0)', 'rgba(1, 30, 62, 0)'], // 边框颜色,默认值:["#000","#000"]
|
|
|
- lableLinefillColor: ['rgba(0, 0, 0, 0.6)', 'rgba(0, 0, 0, 0.6)'], // 框内填充颜色,默认值:[null,null]
|
|
|
- obliqueLineColor: ['#000', '#000'], // 船舶名称,斜线颜色,默认值:[null,null]
|
|
|
- dShipColor: '#FF6437', // D+船颜色,默认:#ff6347
|
|
|
+ // lableLineColor: ['rgba(1, 30, 62, 0)', 'rgba(1, 30, 62, 0)'], // 边框颜色,默认值:["#000","#000"]
|
|
|
+ // lableLinefillColor: ['rgba(0, 0, 0, 0.6)', 'rgba(0, 0, 0, 0.6)'], // 框内填充颜色,默认值:[null,null]
|
|
|
+ // obliqueLineColor: ['#000', '#000'], // 船舶名称,斜线颜色,默认值:[null,null]
|
|
|
+ // dShipColor: '#FF6437', // D+船颜色,默认:#ff6347
|
|
|
zoomLevel_data: 1,
|
|
|
zoomLevel_base: 1,
|
|
|
getAreaShipsCallBack: (call) => {
|