|
@@ -116,37 +116,6 @@ const trackLineStyle = (feature: any, resolution: any, map: any, color: any, pMa
|
|
|
});
|
|
|
}
|
|
|
callback(_style, pList)
|
|
|
- // $easyMap.initShape({
|
|
|
- // map: map,
|
|
|
- // layerName: pointLayerName,
|
|
|
- // layerZIndex: pointLayerNameZ,
|
|
|
- // list: pList.map((v, i) => {
|
|
|
- // return {
|
|
|
- // easyMapParams: {
|
|
|
- // id: `${pointLayerName}-${i}`,
|
|
|
- // position: $easyMap.formatPosition.cptTwpt(v.position),
|
|
|
- // normalStyle: [
|
|
|
- // new style.Style({
|
|
|
- // image: new style.Circle({
|
|
|
- // radius: 10,
|
|
|
- // fill: new style.Fill({
|
|
|
- // color: color,
|
|
|
- // }),
|
|
|
- // }),
|
|
|
- // text: new style.Text({
|
|
|
- // text: String(v.speed),
|
|
|
- // font: "12px font-size", // 设置字体大小
|
|
|
- // fill: new style.Fill({
|
|
|
- // // 设置字体颜色
|
|
|
- // color: "#000",
|
|
|
- // }),
|
|
|
- // })
|
|
|
- // }),
|
|
|
- // ]
|
|
|
- // }
|
|
|
- // }
|
|
|
- // })
|
|
|
- // });
|
|
|
return _style
|
|
|
}
|
|
|
|