单点绘制的样式不存在
drawpoint= new SuperMap.Control.DrawFeature(_plottingLayer, SuperMap.Handler.PointEx, {
style: {
fillColor: "#00A2E8",
fillOpacity: 1,
strokeColor: "#BBE4C4",
externalGraphic: "images/gjtb_a_245small.png",
pointRadius: 14,
strokeOpacity: 0.8,
strokeWidth: 15,
strokeDashstyle: "dash"
}
});
单点绘制的样式不存在
drawpoint= new SuperMap.Control.DrawFeature(_plottingLayer, SuperMap.Handler.PointEx, {
style: {
fillColor: "#00A2E8",
fillOpacity: 1,
strokeColor: "#BBE4C4",
externalGraphic: "images/gjtb_a_245small.png",
pointRadius: 14,
strokeOpacity: 0.8,
strokeWidth: 15,
strokeDashstyle: "dash"
}
});