@mapgis/mapbox-gl
v17.2.0
Published
A WebGL interactive maps library
Downloads
501
Maintainers
Keywords
Readme
Mapbox GL JS is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the Mapbox Style Specification, applies them to vector tiles that conform to the Mapbox Vector Tile Specification, and renders them using WebGL.
Mapbox GL JS is part of the cross-platform Mapbox GL ecosystem, which also includes compatible native SDKs for applications on Android, iOS, macOS, Qt, and React Native. Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you create. To get started with GL JS or any of our other building blocks, sign up for a Mapbox account.
In addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the native SDKs. For code and issues specific to the native SDKs, see the mapbox/mapbox-gl-native repository.
- Getting started with Mapbox GL JS
- Tutorials
- API documentation
- Examples
- Style documentation
- Open source styles
- Contributor documentation
License
Mapbox GL JS is licensed under the 3-Clause BSD license. The licenses of its dependencies are tracked via FOSSA:
@mapgis/mapbox-gl 版本说明
正式版
v17.2.0
更新说明:
- 功能新增
- 矢量瓦片支持多区、带洞区裁剪
- 新增支持自定义裁图方式图层服务
- 地图服务支持一张图出图模式
- 功能优化
- 优化矢量瓦片加载效果
v17.0.0
更新说明:
- 功能新增
- 新增支持自定义空间参考系图层服务
- 新增支持自定义裁图方式图层服务
- 地图服务支持一张图出图模式
备注:
@mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发