Mapbox GL 是基于 WebGL 的客户端矢量地图,也是个 JavaScript 库。
Mapbox GL 0.7.0 发布,此版本更新内容如下:
Bug 修复
Fix featuresAt for LineStrings (#1006)
Extraneous files are no longer in the npm package (#1024)
Fix GeoJSON setData performance/flickering (#973)
Hide improve map link in print (#988)
Fix tileSize argument to GeoJSON worker (#987)
改进
Add boxzoom interaction (#1038)
Add keyboard interaction (#1034)
Add layer API (#1022)
Accept plain old JS object for addSource (#1021)
More efficient filter API (#1018)
Reparse overscaled tiles
Add Popup component (#325)
Add Map#getCanvas() and Map#getContainer()
Add filter API (#985)
Improve line label density
重大改进
The map hover event was renamed to mousemove.
featuresAt now returns GeoJSON objects, including geometry (#1010)
Map _canvas and _container members are now private
此版本现已提供下载:https://github.com/mapbox/mapbox-gl-js/archive/v0.7.0.zip。
来自:开源中国社区

