← 返回 Skills 市场
lbs-bmap

MapV Three(百度地图官方3D地图SKills)

作者 baidu-maps · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
138
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mapv-three
功能描述
使用 MapV-Three 构建专业的 3D 地图和 GIS 应用 - 基于 Z-up 坐标系的 3D 地图库,支持地图编辑、测量工具、要素绘制、数据管理等地理可视化功能。适用于创建地图编辑器、测量工具、空间数据可视化等 Web-GIS 应用。
使用说明 (SKILL.md)

MapV-Three 开发指南

使用 MapV-Three 构建高性能的 3D 地图和 GIS 应用 - 一个采用 Z-up 坐标系的跨浏览器 WebGL 库。

何时适用

在以下场景中参考这些指南:

  • 3D 地图编辑和要素绘制
  • 地图测量工具开发
  • 建筑物、区域等 3D 可视化
  • 实时交通数据展示
  • 路径追踪动画开发

快速参考

0. 核心引擎

  • references/engine.md - Engine 引擎核心:初始化、场景管理、渲染控制
  • references/initialization.md - 引擎初始化、资源配置、百度地图适配器

1. 数据管理

  • references/datasource.md - DataSource 数据源基类
  • references/datasource/geojson-datasource.md - GeoJSON 数据源
  • references/datasource/json-datasource.md - JSON 数据源
  • references/datasource/csv-datasource.md - CSV 数据源
  • references/datasource/dataitem.md - DataItem 数据项

2. 点对象与标签

  • references/simple-point.md - SimplePoint 简单点
  • references/effect-point.md - EffectPoint 特效点(Fan、Bubble、Wave、Breath、Radar 等)
  • references/marker-types.md - 标记类型(Icon、BallonPoint、DOMPoint、EffectModelPoint)
  • references/circle.md - Circle 圆形(屏幕空间渲染)
  • references/label.md - Label 文本/图标标签
  • references/text.md - Text 文本组件
  • references/cluster.md - ClusterPoint 点聚合

3. 线与面

  • references/polyline.md - Polyline 折线(flat 参数控制渲染模式)
  • references/simple-line.md - SimpleLine 简单线
  • references/wall.md - Wall 墙体/围栏
  • references/polygon.md - Polygon 多边形
  • references/pillar.md - Pillar 柱体

4. 覆盖物

  • references/marker.md - Marker 标记
  • references/popup.md - Popup 弹出窗口
  • references/dom-overlay.md - DOMOverlay DOM 覆盖物

5. 追踪器

  • references/tracker.md - 追踪器总览与生命周期
  • references/path-tracker.md - PathTracker 路径追踪
  • references/object-tracker.md - ObjectTracker 对象追踪
  • references/orbit-tracker.md - OrbitTracker 轨道追踪

6. 编辑与测量

  • references/editor.md - Editor 编辑器
  • references/measure.md - Measure 测量工具

7. 3D 模型

  • references/model.md - 3D 模型加载(SimpleModel/AnimationModel/LODModel)
  • references/twin.md - Twin 孪生车流(实时车流可视化、DataProvider 数据处理)
  • references/mock-twin.md - MockTwin 模拟车流(基于路线数据的车流模拟生成)

8. 材质与特效

  • references/materials.md - 材质系统(WaterMaterial、ExtendMeshStandardMaterial 等)
  • references/easing-function.md - 缓动函数(LINEAR、QUINTIC_IN_OUT、CUBIC_OUT)

9. 天空与天气

  • references/sky-weather.md - 天空系统(EmptySky/DynamicSky/StaticSky)和天气

10. 热力图

  • references/heatmap.md - Heatmap 热力图

11. 地图图层加载

  • references/imagery-tile-provider.md - 影像瓦片加载(Baidu、Tianditu、Bing、OSM、Stadia)
  • references/vector-tile-provider.md - 矢量瓦片加载(Baidu、Mapbox)
  • references/third-party-imagery.md - 第三方图层接入(WMS、WMTS、XYZ 标准协议)
  • references/terrain-tile-provider.md - 地形瓦片加载(Cesium、平面地形)
  • references/tile-mask.md - TileMask 瓦片掩膜(按区域裁剪瓦片图层显示)

12. LBS 位置服务

  • references/services.md - 位置基础服务(地理编码、搜索、路线规划、行政区划等)

13. 3DTiles 加载

  • references/3dtiles-loading.md - 3D Tiles 加载(Default3DTiles、HDMap3DTiles)

14. 基础概念

  • references/common/coordinate-system.md - 坐标系:Z-up、投影方式
  • references/common/event-binding.md - 事件绑定模式

关键注意事项

  • 引擎初始化new mapvthree.Engine(container, { map: { center: [lng, lat], range: meters } })
  • 坐标系:Z-up(X-东、Y-北、Z-上),与 Three.js 默认 Y-up 不同
  • 视野控制:使用 range(相机距离,米)而非 zoom
  • 属性赋值:使用属性代理 obj.color = value,而非 obj.setColor(value)
  • MeasureType:使用 mapvthree.Measure.MeasureType
  • 图层设置:通过 MapView 设置影像/矢量/地形提供者,而非 engine.map
安全使用建议
This skill is a documentation-only helper for the MapV-Three library and appears internally consistent. Before installing: (1) confirm you trust the skill owner (source/homepage is missing), (2) avoid placing a sensitive server-side Baidu key in the skill environment — prefer a browser-restricted JS/API key with referrer restrictions, (3) if you plan to use backend endpoints shown in examples (apiHost, tiles URLs), verify those endpoints and do not point them to private production services without review, and (4) if you need stronger assurance, ask the publisher for provenance or a link to the official MapV-Three repo/homepage. Overall risk is low because the skill contains only docs, but treat the BMAP_JSAPI_KEY like any API credential and restrict its scope/usage.
功能分析
Type: OpenClaw Skill Name: mapv-three Version: 1.0.1 The skill bundle is a comprehensive documentation and reference set for the MapV-Three 3D GIS library. It contains detailed instructions and API references for map rendering, data management (GeoJSON, CSV, JSON), 3D model loading, and various GIS tools like measurement and traffic simulation. No evidence of malicious intent, data exfiltration, or prompt injection was found; all network-related properties (e.g., apiHost in 3dtiles-loading.md and services.md) are standard placeholders for legitimate GIS backend services.
能力评估
Purpose & Capability
Name/description describe a MapV-Three 3D mapping docset; the SKILL.md and many reference files are consistent with that purpose. The single required env var (BMAP_JSAPI_KEY) is expected for Baidu Maps JS API usage.
Instruction Scope
SKILL.md and referenced files contain usage examples and API/docs for MapV-Three (initialization, loading tiles/models, editing, trackers, etc.). The instructions do not direct the agent to read unrelated local files, harvest arbitrary environment variables, or exfiltrate data to unknown endpoints — external URLs shown are example endpoints for data/tiles (e.g., example.com, your-api-host) and are typical in documentation.
Install Mechanism
No install spec and no code files to execute — this is instruction-only documentation. That means nothing will be downloaded or written by an installer as part of the skill itself.
Credentials
Only BMAP_JSAPI_KEY is declared and used in the docs (e.g., mapvthree.BaiduMapConfig.ak). Requesting a single Baidu API key is proportionate for a mapping/GIS integration. There are no other unrelated credentials requested.
Persistence & Privilege
Skill is not forced-always, model invocation is allowed (default) and user-invocable — normal for skills. There is no attempt in the docs to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mapv-three
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mapv-three 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Major documentation restructure: all API reference files moved from reference/ to references/ directory. - Added several new documentation topics, including common best practices, coordinate systems, event binding, and FAQ. - Expanded references for data sources, overlays, 3D Tiles loading, materials, and tracking functionalities. - Updated SKILL.md metadata: removed dependency on node binary, only requiring BMAP_JSAPI_KEY environment variable. - Corrected version metadata (now 1.0.1). - Improved quick-reference documentation organization and file listings for easier navigation.
v1.0.0
Initial public release of bmap-jsapi-three (version 1.1.0): - Provides a Z-up coordinate 3D map/GIS library based on MapV-Three. - Supports map editing, measurement tools, feature drawing, and data management for advanced 3D web mapping. - Includes extensive reference documentation and quickstart guides. - Outlines support for various data sources (GeoJSON, CSV, JSON), point/label types, lines/polygons, model loading, clustering, materials, effects, and weather layers. - Integrates multiple map layer providers (Baidu, Mapbox, Bing, OSM, Cesium, etc) and LBS services.
元数据
Slug mapv-three
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

MapV Three(百度地图官方3D地图SKills) 是什么?

使用 MapV-Three 构建专业的 3D 地图和 GIS 应用 - 基于 Z-up 坐标系的 3D 地图库,支持地图编辑、测量工具、要素绘制、数据管理等地理可视化功能。适用于创建地图编辑器、测量工具、空间数据可视化等 Web-GIS 应用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。

如何安装 MapV Three(百度地图官方3D地图SKills)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mapv-three」即可一键安装,无需额外配置。

MapV Three(百度地图官方3D地图SKills) 是免费的吗?

是的,MapV Three(百度地图官方3D地图SKills) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

MapV Three(百度地图官方3D地图SKills) 支持哪些平台?

MapV Three(百度地图官方3D地图SKills) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MapV Three(百度地图官方3D地图SKills)?

由 baidu-maps(@lbs-bmap)开发并维护,当前版本 v1.0.1。

💬 留言讨论