2.0.3 • Published 3 years ago

city-tools-t v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

use city-tools

install

cnpm i city-tools --save

init

const tools = new CityTools();
const initData: GmapInitOpts = {
  isWithInterface: true,
  isWithPlayer: true,
  playerIp,
  pid,
  playerId,
  logVisible: true,
  onLoad,
};
tools.init(initData);

sketch

Beam 光流

输入图片说明

CustomTag 自定义标签

输入图片说明

HeatMap 热力图

输入图片说明

Marker 标注点

输入图片说明

ODLine OD线

输入图片说明

Panorama 全景图

输入图片说明

Polygon 平面多边形

输入图片说明

Polygon3D 三维多边形

输入图片说明

Polyline 多段线

输入图片说明

RadiationPoint 辐射圈

输入图片说明

VideoProjection 视频投影

输入图片说明

2.0.3

3 years ago

2.0.2

3 years ago