初遇Citymaker (十九)

高亮要素

```javascript

import {cw5} from "../index.js";
export const highLightUtils = {};

/**

  • 高亮单个物体
  • fc 要素类
    • fid 要素Fid
    • color 高亮颜色
      */
      highLightUtils.single= function (fc, fid, color) {
      let __g = cw5.__g;
      let innerColor=color||0xffff0000
      __g.featureManager.highlightFeature(fc, fid, innerColor);
      }
posted @ 2022-01-23 23:44  haibalai  阅读(26)  评论(0编辑  收藏  举报