发布于 2015-03-05 00:00:40 | 385 次阅读 | 评论: 0 | 来源: 网友投递
Mapbox GL 基于 WebGL 的矢量地图
Mapbox GL 是基于 WebGL 的客户端矢量地图,也是个 JavaScript 库。
Mapbox GL 是基于 WebGL 的客户端矢量地图,也是个 JavaScript 库。
Mapbox GL 0.7.0 发布,此版本更新内容如下:
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。