Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 7, 2023
1 parent 189a0ea commit 3aa621b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 57 deletions.
81 changes: 44 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,93 +85,100 @@ ReactDOM.render(

|名称|说明|
|--|--|
|[APILoader](https://react-amap-pansyjs.vercel.app/components/map/api-loader)|JS API加载|
|[Map](https://react-amap-pansyjs.vercel.app/components/map/map)|地图组件|
|[APILoader](https://amap.xingkang.wang/components/api-loader)|JS API加载|
|[Map](https://amap.xingkang.wang/components/map)|地图组件|

### 图层

|名称|说明|
|--|--|
|[Heatmap](https://react-amap-pansyjs.vercel.app/components/layers/heatmap)|热力图|
|[Satellite](https://react-amap-pansyjs.vercel.app/components/layers/satellite)|卫星图|
|[Traffic](https://react-amap-pansyjs.vercel.app/components/layers/traffic)|实时交通图层|
|[Heatmap](https://amap.xingkang.wang/components/heatmap)|热力图|
|[Satellite](https://amap.xingkang.wang/components/satellite)|卫星图|
|[Traffic](https://amap.xingkang.wang/components/traffic)|实时交通图层|

### 点标记

|名称|说明|
|--|--|
|[ElasticMarker](https://react-amap-pansyjs.vercel.app/components/point-mark/elastic-marker)|灵活点标记|
|[Marker](https://react-amap-pansyjs.vercel.app/components/point-mark/marker)|点标记|
|[MarkerCluster](https://react-amap-pansyjs.vercel.app/components/point-mark/marker-cluster)|点聚合|
|[MassMarks](https://react-amap-pansyjs.vercel.app/components/point-mark/mass-marks)|海量点类|
|[ElasticMarker](https://amap.xingkang.wang/components/elastic-marker)|灵活点标记|
|[Marker](https://amap.xingkang.wang/components/marker)|点标记|
|[MarkerCluster](https://amap.xingkang.wang/components/marker-cluster)|点聚合|
|[MassMarks](https://amap.xingkang.wang/components/mass-marks)|海量点类|

### 信息窗体

|名称|说明|
|--|--|
|[InfoWindow](https://react-amap-pansyjs.vercel.app/components/info-window/info-window)|信息窗体|
|[InfoWindow](https://amap.xingkang.wang/components/info-window)|信息窗体|

### 右键菜单

|名称|说明|
|--|--|
|[ContextMenu](https://react-amap-pansyjs.vercel.app/components/context-menu/context-menu)|右键菜单|
|[ContextMenu](https://amap.xingkang.wang/components/context-menu)|右键菜单|

### 矢量图形

|名称|说明|
|--|--|
|[BezierCurve](https://react-amap-pansyjs.vercel.app/components/vector-graphics/bezier-curve)|贝塞尔曲线|
|[Circle](https://react-amap-pansyjs.vercel.app/components/vector-graphics/circle)|圆形|
|[CircleMarker](https://react-amap-pansyjs.vercel.app/components/vector-graphics/circle-marker)|圆点标记|
|[Ellipse](https://react-amap-pansyjs.vercel.app/components/vector-graphics/ellipse)|椭圆|
|[Polygon](https://react-amap-pansyjs.vercel.app/components/vector-graphics/polygon)|多边形|
|[Polyline](https://react-amap-pansyjs.vercel.app/components/vector-graphics/polyline)|折线|
|[Rectangle](https://react-amap-pansyjs.vercel.app/components/vector-graphics/rectangle)|矩形|
|[BezierCurve](https://amap.xingkang.wang/components/bezier-curve)|贝塞尔曲线|
|[Circle](https://amap.xingkang.wang/components/circle)|圆形|
|[CircleMarker](https://amap.xingkang.wang/components/circle-marker)|圆点标记|
|[Ellipse](https://amap.xingkang.wang/components/ellipse)|椭圆|
|[Polygon](https://amap.xingkang.wang/components/polygon)|多边形|
|[Polyline](https://amap.xingkang.wang/components/polyline)|折线|
|[Rectangle](https://amap.xingkang.wang/components/rectangle)|矩形|

### 工具

|名称|说明|
|--|--|
|[MouseTool](https://react-amap-pansyjs.vercel.app/components/tool/mouse-tool)|鼠标工具|
|[RangingTool](https://react-amap-pansyjs.vercel.app/components/tool/ranging-tool)|距离量测|
|[BezierCurveEditor](https://react-amap-pansyjs.vercel.app/components/tool/bezier-curve-editor)|贝瑟尔曲线编辑|
|[CircleEditor](https://react-amap-pansyjs.vercel.app/components/tool/circle-editor)|圆形编辑|
|[EllipseEditor](https://react-amap-pansyjs.vercel.app/components/tool/ellipse-editor)|椭圆编辑|
|[PolyEditor](https://react-amap-pansyjs.vercel.app/components/tool/poly-editor)|折线/多边形编辑|
|[PolygonEditor](https://react-amap-pansyjs.vercel.app/components/tool/polygon-editor)|多边形编辑|
|[PolylineEditor](https://react-amap-pansyjs.vercel.app/components/tool/polyline-editor)|折线编辑|
|[RectangleEditor](https://react-amap-pansyjs.vercel.app/components/tool/rectangle-editor)|矩形编辑|
|[MouseTool](https://amap.xingkang.wang/components/mouse-tool)|鼠标工具|
|[RangingTool](https://amap.xingkang.wang/components/ranging-tool)|距离量测|
|[BezierCurveEditor](https://amap.xingkang.wang/components/bezier-curve-editor)|贝瑟尔曲线编辑|
|[CircleEditor](https://amap.xingkang.wang/components/circle-editor)|圆形编辑|
|[EllipseEditor](https://amap.xingkang.wang/components/ellipse-editor)|椭圆编辑|
|[PolyEditor](https://amap.xingkang.wang/components/poly-editor)|折线/多边形编辑|
|[PolygonEditor](https://amap.xingkang.wang/components/polygon-editor)|多边形编辑|
|[PolylineEditor](https://amap.xingkang.wang/components/polyline-editor)|折线编辑|
|[RectangleEditor](https://amap.xingkang.wang/components/rectangle-editor)|矩形编辑|

### 地图控件

|名称|说明|
|--|--|
|[ControlBar](https://react-amap-pansyjs.vercel.app/components/control/control-bar)|3D控制组件|
|[HawkEye](https://react-amap-pansyjs.vercel.app/components/control/hawk-eye)|地图鹰眼|
|[MapType](https://react-amap-pansyjs.vercel.app/components/control/map-type)|地图类型切换|
|[Scale](https://react-amap-pansyjs.vercel.app/components/control/scale)|比例尺|
|[ToolBar](https://react-amap-pansyjs.vercel.app/components/control/tool-bar)|工具条|
|[ControlBar](https://amap.xingkang.wang/components/control-bar)|3D控制组件|
|[HawkEye](https://amap.xingkang.wang/components/hawk-eye)|地图鹰眼|
|[MapType](https://amap.xingkang.wang/components/map-type)|地图类型切换|
|[Scale](https://amap.xingkang.wang/components/scale)|比例尺|
|[ToolBar](https://amap.xingkang.wang/components/tool-bar)|工具条|

### 搜索

|名称|说明|
|--|--|
|[AutoComplete](https://react-amap-pansyjs.vercel.app/components/search/auto-complete)|关键字搜索|
|[DistrictSearch](https://react-amap-pansyjs.vercel.app/components/search/district-search)|行政区查询|
|[AutoComplete](https://amap.xingkang.wang/components/auto-complete)|关键字搜索|
|[DistrictSearch](https://amap.xingkang.wang/components/district-search)|行政区查询|

### 地理编码

|名称|说明|
|--|--|
|[Geocoder](https://react-amap-pansyjs.vercel.app/components/geocoder/geocoder)|地理编码与逆地理编码服务|
|[Geocoder](https://amap.xingkang.wang/components/geocoder)|地理编码与逆地理编码服务|

### AMapUI

|名称|说明|
|--|--|
|[PathNavigator](https://react-amap-pansyjs.vercel.app/components/amap-ui/path-simplifier)|轨迹巡航控制|
|[PointSimplifier](https://react-amap-pansyjs.vercel.app/components/amap-ui/point-simplifier)|海量点展示|
|[PathNavigator](https://amap.xingkang.wang/components/path-simplifier)|轨迹巡航控制|
|[PointSimplifier](https://amap.xingkang.wang/components/point-simplifier)|海量点展示|

### Loca

|名称|说明|
|--|--|
|[ScatterLayer](https://amap.xingkang.wang/components/scatter-layer)|动画图层|
|[PulseLinkLayer](https://amap.xingkang.wang/components/pulse-link-layer)|连接飞线图层|

## 👥 社区互助

Expand Down
11 changes: 0 additions & 11 deletions packages/amap-loca/src/PulseLinkLayer/demo/demo01.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ const Demo = () => {
return (
<>
<Button onClick={() => { setVisible((val) => !val) }}>切换显隐</Button>
<ScatterLayer
zIndex={10}
opacity={0.6}
visible={visible}
zooms={[2, 22]}
events={{
created: (instance) => {
setScatter(instance);
}
}}
/>

<ScatterLayer
zIndex={10}
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3aa621b

Please sign in to comment.